📄 admin_memberedit.asp
字号:
%>
<input name="pass" type="password" height="20" size="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" maxlength="20">
<input type="submit" name="edit" value="<%=L_USER_editpass%>" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">
(<font color="#ff0000"><%=L_CHECK_USER8%></font> )
<%
RESPONSE.WRITE "</form></td></tr><tr><td>"
RESPONSE.WRITE "<form name=form1 method=post action=setusergroup.asp>"
RESPONSE.WRITE "<table border=1 width=100% bgcolor='"&top_bg_color&"' bordercolor='"&top_borderbg_color&"'>"
RESPONSE.WRITE "<tr><td align=center colspan=2>"
RESPONSE.WRITE L_USER_GROUP&"</td></tr><tr>"
RESPONSE.WRITE "<input name=username type=hidden id=username value="&userid&">"
RESPONSE.WRITE "<td>"&L_USER_GROUP2&"</td><td>"
%>
<select name="usergroup" id="usergroup" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">
<%
RESPONSE.WRITE "<option value=1>"& l_top_USERGROUP1&"</option>"
RESPONSE.WRITE "<option value=2>"& l_top_USERGROUP2&"</option>"
RESPONSE.WRITE "<option value=3>"& l_top_USERGROUP3&"</option>"
RESPONSE.WRITE "<option value=4>"& l_top_USERGROUP4&"</option>"
RESPONSE.WRITE "<option value=5>"& l_top_USERGROUP5&"</option>"
RESPONSE.WRITE "</select> "
RESPONSE.WRITE "<input name=method type=hidden id=method value=submit>"
RESPONSE.WRITE "<input type=submit name=Submit value="&L_USER_sub
%>
style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">
<%
RESPONSE.WRITE "</tr></table></form></td></tr><tr><td><center>"
%>
<form action="admin_memberedit.asp?id=<%=userid%>" method="post" onsubmit="return FrontPage_Form3_Validator(this)" name="FrontPage_Form3">
<%
RESPONSE.WRITE L_USER_BASE
RESPONSE.WRITE "<table border=1 width=100% bgcolor='"&top_bg_color&"' bordercolor='"&top_borderbg_color&"'>"
RESPONSE.WRITE "<tr><td><font color=#FF0000>**</font>"&L_USER_NETNAME&"</td><td>"
%>
<input name="realname" type="text" id="realname" value="<%=rs("realname")%>" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="30">
(<font color="#ff0000"><%=L_CHECK_USER25%></font> )</td>
<%
RESPONSE.WRITE "</tr><tr><td><font color=#FF0000></font>"&L_USER_ZW&":</td><td>"
%>
<input name="zw" type="text" id="zw" value="<%=rs("zw")%>" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="15">
(<font color="#ff0000"><%=L_CHECK_USER26%>
</font> )</td>
</tr>
<tr>
<td> <%=L_USER_SEX%>: </td>
<td>
<input name="sex" type="radio" value="male" <%if sex="男" then%>checked<%end if%> style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">
<%=L_USER_man%>
<input type="radio" name="sex" value="femail" <%if sex="女" then%>checked<%end if%> style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">
<%=L_USER_g%></td>
</tr>
<tr>
<td> <font color="#FF0000">**</font><%=L_USER_BIRTHDAY%>: </td>
<td height="24"> <select name="birthyear">
<%dim i
for i = 1933 to 2003
%>
<option style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" value="<%=i%>" <%if i=birthyear then%>selected<%end if%>><%=i%></option>
<%
next
%>
</select>
<%=L_USER_year%>
<select name="birthmonth" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">
<%
for i = 1 to 12
%>
<option style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" value="<%=i%>" <%if i=birthmonth then%>selected<%end if%>><%=i%></option>
<%
next
%>
</select>
<%=L_USER_month%>
<select style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" name="birthday"> <%
for i = 1 to 31
%>
<option value="<%=i%>"
<%
if i=b_day then
%>
selected
<%
end if
%>
>
<%=i%>
</option>
<%next%>
</select>
<%=L_USER_day%> </td>
</tr>
<tr>
<td>
<%=L_USER_MPHONE%>:
</td>
<td>
<input name="mphone" type="text" id="mphone" value="<%=rs("mphone")%>" height="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="20">
(<font color="#ff0000"><%=L_CHECK_USER8%></font> )
</td>
</tr>
<tr>
<td>
<%=L_USER_homeaddr%>:
</td>
<td>
<input name="homeaddr" type="text" id="homeaddr" value="<%=rs("homeaddr")%>" size="20" height="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" maxlength="100">
(<font color="#ff0000"><%=L_CHECK_USER27%></font> )
</td>
</tr>
<tr>
<td>
<%=L_USER_HOMEPHONE%>
:
</td>
<td>
<input name="homephone" type="text" id="homephone" value="<%=rs("homephone")%>" height="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="20">
(<font color="#ff0000"><%=L_CHECK_USER8%></font> )</td>
</tr>
<tr>
<td>
<%=L_USER_postcode%>
:</td>
<td>
<input name="postcode" type="text" id="postcode" value="<%=rs("postcode")%>" height="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="8">
(<font color="#ff0000"><%=L_CHECK_USER28%></font> )</td>
</tr>
<tr>
<td>
<%=L_USER_jobaddr%>:
</td>
<td>
<input name="jobaddr" type="text" id="jobaddr" value="<%=rs("jobaddr")%>" size="20" height="20" maxlength="100" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">
(<font color="#ff0000"><%=L_CHECK_USER27%></font> )</td>
</tr>
<tr>
<td>
<%=L_USER_jobphone%>:
</td>
<td>
<input name="jobphone" type="text" id="jobphone" value="<%=rs("jobphone")%>" height="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="20">
(<font color="#ff0000"><%=L_CHECK_USER8%></font> )
</td>
</tr>
<tr>
<td>
<font color="#FF0000">
**
</font>
<%=L_USER_MAIL%>
:
</td>
<td>
<input name="email" type="text" id="jobphone3" value="<%=rs("email")%>" size="20" height="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" maxlength="30">
(<font color="#ff0000"><%=L_CHECK_USER25%></font> )
</td>
</tr>
<tr>
<td>
<%=L_USER_OICQ%>:
</td>
<td>
<input name="oicq" type="text" id="oicq" value="<%=rs("oicq")%>" height="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="15">
(<font color="#ff0000"><%=L_CHECK_USER26%></font> )</td>
</tr>
<tr>
<td> <%=L_USER_MSN%>: </td>
<td>
<input name="msn" type="text" id="msn" value="<%=rs("msn")%>" height="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="30">
(<font color="#ff0000"><%=L_CHECK_USER25%></font> )</td>
</tr>
<tr>
<td>
<%=L_USER_USERWEB%>:
</td>
<td>
<input name="website" type="text" id="website" value="<%=rs("website")%>" size="20" height="20" maxlength="30" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">
(<font color="#ff0000"><%=L_CHECK_USER8%></font>
</td>
</tr>
<tr>
<td>
<%=L_USER_FICEURL%>:
</td>
<td>
<input name="fice" type="text" id="fice" value="<%=rs("fice")%>" height="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="80">
(<font color="#ff0000"><%=L_CHECK_USER29%></font> )
</td>
</tr>
<tr>
<td>
<%=L_USER_MONEY%>
</td>
<td>
<input name="momey" type="text" value="<%=rs("momey")%>" height="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="9" maxlength="10"></td>
</tr>
<tr>
<td colspan="2">
<div align="center">
<input name="method" type="hidden" id="id3" value="basic" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">
<input type="submit" name="Submit" value="<%=L_USER_sub%>" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">
</td>
</tr>
<td>
</table>
</td>
</tr>
</table>
</form>
<SCRIPT>SL_close();</SCRIPT>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -