?? admin_color.asp
字號:
<!--#include file =conn.asp-->
<!-- #include file="inc/const.asp" -->
<title><%=txl_info(0)%>--管理頁面</title>
<!--#include file =inc/admin_css.asp-->
<meta NAME=GENERATOR Content="Microsoft FrontPage 3.0" CHARSET=GB2312>
<BODY leftmargin="0" bottommargin="0" rightmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#DDEEFF">
<%
if not supermaster or session("flag")="" then
Errmsg=Errmsg+"<br>"+"<li>本頁面為管理員專用,請<a href=admin_index.asp target=_top>登陸</a>后進入。<br><li>您沒有管理本頁面的權限。"
call txl_error()
else
if request("action")="save" then
call saveconst()
else
call consted()
end if
if founderr then call txl_error()
conn.close
set conn=nothing
end if
sub consted()
dim sel
%>
<table width="95%" border="0" cellspacing="1" cellpadding="3" align=center class="tableBorder">
<form method="POST" action=admin_color.asp?action=save>
<tr>
<th width="100%" colspan=3>當前使用模板設置</th>
</tr>
<%
dim skinname
if not isnumeric(request("skinid")) or request("skinid")="" or request("skinid")="0" then
sqlstr=" active=1"
else
sqlstr=" id="&request("skinid")&" "
end if
sql = "select * from config where "&sqlstr&""
set rs=conn.execute(sql)
if rs.eof and rs.bof then
response.write "錯誤的系統參數,沒有選擇模板。"
response.end
else
skinname=rs("skinname")
skinid=rs("id")
txl_body=split(rs("txl_body"),"|||")
end if
rs.close
set rs=nothing
%>
<input type=hidden name="skinid" value="<%=skinid%>">
<tr>
<td width="45%" class=txlrow><u>當前模板名稱</u>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -