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

📄 admin_constmodify.asp

📁 庐江二中
💻 ASP
📖 第 1 页 / 共 2 页
字号:
            <td width="30%" align="right" height="30">栏与栏之间的间隔:</td>
            <td width="70%" height="30"> <input type="text" name="THeight" value="<%=THeight%>" size="20"> 
            </td>
          </tr>
          <tr> 
            <td align="right" height="30">是否显示最新图片栏:</td>
            <td height="30"> <select name="ShowNewImg" size="1">
                <option value=0<%if ShowNewImg=0 then%> selected<%end if%>>否</option>
                <option value=1<%if ShowNewImg=1 then%> selected<%end if%>>是</option>
              </select> </td>
          </tr>
          <tr> 
            <td align="right" height="30">是否显示广播栏:</td>
            <td height="30"> <select name="ShowBoard" size="1">
                <option value=0<%if ShowBoard=0 then%> selected<%end if%>>否</option>
                <option value=1<%if ShowBoard=1 then%> selected<%end if%>>是</option>
              </select> </td>
          </tr>
          <tr> 
            <td width="30%" align="right" height="30">是否显示公告栏:</td>
            <td width="70%" height="30"> <select name="ShowAnnounce" size="1">
                <option value=0<%if ShowAnnounce=0 then%> selected<%end if%>>否</option>
                <option value=1<%if ShowAnnounce=1 then%> selected<%end if%>>是</option>
              </select> </td>
          </tr>
          <tr> 
            <td width="30%" align="right" height="30">是否显示焦点文章:</td>
            <td width="70%" height="30"> <select name="ShowFocusNews" size="1">
                <option value=0<%if ShowFocusNews=0 then%> selected<%end if%>>否</option>
                <option value=1<%if ShowFocusNews=1 then%> selected<%end if%>>是</option>
              </select> </td>
          </tr>
          <tr> 
            <td width="30%" align="right" height="30">是否显示推荐文章:</td>
            <td width="70%" height="30"> <select name="ShowGoodNews" size="1">
                <option value=0<%if ShowGoodNews=0 then%> selected<%end if%>>否</option>
                <option value=1<%if ShowGoodNews=1 then%> selected<%end if%>>是</option>
              </select> </td>
          </tr>
          <tr> 
            <td width="30%" align="right" height="30">是否显示文章排行:</td>
            <td width="70%" height="30"> <select name="ShowTxtTop" size="1">
                <option value="0"<%if ShowTxtTop="0" then%> selected<%end if%>>否</option>
                <option value="all"<%if ShowTxtTop="all" then%> selected<%end if%>>按所有</option>
                <option value="txt"<%if ShowTxtTop="txt" then%> selected<%end if%>>按文本</option>
              </select> </td>
          </tr>
          <tr> 
            <td width="30%" align="right" height="30">是否显示图片排行:</td>
            <td width="70%" height="30"> <select name="ShowImgTop" size="1">
                <option value="0"<%if ShowImgTop=0 then%> selected<%end if%>>否</option>
                <option value="1"<%if ShowImgTop=1 then%> selected<%end if%>>大图</option>
                <option value="2"<%if ShowImgTop=2 then%> selected<%end if%>>小图</option>
              </select> </td>
          </tr>
          <tr> 
            <td width="30%" align="right" height="30">是否显示网站导航:</td>
            <td width="70%" height="30"> <select name="ShowNavigate" size="1">
                <option value="0"<%if ShowNavigate=0 then%> selected<%end if%>>否</option>
                <option value="1"<%if ShowNavigate=1 then%> selected<%end if%>>是</option>
              </select> </td>
          </tr>          
		  <tr> 
            <td width="30%" align="right" height="30">是否显示网站调查:</td>
            <td width="70%" height="30"> <select name="ShowResearch" size="1">
                <option value=0<%if ShowResearch=0 then%> selected<%end if%>>否</option>
                <option value=1<%if ShowResearch=1 then%> selected<%end if%>>是</option>
              </select> </td>
          </tr>
          <tr> 
            <td width="30%" align="right" height="30">是否显示统计数据:</td>
            <td width="70%" height="30"> <select name="ShowStatistic" size="1">
                <option value=0<%if ShowStatistic=0 then%> selected<%end if%>>否</option>
                <option value=1<%if ShowStatistic=1 then%> selected<%end if%>>是</option>
              </select> </td>
          </tr>
          <tr> 
            <td width="30%" align="right" height="30">是否显示搜索栏:</td>
            <td width="70%" height="30"> <select name="ShowSearch" size="1">
                <option value=0<%if ShowSearch=0 then%> selected<%end if%>>否</option>
                <option value=1<%if ShowSearch=1 then%> selected<%end if%>>是</option>
              </select> </td>
          </tr>
          <tr> 
            <td width="30%" align="right" height="30">是否显示网站图标:</td>
            <td width="70%" height="30"> <select name="ShowLogo" size="1">
                <option value=0<%if ShowLogo=0 then%> selected<%end if%>>否</option>
                <option value=1<%if ShowLogo=1 then%> selected<%end if%>>是</option>
              </select> </td>
          </tr>
          <tr> 
            <td width="30%" align="right" height="30">是否显示用户登陆栏:</td>
            <td width="70%" height="30"> <select name="ShowUserLogin" size="1">
                <option value=0<%if ShowUserLogin=0 then%> selected<%end if%>>否</option>
                <option value=1<%if ShowUserLogin=1 then%> selected<%end if%>>是</option>
              </select> </td>
          </tr>
          <tr> 
            <td width="30%" align="right" height="30">是否显示资源中心:</td>
            <td width="70%" height="30"> <select name="ShowAllySite" size="1">
                <option value=0<%if ShowAllySite=0 then%> selected<%end if%>>否</option>
                <option value=1<%if ShowAllySite=1 then%> selected<%end if%>>是</option>
              </select> </td>
          </tr>
          <tr> 
            <td width="30%" align="right" height="30">是否显示友情站点:</td>
            <td width="70%" height="30"> <select name="ShowFriendsite" size="1">
                <option value=0<%if ShowFriendsite=0 then%> selected<%end if%>>否</option>
                <option value=1<%if ShowFriendsite=1 then%> selected<%end if%>>是</option>
              </select> </td>
          </tr>
          <tr> 
            <td width="30%" align="right" height="30">是否显示会员排行:</td>
            <td width="70%" height="30"> <select name="ShowGoodSite" size="1">
                <option value=0<%if ShowGoodSite=0 then%> selected<%end if%>>否</option>
                <option value=1<%if ShowGoodSite=1 then%> selected<%end if%>>是</option>
              </select> </td>
          </tr>
          <tr> 
            <td width="30%" align="right" height="30">是否显示用户评论:</td>
            <td width="70%" height="30"> <select name="ShowGBook" size="1">
                <option value=0<%if ShowGBook=0 then%> selected<%end if%>>否</option>
                <option value=1<%if ShowGBook=1 then%> selected<%end if%>>是</option>
              </select> </td>
          </tr>
        </table>
