Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
306e765f
Unverified
Commit
306e765f
authored
Feb 10, 2019
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
tip
parent
a883eeeb
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
273 additions
and
255 deletions
+273
-255
src/main/webapp/admin/admin-label.ftl
src/main/webapp/admin/admin-label.ftl
+1
-0
src/main/webapp/js/admin/article.js
src/main/webapp/js/admin/article.js
+4
-2
src/main/webapp/js/admin/userList.js
src/main/webapp/js/admin/userList.js
+267
-252
src/main/webapp/skins
src/main/webapp/skins
+1
-1
No files found.
src/main/webapp/admin/admin-label.ftl
View file @
306e765f
...
...
@@ -25,6 +25,7 @@
};
var Label = {
"uploadMsg": '${uploadMsg}',
"uploadToken": "${uploadToken}",
"uploadURL": "${uploadURL}",
"markedAvailable": ${markedAvailable?c},
...
...
src/main/webapp/js/admin/article.js
View file @
306e765f
...
...
@@ -156,7 +156,7 @@ admin.article = {
if
(
$
(
'
#articleThumbnail
'
).
prop
(
'
checked
'
))
{
var
bgImage
=
$
(
'
.thumbnail__img
'
).
css
(
'
background-image
'
)
articleContent
=
'

+
articleContent
=
'

.
replace
(
'
w/768
'
,
'
w/960
'
).
replace
(
'
h/432
'
,
'
h/540
'
)
+
'
)
\n\n
'
+
articleContent
}
...
...
@@ -393,6 +393,8 @@ admin.article = {
$
(
this
).
addClass
(
'
selected
'
)
})
$
(
'
#tipMsg
'
).
text
(
Label
.
uploadMsg
)
// For tag auto-completion
$
.
ajax
({
// Gets all tags
url
:
latkeConfig
.
servePath
+
'
/console/tags
'
,
...
...
@@ -623,7 +625,7 @@ admin.register.article = {
admin
.
editors
.
abstractEditor
.
setContent
(
''
)
admin
.
editors
.
articleEditor
.
setContent
(
''
)
$
(
'
#loadMsg
'
).
text
(
''
)
$
(
'
#tipMsg
'
).
text
(
''
)
$
(
'
#tipMsg
'
).
text
(
Label
.
uploadMsg
)
},
}
...
...
src/main/webapp/js/admin/userList.js
View file @
306e765f
This diff is collapsed.
Click to expand it.
skins
@
2248d258
Subproject commit
bb908f197414ccdff6c24ed282ccc018efd5cebc
Subproject commit
2248d25866e509e090ab43c4a653f9646419d376
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment