提交 | 用户 | 时间
|
a6de49
|
1 |
<!DOCTYPE html> |
H |
2 |
<html> |
|
3 |
<head> |
|
4 |
<#import "./common/common.macro.ftl" as netCommon> |
|
5 |
<@netCommon.commonStyle /> |
|
6 |
<title>${I18n.admin_name}</title> |
|
7 |
</head> |
|
8 |
<body class="hold-transition skin-blue sidebar-mini <#if cookieMap?exists && cookieMap["xxljob_adminlte_settings"]?exists && "off" == cookieMap["xxljob_adminlte_settings"].value >sidebar-collapse</#if> "> |
|
9 |
<div class="wrapper"> |
|
10 |
<!-- header --> |
|
11 |
<@netCommon.commonHeader /> |
|
12 |
<!-- left --> |
|
13 |
<@netCommon.commonLeft "help" /> |
e7c126
|
14 |
|
a6de49
|
15 |
<!-- Content Wrapper. Contains page content --> |
H |
16 |
<div class="content-wrapper"> |
|
17 |
<!-- Content Header (Page header) --> |
|
18 |
<section class="content-header"> |
|
19 |
<h1>${I18n.job_help}</h1> |
|
20 |
</section> |
e7c126
|
21 |
|
a6de49
|
22 |
<!-- Main content --> |
H |
23 |
<section class="content"> |
|
24 |
<div class="callout callout-info"> |
|
25 |
<h4>${I18n.admin_name_full}</h4> |
|
26 |
<br> |
|
27 |
<p> |
|
28 |
<a target="_blank" href="https://github.com/xuxueli/xxl-job">Github</a> |
|
29 |
<iframe src="https://ghbtns.com/github-btn.html?user=xuxueli&repo=xxl-job&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px" style="margin-bottom:-5px;"></iframe> |
|
30 |
<br><br> |
|
31 |
<a target="_blank" href="https://www.xuxueli.com/xxl-job/">${I18n.job_help_document}</a> |
|
32 |
<br><br> |
e7c126
|
33 |
|
a6de49
|
34 |
</p> |
H |
35 |
<p></p> |
|
36 |
</div> |
|
37 |
</section> |
|
38 |
<!-- /.content --> |
|
39 |
</div> |
|
40 |
<!-- /.content-wrapper --> |
e7c126
|
41 |
|
a6de49
|
42 |
<!-- footer --> |
H |
43 |
<@netCommon.commonFooter /> |
|
44 |
</div> |
|
45 |
<@netCommon.commonScript /> |
|
46 |
</body> |
|
47 |
</html> |
|
48 |
<!DOCTYPE html> |
|
49 |
<html> |
|
50 |
<head> |
|
51 |
<#import "./common/common.macro.ftl" as netCommon> |
|
52 |
<@netCommon.commonStyle /> |
|
53 |
<title>${I18n.admin_name}</title> |
|
54 |
</head> |
|
55 |
<body class="hold-transition skin-blue sidebar-mini <#if cookieMap?exists && cookieMap["xxljob_adminlte_settings"]?exists && "off" == cookieMap["xxljob_adminlte_settings"].value >sidebar-collapse</#if> "> |
|
56 |
<div class="wrapper"> |
|
57 |
<!-- header --> |
|
58 |
<@netCommon.commonHeader /> |
|
59 |
<!-- left --> |
|
60 |
<@netCommon.commonLeft "help" /> |
|
61 |
|
|
62 |
<!-- Content Wrapper. Contains page content --> |
|
63 |
<div class="content-wrapper"> |
|
64 |
<!-- Content Header (Page header) --> |
|
65 |
<section class="content-header"> |
|
66 |
<h1>${I18n.job_help}</h1> |
|
67 |
</section> |
|
68 |
|
|
69 |
<!-- Main content --> |
|
70 |
<section class="content"> |
|
71 |
<div class="callout callout-info"> |
|
72 |
<h4>${I18n.admin_name_full}</h4> |
|
73 |
<br> |
|
74 |
<p> |
|
75 |
<a target="_blank" href="https://github.com/xuxueli/xxl-job">Github</a> |
|
76 |
<iframe src="https://ghbtns.com/github-btn.html?user=xuxueli&repo=xxl-job&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px" style="margin-bottom:-5px;"></iframe> |
|
77 |
<br><br> |
|
78 |
<a target="_blank" href="https://www.xuxueli.com/xxl-job/">${I18n.job_help_document}</a> |
|
79 |
<br><br> |
|
80 |
|
|
81 |
</p> |
|
82 |
<p></p> |
|
83 |
</div> |
|
84 |
</section> |
|
85 |
<!-- /.content --> |
|
86 |
</div> |
|
87 |
<!-- /.content-wrapper --> |
|
88 |
|
|
89 |
<!-- footer --> |
|
90 |
<@netCommon.commonFooter /> |
|
91 |
</div> |
|
92 |
<@netCommon.commonScript /> |
|
93 |
</body> |
|
94 |
</html> |