<hr width=90% size=1 color=#FFFFFF>
<table border="1" width="100%" cellspacing="0" Class=TableLine bordercolorlight="<%=MainBColor%>" bgcolor="<%=MainCColor%>">
<tr>
<td width="100%" height="20" colspan=2 align=center bgcolor="<%=MainTColor%>"><b>统 计 数 据 属 性 设 置</b></td>
</tr>
<tr>
<td width="30%" align="right" height="30">是否显示在线人数:</td>
<td width="70%" height="30">
<select name="ShowOnline" size="1">
<option value=0<%if ShowOnline=0 then%> selected<%end if%>>否</option>
<option value=1<%if ShowOnline=1 then%> selected<%end if%>>是</option>
</select>
</td>
</tr>
<tr>
<td width="30%" align="right" height="30">是否显示用户总数:</td>
<td width="70%" height="30">
<select name="ShowTotalUser" size="1">
<option value=0<%if ShowTotalUser=0 then%> selected<%end if%>>否</option>
<option value=1<%if ShowTotalUser=1 then%> selected<%end if%>>是</option>
</select>
</td>
</tr>
<tr>
<td width="30%" align="right" height="30">是否显示新用户总数:</td>
<td width="70%" height="30">
<select name="ShowNewUser" size="1">
<option value=0<%if ShowNewUser=0 then%> selected<%end if%>>否</option>
<option value=1<%if ShowNewUser=1 then%> selected<%end if%>>是</option>
</select>
</td>
</tr>
<tr>
<td width="30%" align="right" height="30">是否显示文章总数:</td>
<td width="70%" height="30">
<select name="ShowTotalnews" size="1">
<option value=0<%if ShowTotalnews=0 then%> selected<%end if%>>否</option>
<option value=1<%if ShowTotalnews=1 then%> selected<%end if%>>是</option>
</select>
</td>
</tr>
<tr>
<td width="30%" align="right" height="30">是否显示专题总数:</td>
<td width="70%" height="30">
<select name="ShowTotalSpecial" size="1">
<option value=0<%if ShowTotalSpecial=0 then%> selected<%end if%>>否</option>
<option value=1<%if ShowTotalSpecial=1 then%> selected<%end if%>>是</option>
</select>
</td>
</tr>
<tr>
<td width="30%" align="right" height="30">是否显示浏览总数:</td>
<td width="70%" height="30">
<select name="ShowTotalView" size="1">
<option value=0<%if ShowTotalView=0 then%> selected<%end if%>>否</option>
<option value=1<%if ShowTotalView=1 then%> selected<%end if%>>是</option>
</select>
</td>
</tr>
<tr>
<td width="30%" align="right" height="30">是否显示今日浏览数:</td>
<td width="70%" height="30">
<select name="ShowTodayView" size="1">
<option value=0<%if ShowTodayView=0 then%> selected<%end if%>>否</option>
<option value=1<%if ShowTodayView=1 then%> selected<%end if%>>是</option>
</select>
</td>
</tr>
<tr>
<td width="30%" align="right" height="30">是否显示昨日浏览数:</td>
<td width="70%" height="30">
<select name="ShowYesterdayView" size="1">
<option value=0<%if ShowYesterdayView=0 then%> selected<%end if%>>否</option>
<option value=1<%if ShowYesterdayView=1 then%> selected<%end if%>>是</option>
</select>
</td>
</tr>
<tr>
<td width="30%" align="right" height="30">是否显示本月浏览数:</td>
<td width="70%" height="30">
<select name="ShowMonthView" size="1">
<option value=0<%if ShowMonthView=0 then%> selected<%end if%>>否</option>
<option value=1<%if ShowMonthView=1 then%> selected<%end if%>>是</option>
</select>
</td>
</tr>
<tr>
<td width="30%" align="right" height="30">是否显示上月浏览数:</td>
<td width="70%" height="30">
<select name="ShowBMonthView" size="1">
<option value=0<%if ShowBMonthView=0 then%> selected<%end if%>>否</option>
<option value=1<%if ShowBMonthView=1 then%> selected<%end if%>>是</option>
</select>
</td>
</tr>
<tr>
<td width="30%" align="right" height="30">是否显示开站总天数:</td>
<td width="70%" height="30">
<select name="ShowTotalDate" size="1">
<option value=0<%if ShowTotalDate=0 then%> selected<%end if%>>否</option>
<option value=1<%if ShowTotalDate=1 then%> selected<%end if%>>是</option>
</select>
</td>
</tr>
<tr>
<td width="30%" align="right" height="30">是否显示平均浏览数:</td>
<td width="70%" height="30">
<select name="ShowAverageView" size="1">
<option value=0<%if ShowAverageView=0 then%> selected<%end if%>>否</option>
<option value=1<%if ShowAverageView=1 then%> selected<%end if%>>是</option>
</select>
</td>
</tr>
</table>
        <br>
<table border="1" width="100%" cellspacing="0" Class=TableLine bordercolorlight="<%=MainBColor%>" bgcolor="<%=MainCColor%>">
<tr>
<td align="center">
<input type="submit" value=" 确 定 " name="cmdok2">&nbsp;
<input type="reset" value=" 取 消 " name="cmdcance2l">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<%set rs=nothing%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -