📄 admin_skin.asp
字号:
<input type=radio name="BirthFlag" value=1 <%if cint(BirthFlag)=1 then%>checked<%end if%>>是
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>是否显示页面执行时间</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="runtime" value=0 <%if cint(runtime)=0 then%>checked<%end if%>>否
<input type=radio name="runtime" value=1 <%if cint(runtime)=1 then%>checked<%end if%>>是
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>快速登陆位置</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<select name="FastLogin">
<option value="1" <%if cint(FastLogin)=1 then%>selected<%end if%>>顶部
<option value="2" <%if cint(FastLogin)=2 then%>selected<%end if%>>底部
<option value="0" <%if cint(FastLogin)="0" then%>selected<%end if%>>不显示
</select>
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>是否开启论坛门派</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="GroupFlag" value=0 <%if cint(GroupFlag)=0 then%>checked<%end if%>>否
<input type=radio name="GroupFlag" value=1 <%if cint(GroupFlag)=1 then%>checked<%end if%>>是
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>上传文件类型</B><BR>使用逗号隔开</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="Forum_upload" size="35" value="<%=Forum_upload%>">
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>上传文件大小</B><BR>请填写数字</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="uploadsize" size="6" value="<%=uploadsize%>">
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>是否开启UBB代码</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="strAllowForumCode" value=0 <%if cint(strAllowForumCode)=0 then%>checked<%end if%>>关闭
<input type=radio name="strAllowForumCode" value=1 <%if cint(strAllowForumCode)=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>是否开启HTML代码</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="strAllowHTML" value=0 <%if cint(strAllowHTML)=0 then%>checked<%end if%>>关闭
<input type=radio name="strAllowHTML" value=1 <%if cint(strAllowHTML)=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>是否开启贴图标签</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="strIMGInPosts" value=0 <%if cint(strIMGInPosts)=0 then%>checked<%end if%>>关闭
<input type=radio name="strIMGInPosts" value=1 <%if cint(strIMGInPosts)=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>是否开启表情标签</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="strIcons" value=0 <%if cint(strIcons)=0 then%>checked<%end if%>>关闭
<input type=radio name="strIcons" value=1 <%if cint(strIcons)=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>是否开启Flash标签</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="strflash" value=0 <%if cint(strflash)=0 then%>checked<%end if%>>关闭
<input type=radio name="strflash" value=1 <%if cint(strflash)=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>主版主可增删副版主</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="bmflag_1" value=0 <%if cint(bmflag_1)=0 then%>checked<%end if%>>关闭
<input type=radio name="bmflag_1" value=1 <%if cint(bmflag_1)=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>主版主可修改颜色配置</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="bmflag_2" value=0 <%if cint(bmflag_2)=0 then%>checked<%end if%>>关闭
<input type=radio name="bmflag_2" value=1 <%if cint(bmflag_2)=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>主版主可更改论坛使用设置</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="bmflag_3" value=0 <%if cint(bmflag_3)=0 then%>checked<%end if%>>关闭
<input type=radio name="bmflag_3" value=1 <%if cint(bmflag_3)=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>所有版主均可修改颜色配置</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="bmflag_4" value=0 <%if cint(bmflag_4)=0 then%>checked<%end if%>>关闭
<input type=radio name="bmflag_4" value=1 <%if cint(bmflag_4)=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>所有版主均可更改论坛设置</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="bmflag_5" value=0 <%if cint(bmflag_5)=0 then%>checked<%end if%>>关闭
<input type=radio name="bmflag_5" value=1 <%if cint(bmflag_5)=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>版面配色公开</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="viewcolor" value=0 <%if cint(viewcolor)=0 then%>checked<%end if%>>关闭
<input type=radio name="viewcolor" value=1 <%if cint(viewcolor)=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>是否允许未登陆用户搜索</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="Search_G" value=0 <%if cint(Search_G)=0 then%>checked<%end if%>>允许
<input type=radio name="Search_G" value=1 <%if cint(Search_G)=1 then%>checked<%end if%>>不允许
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>发贴表情图片个数</B><BR>默认为18,如要增加新的表情,可适当增加其数字<BR>表情保存目录为<%=faceurl%>,增加的表情必须采用face+数字的命名方式<BR>如face20.gif,如替换原表情图片也采用这样的命名方式</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="facenum" size="3" value="<%=facenum%>"> 个
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>表情图片名称规则</B><BR>默认为face,如要更换表情(每个论坛可单独设置),可更改此名称,然后按照系统的表情图片名称规则上传新的图片<BR>如您重新定义了命名规则为iface,而且上面设置了相关的图片数目为18,那么表情图片的名称应该是iface1--18.gif,图片应上传到<%=faceurl%>目录下</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="facename" size="10" value="<%=facename%>">
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>发贴心情图片个数</B><BR>默认为18,如要增加新的心情图片,可适当增加其数字<BR>表情保存目录为
<%=picurl%>,增加的表情必须采用em+数字的命名方式<BR>如em30.gif,如替换原心情图片也采用这样的命名方式</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="imgnum" size="3" value="<%=imgnum%>"> 个
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>发贴心情图片名称规则</B><BR>默认为em,如要更换心情图片(每个论坛可单独设置),可更改此名称,然后按照系统的心情图片名称规则上传新的图片<BR>如您重新定义了命名规则为iem,而且上面设置了相关的图片数目为28,那么心情图片的名称应该是iem01--18.gif,图片应上传到<%=picurl%>目录下</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="imgname" size="10" value="<%=imgname%>">
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>注册头像个数</B><BR>默认为60,如要增加新的头像图片,可适当增加其数字<BR>保存目录为<%=picurl%>,增加的头像必须采用image+数字的命名方式<BR>如image61.gif,如替换原头像图片也采用这样的命名方式</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="regfacenum" size="3" value="<%=regfacenum%>"> 个
</td>
</tr>
<tr bgcolor=<%=Tabletitlecolor%>>
<td width="40%"><font color="<%=TableContentColor%>"> </td>
<td width="60%"><font color="<%=TableContentColor%>">
<div align="center">
<input type="submit" name="Submit" value="下一步">
</div>
</td>
</tr>
</table>
</form>
<%
end sub
sub step3()
Forum_Setting=request("TimeAdjust") & "," & request("ScriptTimeOut") & "," & request("EmailFlag") & "," & request("Uploadpic") & "," & request("IpFlag") & "," & request("FromFlag") & "," & request("TitleFlag") & "," & request("uploadFlag") & "," & request("kicktime") & "," & request("guestlogin") & "," & request("openmsg") & "," & request("MaxAnnouncePerPage") & "," & request("Maxtitlelist") & "," & request("AnnounceMaxBytes") & "," & request("online_u") & "," & request("online_g") & "," & request("LinkFlag") & "," & request("TopicFlag") & "," & request("VoteFlag") & "," & request("ReflashFlag") & "," & request("ReflashTime") & "," & request("ForumStop") & "," & request("RegTime") & "," & request("EmailReg") & "," & request("EmailRegOne") & "," & request("RegFlag") & "," & request("online_n") & "," & request("ViewUser_g") & "," & request("ViewUser_u") & "," & request("BirthFlag") & "," & request("runtime") & "," & request("FastLogin") & "," & request("GroupFlag") & "," & request("uploadsize") & "," & request("strAllowForumCode") & "," & request("strAllowHTML") & "," & request("strIMGInPosts") & "," & request("strIcons") & "," & request("strflash") & "," & request("vote_num") & "," & request("facenum") & "," & request("imgnum") & "," & request("relaypost") & "," & request("relayposttime") & "," & request("facename") & "," & request("imgname") & "," & request("smsflag") & "," & request("SendRegEmail") & "," & request("Search_G") & "," & request("bmflag_1") & "," & request("bmflag_2") & "," & request("bmflag_3") & "," & request("bmflag_4") & "," & request("bmflag_5") & "," & request("RegFaceNum") & "," & request("viewcolor")
%>
<form method="POST" action=?action=step4>
<input type=hidden value="<%=request("Forum_info")%>" name="Forum_info">
<input type=hidden value="<%=request("Forum_copyright")%>" name="Forum_copyright">
<input type=hidden value="<%=request("skinname")%>" name="skinname">
<input type=hidden value="<%=Forum_Setting%>" name="Forum_Setting">
<input type=hidden value="<%=request("StopReadme")%>" name="StopReadme">
<input type=hidden value="<%=request("Forum_upload")%>" name="Forum_upload">
<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>请详细填写以下信息,只有填写完所有步骤的信息,该模板才能保存到论坛模板列表中。</font></td>
</tr>
<tr bgcolor=<%=Tabletitlecolor%>>
<td height="23" colspan="2" ><font color=<%=TableFontcolor%>><b>在线图片设置(添加论坛模板:<%=request("skinname")%>,第三步)</b></font></td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>论坛管理员</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="pic_om" size="20" value="<%=pic_om%>"> <img src=<%=picurl%><%=pic_om%>>
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>论坛版主</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="pic_ob" size="20" value="<%=pic_ob%>"> <img src=<%=picurl%><%=pic_ob%>>
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>论坛贵宾</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="pic_ov" size="20" value="<%=pic_ov%>"> <img src=<%=picurl%><%=pic_ov%>>
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>普通会员</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="pic_ou" size="20" value="<%=pic_ou%>"> <img src=<%=picurl%><%=pic_ou%>>
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>客人或隐身会员</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="pic_oh" size="20" value="<%=pic_oh%>"> <img src=<%=picurl%><%=pic_oh%>>
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>突出显示自己的颜色</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="online_mc" size="20" value="<%=online_mc%>"> <font color=<%=online_mc%>>自己</font>
</td>
</tr>
<tr bgcolor=<%=Tabletitlecolor%>>
<td height="23" colspan="2" ><font color=<%=TableFontcolor%>><b>论坛图例</b></font></td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>常规论坛--有新帖子</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="F_mode1_n" size="20" value="<%=F_mode1_n%>"> <img src=<%=picurl%><%=F_mode1_n%>>
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>常规论坛--无新帖子</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="F_mode1_o" size="20" value="<%=F_mode1_o%>"> <img src=<%=picurl%><%=F_mode1_o%>>
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>正规论坛--有新帖子</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="F_mode6_n" size="20" value="<%=F_mode6_n%>"> <img src=<%=picurl%><%=F_mode6_n%>>
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>正规论坛--无新帖子</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="F_mode6_o" size="20" value="<%=F_mode6_o%>"> <img src=<%=picurl%><%=F_mode6_o%>>
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>开放论坛--有新帖子</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="F_mode2_n" size="20" value="<%=F_mode2_n%>"> <img src=<%=picurl%><%=F_mode2_n%>>
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>开放论坛--无新帖子</B></td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -