📄 user_editinfo.asp
字号:
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="Question" type="text" id="Question" value="<%=KSUser.Get_Question%>" size="20" maxlength="50" />
忘记密码的提示问题</td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6"><span class="style7"> * </span>密码答案:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="Answer" type="text" id="Answer" value="<%=KSUser.Get_Answer%>" size="20" maxlength="50" />
提示问题的答案,用于取回密码</td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6"><span class="style7"> * </span>真实姓名:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="RealName" type="text" id="RealName" value="<%=KSUser.Get_Realname%>" size="20" maxlength="50" />
请务必填写真实姓名</td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6"><span class="style7"> * </span>性 别:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<select name="Sex" id="Sex" style="width:110">
<option value="">==请选择性别==</option>
<option value="男" <%if KSUser.Get_sex="男" then%> selected="selected" <%else%><%end if%>>男</option>
<option value="女" <%if KSUser.Get_sex="女" then%> selected="selected" <%else%><%end if%>>女</option>
</select>
</td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6"><span class="style7"> * </span>身份证号:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="IDCard" type="text" id="IDCard" value="<%=KSUser.Get_idcard%>" size="20" maxlength="50" /></td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6"><span class="style7"> * </span>出生日期:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="Birthday" type="text" id="Birthday" value="<%=KSUser.Get_Birthday%>" size="20" maxlength="50" /></td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6"><span class="style7"> * </span>家庭电话:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="HomeTel" type="text" id="HomeTel" value="<%=KSUser.Get_Hometel%>" size="20" maxlength="50" />
<span class="style7"> 带区号 </span></td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6"><span class="style7"> * </span>办公电话:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="OfficeTel" type="text" id="OfficeTel" value="<%=KSUser.Get_Officetel%>" size="20" maxlength="50" />
<span class="style7"> 带区号 </span></td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6"><span class="style7"> * </span>手机号码:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="Mobile" type="text" id="Mobile" value="<%=KSUser.Get_Mobile%>" size="20" maxlength="50" />
</td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6"> 传 真:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="Fax" type="text" id="Fax" value="<%=KSUser.Get_fax%>" size="20" maxlength="50" /></td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6">电子邮箱:</td>
<td bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="Email" type="text" id="Email" value="<%=KSUser.Get_Email%>" size="40" maxlength="50" /></td>
</tr>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6"> 主页地址:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="Homepage" type="text" id="Homepage" value="<%=KSUser.Get_homepage%>" size="40" maxlength="50" /></td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6"><span class="style7"> * </span>所在地区:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<select name="prov" onchange="selectcityarea('prov','city','myform');" style="width:110">
<%if KSUser.Get_Province<>"" then%>
<option value="<%=KSUser.Get_Province%>" selected="selected"><%=KSUser.Get_Province%></option>
<%else%>
<option value="" selected="selected">==请选择省份==</option>
<%end if%>
</select>
<select name="city" style="width:110">
<%if KSUser.Get_city<>"" then%>
<option value="<%=KSUser.Get_city%>" selected="selected"><%=KSUser.Get_city%></option>
<%else%>
<option value="" selected="selected">==请选择城市==</option>
<%end if%>
</select></td>
</tr>
</tbody>
</table>
<!--省份城市的调用开始---->
<script language="javascript" src="<%=KSCMS.GetDomain%>Inc/Province.js"></script>
<!----省份城市调用结束---->
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6"><span class="style7"> * </span>联系地址:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="Address" type="text" id="Address" value="<%=KSUser.Get_address%>" size="40" maxlength="100" /></td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6"><span class="style7"> * </span>邮政编码:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="Zip" type="text" id="Zip" value="<%=KSUser.Get_Zip%>" size="20" maxlength="50" /></td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6"> Q Q 号码:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="QQ" type="text" id="QQ" value="<%=KSUser.Get_QQ%>" size="20" maxlength="50" /></td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6"> ICQ 号码:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="ICQ" type="text" id="ICQ" value="<%=KSUser.Get_ICQ%>" size="20" maxlength="50" /></td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6">MSN 号码:</td>
<td bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input name="MSN" type="text" id="MSN" value="<%=KSUser.Get_MSN%>" size="20" maxlength="50" /></td>
</tr>
<tr>
<td height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6">隐私设定:</td>
<td bordercolor="#eeeeee" bgcolor="#f5f5f5">
<input type="radio" <%if KSUser.Get_Privacy=0 Then Response.Write "checked=""checked"""%> value="0" name="Privacy" />
公开全部信息(包括真实姓名/电话号码/生日等) <br />
<input type="radio" value="1" name="Privacy" <%if KSUser.Get_Privacy=1 Then Response.Write "checked=""checked"""%>/>
公开部分信息(只公开QQ/Email等网上联络的信息) <br />
<input type="radio" value="2" name="Privacy" <%if KSUser.Get_Privacy=2 Then Response.Write "checked=""checked"""%>/>
完全保密(别人只能查看你的昵称) </td>
</tr>
<tr>
<td width="20%" height="22" align="right" bordercolor="#eeeeee" bgcolor="#EAEAEA" class="style6">个人签名:</td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5">
<textarea name="Sign" cols="60" rows="5" id="Sign" style="width:300px; height:60px"><%= KSUser.Get_Sign%></textarea></td>
</tr>
</tbody>
</table>
<table bordercolor="#dddddd" cellspacing="1" cellpadding="0" width="96%" align="center" border="1">
<tbody>
<tr>
<td width="20%" height="42" align="right" bordercolor="#eeeeee" bgcolor="#F5F5F5" class="style6"> </td>
<td width="80%" bordercolor="#eeeeee" bgcolor="#f5f5f5"><input name="Submit" type="submit" class="button2" value="修 改" />
<input name="Submit2" type="reset" class="button2" value="重 填" />
</td>
</tr>
</tbody>
</table>
<table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="4" bgcolor="#999999"></td>
</tr>
</table>
<table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
</table> </form></td>
</tr>
</table></td>
</tr>
</table>
<table width="745" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="4" bgcolor="#EEEEEE"></td>
</tr>
</table>
<%End IF%>
<br />
</td>
</tr>
</table>
</td>
</tr>
</table>
<%
KSUser.LoadFoot()
End Sub
End Class
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -