﻿// JavaScript Document
document.write('<div id="marker" style="display:none;border: 1px solid; padding:8px; margin: 0px 0px 0px 0px; background-color: #efefef; border-color: #ccc; ">')
document.write('<form action="/saveSubject.asp" id="db" name="db" method="post" target="_blank">')
document.write('<input type="hidden" id="x_lng" name="x_lng">')
document.write('<input type="hidden" id="x_lat" name="x_lat">')
document.write('<input type="hidden" id="x_ZoomLevel" name="x_ZoomLevel">')
document.write('<input type="hidden" id="x_MapType" name="x_MapType">')
document.write('<p style="color:red;">说明：第一步：请确认红球标记已经指向您要标注的位置，而且地图已经放大或缩小到合适的比列；<br>　　　第二步：填写表单并提交！　　　<br>注意：请勿标注军事、核电、大坝等类似的重要地址！请勿标注人名！</p>')
document.write('<p>地标坐标：<input type="text" id="x_zb" name="x_zb" size="36" readonly style="background-color:#ccc;">　<font color="#999999">这是您要标注的坐标位置，不需更改</font></p>')
document.write('<p>地标名称：<input type="text" id="x_subject" name="x_subject" size="36">　<font color="#999999">例如：XXX省 XXX市 XXX县 XXX镇 XXX村</font></p>')
document.write('<p>地标类别：')
document.write('<select name="x_category" id="x_category">')
document.write('  <option value="">请选择</option>')
document.write('  <option value="风景区">风景区</option>')
document.write('  <option value="省份、城市">省份、城市</option>')
document.write('  <option value="乡镇、村">乡镇、村</option>')
document.write('  <option value="公共设施">公共设施</option>')
document.write('  <option value="住宅小区">住宅小区</option>')
document.write('  <option value="公司企业">公司企业</option>')
document.write('  <option value="学校">学校</option>')
document.write('  <option value="特色地点">特色地点</option>')
document.write('  <option value="其他">其他</option>')
document.write('</select>　<font color="#999999">例如：城市、乡镇、景点或公共设施等</font></p>')
document.write('<p>详细说明：<textarea name="x_explain" cols="60" rows="5"></textarea>　<font color="#999999">最好填写一些关于此地标的说明</font></p>')
document.write('<p>您的网名：<input type="text" id="x_Username" name="x_Username">　<font color="#999999">最好填写您的网名，以辨别地标是谁所作</font></p>')
document.write('<p>您的邮箱：<input type="text" id="x_email" name="x_email">　<font color="#999999">您的邮箱将只用于站长跟您的联系</font></p>')
document.write('<input type="button" value=" 提 交 " onclick="Checksubmit2();"> <input type="button" value=" 放 弃 " onClick="javascript:marker.style.display=\'none\';">')
document.write('</form>')
document.write('</div>')