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
7b402a3c
authored
May 17, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
交互优化
parent
47011ffd
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
3 deletions
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.macro.ftl
xxl-job-admin/src/main/webapp/WEB-INF/template/help.ftl
xxl-job-admin/src/main/webapp/WEB-INF/template/jobinfo/index.ftl
xxl-job-admin/src/main/webapp/WEB-INF/template/joblog/index.ftl
xxl-job-admin/src/main/webapp/WEB-INF/template/login.ftl
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.macro.ftl
View file @
7b402a3c
...
...
@@ -46,6 +46,8 @@
<script src="${request.contextPath}/static/plugins/pace/pace.min.js"></script>
<script src="${request.contextPath}/static/plugins/jquery/jquery.cookie.js"></script>
<script src="${request.contextPath}/static/js/common.1.js"></script>
<script>var base_url = '${request.contextPath}';</script>
</#macro>
<#macro commonHeader>
...
...
xxl-job-admin/src/main/webapp/WEB-INF/template/help.ftl
View file @
7b402a3c
...
...
@@ -70,5 +70,6 @@
<
@
netCommon
.
commonFooter
/>
</div>
<
@
netCommon
.
commonScript
/>
<
@
netCommon
.
comAlert
/>
</body>
</html>
xxl-job-admin/src/main/webapp/WEB-INF/template/jobinfo/index.ftl
View file @
7b402a3c
...
...
@@ -230,7 +230,6 @@
<!-- daterangepicker -->
<script
src=
"${request.contextPath}/static/adminlte/plugins/daterangepicker/moment.min.js"
></script>
<script
src=
"${request.contextPath}/static/adminlte/plugins/daterangepicker/daterangepicker.js"
></script>
<script>
var
base_url
=
'${request.contextPath}'
;
</script>
<script
src=
"${request.contextPath}/static/js/jobinfo.index.1.js"
></script>
</body>
</html>
xxl-job-admin/src/main/webapp/WEB-INF/template/joblog/index.ftl
View file @
7b402a3c
...
...
@@ -107,7 +107,6 @@
<!-- daterangepicker -->
<script
src=
"${request.contextPath}/static/adminlte/plugins/daterangepicker/moment.min.js"
></script>
<script
src=
"${request.contextPath}/static/adminlte/plugins/daterangepicker/daterangepicker.js"
></script>
<script>
var
base_url
=
'${request.contextPath}'
;
</script>
<script
src=
"${request.contextPath}/static/js/joblog.index.1.js"
></script>
</body>
</html>
xxl-job-admin/src/main/webapp/WEB-INF/template/login.ftl
View file @
7b402a3c
...
...
@@ -41,7 +41,6 @@
<
@
netCommon
.
comAlert
/>
<script
src=
"${request.contextPath}/static/plugins/jquery/jquery.validate.min.js"
></script>
<script
src=
"${request.contextPath}/static/plugins/iCheck/icheck.min.js"
></script>
<script>
var
base_url
=
'${request.contextPath}'
;
</script>
<script
src=
"${request.contextPath}/static/js/login.1.js"
></script>
</body>
...
...
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