📄 admintitle.asp
字号:
<!--#include file=cookies.asp-->
<!--#include file=../config.asp-->
<%
function HTMLEncode(fString)
if not isnull(fString) then
fString = replace(fString, ">", ">")
fString = replace(fString, "<", "<")
fString = Replace(fString, CHR(32), " ")
fString = Replace(fString, CHR(9), " ")
fString = Replace(fString, CHR(34), """)
fString = Replace(fString, CHR(39), "'")
fString = Replace(fString, CHR(13), "")
fString = Replace(fString, CHR(10) & CHR(10), "</P><P> ")
fString = Replace(fString, CHR(10), "<BR> ")
HTMLEncode = fString
end if
end function
%>
<link href="inc_style.css" rel="stylesheet" type="text/css">
<div align="center">
<table width="75%" border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td align="center">
<form name="form1" method="POST" action="admintitlechk.asp">
<table border="1" cellspacing="0" cellpadding="0" width="78%" style="border-collapse: collapse" bordercolor="#808000" height="878">
<tr>
<td width="765" bgcolor="#FDD355" height="27">
<p align="center"><b>网站程序基本配置</b></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" align="center" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium" width="765" height="727">
<table width="745" border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" height="724">
<tr>
<td style="border-bottom-style: solid; border-bottom-width: 1" height="20" bgcolor="#DBF3FD" colspan="4">
<b><font size="2"> 基本参数设定</font></b></td>
</tr>
<tr>
<td width="185" style="border-bottom-style: none; border-bottom-width: medium; border-top-style:solid; border-top-width:1" height="22" bgcolor="#FFFFFF" align="right">
<p style="margin-left: 20">设定网站名称:</td>
<td width="556" style="border-bottom-style: none; border-bottom-width: medium; border-top-style:solid; border-top-width:1" height="27" bgcolor="#FFFFFF" colspan="3">
<p style="margin-left: 20">
<input type="text" name="title" value="<%=title%>" size="33"></td>
</tr>
<tr>
<td width="185" style="border-bottom-style: none; border-bottom-width: medium; border-top-style:none; border-top-width:medium" height="22" bgcolor="#FFFFFF" align="right">
<p style="margin-left: 20">网站安装路径:</td>
<td width="556" style="border-bottom-style: none; border-bottom-width: medium; border-top-style:none; border-top-width:medium" height="27" bgcolor="#FFFFFF" colspan="3">
<p style="margin-left: 20">
<input type="text" name="web" value="<%=web%>" size="39"> 访问地址</td>
</tr>
<tr>
<td width="185" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" height="22" bgcolor="#FFFFFF" align="right">
<p style="margin-left: 20">网站LOGO路径:</td>
<td width="556" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" height="33" bgcolor="#FFFFFF" colspan="3">
<p style="margin-left: 20">
<input type="text" name="logo" value="<%=logo%>" size="39"> 完全路径(首页标题)</td>
</tr>
<tr>
<td width="185" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" height="22" bgcolor="#FFFFFF" align="right">
<p style="margin-left: 20">版权联系信息:</td>
<td width="556" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" height="19" bgcolor="#FFFFFF" colspan="3">
<input type="text" name="tel" value="<%=tel%>" size="55"></td>
</tr>
<tr>
<td width="185" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" height="22" bgcolor="#FFFFFF" align="right">
<span lang="zh-cn">游客发布信息功能:</span></td>
<td width="556" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" height="19" bgcolor="#FFFFFF" colspan="3">
<select size="1" name="ykfb">
<option <%if ykfb="1" then%>selected<%end if%> value="1">启用</option>
<option <%if ykfb="0" then%>selected<%end if%> value="0">关闭</option>
</select></td>
</tr>
<tr>
<td width="185" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" height="22" bgcolor="#FFFFFF" align="right">
<span lang="zh-cn">游客信息免验证功能:</span></td>
<td width="556" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" height="19" bgcolor="#FFFFFF" colspan="3">
<select size="1" name="ykxxmyz">
<option <%if ykxxmyz="1" then%>selected<%end if%> value="1">启用</option>
<option <%if ykxxmyz="0" then%>selected<%end if%> value="0">关闭</option>
</select></td>
</tr>
<tr>
<td width="185" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" height="22" bgcolor="#FFFFFF" align="right">
<span lang="zh-cn">会员信息免验证功能:</span></td>
<td width="556" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" height="19" bgcolor="#FFFFFF" colspan="3">
<select size="1" name="xxmyz">
<option <%if xxmyz="1" then%>selected<%end if%> value="1">启用</option>
<option <%if xxmyz="0" then%>selected<%end if%> value="0">关闭</option>
</select></td>
</tr>
<tr>
<td width="185" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" height="22" bgcolor="#FFFFFF" align="right">
<span lang="zh-cn">信息验证消费积分货币功能:</span></td>
<td width="556" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" height="19" bgcolor="#FFFFFF" colspan="3">
<select size="1" name="xxyz">
<option <%if xxyz="1" then%>selected<%end if%> value="1">启用</option>
<option <%if xxyz="0" then%>selected<%end if%> value="0">关闭</option>
</select>(免验证功能开启则无效)</td>
</tr>
<tr>
<td width="185" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" height="22" bgcolor="#FFFFFF" align="right">
<span lang="zh-cn">信息回复功能:</span></td>
<td width="556" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" height="19" bgcolor="#FFFFFF" colspan="3">
<select size="1" name="xxhf">
<option <%if xxhf="1" then%>selected<%end if%> value="1">启用</option>
<option <%if xxhf="0" then%>selected<%end if%> value="0">关闭</option>
</select></td>
</tr>
<tr>
<td style="border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1" height="22" bgcolor="#DBF3FD" colspan="4">
<b><font size="2"> </font></b><font size="2"><b>首页广告管理</b></font></td>
</tr>
<tr>
<td style="padding:0; " height="22" width="187" align="right">
滚动动态信息(列表页):</td>
<td style="padding:0; " height="26" colspan="3" width="558">
<input type="text" name="adtop" value="<%=adtop%>" size="62"></td>
</tr>
<tr>
<td style="padding:0; " height="22" width="187" align="right">
首页公告:</td>
<td style="padding:0; " height="26" colspan="3" width="558">
<textarea rows="4" name="adhot" cols="59"><%=adhot%></textarea></td>
</tr>
<tr>
<td style="padding:0; " height="22" width="187" align="right">
<p align="right">首页banner(上)(448*71):</td>
<td style="padding:0; " height="26" colspan="3" width="558">
<input type="text" name="ad" value="<%=ad%>" size="25"> 图片
<input type="text" name="adweb" value="<%=adweb%>" size="25">
连接</td>
</tr>
<tr>
<td style="padding:0; " height="22" width="187" align="right">
列表页banner(中1)(5<span lang="en-us">80</span>*73):</td>
<td style="padding:0; " height="23" colspan="3" width="558">
<input type="text" name="ad0" value="<%=ad0%>" size="25"> 图片
<input type="text" name="ad0web" value="<%=ad0web%>" size="25">
连接</td>
</tr>
<tr>
<td style="padding:0; " height="22" width="187" align="right">
<p style="margin-left: 20">列表页banner(中2)(5<span lang="en-us">80</span>*73):</td>
<td style="padding:0; " height="23" colspan="3" width="558">
<input type="text" name="ad1" value="<%=ad1%>" size="25"> 图片
<input type="text" name="ad1web" value="<%=ad1web%>" size="25">
连接</td>
</tr>
<tr>
<td style="padding:0; " height="22" width="187" align="right">
列表页banner(中3)(5<span lang="en-us">80</span>*73):</td>
<td style="padding:0; " height="17" colspan="3" width="558">
<input type="text" name="ad6" value="<%=ad6%>" size="25"> 图片
<input type="text" name="ad1web0" value="<%=ad6web%>" size="25">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -