📄 admin_config_members.asp
字号:
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">年 龄:</font></td>
<td bgColor="<% =strPopUpTableColor %>">
开启:<input type="radio" class="radio" name="strAge" value="1"<% if strAge <> "0" then Response.Write(" checked") %>>
关闭:<input type="radio" class="radio" name="strAge" value="0"<% if strAge = "0" then Response.Write(" checked") %>>
<a href="JavaScript:openWindow3('pop_config_help.asp#Sex')"><img src="<%=strImageURL %>icon_smile_question.gif" border="0"></a>
</td>
</tr>
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">居住城市:</font></td>
<td bgColor="<% =strPopUpTableColor %>">
开启:<input type="radio" class="radio" name="strCity" value="1"<% if strCity <> "0" then Response.Write(" checked") %>>
关闭:<input type="radio" class="radio" name="strCity" value="0"<% if strCity = "0" then Response.Write(" checked") %>>
<a href="JavaScript:openWindow3('pop_config_help.asp#City')"><img src="<%=strImageURL %>icon_smile_question.gif" border="0"></a>
</td>
</tr>
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">所在省分:</font></td>
<td bgColor="<% =strPopUpTableColor %>">
开启:<input type="radio" class="radio" name="strState" value="1"<% if strState <> "0" then Response.Write(" checked") %>>
关闭:<input type="radio" class="radio" name="strState" value="0"<% if strState = "0" then Response.Write(" checked") %>>
<a href="JavaScript:openWindow3('pop_config_help.asp#State')"><img src="<%=strImageURL %>icon_smile_question.gif" border="0"></a>
</td>
</tr>
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">国 家:</font></td>
<td bgColor="<% =strPopUpTableColor %>">
开启:<input type="radio" class="radio" name="strCountry" value="1" <% if (lcase(strCountry) <> "0") then Response.Write("checked")%>>
关闭:<input type="radio" class="radio" name="strCountry" value="0" <% if (lcase(strCountry) = "0") then Response.Write("checked")%>>
<a href="JavaScript:openWindow3('pop_config_help.asp#Country')"><img src="<%=strImageURL %>icon_smile_question.gif" border="0"></a>
</td>
</tr>
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">ICQ 号码:</font></td>
<td bgColor="<% =strPopUpTableColor %>">
开启:<input type="radio" class="radio" name="strICQ" value="1" <% if strICQ <> "0" then Response.Write("checked") %>>
关闭:<input type="radio" class="radio" name="strICQ" value="0" <% if strICQ = "0" then Response.Write("checked") %>>
<a href="JavaScript:openWindow3('pop_config_help.asp#icq')"><img src="<%=strImageURL %>icon_smile_question.gif" border="0"></a>
</td>
</tr>
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">OICQ号码:</font></td>
<td bgColor="<% =strPopUpTableColor %>">
开启:<input type="radio" class="radio" name="strYAHOO" value="1" <% if strYAHOO <> "0" then Response.Write("checked") %>>
关闭:<input type="radio" class="radio" name="strYAHOO" value="0" <% if strYAHOO = "0" then Response.Write("checked") %>>
<a href="JavaScript:openWindow3('pop_config_help.asp#yahoo')"><img src="<%=strImageURL %>icon_smile_question.gif" border="0"></a>
</td>
</tr>
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">AIM号码:</font></td>
<td bgColor="<% =strPopUpTableColor %>">
开启:<input type="radio" class="radio" name="strAIM" value="1" <% if strAIM <> "0" then Response.Write("checked") %>>
关闭:<input type="radio" class="radio" name="strAIM" value="0" <% if strAIM = "0" then Response.Write("checked") %>>
<a href="JavaScript:openWindow3('pop_config_help.asp#aim')"><img src="<%=strImageURL %>icon_smile_question.gif" border="0"></a>
</td>
</tr>
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">现任职业:</font></td>
<td bgColor="<% =strPopUpTableColor %>">
开启:<input type="radio" class="radio" name="strOccupation" value="1"<% if strOccupation <> "0" then Response.Write(" checked") %>>
关闭:<input type="radio" class="radio" name="strOccupation" value="0"<% if strOccupation = "0" then Response.Write(" checked") %>>
<a href="JavaScript:openWindow3('pop_config_help.asp#Occupation')"><img src="<%=strImageURL %>icon_smile_question.gif" border="0"></a>
</td>
</tr>
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">个人主页:</font></td>
<td bgColor="<% =strPopUpTableColor %>">
开启:<input type="radio" class="radio" name="strHomepage" value="1" <% if strHomepage <> "0" then Response.Write("checked") %>>
关闭:<input type="radio" class="radio" name="strHomepage" value="0" <% if strHomepage = "0" then Response.Write("checked") %>>
<a href="JavaScript:openWindow3('pop_config_help.asp#homepages')"><img src="<%=strImageURL %>icon_smile_question.gif" border="0"></a>
</td>
</tr>
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">推荐主页:</font></td>
<td bgColor="<% =strPopUpTableColor %>">
开启:<input type="radio" class="radio" name="strFavLinks" value="1" <% if strFavLinks <> "0" then Response.Write("checked") %>>
关闭:<input type="radio" class="radio" name="strFavLinks" value="0" <% if strFavLinks = "0" then Response.Write("checked") %>>
<a href="JavaScript:openWindow3('pop_config_help.asp#FavLinks')"><img src="<%=strImageURL %>icon_smile_question.gif" border="0"></a>
</td>
</tr>
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">婚姻状况:</font></td>
<td bgColor="<% =strPopUpTableColor %>">
开启:<input type="radio" class="radio" name="strMarStatus" value="1" <% if strMarStatus <> "0" then Response.Write("checked") %>>
关闭:<input type="radio" class="radio" name="strMarStatus" value="0" <% if strMarStatus = "0" then Response.Write("checked") %>>
<a href="JavaScript:openWindow3('pop_config_help.asp#MStatus')"><img src="<%=strImageURL %>icon_smile_question.gif" border="0"></a>
</td>
</tr>
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">个人简介:</font></td>
<td bgColor="<% =strPopUpTableColor %>">
开启:<input type="radio" class="radio" name="strBio" value="1" <% if strBio <> "0" then Response.Write("checked") %>>
关闭:<input type="radio" class="radio" name="strBio" value="0" <% if strBio = "0" then Response.Write("checked") %>>
<a href="JavaScript:openWindow3('pop_config_help.asp#Bio')"><img src="<%=strImageURL %>icon_smile_question.gif" border="0"></a>
</td>
</tr>
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">个人喜好:</font></td>
<td bgColor="<% =strPopUpTableColor %>">
开启:<input type="radio" class="radio" name="strHobbies" value="1" <% if strHobbies <> "0" then Response.Write("checked") %>>
关闭:<input type="radio" class="radio" name="strHobbies" value="0" <% if strHobbies = "0" then Response.Write("checked") %>>
<a href="JavaScript:openWindow3('pop_config_help.asp#hobbies')"><img src="<%=strImageURL %>icon_smile_question.gif" border="0"></a>
</td>
</tr>
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">最近状况:</font></td>
<td bgColor="<% =strPopUpTableColor %>">
开启:<input type="radio" class="radio" name="strLNews" value="1" <% if strLNews <> "0" then Response.Write("checked") %>>
关闭:<input type="radio" class="radio" name="strLNews" value="0" <% if strLNews = "0" then Response.Write("checked") %>>
<a href="JavaScript:openWindow3('pop_config_help.asp#LNews')"><img src="<%=strImageURL %>icon_smile_question.gif" border="0"></a>
</td>
</tr>
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">座 右 铭:</font></td>
<td bgColor="<% =strPopUpTableColor %>">
开启:<input type="radio" class="radio" name="strQuote" value="1" <% if strQuote <> "0" then Response.Write("checked") %>>
关闭:<input type="radio" class="radio" name="strQuote" value="0" <% if strQuote = "0" then Response.Write("checked") %>>
<a href="JavaScript:openWindow3('pop_config_help.asp#Quote')"><img src="<%=strImageURL %>icon_smile_question.gif" border="0"></a>
</td>
</tr>
<tr valign="top">
<td bgColor="<% =strPopUpTableColor %>" colspan="2" align="center"><input type="submit" value="提交设置" id="submit1" name="submit1"> <input type="reset" value="重新设置" id="reset1" name="reset1"></td>
</tr>
</table>
</form>
</font>
<% end if %>
<!--#INCLUDE file="inc_footer.asp" -->
<% Else %>
<% Response.Redirect "admin_login.asp" %>
<% End IF %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -