Digital Office Automation System Backend
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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" frameborder="0" scrolling="0" width="170px" height="20px" style="margin-bottom:-5px;"></iframe>
  28. <br><br>
  29. <a target="_blank" href="https://www.xuxueli.com/xxl-job/">${I18n.job_help_document}</a>
  30. <br><br>
  31. </p>
  32. <p></p>
  33. </div>
  34. </section>
  35. <!-- /.content -->
  36. </div>
  37. <!-- /.content-wrapper -->
  38. <!-- footer -->
  39. <@netCommon.commonFooter />
  40. </div>
  41. <@netCommon.commonScript />
  42. </body>
  43. </html>