123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <div id="thematicPanel" class="panel">
- <div id="thematicModSearch">
- <input type="text" id="thematicSearchKey" maxlength="20" class="input" value="请输入名称" />
- <button id="thematicSearchSubmit" class="btn btn2"></button>
- </div>
- <div id="thematicCategoryList">
- <p class="currentAreaThematic">
- <label><input id="currentAreaCheckbox" type="checkbox" />当前视图</label>
- </p>
- <p class="currentAreaThematic">
- <label><input id="currentRegionCheckbox" type="checkbox" />当前政区</label>
- </p>
- <ul></ul>
- </div>
- <div id="thematicResultsList">
- <div class="item-list"></div>
- </div>
- <div id="thematicPage" class="page-wrap"></div>
- <!-- <a class="abtn-atlas-library" title="海量地图库">海量地图库</a> -->
- <button class="btn-default btn-atals-labrary">海量地图库 >></button>
- </div>
- <div id="atlasInfoDetail">
- <iframe frameborder="0" class="cover-iframe"></iframe>
- <div class="cover-content">
- </div>
- </div>
- <div id="atlasAddsetPopModel">
- <iframe frameborder="0" class="cover-iframe"></iframe>
- <div class="cover-content active">
- <div class="title">专题一张图推送<span></span></div>
- <div class="content active">
- <ul></ul>
- <div class="btns">
- <button class="submit">添加</button>
- <button class="cancel">取消</button>
- </div>
- </div>
- </div>
- </div>
- <div id="theModel">
- <div class="item-form">
- <a class="btn delete btn2 btn-small">删除</a>
- <a class="btn up btn2 btn-small">上调</a>
- <a class="btn down btn2 btn-small">下调</a>
- <!-- <a class="btn tile-view btn2 btn-small">预览</a> -->
- <dl>
- <dt>分类:</dt>
- <dd>
- <input name="category" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>类别:</dt>
- <dd>
- <input readonly="readonly" name="type" value="专题图图源" style="width:150px" type="text" class="input type" />
- </dd>
- </dl>
- <dl>
- <dt>Guid:</dt>
- <dd>
- <input name="guid" style="width:150px" type="text" class="input guid" />
- </dd>
- </dl>
- <dl>
- <dt>初始缩放等级:</dt>
- <dd>
- <input name="zoom" type="text" style="width:150px" class="input zoom" />
- </dd>
- </dl>
- <dl>
- <dt>中心点:[lat,lng]</dt>
- <dd>
- <input name="center-lat" style="width:60px" type="text" class="input center-lat" />
- <input name="center-lng" style="width:64px" type="text" class="input center-lng" />
- </dd>
- </dl>
- <dl>
- <dt>服务器地址:</dt>
- <dd>
- <input name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
- </dd>
- </dl>
- <dl>
- <dt>描述:</dt>
- <dd>
- <input name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- <dl>
- <dt>图例:</dt>
- <dd>
- <input name="legend" style="width:150px" type="text" class="input legend" />
- </dd>
- </dl>
- </div>
- </div>
|