⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_config_features.asp

📁 一个不错的ASP论坛源码
💻 ASP
📖 第 1 页 / 共 2 页
字号:
  <tr valign="top">
    <td bgColor="<% =strPopUpTableColor %>" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">秘密论坛:</font></td>
    <td bgColor="<% =strPopUpTableColor %>">
    开启:<input type="radio" class="radio" name="strPrivateForums" value="1"<% if strPrivateForums <> "0" then Response.Write(" checked") %>> 
    关闭:<input type="radio" class="radio" name="strPrivateForums" value="0"<% if strPrivateForums = "0" then Response.Write(" checked") %>>
    <a href="JavaScript:openWindow3('pop_config_help.asp#privateforums')"><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="strShowModerators" value="1"<% if strShowModerators <> "0" then Response.Write(" checked") %>> 
    关闭:<input type="radio" class="radio" name="strShowModerators" value="0"<% if strShowModerators = "0" then Response.Write(" checked") %>>
    <a href="JavaScript:openWindow3('pop_config_help.asp#ShowModerator')"><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 %>">本版专用代码:&nbsp;</font></td>
    <td bgColor="<% =strPopUpTableColor %>">
    开启:<input type="radio" class="radio" name="strAllowForumCode" value="1"<% if strAllowForumCode <> "0" then Response.Write(" checked") %>> 
    关闭:<input type="radio" class="radio" name="strAllowForumCode" value="0"<% if strAllowForumCode = "0" then Response.Write(" checked") %>>
    <a href="JavaScript:openWindow3('pop_config_help.asp#AllowForumCode')"><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="strIMGInPosts" value="1" <% if (lcase(strIMGInPosts) <> "0") then Response.Write("checked")%>> 
    关闭:<input type="radio" class="radio" name="strIMGInPosts" value="0" <% if (lcase(strIMGInPosts) = "0") then Response.Write("checked")%>>
    <a href="JavaScript:openWindow3('pop_config_help.asp#imginposts')"><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 %>">允许HTML代码:</font></td>
    <td bgColor="<% =strPopUpTableColor %>">
    开启:<input type="radio" class="radio" name="strAllowHTML" value="1"<% if strAllowHTML <> "0" then Response.Write(" checked") %>> 
    关闭:<input type="radio" class="radio" name="strAllowHTML" value="0"<% if strAllowHTML = "0" then Response.Write(" checked") %>>
    <a href="JavaScript:openWindow3('pop_config_help.asp#AllowHTML')"><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="strSecureAdmin" value="1" <% if lcase(strSecureAdmin) <> "0" then Response.Write("checked") %>> 
    关闭:<input type="radio" class="radio" name="strSecureAdmin" value="0" <% if lcase(strSecureAdmin) = "0" then Response.Write("checked") %>>
    <a href="JavaScript:openWindow3('pop_config_help.asp#secureadminmode')"><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 %>">无 Cookie 模式:</font></td>
    <td bgColor="<% =strPopUpTableColor %>">
    开启:<input type="radio" class="radio" name="strNoCookies" value="1" <% if lcase(strNoCookies) <> "0" then Response.Write("checked") %>> 
    关闭:<input type="radio" class="radio" name="strNoCookies" value="0" <% if lcase(strNoCookies) = "0" then Response.Write("checked") %>>
    <a href="JavaScript:openWindow3('pop_config_help.asp#allownoncookies')"><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="strEditedByDate" value="1" <% if lcase(strEditedByDate) <> "0" then Response.Write("checked") %>> 
    关闭:<input type="radio" class="radio" name="strEditedByDate" value="0" <% if lcase(strEditedByDate) = "0" then Response.Write("checked") %>>
    <a href="JavaScript:openWindow3('pop_config_help.asp#editedbydate')"><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="strHotTopic" value="1" <% if (strHotTopic <> "0" or lcase(HotTopic) <> "0") then Response.Write("checked") %>> 
    关闭:<input type="radio" class="radio" name="strHotTopic" value="0" <% if (strHotTopic = "0" or lcase(HotTopic) = "0") then Response.Write("checked") %>>
    <input type="text" name="intHotTopicNum" size="5" value="<% if intHotTopicNum <> "" then Response.Write(intHotTopicNum) else Response.Write("20") %>">
    <a href="JavaScript:openWindow3('pop_config_help.asp#hottopics')"><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="stricons" value="1" <% if (lcase(stricons) <> "0" or lcase(Smiles) <> "0") then Response.Write("checked") %>> 
    关闭:<input type="radio" class="radio" name="stricons" value="0" <% if (lcase(stricons) = "0" or lcase(Smiles) = "0") then Response.Write("checked") %>>
    <a href="JavaScript:openWindow3('pop_config_help.asp#<%=strImageURL %>icons')"><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="strShowStatistics" value="1" <% if strShowStatistics <> "0" then Response.Write("checked") %>> 
    关闭:<input type="radio" class="radio" name="strShowStatistics" value="0" <% if strShowStatistics = "0" then Response.Write("checked") %>>
    <a href="JavaScript:openWindow3('pop_config_help.asp#stats')"><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="strShowPaging" value="1" <% if strShowPaging <> "0" then Response.Write("checked") %>> 
    关闭:<input type="radio" class="radio" name="strShowPaging" value="0" <% if strShowPaging = "0" then Response.Write("checked") %>>
    <a href="JavaScript:openWindow3('pop_config_help.asp#ShowPaging')"><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="strShowTopicNav" value="1" <% if strShowTopicNav <> "0" then Response.Write("checked") %>> 
    关闭:<input type="radio" class="radio" name="strShowTopicNav" value="0" <% if strShowTopicNav = "0" then Response.Write("checked") %>>
    <a href="JavaScript:openWindow3('pop_config_help.asp#ShowTopicNav')"><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="text" name="strPageSize" size="5" value="<% if strPageSize <> "" then Response.Write(strPageSize) else Response.Write("15") %>">
<!--    <a href="JavaScript:openWindow3('pop_config_help.asp#hottopics')"><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="text" name="strPageNumberSize" size="5" value="<% if strPageNumberSize <> "" then Response.Write(strPageNumberSize) else Response.Write("10") %>">
<!--    <a href="JavaScript:openWindow3('pop_config_help.asp#hottopics')"><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 + -