main.tpl.html 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <%= page.basehead %>
  2. <title>Disconf - 分布式配置管理平台</title>
  3. <%= page.head %>
  4. <div id="Wrapper" class="clearfix">
  5. <div id="Main" style="margin-top:50px;">
  6. <div class="container-fluid">
  7. <div class="row-fluid" style="min-height:400px;">
  8. <div class="sidebar span2" style="float:left;overflow:visible;">
  9. <%= page.leftbar %>
  10. </div>
  11. <div class="span10" style="float:left">
  12. <div class="row-fluid">
  13. <div class="contentWrap clearfix">
  14. <ul id="versionChoice" class="nav nav-tabs" role="tablist"></ul>
  15. </div>
  16. </div>
  17. <div id="zk_deploy" class="row-fluid" style="margin-bottom:5px">
  18. <span id="env_info" href="#" class="muted" style="float:left" title="" type="">
  19. </span>
  20. <span id="app_info" href="#" class="muted" style="float:left" title="" type="">
  21. </span>
  22. <a id="zk_deploy_button" href="#" class="btn-small btn-primary" style="float:right;" title=""
  23. type="button">
  24. <b>ZK部署情况</b>
  25. </a>
  26. <a id="batch_download" href="#" class="btn-small btn-primary"
  27. style="float:right;margin-right:5px;" title="" type="button">
  28. <b>批量下载</b>
  29. </a>
  30. </div>
  31. <div id="zk_deploy_info" class="hide" style="padding-bottom:20px;">
  32. <pre id="zk_deploy_info_pre" style="min-height:200px">
  33. </pre>
  34. </div>
  35. <div class="row-fluid">
  36. <div class="contentWrap clearfix">
  37. <div id="mainlist_error" class="alert alert-warning" role="alert"></div>
  38. <table id="mainlist"
  39. class="table table-bordered table-condensed table-hover account-tableWrap table-striped"
  40. style="display:none">
  41. <thead>
  42. <tr>
  43. <td>#</td>
  44. <td>APP</td>
  45. <td>KEY</td>
  46. <td>配置内容</td>
  47. <td>实例列表</td>
  48. <td>修改时间</td>
  49. <td>操作</td>
  50. </tr>
  51. </thead>
  52. <tbody id="accountBody"
  53. style="max-width:760px; overflow-wrap: break-word;word-wrap: break-word;"
  54. class="account-tableWrap"></tbody>
  55. </table>
  56. </div>
  57. </div>
  58. </div>
  59. <!-- 详细信息单行模板-->
  60. <div id="tbodyTpl" class="hide" style="width:0px;">
  61. <table>
  62. <tr>
  63. <td>{12}</td>
  64. <td style="max-width:100px">{1}</td>
  65. <td style="max-width:100px">{6} &nbsp; {5}</td>
  66. <td>{14}</td>
  67. <td>{15}</td>
  68. <td>{8}</td>
  69. <td>{10} &nbsp; {11} &nbsp; {13} &nbsp; </td>
  70. </tr>
  71. </table>
  72. </div>
  73. </div>
  74. </div>
  75. </div>
  76. </div>
  77. <%= page.foot %>
  78. <script src="assets/js/mainList.js"></script>
  79. <%= page.basefoot %>