?? adminsetting.asp
字號(hào):
<!--#include file="conn.asp"-->
<%
if session("adminname")="" then
response.redirect "relogin.asp"
end if
%>
<%
sql="select * from tbconfig"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,3,2
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>系統(tǒng)管理 | 參數(shù)設(shè)置</title>
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body>
<table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2" height="25">
<tr>
<td width="100%">當(dāng)前位置: 系統(tǒng)管理 >
<a href="adminsomething.asp">綜合管理</a> <span lang="en-us">> </span>參數(shù)設(shè)置</td>
</tr>
</table>
<br>
</p>
<center><form method="POST" action="adminsettingsave.asp">
<table border="1" cellspacing="1" style="border-collapse: collapse" bordercolor="#799AE1" width="397" height="121">
<tr class="trh">
<td width="51" height="19" bgcolor="#799AE1">
<p align="center"><font color="#FFFFFF">序號(hào)</font></td>
<td width="118" height="19" bgcolor="#799AE1">
<p align="center"><font color="#FFFFFF">參<span lang="en-us"> </span>數(shù)</font></td>
<td width="224" height="19" bgcolor="#799AE1">
<p align="center"><font color="#FFFFFF">設(shè)<span lang="en-us"> </span>置</font></td>
</tr>
<tr class="trh1">
<td width="51" height="24" align="center" ><span lang="en-us">1</span></td>
<td width="118" height="24" align="center">logo圖片地址</td>
<td width="224" height="24" align="center">
<input type="text" name="logo" size="26" value="<%=rs("logo")%>" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
</tr>
<tr>
<td width="51" height="25" bgcolor="#FFFDE8" align="center" >
<span lang="en-us">2</span></td>
<td width="118" height="25" bgcolor="#FFFDE8" align="center">logo圖片連接</td>
<td width="224" height="25" bgcolor="#FFFDE8" align="center">
<span lang="en-us">http://</span><input type="text" name="logolink" size="26" value="<%=rs("logolink")%>" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
</tr>
<tr>
<td width="51" height="25" bgcolor="#FFFDE8" align="center" >
<span lang="en-us">3</span></td>
<td width="118" height="25" bgcolor="#FFFDE8" align="center">標(biāo)題</td>
<td width="224" height="25" bgcolor="#FFFDE8" align="center">
<input type="text" name="title" size="26" value="<%=rs("title")%>" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
</tr>
<tr>
<td width="51" height="25" bgcolor="#FFFDE8" align="center" >
<span lang="en-us">4</span></td>
<td width="118" height="25" bgcolor="#FFFDE8" align="center">刷新時(shí)間</td>
<td width="224" height="25" bgcolor="#FFFDE8" align="center">
<input type="text" name="refreshtime" size="10" value="<%=rs("refreshtime")%>" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"><span lang="en-us">
</span>秒</td>
</tr>
<tr>
<td width="51" height="25" bgcolor="#FFFDE8" align="center" >
<span lang="en-us">5</span></td>
<td width="118" height="25" bgcolor="#FFFDE8" align="center">允許前臺(tái)注冊(cè)</td>
<td width="224" height="25" bgcolor="#FFFDE8" align="center">
<select size="1" name="islogin" class="inputnormal">
<option <% if islogin= 1 then%>selected<% end if%> value="1" selected>是</option>
<option <% if islogin= 0 then%>selected<% end if%> value="0">否</option>
</select></td>
</tr>
<tr>
<td width="51" height="25" bgcolor="#FFFDE8" align="center" >
<span lang="en-us">5</span></td>
<td width="118" height="25" bgcolor="#FFFDE8" align="center">是否自動(dòng)審批用戶</td>
<td width="224" height="25" bgcolor="#FFFDE8" align="center">
<select size="1" name="ischeck" class="inputnormal">
<option <% if ischeck= 1 then%>selected<% end if%> value="1" selected>自動(dòng)</option>
<option <% if ischeck= 0 then%>selected<% end if%> value="0">人工</option>
</select></td>
</tr>
<tr>
<td width="51" height="25" bgcolor="#FFFDE8" align="center" >
<span lang="en-us">6</span></td>
<td width="118" height="25" bgcolor="#FFFDE8" align="center">允許考完后瀏覽<br>
客觀題成績(jī)</td>
<td width="224" height="25" bgcolor="#FFFDE8" align="center">
<select size="1" name="islook" class="inputnormal">
<option <% if islook= 1 then%>selected<% end if%> value="1" selected>是</option>
<option <% if islook= 0 then%>selected<% end if%> value="0">否</option>
</select></td>
</tr>
</table></center>
<p align="center"><input type="submit" value="保 存" name="B1" class="s02"><span lang="en-us">
</span>
<INPUT class="s02" onclick="window.location='adminsomething.asp'" type=button value="返 回" name=close></p>
</form>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -