|
@@ -1,24 +1,24 @@
|
|
|
<div>
|
|
|
<div><img src onerror="IV.custom.init_coord()"></div>
|
|
|
<div id="editor_coord_froms" align="center" style="height:30px;margin-top: 10px;margin-left: 30px;margin-RIGHT:20px;">
|
|
|
- <span >Ñ¡Ôñ×ø±êϵ£º</span>
|
|
|
- <select id="select_coordinate" style="width:200px;" onchange="IV.custom.pick_coord(this)">£¨ÎÞ£©</select>
|
|
|
+ <span >选择å��æ ‡ç³»</span>
|
|
|
+ <select id="select_coordinate" style="width:200px;" onchange="IV.custom.pick_coord(this)">æ— </select>
|
|
|
<br/>
|
|
|
|
|
|
<div id="coord_editor">
|
|
|
<hr style="background-color:grey" />
|
|
|
- <span >ÐÂÔö×ø±êϵ</span>
|
|
|
+ <span>新增å��æ ‡ç³»</span>
|
|
|
<div style="margin-top:10px; width: 95%;height: 100px;padding: 10px; border: 1px solid grey; border-radius: 4px;">
|
|
|
- <span >Ãû³Æ£º</span>
|
|
|
+ <span>�称:</span>
|
|
|
<input id="coord_name" type="text" style="margin-left:10px;">
|
|
|
<br/> <br/>
|
|
|
- <span >proj4£º</span>
|
|
|
+ <span>proj4:</span>
|
|
|
<input id="coord_proj4" type="text" style="margin-left:10px;">
|
|
|
</div>
|
|
|
<br/>
|
|
|
<div align="center">
|
|
|
- <input type="button" id="save_coord" value="±£´æ" style="width:100px;margin-top: 5px" onclick="IV.custom.save_coord_action()">
|
|
|
- <input type="button" id="del_coord" value="ɾ³ý" style="width:100px;margin-top: 5px" onclick="IV.custom.del_coord_action()">
|
|
|
+ <input type="button" id="save_coord" value="ä¿�å˜" style="width:100px;margin-top: 5px" onclick="IV.custom.save_coord_action()">
|
|
|
+ <input type="button" id="del_coord" value="åˆ é™¤" style="width:100px;margin-top: 5px" onclick="IV.custom.del_coord_action()">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|