Commit 4535c0eb authored by Van's avatar Van

🎨 #12720

parent 38b3d8ef
...@@ -17,93 +17,87 @@ ...@@ -17,93 +17,87 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
--> -->
<#include "../common-template/label.ftl"/>
<script type="text/javascript"> <script type="text/javascript">
var Label = { Label.pushSuccLabel = '${pushSuccLabel}'
servePath: "${servePath}", Label.pushToHacpaiLabel = '${pushToHacpaiLabel}'
staticServePath: "${staticServePath}", Label.uploadMsg = '${uploadMsg}'
markedAvailable: ${markedAvailable?c}, Label.uploadToken = "${uploadToken}"
hljsStyle: 'atom-one-light', Label.uploadURL = "${uploadURL}"
langLabel: "${langLabel}", Label.skinDirName = "${skinDirName}"
pushSuccLabel: '${pushSuccLabel}', Label.userRole = "${userRole}"
pushToHacpaiLabel: '${pushToHacpaiLabel}', Label.PAGE_SIZE = "${articleListDisplayCount}"
uploadMsg: '${uploadMsg}', Label.WINDOW_SIZE = "${articleListPaginationWindowSize}"
uploadToken: "${uploadToken}", Label.localeString = "${localeString}"
uploadURL: "${uploadURL}", Label.version = "${version}"
skinDirName: "${skinDirName}", Label.reportIssueLabel = 'please report this issue on https://github.com/b3log/solo/issues/new'
userRole: "${userRole}", Label.noDataLabel = "${noDataLabel}"
PAGE_SIZE: "${articleListDisplayCount}", Label.linkDescriptionLabel = "${linkDescriptionLabel}"
WINDOW_SIZE: "${articleListPaginationWindowSize}", Label.addressInvalidLabel = "${addressInvalidLabel}"
localeString: "${localeString}", Label.selectLabel = "${selectLabel}"
version: "${version}", Label.outOfDateLabel = "${outOfDateLabel}"
reportIssueLabel: 'please report this issue on https://github.com/b3log/solo/issues/new', Label.upToDateLabel = "${upToDateLabel}"
noDataLabel: "${noDataLabel}", Label.commentContentLabel = "${commentContentLabel}"
linkDescriptionLabel: "${linkDescriptionLabel}", Label.loadingLabel = "${loadingLabel}"
addressInvalidLabel: "${addressInvalidLabel}", Label.noCommentLabel = "${noCommentLabel}"
selectLabel: "${selectLabel}", Label.confirmRemoveLabel = "${confirmRemoveLabel}"
outOfDateLabel: "${outOfDateLabel}", Label.removeLabel = "${removeLabel}"
upToDateLabel: "${upToDateLabel}", Label.cancelPutTopLabel = "${cancelPutTopLabel}"
commentContentLabel: "${commentContentLabel}", Label.putTopLabel = "${putTopLabel}"
loadingLabel: "${loadingLabel}", Label.viewLabel = "${viewLabel}"
noCommentLabel: "${noCommentLabel}", Label.updateLabel = "${updateLabel}"
confirmRemoveLabel: "${confirmRemoveLabel}", Label.commentLabel = "${commentLabel}"
removeLabel: "${removeLabel}", Label.titleLabel = "${titleLabel}"
cancelPutTopLabel: "${cancelPutTopLabel}", Label.authorLabel = "${authorLabel}"
putTopLabel: "${putTopLabel}", Label.dateLabel = "${dateLabel}"
viewLabel: "${viewLabel}", Label.pageLabel = "${pageLabel}"
updateLabel: "${updateLabel}", Label.gotoLabel = "${gotoLabel}"
commentLabel: "${commentLabel}", Label.permalinkLabel = "${permalinkLabel}"
titleLabel: "${titleLabel}", Label.titleEmptyLabel = "${titleEmptyLabel}"
authorLabel: "${authorLabel}", Label.contentEmptyLabel = "${contentEmptyLabel}"
dateLabel: "${dateLabel}", Label.linkTitleLabel = "${linkTitleLabel}"
pageLabel: "${pageLabel}", Label.urlLabel = "${urlLabel}"
gotoLabel: "${gotoLabel}", Label.addressEmptyLabel = "${addressEmptyLabel}"
permalinkLabel: "${permalinkLabel}", Label.pluginNameLabel = "${pluginNameLabel}"
titleEmptyLabel: "${titleEmptyLabel}", Label.statusLabel = "${statusLabel}"
contentEmptyLabel: "${contentEmptyLabel}", Label.versionLabel = "${versionLabel}"
linkTitleLabel: "${linkTitleLabel}", Label.userNameLabel = "${userNameLabel}"
urlLabel: "${urlLabel}", Label.roleLabel = "${roleLabel}"
addressEmptyLabel: "${addressEmptyLabel}", Label.administratorLabel = "${administratorLabel}"
pluginNameLabel: "${pluginNameLabel}", Label.categoryLabel = "${categoryLabel}"
statusLabel: "${statusLabel}", Label.tagsEmptyLabel = "${tagsEmptyLabel}"
versionLabel: "${versionLabel}", Label.commonUserLabel = "${commonUserLabel}"
userNameLabel: "${userNameLabel}", Label.articleLabel = "${articleLabel}"
roleLabel: "${roleLabel}", Label.enabledLabel = "${enabledLabel}"
administratorLabel: "${administratorLabel}", Label.disabledLabel = "${disabledLabel}"
categoryLabel: "${categoryLabel}", Label.editorLeaveLabel = "${editorLeaveLabel}"
tagsEmptyLabel: "${tagsEmptyLabel}", Label.editorPostLabel = "${editorPostLabel}"
commonUserLabel: "${commonUserLabel}", Label.enableLabel = "${enableLabel}"
articleLabel: "${articleLabel}", Label.disableLabel = "${disableLabel}"
enabledLabel: "${enabledLabel}", Label.settingLabel = "${settingLabel}"
disabledLabel: "${disabledLabel}", Label.linkEmptyLabel = "${linkEmptyLabel}"
editorLeaveLabel: "${editorLeaveLabel}", Label.openMethodLabel = "${openMethodLabel}"
editorPostLabel: "${editorPostLabel}", Label.typeLabel = "${typeLabel}"
enableLabel: "${enableLabel}", Label.notFoundLabel = "${notFoundLabel}"
disableLabel: "${disableLabel}", Label.paramSettingsLabel = "${paramSettingsLabel}"
settingLabel: "${settingLabel}", Label.nonNegativeIntegerOnlyLabel = "${nonNegativeIntegerOnlyLabel}"
linkEmptyLabel: "${linkEmptyLabel}", Label.indexTagDisplayCntLabel = "${indexTagDisplayCntLabel}"
openMethodLabel: "${openMethodLabel}", Label.indexRecentCommentDisplayCntLabel = "${indexRecentCommentDisplayCntLabel}"
typeLabel: "${typeLabel}", Label.indexMostCommentArticleDisplayCntLabel = "${indexMostCommentArticleDisplayCntLabel}"
notFoundLabel: "${notFoundLabel}", Label.indexMostViewArticleDisplayCntLabel = "${indexMostViewArticleDisplayCntLabel}"
paramSettingsLabel: "${paramSettingsLabel}", Label.pageSizeLabel = "${pageSizeLabel}"
nonNegativeIntegerOnlyLabel: "${nonNegativeIntegerOnlyLabel}", Label.windowSizeLabel = "${windowSizeLabel}"
indexTagDisplayCntLabel: "${indexTagDisplayCntLabel}", Label.randomArticlesDisplayCntLabel = "${randomArticlesDisplayCntLabel}"
indexRecentCommentDisplayCntLabel: "${indexRecentCommentDisplayCntLabel}", Label.relevantArticlesDisplayCntLabel = "${relevantArticlesDisplayCntLabel}"
indexMostCommentArticleDisplayCntLabel: "${indexMostCommentArticleDisplayCntLabel}", Label.externalRelevantArticlesDisplayCntLabel = "${externalRelevantArticlesDisplayCntLabel}"
indexMostViewArticleDisplayCntLabel: "${indexMostViewArticleDisplayCntLabel}", Label.nameTooLongLabel = "${nameTooLongLabel}"
pageSizeLabel: "${pageSizeLabel}", Label.navLabel = "${navLabel}"
windowSizeLabel: "${windowSizeLabel}", Label.userLabel = "${userLabel}"
randomArticlesDisplayCntLabel: "${randomArticlesDisplayCntLabel}", Label.changeRoleLabel = "${changeRoleLabel}"
relevantArticlesDisplayCntLabel: "${relevantArticlesDisplayCntLabel}", Label.visitorUserLabel = "${visitorUserLabel}"
externalRelevantArticlesDisplayCntLabel: "${externalRelevantArticlesDisplayCntLabel}", Label.categoryTooLongLabel = "${categoryTooLongLabel}"
nameTooLongLabel: "${nameTooLongLabel}", Label.descriptionLabel = "${descriptionLabel}"
navLabel: "${navLabel}", Label.autoSaveLabel = "${autoSaveLabel}"
userLabel: "${userLabel}", Label.previewLabel = '${previewLabel}'
changeRoleLabel: "${changeRoleLabel}",
visitorUserLabel: "${visitorUserLabel}",
categoryTooLongLabel: "${categoryTooLongLabel}",
descriptionLabel: "${descriptionLabel}",
autoSaveLabel: "${autoSaveLabel}",
previewLabel: '${previewLabel}',
}
admin.init() admin.init()
</script> </script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment