xm
2024-06-14 722af26bc6fec32bb289b1df51a9016a4935610f
提交 | 用户 | 时间
722af2 1 <!DOCTYPE html>
X 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" />
14     
15     <!-- Content Wrapper. Contains page content -->
16     <div class="content-wrapper">
17         <!-- Content Header (Page header) -->
18         <section class="content-header">
19             <h1>${I18n.job_help}</h1>
20         </section>
21
22         <!-- Main content -->
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>&nbsp;&nbsp;&nbsp;&nbsp;
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>
33
34                 </p>
35                 <p></p>
36             </div>
37         </section>
38         <!-- /.content -->
39     </div>
40     <!-- /.content-wrapper -->
41     
42     <!-- footer -->
43     <@netCommon.commonFooter />
44 </div>
45 <@netCommon.commonScript />
46 </body>
47 </html>