?? admin_skin.asp
字號(hào):
<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>是否顯示頁(yè)面執(zhí)行時(shí)間</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>是否開(kāi)啟論壇門(mén)派</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>使用逗號(hào)隔開(kāi)</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>請(qǐng)?zhí)顚?xiě)數(shù)字</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>是否開(kāi)啟UBB代碼</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="strAllowForumCode" value=0 <%if cint(strAllowForumCode)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="strAllowForumCode" value=1 <%if cint(strAllowForumCode)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>是否開(kāi)啟HTML代碼</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="strAllowHTML" value=0 <%if cint(strAllowHTML)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="strAllowHTML" value=1 <%if cint(strAllowHTML)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>是否開(kāi)啟貼圖標(biāo)簽</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="strIMGInPosts" value=0 <%if cint(strIMGInPosts)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="strIMGInPosts" value=1 <%if cint(strIMGInPosts)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>是否開(kāi)啟表情標(biāo)簽</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="strIcons" value=0 <%if cint(strIcons)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="strIcons" value=1 <%if cint(strIcons)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>是否開(kāi)啟Flash標(biāo)簽</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="strflash" value=0 <%if cint(strflash)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="strflash" value=1 <%if cint(strflash)=1 then%>checked<%end if%>>打開(kāi)
</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%>>關(guān)閉
<input type=radio name="bmflag_1" value=1 <%if cint(bmflag_1)=1 then%>checked<%end if%>>打開(kāi)
</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%>>關(guān)閉
<input type=radio name="bmflag_2" value=1 <%if cint(bmflag_2)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>主版主可更改論壇使用設(shè)置</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%>>關(guān)閉
<input type=radio name="bmflag_3" value=1 <%if cint(bmflag_3)=1 then%>checked<%end if%>>打開(kāi)
</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%>>關(guān)閉
<input type=radio name="bmflag_4" value=1 <%if cint(bmflag_4)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>所有版主均可更改論壇設(shè)置</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%>>關(guān)閉
<input type=radio name="bmflag_5" value=1 <%if cint(bmflag_5)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>版面配色公開(kāi)</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="viewcolor" value=0 <%if cint(viewcolor)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="viewcolor" value=1 <%if cint(viewcolor)=1 then%>checked<%end if%>>打開(kāi)
</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>發(fā)貼表情圖片個(gè)數(shù)</B><BR>默認(rèn)為18,如要增加新的表情,可適當(dāng)增加其數(shù)字<BR>表情保存目錄為<%=faceurl%>,增加的表情必須采用face+數(shù)字的命名方式<BR>如face20.gif,如替換原表情圖片也采用這樣的命名方式</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="facenum" size="3" value="<%=facenum%>"> 個(gè)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>表情圖片名稱規(guī)則</B><BR>默認(rèn)為face,如要更換表情(每個(gè)論壇可單獨(dú)設(shè)置),可更改此名稱,然后按照系統(tǒng)的表情圖片名稱規(guī)則上傳新的圖片<BR>如您重新定義了命名規(guī)則為iface,而且上面設(shè)置了相關(guān)的圖片數(shù)目為18,那么表情圖片的名稱應(yīng)該是iface1--18.gif,圖片應(yīng)上傳到<%=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>發(fā)貼心情圖片個(gè)數(shù)</B><BR>默認(rèn)為18,如要增加新的心情圖片,可適當(dāng)增加其數(shù)字<BR>表情保存目錄為
<%=picurl%>,增加的表情必須采用em+數(shù)字的命名方式<BR>如em30.gif,如替換原心情圖片也采用這樣的命名方式</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="imgnum" size="3" value="<%=imgnum%>"> 個(gè)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>發(fā)貼心情圖片名稱規(guī)則</B><BR>默認(rèn)為em,如要更換心情圖片(每個(gè)論壇可單獨(dú)設(shè)置),可更改此名稱,然后按照系統(tǒng)的心情圖片名稱規(guī)則上傳新的圖片<BR>如您重新定義了命名規(guī)則為iem,而且上面設(shè)置了相關(guān)的圖片數(shù)目為28,那么心情圖片的名稱應(yīng)該是iem01--18.gif,圖片應(yīng)上傳到<%=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>注冊(cè)頭像個(gè)數(shù)</B><BR>默認(rèn)為60,如要增加新的頭像圖片,可適當(dāng)增加其數(shù)字<BR>保存目錄為<%=picurl%>,增加的頭像必須采用image+數(shù)字的命名方式<BR>如image61.gif,如替換原頭像圖片也采用這樣的命名方式</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="regfacenum" size="3" value="<%=regfacenum%>"> 個(gè)
</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>說(shuō)明</B>:<BR>請(qǐng)?jiān)敿?xì)填寫(xiě)以下信息,只有填寫(xiě)完所有步驟的信息,該模板才能保存到論壇模板列表中。</font></td>
</tr>
<tr bgcolor=<%=Tabletitlecolor%>>
<td height="23" colspan="2" ><font color=<%=TableFontcolor%>><b>在線圖片設(shè)置(添加論壇模板:<%=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>普通會(huì)員</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>客人或隱身會(huì)員</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>常規(guī)論壇--有新帖子</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>常規(guī)論壇--無(wú)新帖子</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>正規(guī)論壇--有新帖子</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>正規(guī)論壇--無(wú)新帖子</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>開(kāi)放論壇--有新帖子</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>開(kāi)放論壇--無(wú)新帖子</B></td>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -