help.ftl 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>任务调度中心</title>
  5. <#import "/common/common.macro.ftl" as netCommon>
  6. <@netCommon.commonStyle />
  7. </head>
  8. <body class="hold-transition skin-blue sidebar-mini <#if cookieMap?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>使用教程<small>任务调度中心</small></h1>
  19. <!--
  20. <ol class="breadcrumb">
  21. <li><a><i class="fa fa-dashboard"></i>调度中心</a></li>
  22. <li class="active">使用教程</li>
  23. </ol>
  24. -->
  25. </section>
  26. <!-- Main content -->
  27. <section class="content">
  28. <div class="callout callout-info">
  29. <h4>简介:XXL-JOB</h4>
  30. <br>
  31. <p>
  32. <a target="_blank" href="http://www.xuxueli.com/">xuxueli</a>
  33. <br><br>
  34. <a target="_blank" href="https://github.com/xuxueli/xxl-job">github</a>&nbsp;&nbsp;&nbsp;&nbsp;
  35. <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>
  36. <br><br>
  37. <a target="_blank" href="http://my.oschina.net/xuxueli/blog/690978">oschina</a>
  38. <br><br>
  39. <a>腾讯QQ群(6):399758605</a>
  40. <br>
  41. <a>腾讯QQ群(5):138274130 (群即将满,请加群6)</a>
  42. </p>
  43. <p></p>
  44. </div>
  45. </section>
  46. <!-- /.content -->
  47. </div>
  48. <!-- /.content-wrapper -->
  49. <!-- footer -->
  50. <@netCommon.commonFooter />
  51. </div>
  52. <@netCommon.commonScript />
  53. </body>
  54. </html>