help.ftl 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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/zuihou/zuihou-admin-cloud.git">Github</a>&nbsp;&nbsp;&nbsp;&nbsp;
  27. <iframe src="https://ghbtns.com/github-btn.html?user=zuihou&repo=zuihou-admin-cloud&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"
  32. href="https://github.com/zuihou/zuihou-admin-cloud.git">${I18n.job_help_document}</a>
  33. <br><br>
  34. </p>
  35. <p></p>
  36. </div>
  37. </section>
  38. <!-- /.content -->
  39. </div>
  40. <!-- /.content-wrapper -->
  41. <!-- footer -->
  42. <@netCommon.commonFooter />
  43. </div>
  44. <@netCommon.commonScript />
  45. </body>
  46. </html>