📄 admintitle.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 rel="stylesheet" type="text/css" href="../1.css">
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td align="center">
<form name="form1" method="POST" action="admintitlechk.asp">
<table border="0" cellspacing="0" cellpadding="4" bgcolor="#000000" width="673" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td bgcolor="#D6DFF7" width="665"><b>网站程序配置</b></td>
</tr>
<tr>
<td bgcolor="#EEFAFF" align="center" style="border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1" bordercolor="#B3C4F0" width="663">
<table width="100%" border="0" cellspacing="0" cellpadding="6" style="border-collapse: collapse" bordercolor="#111111" height="116">
<tr>
<td width="34%" style="border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="15">
<font color="#800000">设定网站名称:</font></td>
<td width="126%" style="border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="15">
<input type="text" name="title" value="<%=title%>" size="39">
</td>
</tr>
<tr>
<td width="34%" style="border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="20">
<font color="#800000">是否启用</font><font color="#666666"><b>企业用户</b></font><b><font color="#666666">认证</font></b><font color="#800000">功能:</font></td>
<td width="126%" style="border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="20">
<select size="1" name="company_rz">
<option <%if company_rz="1" then%>selected <%end if%>value="1">使用</option>
<option <%if company_rz="0" then%>selected <%end if%>value="0">不使用</option>
</select>建议<font color="#CC0000">使用</font></td>
</tr>
<tr>
<td width="34%" style="border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="20">
<font color="#800000">是否启用企业</font><b><font color="#666666">发布职位认证</font></b><font color="#800000">功能:</font></td>
<td width="126%" style="border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="20">
<select size="1" name="jobs_rz">
<option <%if jobs_rz="1" then%>selected <%end if%> value="1">使用</option>
<option <%if jobs_rz="0" then%>selected <%end if%> value="0">不使用</option>
</select>建议<font color="#CC0000">不使用</font></td>
</tr>
<tr>
<td width="34%" style="border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="4">
<font color="#800000">是否启用</font><b><font color="#666666">个人用户认证</font></b><font color="#800000">功能:</font></td>
<td width="126%" style="border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="4">
<select size="1" name="person_rz">
<option <%if person_rz="1" then%>selected <%end if%> value="1">使用</option>
<option <%if person_rz="0" then%>selected <%end if%> value="0">不使用</option>
</select>建议<font color="#CC0000">使用</font></td>
</tr>
<tr>
<td width="34%" style="border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="15">
<font color="#800000">网站安装路径:</font></td>
<td width="126%" style="border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="15">
<input type="text" name="web" value="<%=web%>" size="55"><input type="hidden" name="fser" value="<%=ijob_fser%>" size="55">访问地址</td>
</tr>
<tr>
<td width="34%" style="border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="4">
<font color="#800000">网站LOGO路径:</font></td>
<td width="126%" style="border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="4">
<input type="text" name="logo" value="<%=logo%>" size="55">完全路径</td>
</tr>
<tr>
<td width="34%" style="border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="4">
<font color="#800000">网站顶部跑马灯广告:</font></td>
<td width="126%" style="border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="4">
<input type="text" name="banner" value="<%=HTMLEncode(banner)%>" size="55">完全路径</td>
</tr>
<tr>
<td width="34%" style="border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="4">
<font color="#800000">普通企业会员的试用期:</font></td>
<td width="126%" style="border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" height="4">
<input type="text" name="vipuser" value="<%=vipuser%>" size="9">
天</td>
</tr>
<tr>
<td width="160%" style="border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D6DFF7" colspan="2" height="19">
说明:本功能需要FSO组建的支持,如果你的空间不支持FSO,请手动修改根目录下的<font color="#800000">config.asp</font>文件,里面有说明!<br>
试用期最好社定为<font color="#CC0000">30</font>天,试用期过后没有缴费的企业会员将禁止登陆,但会保留资料!</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#D6DFF7" align="center" width="665">
<input type="submit" name="Submit" value="设定" style="color: #000000; border: 1px solid #000000; background-color: #EEFAFF"></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -