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

📄 e_system.asp

📁 zheng fu wang zhan gong neng qi quan
💻 ASP
📖 第 1 页 / 共 2 页
字号:
		自定义BOTTOM菜单:<br><br>
		<font color="#FF0000">HTML格式书写,如不支持FSO,<br>
		编辑config.asp</font>
	</td>
	<td colspan="2" align="left">
		<textarea name="BOTTOMmenu" cols="80" rows="6" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'"><%=BOTTOMmenu%></textarea>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" bgcolor="#FFFFFF">浮动广告:</td>
	<td colspan="2" align="left">
		<select name="R_BG" size="1" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<option <%if rs9("R_BG")<>"0" then%>selected<%end if%> value="1">启用</option>
		<option <%if rs9("R_BG")="0" then%>selected<%end if%> value="0">禁用</option>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" height="18" align="right" bgcolor="#FFFFFF">广告图片地址:</td>
	<td colspan="2" align="left">
		<input type="text" name="R_TOP" size="50" value="<%=rs9("R_TOP")%>" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" bgcolor="#FFFFFF">广告链接:</td>
	<td colspan="2" align="left">
		<input type="text" name="L_MAIN" size="50" value="<%=rs9("L_MAIN")%>" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" bgcolor="#FFFFFF">广告说明:</td>
	<td colspan="2" align="left">
		<input type="text" name="R_MAIN" size="50" value="<%=rs9("R_MAIN")%>" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" bgcolor="#FFFFFF">新闻页面相关:</td>
	<td colspan="2" align="left">
		新闻页面广告:<select name="M_BG" size="1" id="M_BG" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<option <%if rs9("M_BG")<>"0" then%>selected<%end if%> value="1">启用</option>
		<option <%if rs9("M_BG")="0" then%>selected<%end if%> value="0">禁用</option>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" bgcolor="#FFFFFF"> <p align="right">跑马灯公告:</p></td>
	<td colspan="2" align="left" >
		<textarea name="gg1" cols="80" rows="4" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'" title=在这里输入本站的公告内容 onMouseOver="window.status='在这里输入本站的公告内容';return true;" onMouseOut="window.status='';return true;" ><%=rs9("gg1")%></textarea> 
	</td>
</tr>
<tr class="TDtop"> 
	<td colspan="3"><div align="center">显示条数设置</div></td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >首页文章配图显示张数:</td>
	<td colspan="2" align="left">
		<select size="1" name="L_BG" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<%for i=1 to 3%>
			<option <%if rs9("L_BG")=i then%>selected<%end if%> value="<%=i%>"><%=i%></option>
		<%next%>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >文章显示条数:</td>
	<td colspan="2" align="left">
		<select size="1" name="top_news" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<%for i=1 to 30%>
			<option <%if rs9("top_news")=i then%>selected<%end if%> value="<%=i%>"><%=i%></option>
		<%next%>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >大类页面文章显示条数:</td>
	<td  colspan="2" align="left" >
		<select size="1" name="bigclassshownum" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<%for i=1 to 30%>
			<option <%if rs9("bigclassshownum")=i then%>selected<%end if%> value="<%=i%>"><%=i%></option>
		<%next%>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >专题显示条数:</td>
	<td  colspan="2" align="left" >
		<select size="1" name="top_sp" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<%for i=1 to 30%>
			<option <%if rs9("top_sp")=i then%>selected<%end if%> value="<%=i%>"><%=i%></option>
		<%next%>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >热门文章显示条数:</td>
	<td  colspan="2" align="left" > <select size="1" name="top_txt" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<%for i=1 to 30%>
			<option <%if rs9("top_txt")=i then%>selected<%end if%> value="<%=i%>"><%=i%></option>
		<%next%>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >最新图文显示条数:</td>
	<td  colspan="2" align="left" > <select size="1" name="top_img" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<%for i=1 to 30%>
			<option <%if rs9("top_img")=i then%>selected<%end if%> value="<%=i%>"><%=i%></option>
		<%next%>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >阅读文章页面评论条数:</td>
	<td  colspan="2" align="left" >
		<select size="1" name="reviewnum" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<%for i=1 to 30%>
			<option <%if rs9("reviewnum")=i then%>selected<%end if%> value="<%=i%>"><%=i%></option>
		<%next%>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >图片JS文章调用数:</td>
	<td  colspan="2" align="left" >
		<select size="1" name="picnum" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<%for i=1 to 30%>
			<option <%if rs9("picnum")=i then%>selected<%end if%> value="<%=i%>"><%=i%></option>
		<%next%>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >一般JS文章调用数:</td>
	<td  colspan="2" align="left" >
		<select size="1" name="newsnum" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<%for i=1 to 30%>
			<option <%if rs9("newsnum")=i then%>selected<%end if%> value="<%=i%>"><%=i%></option>
		<%next%>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >用户、单位部门排行榜显示数:</td>
	<td  colspan="2" align="left" >
		<select size="1" name="topuser" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<%for i=1 to 30%>
			<option <%if rs9("topuser")=i then%>selected<%end if%> value="<%=i%>"><%=i%></option>
		<%next%>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >首页LOGO链接显示数:</td>
	<td  colspan="2" align="left" >
		<select size="1" name="linkshownum" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<%for i=1 to 30%>
			<option <%if rs9("linkshownum")=i then%>selected<%end if%> value="<%=i%>"><%=i%></option>
		<%next%>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td colspan="3"  width="611">
		<div align="center"> 
		<input type="submit" name="Submit" value="提交" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<input type="reset" name="Submit2" value="重设" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		</div>
	</td>
</tr>
</form>
</table>
</div>
</body>
</html>
<!--#include file=Admin_Bottom.asp-->
		<%rs9.close
		set rs9=nothing
		conn.close
		set conn=nothing
	else
		Show_Err("对不起,该功能已经被超级系统管理员关闭,您没有权限操作!")
		response.end
	end if
end if%>

⌨️ 快捷键说明

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