Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
X
XXL-JOB
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
靳帅
XXL-JOB
Commits
892f08e0
提交
892f08e0
authored
1月 19, 2018
作者:
xuxueli
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
GLUE界面,完整国际化定制
上级
e7b61fb7
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
9 行增加
和
8 行删除
+9
-8
message.properties
xxl-job-admin/src/main/resources/i18n/message.properties
+1
-0
common.exception.ftl
.../main/webapp/WEB-INF/template/common/common.exception.ftl
+3
-3
jobcode.index.ftl
...rc/main/webapp/WEB-INF/template/jobcode/jobcode.index.ftl
+5
-5
没有找到文件。
xxl-job-admin/src/main/resources/i18n/message.properties
浏览文件 @
892f08e0
...
@@ -119,6 +119,7 @@ jobinfo_opt_pause=暂停
...
@@ -119,6 +119,7 @@ jobinfo_opt_pause=暂停
jobinfo_opt_resume
=
恢复
jobinfo_opt_resume
=
恢复
jobinfo_opt_log
=
日志
jobinfo_opt_log
=
日志
jobinfo_opt_run
=
执行
jobinfo_opt_run
=
执行
jobinfo_glue_remark
=
源码备注
## job log
## job log
joblog_name
=
调度日志
joblog_name
=
调度日志
...
...
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.exception.ftl
浏览文件 @
892f08e0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<html>
<html>
<head>
<head>
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<title>
应用程序异常 (error)
</title>
<title>
Error
</title>
<style
type=
"text/css"
>
<style
type=
"text/css"
>
body
{
background-color
:
#fff
;
color
:
#666
;
text-align
:
center
;
font-family
:
arial
,
sans-serif
;
}
body
{
background-color
:
#fff
;
color
:
#666
;
text-align
:
center
;
font-family
:
arial
,
sans-serif
;
}
div
.dialog
{
div
.dialog
{
...
@@ -21,9 +21,9 @@
...
@@ -21,9 +21,9 @@
<body>
<body>
<div
class=
"dialog"
>
<div
class=
"dialog"
>
<h1>
应用程序异常
</h1>
<h1>
System Error
</h1>
<p>
${exceptionMsg}
</p>
<p>
${exceptionMsg}
</p>
<a
href=
"javascript:window.location.href='${request.contextPath}/'"
>
返 回
</a>
<a
href=
"javascript:window.location.href='${request.contextPath}/'"
>
Back
</a>
</p>
</p>
</div>
</div>
...
...
xxl-job-admin/src/main/webapp/WEB-INF/template/jobcode/jobcode.index.ftl
浏览文件 @
892f08e0
...
@@ -87,19 +87,19 @@
...
@@ -87,19 +87,19 @@
<div
class=
"modal-dialog "
>
<div
class=
"modal-dialog "
>
<div
class=
"modal-content"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<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>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
<form
class=
"form-horizontal form"
role=
"form"
>
<form
class=
"form-horizontal form"
role=
"form"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
for=
"lastname"
class=
"col-sm-2 control-label"
>
源码备注
<font
color=
"red"
>
*
</font></label>
<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=
"
请输入备注信息
"
maxlength=
"64"
></div>
<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>
</div>
<hr>
<hr>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<div
class=
"col-sm-offset-3 col-sm-6"
>
<div
class=
"col-sm-offset-3 col-sm-6"
>
<button
type=
"button"
class=
"btn btn-primary ok"
>
保存
</button>
<button
type=
"button"
class=
"btn btn-primary ok"
>
${I18n.system_save}
</button>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
>
取消
</button>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
>
${I18n.system_cancel}
</button>
</div>
</div>
</div>
</div>
</form>
</form>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论