📄 admin_xinxi.asp
字号:
<!--#include file="config.asp"-->
<%
dim founderr,errmsg
founderr=false
errmsg=""
if session("adminlogin")<>sessionvar then
founderr=true
errmsg=errmsg+"<br>"+"<li>你尚未登录,或者超时了!请<a href='data/index.asp'>重新登录</a>!"
call diserror()
response.end
end if
if session("flag")>1 then
errmsg=errmsg+"<br>"+"<li>你的管理权限不够!!</a>!"
call diserror()
response.end
end if
%>
<html>
<head>
<title>在线导航 - 管理中心</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css" type="text/css">
</head>
<body LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"><script>if(top==self)top.location="index.asp" </script>
<div align="center"><br>
<form name="form1" method="post" action="manage.asp">
<table width="96%" border="1" align="center" bgcolor="#ffffff" cellpadding="2" cellspacing="0" bordercolor="#0099CF" style="border-collapse: collapse">
<tr bgcolor="#E8E8E8">
<td height="25" colspan="2" bgcolor="#0099CF"><div align="center"><font color="#FFFFFF">网站信息设置</font></div></td>
</tr>
<tr>
<td width="119">网站名称</td>
<td><input name="title" type="text" id="name" value="<%=webtitle%>" size="45"></td>
</tr>
<tr>
<td width="119">网站地址</td>
<td><input name="url" type="text" id="addr" value="<%=weburl%>" size="45"> <span class="style5" style="color: #0000FF">请填写绝对地址</span></td>
</tr>
<tr>
<td>站长名称</td>
<td><input name="name" type="text" id="url" value="<%=webname%>" size="45"></td>
</tr>
<tr>
<td>网站信箱</td>
<td><input name="email" type="text" id="email" value="<%=webemail%>" size="45"> <span class="style5" style="color: #0000FF">当关闭网站登录后可以用信箱登录</span></td>
</tr><tr>
<td width="119">logo图片地址(88*31)</td>
<td><input name="logo" type="text" id="logo" value="<%=weblogo%>" size="45"> <a href="<%=webaddr%>" target="_blank"><img src="<%=weblogo%>" width="88" height="31" border="0"></a><span class="style5" style="color: #0000FF">请填写绝对地址</span></td>
</tr>
<tr>
<td width="119">顶端logo地址(180*60)</td>
<td><input name="logo2" type="text" id="logo2" value="<%=weblogo2%>" size="45"> <a href="<%=webaddr%>" target="_blank"><img src="../<%=weblogo2%>" width="180" height="60" border="0"></a></td>
</tr>
<tr>
<td width="119">版权信息</td>
<td><textarea name="copyright" cols="60" rows="4" id="copyright"><%=Server.HtmlEncode(webcopyright)%></textarea>
<span class="style1 style5" style="color: #0000FF">支持html语言</span></td>
</tr>
<tr>
<td width="119">关键字设置(125字以内)</td>
<td><input name="keywords" type="text" id="keywords" value="<%=webkeywords%>" size="45"> <span class="style1 style5" style="color: #0000FF">关键字间用英文的逗号隔开,设置后易被搜索引擎收录.</span></td>
</tr>
<tr>
<td width="119">网站描述(125字以内)</td>
<td><label>
<input name="description" type="text" id="description" value="<%=webdescription%>" size="55">
</label>
<span class="style1 style5" style="color: #0000FF">设置后易被搜索引擎收录</span><span class="style5" style="color: #0000FF">.</span></td>
</tr>
<tr>
<td width="119">是否允许网站登录</td>
<td><input name="upopen" type=radio value=true <%if webupopen=true then%>checked<%end if%>>
允许
<input name="upopen" type=radio value=false <%if webupopen=false then%>checked<%end if%>>
不允许 </td>
</tr>
<tr>
<td colspan="2">
<div align="center">
<input type="submit" name="Submit" value="确认修改">
<input type="reset" name="Submit2" value="重新设定">
</div></td>
</tr>
</table>
</form>
</div>
<br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -