Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
892f08e0
authored
Jan 19, 2018
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
GLUE界面,完整国际化定制
parent
e7b61fb7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
xxl-job-admin/src/main/resources/i18n/message.properties
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.exception.ftl
xxl-job-admin/src/main/webapp/WEB-INF/template/jobcode/jobcode.index.ftl
xxl-job-admin/src/main/resources/i18n/message.properties
View file @
892f08e0
...
...
@@ -119,6 +119,7 @@ jobinfo_opt_pause=暂停
jobinfo_opt_resume
=
恢复
jobinfo_opt_log
=
日志
jobinfo_opt_run
=
执行
jobinfo_glue_remark
=
源码备注
## job log
joblog_name
=
调度日志
...
...
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.exception.ftl
View file @
892f08e0
...
...
@@ -2,7 +2,7 @@
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
应用程序异常 (error)
</title>
<title>
Error
</title>
<style
type=
"text/css"
>
body
{
background-color
:
#fff
;
color
:
#666
;
text-align
:
center
;
font-family
:
arial
,
sans-serif
;
}
div
.dialog
{
...
...
@@ -21,9 +21,9 @@
<body>
<div
class=
"dialog"
>
<h1>
应用程序异常
</h1>
<h1>
System Error
</h1>
<p>
${exceptionMsg}
</p>
<a
href=
"javascript:window.location.href='${request.contextPath}/'"
>
返 回
</a>
<a
href=
"javascript:window.location.href='${request.contextPath}/'"
>
Back
</a>
</p>
</div>
...
...
xxl-job-admin/src/main/webapp/WEB-INF/template/jobcode/jobcode.index.ftl
View file @
892f08e0
...
...
@@ -87,19 +87,19 @@
<div
class=
"modal-dialog "
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h4
class=
"modal-title"
><i
class=
"fa fa-fw fa-save"
></i>
保存
</h4>
<h4
class=
"modal-title"
><i
class=
"fa fa-fw fa-save"
></i>
${I18n.system_save}
</h4>
</div>
<div
class=
"modal-body"
>
<form
class=
"form-horizontal form"
role=
"form"
>
<div
class=
"form-group"
>
<label
for=
"lastname"
class=
"col-sm-2 control-label"
>
源码备注
<font
color=
"red"
>
*
</font></label>
<div
class=
"col-sm-10"
><input
type=
"text"
class=
"form-control"
id=
"glueRemark"
placeholder=
"
请输入备注信息
"
maxlength=
"64"
></div>
<label
for=
"lastname"
class=
"col-sm-2 control-label"
>
${I18n.jobinfo_glue_remark}
<font
color=
"red"
>
*
</font></label>
<div
class=
"col-sm-10"
><input
type=
"text"
class=
"form-control"
id=
"glueRemark"
placeholder=
"
${I18n.system_please_input}${I18n.jobinfo_glue_remark}
"
maxlength=
"64"
></div>
</div>
<hr>
<div
class=
"form-group"
>
<div
class=
"col-sm-offset-3 col-sm-6"
>
<button
type=
"button"
class=
"btn btn-primary ok"
>
保存
</button>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
>
取消
</button>
<button
type=
"button"
class=
"btn btn-primary ok"
>
${I18n.system_save}
</button>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
>
${I18n.system_cancel}
</button>
</div>
</div>
</form>
...
...
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