help.ftl 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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["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="https://github.com/xuxueli/xxl-job">github地址</a>&nbsp;&nbsp;&nbsp;&nbsp;
  33. <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>
  34. <br><br>
  35. <a target="_blank" href="http://my.oschina.net/xuxueli/blog/690978">oschina地址</a>
  36. <br><br>
  37. <a >技术交流群2:438249535</a>&nbsp;&nbsp;&nbsp;&nbsp;
  38. <a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=555701907c3d37a6a48c165c57f417438f0b7a44e3c648ff5aac94dfdf0522b7">
  39. <img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="《xxl-javaer》(二群)" title="《xxl-javaer》(二群)">
  40. </a>
  41. <br><br>
  42. <a >技术交流群1:367260654</a>&nbsp;&nbsp;&nbsp;&nbsp;
  43. <a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=4686e3fe01118445c75673a66b4cc6b2c7ce0641528205b6f403c179062b0a52">
  44. <img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="《xxl-javaer》" title="《xxl-javaer》">
  45. </a>
  46. (群1已满,请加群2)
  47. </p>
  48. <p></p>
  49. </div>
  50. </section>
  51. <!-- /.content -->
  52. </div>
  53. <!-- /.content-wrapper -->
  54. <!-- footer -->
  55. <@netCommon.commonFooter />
  56. </div>
  57. <@netCommon.commonScript />
  58. </body>
  59. </html>