?? system1.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="ConnUser.asp"-->
<!--#include file="config.asp"-->
<!--#include file="char.inc"-->
<!--#include file="ChkUser.asp" -->
<!--#include file="ChkManage.asp" -->
<%
IF request.cookies(Forcast_SN)("ManageKEY")<>"super" or request.cookies(Forcast_SN)("ManagePurview")<>"99999" then
Show_Err("對不起,您的后臺管理權限不夠!")
response.end
else
response.buffer=true
Response.Expires=0
Set rs9 = Server.CreateObject("ADODB.Recordset")
sql9 ="SELECT * From "& db_System_Table &" Order By id DESC"
RS9.open sql9,Conn,1,1
if rs9("powermana")="1" or request.cookies(Forcast_SN)("ManagePurview")="99999" then
%>
<html>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=site.css rel=stylesheet>
<title><%=copyright%><%=version%> <%=ver%> - 權限設置</title>
</head>
<body topmargin="0">
<!--#include file=Admin_Top.asp-->
<div align="center">
<table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#C0C0C0" width="100%" id="AutoNumber1">
<form method="post" action="SystemSave1.asp" name="system">
<tr class="TDtop">
<td colspan="3" width="100%" height=25>
<div align="center">┊ <strong>網站屬性設置</strong> ┊</div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right">啟用頁面信息版權保護:</td>
<td colspan="2" align="left"><select name="topbg" 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("topbg")<>"0" then%>selected<%end if%> value="1">啟用</option>
<option <%if rs9("topbg")="0" then%>selected<%end if%> value="0">禁用</option>
</select></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" >啟用欄目導航:</td>
<td colspan="2" align="left" > <select name="t_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("t_bg")<>"0" then%>selected<%end if%> value="1">啟用</option>
<option <%if rs9("t_bg")="0" then%>selected<%end if%> value="0">禁用</option>
</select></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" >使用分級瀏覽機制:</td>
<td colspan="2" align="left" > <select name="uselevel" 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("uselevel")="1" then%>selected<%end if%> value="1">啟用</option>
<option <%if rs9("uselevel")="0" then%>selected<%end if%> value="0">禁用</option>
</select></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" >文章默認狀態:</td>
<td colspan="2" align="left" > <select name="usecheck" 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("usecheck")="1" then%>selected<%end if%> value="1">已審核</option>
<option <%if rs9("usecheck")="0" then%>selected<%end if%> value="0">未審核</option>
</select>
點擊“<a title=文章默認狀態詳細說明 onMouseOver="window.status='文章默認狀態詳細說明';return true;" onMouseOut="window.status='';return true;" href=javascript:alert("已審核指小類管理員添加文章后,文章不\n必經過系統管理員或文章審核員的審核就\n可顯示出來。而未審核指小類管理員添加\n文章后,文章不直接顯示出來,必須經過\n系統管理員和文章審核員的審核后才會顯\n示。系統管理員和文章審核員不受此限。")>這里</a>”查看詳細說明。
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" >錄入員可修改已審核文章:</td>
<td colspan="2" align="left" > <select name="modnewsable" 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("modnewsable")="1" then%>selected<%end if%> value="1">開啟</option>
<option <%if rs9("modnewsable")="0" then%>selected<%end if%> value="0">關閉</option>
</select>
點擊“<a title=錄入員可修改已審核文章詳細說明 onMouseOver="window.status='錄入員可修改已審核文章詳細說明';return true;" onMouseOut="window.status='';return true;" href=javascript:alert("當文章默認狀態為未審核時,該選項開啟\n表示可以修改,但修改的文章將改為未審\n核狀態(出于安全的考慮);關閉表示不\n可修改;當文章默認狀態為已審核時,此\n選項無效。")>這里</a>”查看詳細說明。</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" >大類注釋狀態:</td>
<td colspan="2" align="left" > <select name="zs" 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("zs")="1" then%>selected<%end if%> value="1">啟用</option>
<option <%if rs9("zs")="0" then%>selected<%end if%> value="0">未用</option>
</select>
點擊“<a title=大類注釋狀態詳細說明 onMouseOver="window.status='大類注釋狀態詳細說明';return true;" onMouseOut="window.status='';return true;" href=javascript:alert("大類注釋啟用后,將會在查看大類文章時\n出現大類的提示信息,未啟用則不出現。\n當然,前提是該大類要有提示信息。")>這里</a>”查看詳細說明。
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" >小類注釋狀態:</td>
<td colspan="2" align="left" > <select name="zs1" 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("zs1")="1" then%>selected<%end if%> value="1">啟用</option>
<option <%if rs9("zs1")="0" then%>selected<%end if%> value="0">未用</option>
</select>
點擊“<a title=小類注釋狀態詳細說明 onMouseOver="window.status='小類注釋狀態詳細說明';return true;" onMouseOut="window.status='';return true;" href=javascript:alert("小類注釋啟用后,將會在查看小類文章時\n出現小類的提示信息,未啟用則不出現。\n當然,前提是該小類要有提示信息。")>這里</a>”查看詳細說明。
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" >專題注釋狀態:</td>
<td colspan="2" align="left" > <select name="zs2" 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("zs2")="1" then%>selected<%end if%> value="1">啟用</option>
<option <%if rs9("zs2")="0" then%>selected<%end if%> value="0">未用</option>
</select>
點擊“<a title=專題注釋狀態詳細說明 onMouseOver="window.status='專題注釋狀態詳細說明';return true;" onMouseOut="window.status='';return true;" href=javascript:alert("專題注釋啟用后,將會在查看專題文章時\n出現專題的提示信息,未啟用則不出現。\n當然,前提是該專題要有提示信息。")>這里</a>”查看詳細說明。
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" >是否開啟評論功能:</td>
<td colspan="2" align="left" > <select name="reviewable" 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("reviewable")="1" then%>selected<%end if%> value="1">開啟</option>
<option <%if rs9("reviewable")="0" then%>selected<%end if%> value="0">關閉</option>
</select></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" >是否開啟注冊用戶簽收功能:</td>
<td colspan="2" align="left" > <select name="M_MAIN" 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("M_MAIN")="1" then%>selected<%end if%> value="1">開啟</option>
<option <%if rs9("M_MAIN")="0" then%>selected<%end if%> value="0">關閉</option>
</select><font color=red> 請確保評論功能已經開啟</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" >是否顯示評論者IP地址:</td>
<td colspan="2" align="left" > <select name="showip" 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("showip")="1" then%>selected<%end if%> value="1">開啟</option>
<option <%if rs9("showip")="0" then%>selected<%end if%> value="0">關閉</option>
</select></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" >評論默認狀態:</td>
<td colspan="2" align="left" > <select name="reviewcheck" 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("reviewcheck")="1" then%>selected<%end if%> value="1">已審核</option>
<option <%if rs9("reviewcheck")="0" then%>selected<%end if%> value="0">未審核</option>
</select></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" >審核評論菜單中:</td>
<td colspan="2" align="left" > <select name="reviewcheckshow" 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("reviewcheckshow")="1" then%>selected<%end if%> value="1">顯示</option>
<option <%if rs9("reviewcheckshow")="0" then%>selected<%end if%> value="0">不顯示</option>
</select>
已審核評論</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" >是否開啟友情鏈接申請功能:</td>
<td colspan="2" align="left" > <select name="linkreg" 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("linkreg")="1" then%>selected<%end if%> value="1">開啟</option>
<option <%if rs9("linkreg")="0" then%>selected<%end if%> value="0">關閉</option>
</select></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" >友情鏈接管理菜單中:</td>
<td colspan="2" align="left" > <select name="linkpass" 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("linkpass")="1" then%>selected<%end if%> value="1">顯示</option>
<option <%if rs9("linkpass")="0" then%>selected<%end if%> value="0">不顯示</option>
</select>
已審核網站鏈接</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" >審核文章菜單中:</td>
<td colspan="2" align="left" > <select name="checkshow" 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("checkshow")="1" then%>selected<%end if%> value="1">顯示</option>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -