⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_skin.asp

📁 生活者姿态整站程序 生活者姿态整站程序 生活者姿态整站程序
💻 ASP
📖 第 1 页 / 共 5 页
字号:
<table width="95%" border="0" cellspacing="1" cellpadding="3"  align=center bordercolor=<%=aTablebackcolor%>>
<tr bgcolor=<%=aTabletitlecolor%>> 
<td height="23" colspan="2" ><font color=<%=TableFontcolor%>><B>说明</B>:<BR>请详细填写以下信息,只有填写完所有步骤的信息,该模板才能保存到论坛模板列表中。<BR></font></td>
</tr>
<tr bgcolor=<%=Tabletitlecolor%>> 
<td height="23" colspan="2" ><font color=<%=TableFontcolor%>><b>论坛使用设置(添加论坛模板:<%=skinname%>,第二步)</b></font></td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>论坛当前状态</B><BR>维护期间可设置关闭论坛使用</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="ForumStop" value=0 <%if cint(ForumStop)=0 then%>checked<%end if%>>打开&nbsp;
<input type=radio name="ForumStop" value=1 <%if cint(ForumStop)=1 then%>checked<%end if%>>关闭&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>维护说明</B><BR>在论坛关闭情况下显示,支持html语法</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<textarea name="StopReadme" cols="50" rows="3"><%=StopReadme%></textarea>
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>服务器时差</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<select name="TimeAdjust">
<%for i=-23 to 23%>
<option value="<%=i%>" <%if cint(i)=cint(TimeAdjust) then%>selected<%end if%>><%=i%>
<%next%>
</select>
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>脚本超时时间</B><BR>默认为300,一般不做更改</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="ScriptTimeOut" size="3" value="<%=ScriptTimeOut%>">&nbsp;秒
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>发送邮件组件</B><BR>如果您的服务器不支持下列组件,请选择不支持</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<select name="EmailFlag">
<option value="0" <%if EmailFlag=0 then%>selected<%end if%>>不支持 
<option value="1" <%if EmailFlag=1 then%>selected<%end if%>>JMAIL 
<option value="2" <%if EmailFlag=2 then%>selected<%end if%>>CDONTS 
<option value="3" <%if EmailFlag=3 then%>selected<%end if%>>ASPEMAIL 
</select>
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>帖子上传图片</B><BR>用于帖子图片的上传,如分论坛已经设置,以分论坛为准</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="Uploadpic" value=0 <%if cint(Uploadpic)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="Uploadpic" value=1 <%if cint(Uploadpic)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>用户IP</B><BR>该选择对版主和管理员无效</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="IpFlag" value=0 <%if cint(IpFlag)=0 then%>checked<%end if%>>保密&nbsp;
<input type=radio name="IpFlag" value=1 <%if cint(IpFlag)=1 then%>checked<%end if%>>公开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>头像上传</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="uploadFlag" value=0 <%if uploadFlag=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="uploadFlag" value=1 <%if uploadFlag=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>用户来源</B><BR>该选择对版主和管理员无效<BR>为节省资源建议关闭</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="FromFlag" value=0 <%if cint(FromFlag)=0 then%>checked<%end if%>>保密&nbsp;
<input type=radio name="FromFlag" value=1 <%if cint(FromFlag)=1 then%>checked<%end if%>>公开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>客人浏览论坛</B><BR>可设置是否允许客人浏览论坛</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="guestlogin" value=0 <%if cint(guestlogin)=0 then%>checked<%end if%>>允许&nbsp;
<input type=radio name="guestlogin" value=1 <%if cint(guestlogin)=1 then%>checked<%end if%>>不允许&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>用户头衔</B><BR>是否允许用户自定义头衔</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="TitleFlag" value=0 <%if cint(TitleFlag)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="TitleFlag" value=1 <%if cint(TitleFlag)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>在线名单显示客人在线</B><BR>为节省资源建议关闭</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="online_g" value=0 <%if cint(online_g)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="online_g" value=1 <%if cint(online_g)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>在线名单显示用户在线</B><BR>为节省资源建议关闭</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="online_u" value=0 <%if cint(online_u)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="online_u" value=1 <%if cint(online_u)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>删除不活动用户时间</B><BR>可设置删除多少分钟内不活动用户<BR>单位:分钟,请输入数字</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="kicktime" size="3" value="<%=kicktime%>">&nbsp;分钟
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>允许同时在线数</B><BR>如不想限制,可设置为999999</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="online_n" size="6" value="<%=online_n%>">&nbsp;人
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>新短消息弹出窗口</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="openmsg" value=0 <%if cint(openmsg)=0 then%>checked<%end if%>>否&nbsp;
<input type=radio name="openmsg" value=1 <%if cint(openmsg)=1 then%>checked<%end if%>>是&nbsp;
</td>
</tr>
<tr> 
<td height="17" width="40%"><font color="<%=TableContentColor%>"><B>帖子内容最大的字节数</B><BR>请输入数字</td>
<td height="17" width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="AnnounceMaxBytes" size="6" value="<%=AnnounceMaxBytes%>">&nbsp;字节
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>每页显示最多纪录</B><BR>用于论坛所有和分页有关的项目</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="MaxAnnouncePerPage" size="3" value="<%=MaxAnnouncePerPage%>">&nbsp;条
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>浏览贴子每页显示贴子数</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="Maxtitlelist" size="3" value="<%=Maxtitlelist%>">&nbsp;条
</td>
</tr>

<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>联盟论坛模式</B><BR>1、每行列出联盟论坛详细资料<BR>2、联盟论坛连接横向排列<BR>3、显示联盟论坛logo,每行一个<BR>4、显示联盟论坛logo,横向排列</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="LinkFlag" value=0 <%if cint(LinkFlag)=0 then%>checked<%end if%>>普通一&nbsp;
<input type=radio name="LinkFlag" value=1 <%if cint(LinkFlag)=1 then%>checked<%end if%>>普通二&nbsp;
<input type=radio name="LinkFlag" value=2 <%if cint(LinkFlag)=2 then%>checked<%end if%>>高级一&nbsp;
<input type=radio name="LinkFlag" value=3 <%if cint(LinkFlag)=3 then%>checked<%end if%>>高级二&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>发贴模式</B><BR>高级模式为显示所有项目</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="TopicFlag" value=0 <%if cint(TopicFlag)=0 then%>checked<%end if%>>普通&nbsp;
<input type=radio name="TopicFlag" value=1 <%if cint(TopicFlag)=1 then%>checked<%end if%>>高级&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>是否允许客人投票</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="VoteFlag" value=0 <%if cint(VoteFlag)=0 then%>checked<%end if%>>否&nbsp;
<input type=radio name="VoteFlag" value=1 <%if cint(VoteFlag)=1 then%>checked<%end if%>>是&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>论坛投票项数目</B><BR>请填写数字</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="vote_num" size="3" value="<%=vote_num%>">
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>防刷新机制</B><BR>如选择打开请填写下面的限制刷新时间<BR>对版主和管理员无效</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="ReflashFlag" value=0 <%if cint(ReflashFlag)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="ReflashFlag" value=1 <%if cint(ReflashFlag)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>浏览刷新时间间隔</B><BR>填写该项目请确认您打开了防刷新机制<BR>仅对帖子列表和显示帖子页面起作用</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="ReflashTime" size="3" value="<%=ReflashTime%>">&nbsp;秒
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>防灌水机制</B><BR>如选择打开请填写下面的限制发贴间隔时间<BR>对版主和管理员无效</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="relaypost" value=0 <%if cint(relaypost)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="relaypost" value=1 <%if cint(relaypost)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>防灌水时间间隔</B><BR>填写该项目请确认您打开了防灌水机制</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="relaypostTime" size="3" value="<%=relaypostTime%>">&nbsp;秒
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>同一IP注册间隔时间</B><BR>如不想限制可填写0</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="RegTime" size="3" value="<%=RegTime%>">&nbsp;秒
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>Email通知密码</B><BR>确认您的站点支持发送mail,所包含密码为系统随机生成</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="EmailReg" value=0 <%if cint(EmailReg)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="EmailReg" value=1 <%if cint(EmailReg)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>一个Email只能注册一个帐号</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="EmailRegOne" value=0 <%if cint(EmailRegOne)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="EmailRegOne" value=1 <%if cint(EmailRegOne)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>注册需要管理员认证</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="RegFlag" value=0 <%if cint(RegFlag)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="RegFlag" value=1 <%if cint(RegFlag)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>发送注册信息邮件</B><BR>请确认您打开了邮件功能</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="SendRegEmail" value=0 <%if cint(SendRegEmail)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="SendRegEmail" value=1 <%if cint(SendRegEmail)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>开启短信欢迎新注册用户</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="smsflag" value=0 <%if cint(smsflag)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="smsflag" value=1 <%if cint(smsflag)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>客人是否允许查看会员资料</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="ViewUser_g" value=0 <%if cint(ViewUser_g)=0 then%>checked<%end if%>>否&nbsp;
<input type=radio name="ViewUser_g" value=1 <%if cint(ViewUser_g)=1 then%>checked<%end if%>>是&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>用户是否允许查看会员资料</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="ViewUser_u" value=0 <%if cint(ViewUser_u)=0 then%>checked<%end if%>>否&nbsp;
<input type=radio name="ViewUser_u" value=1 <%if cint(ViewUser_u)=1 then%>checked<%end if%>>是&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>是否显示过生日会员</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="BirthFlag" value=0 <%if cint(BirthFlag)=0 then%>checked<%end if%>>否&nbsp;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -