help.ftl 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  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. <!-- Content Wrapper. Contains page content -->
  15. <div class="content-wrapper">
  16. <!-- Content Header (Page header) -->
  17. <section class="content-header">
  18. <h1>${I18n.job_help}</h1>
  19. </section>
  20. <!-- Main content -->
  21. <section class="content">
  22. <div class="callout callout-info">
  23. <h4>${I18n.admin_name_full}</h4>
  24. <br>
  25. <p>
  26. <a target="_blank" href="https://github.com/xuxueli/xxl-job">Github</a>&nbsp;&nbsp;&nbsp;&nbsp;
  27. <iframe src="https://ghbtns.com/github-btn.html?user=xuxueli&repo=xxl-job&type=star&count=true"
  28. frameborder="0" scrolling="0" width="170px" height="20px"
  29. 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. </p>
  34. <p></p>
  35. </div>
  36. </section>
  37. <!-- /.content -->
  38. </div>
  39. <!-- /.content-wrapper -->
  40. <!-- footer -->
  41. <@netCommon.commonFooter />
  42. </div>
  43. <@netCommon.commonScript />
  44. </body>
  45. </html>