atlasList.html 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <div id="thematicPanel" class="panel">
  2. <div id="thematicModSearch">
  3. <input type="text" id="thematicSearchKey" maxlength="20" class="input" value="请输入名称" />
  4. <button id="thematicSearchSubmit" class="btn btn2"></button>
  5. </div>
  6. <div id="thematicCategoryList">
  7. <p class="currentAreaThematic">
  8. <label><input id="currentAreaCheckbox" type="checkbox" />当前视图</label>
  9. </p>
  10. <p class="currentAreaThematic">
  11. <label><input id="currentRegionCheckbox" type="checkbox" />当前政区</label>
  12. </p>
  13. <ul></ul>
  14. </div>
  15. <div id="thematicResultsList">
  16. <div class="item-list"></div>
  17. </div>
  18. <div id="thematicPage" class="page-wrap"></div>
  19. <!-- <a class="abtn-atlas-library" title="海量地图库">海量地图库</a> -->
  20. <button class="btn-default btn-atals-labrary">海量地图库 >></button>
  21. </div>
  22. <div id="atlasInfoDetail">
  23. <iframe frameborder="0" class="cover-iframe"></iframe>
  24. <div class="cover-content">
  25. </div>
  26. </div>
  27. <div id="atlasAddsetPopModel">
  28. <iframe frameborder="0" class="cover-iframe"></iframe>
  29. <div class="cover-content active">
  30. <div class="title">专题一张图推送<span></span></div>
  31. <div class="content active">
  32. <ul></ul>
  33. <div class="btns">
  34. <button class="submit">添加</button>
  35. <button class="cancel">取消</button>
  36. </div>
  37. </div>
  38. </div>
  39. </div>
  40. <div id="theModel">
  41. <div class="item-form">
  42. <a class="btn delete btn2 btn-small">删除</a>
  43. <a class="btn up btn2 btn-small">上调</a>
  44. <a class="btn down btn2 btn-small">下调</a>
  45. <!-- <a class="btn tile-view btn2 btn-small">预览</a> -->
  46. <dl>
  47. <dt>分类:</dt>
  48. <dd>
  49. <input name="category" style="width:150px" type="text" class="input category" />
  50. </dd>
  51. </dl>
  52. <dl>
  53. <dt>名称:</dt>
  54. <dd>
  55. <input name="name" style="width:150px" type="text" class="input name" />
  56. </dd>
  57. </dl>
  58. <dl>
  59. <dt>类别:</dt>
  60. <dd>
  61. <input readonly="readonly" name="type" value="专题图图源" style="width:150px" type="text" class="input type" />
  62. </dd>
  63. </dl>
  64. <dl>
  65. <dt>Guid:</dt>
  66. <dd>
  67. <input name="guid" style="width:150px" type="text" class="input guid" />
  68. </dd>
  69. </dl>
  70. <dl>
  71. <dt>初始缩放等级:</dt>
  72. <dd>
  73. <input name="zoom" type="text" style="width:150px" class="input zoom" />
  74. </dd>
  75. </dl>
  76. <dl>
  77. <dt>中心点:[lat,lng]</dt>
  78. <dd>
  79. <input name="center-lat" style="width:60px" type="text" class="input center-lat" />
  80. <input name="center-lng" style="width:64px" type="text" class="input center-lng" />
  81. </dd>
  82. </dl>
  83. <dl>
  84. <dt>服务器地址:</dt>
  85. <dd>
  86. <input name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
  87. </dd>
  88. </dl>
  89. <dl>
  90. <dt>描述:</dt>
  91. <dd>
  92. <input name="info" style="width:150px" type="text" class="input info" />
  93. </dd>
  94. </dl>
  95. <dl>
  96. <dt>图例:</dt>
  97. <dd>
  98. <input name="legend" style="width:150px" type="text" class="input legend" />
  99. </dd>
  100. </dl>
  101. </div>
  102. </div>