?? admin_skin.asp
字號(hào):
<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ì)填寫以下信息,只有填寫完所有步驟的信息,該模板才能保存到論壇模板列表中。<BR></font></td>
</tr>
<tr bgcolor=<%=Tabletitlecolor%>>
<td height="23" colspan="2" ><font color=<%=TableFontcolor%>><b>論壇使用設(shè)置(添加論壇模板:<%=skinname%>,第二步)</b></font></td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>論壇當(dāng)前狀態(tài)</B><BR>維護(hù)期間可設(shè)置關(guān)閉論壇使用</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="ForumStop" value=0 <%if cint(ForumStop)=0 then%>checked<%end if%>>打開(kāi)
<input type=radio name="ForumStop" value=1 <%if cint(ForumStop)=1 then%>checked<%end if%>>關(guān)閉
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>維護(hù)說(shuō)明</B><BR>在論壇關(guān)閉情況下顯示,支持html語(yǔ)法</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>服務(wù)器時(shí)差</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>腳本超時(shí)時(shí)間</B><BR>默認(rèn)為300,一般不做更改</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="ScriptTimeOut" size="3" value="<%=ScriptTimeOut%>"> 秒
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>發(fā)送郵件組件</B><BR>如果您的服務(wù)器不支持下列組件,請(qǐng)選擇不支持</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>用于帖子圖片的上傳,如分論壇已經(jīng)設(shè)置,以分論壇為準(zhǔn)</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="Uploadpic" value=0 <%if cint(Uploadpic)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="Uploadpic" value=1 <%if cint(Uploadpic)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>用戶IP</B><BR>該選擇對(duì)版主和管理員無(wú)效</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="IpFlag" value=0 <%if cint(IpFlag)=0 then%>checked<%end if%>>保密
<input type=radio name="IpFlag" value=1 <%if cint(IpFlag)=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="uploadFlag" value=0 <%if uploadFlag=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="uploadFlag" value=1 <%if uploadFlag=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>用戶來(lái)源</B><BR>該選擇對(duì)版主和管理員無(wú)效<BR>為節(jié)省資源建議關(guān)閉</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="FromFlag" value=0 <%if cint(FromFlag)=0 then%>checked<%end if%>>保密
<input type=radio name="FromFlag" value=1 <%if cint(FromFlag)=1 then%>checked<%end if%>>公開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>客人瀏覽論壇</B><BR>可設(shè)置是否允許客人瀏覽論壇</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="guestlogin" value=0 <%if cint(guestlogin)=0 then%>checked<%end if%>>允許
<input type=radio name="guestlogin" value=1 <%if cint(guestlogin)=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=radio name="TitleFlag" value=0 <%if cint(TitleFlag)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="TitleFlag" value=1 <%if cint(TitleFlag)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>在線名單顯示客人在線</B><BR>為節(jié)省資源建議關(guān)閉</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="online_g" value=0 <%if cint(online_g)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="online_g" value=1 <%if cint(online_g)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>在線名單顯示用戶在線</B><BR>為節(jié)省資源建議關(guān)閉</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="online_u" value=0 <%if cint(online_u)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="online_u" value=1 <%if cint(online_u)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>刪除不活動(dòng)用戶時(shí)間</B><BR>可設(shè)置刪除多少分鐘內(nèi)不活動(dòng)用戶<BR>單位:分鐘,請(qǐng)輸入數(shù)字</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="kicktime" size="3" value="<%=kicktime%>"> 分鐘
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>允許同時(shí)在線數(shù)</B><BR>如不想限制,可設(shè)置為999999</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="online_n" size="6" value="<%=online_n%>"> 人
</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%>>否
<input type=radio name="openmsg" value=1 <%if cint(openmsg)=1 then%>checked<%end if%>>是
</td>
</tr>
<tr>
<td height="17" width="40%"><font color="<%=TableContentColor%>"><B>帖子內(nèi)容最大的字節(jié)數(shù)</B><BR>請(qǐng)輸入數(shù)字</td>
<td height="17" width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="AnnounceMaxBytes" size="6" value="<%=AnnounceMaxBytes%>"> 字節(jié)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>每頁(yè)顯示最多紀(jì)錄</B><BR>用于論壇所有和分頁(yè)有關(guān)的項(xiàng)目</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="MaxAnnouncePerPage" size="3" value="<%=MaxAnnouncePerPage%>"> 條
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>瀏覽貼子每頁(yè)顯示貼子數(shù)</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="Maxtitlelist" size="3" value="<%=Maxtitlelist%>"> 條
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>聯(lián)盟論壇模式</B><BR>1、每行列出聯(lián)盟論壇詳細(xì)資料<BR>2、聯(lián)盟論壇連接橫向排列<BR>3、顯示聯(lián)盟論壇logo,每行一個(gè)<BR>4、顯示聯(lián)盟論壇logo,橫向排列</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="LinkFlag" value=0 <%if cint(LinkFlag)=0 then%>checked<%end if%>>普通一
<input type=radio name="LinkFlag" value=1 <%if cint(LinkFlag)=1 then%>checked<%end if%>>普通二
<input type=radio name="LinkFlag" value=2 <%if cint(LinkFlag)=2 then%>checked<%end if%>>高級(jí)一
<input type=radio name="LinkFlag" value=3 <%if cint(LinkFlag)=3 then%>checked<%end if%>>高級(jí)二
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>發(fā)貼模式</B><BR>高級(jí)模式為顯示所有項(xiàng)目</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="TopicFlag" value=0 <%if cint(TopicFlag)=0 then%>checked<%end if%>>普通
<input type=radio name="TopicFlag" value=1 <%if cint(TopicFlag)=1 then%>checked<%end if%>>高級(jí)
</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%>>否
<input type=radio name="VoteFlag" value=1 <%if cint(VoteFlag)=1 then%>checked<%end if%>>是
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>論壇投票項(xiàng)數(shù)目</B><BR>請(qǐng)?zhí)顚憯?shù)字</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>防刷新機(jī)制</B><BR>如選擇打開(kāi)請(qǐng)?zhí)顚懴旅娴南拗扑⑿聲r(shí)間<BR>對(duì)版主和管理員無(wú)效</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="ReflashFlag" value=0 <%if cint(ReflashFlag)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="ReflashFlag" value=1 <%if cint(ReflashFlag)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>瀏覽刷新時(shí)間間隔</B><BR>填寫該項(xiàng)目請(qǐng)確認(rèn)您打開(kāi)了防刷新機(jī)制<BR>僅對(duì)帖子列表和顯示帖子頁(yè)面起作用</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="ReflashTime" size="3" value="<%=ReflashTime%>"> 秒
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>防灌水機(jī)制</B><BR>如選擇打開(kāi)請(qǐng)?zhí)顚懴旅娴南拗瓢l(fā)貼間隔時(shí)間<BR>對(duì)版主和管理員無(wú)效</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="relaypost" value=0 <%if cint(relaypost)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="relaypost" value=1 <%if cint(relaypost)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>防灌水時(shí)間間隔</B><BR>填寫該項(xiàng)目請(qǐng)確認(rèn)您打開(kāi)了防灌水機(jī)制</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="relaypostTime" size="3" value="<%=relaypostTime%>"> 秒
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>同一IP注冊(cè)間隔時(shí)間</B><BR>如不想限制可填寫0</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type="text" name="RegTime" size="3" value="<%=RegTime%>"> 秒
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>Email通知密碼</B><BR>確認(rèn)您的站點(diǎn)支持發(fā)送mail,所包含密碼為系統(tǒng)隨機(jī)生成</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="EmailReg" value=0 <%if cint(EmailReg)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="EmailReg" value=1 <%if cint(EmailReg)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>一個(gè)Email只能注冊(cè)一個(gè)帳號(hào)</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="EmailRegOne" value=0 <%if cint(EmailRegOne)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="EmailRegOne" value=1 <%if cint(EmailRegOne)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>注冊(cè)需要管理員認(rèn)證</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="RegFlag" value=0 <%if cint(RegFlag)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="RegFlag" value=1 <%if cint(RegFlag)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>發(fā)送注冊(cè)信息郵件</B><BR>請(qǐng)確認(rèn)您打開(kāi)了郵件功能</td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="SendRegEmail" value=0 <%if cint(SendRegEmail)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="SendRegEmail" value=1 <%if cint(SendRegEmail)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>開(kāi)啟短信歡迎新注冊(cè)用戶</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="smsflag" value=0 <%if cint(smsflag)=0 then%>checked<%end if%>>關(guān)閉
<input type=radio name="smsflag" value=1 <%if cint(smsflag)=1 then%>checked<%end if%>>打開(kāi)
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>客人是否允許查看會(huì)員資料</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%>>否
<input type=radio name="ViewUser_g" value=1 <%if cint(ViewUser_g)=1 then%>checked<%end if%>>是
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>用戶是否允許查看會(huì)員資料</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%>>否
<input type=radio name="ViewUser_u" value=1 <%if cint(ViewUser_u)=1 then%>checked<%end if%>>是
</td>
</tr>
<tr>
<td width="40%"><font color="<%=TableContentColor%>"><B>是否顯示過(guò)生日會(huì)員</B></td>
<td width="60%"><font color="<%=TableContentColor%>">
<input type=radio name="BirthFlag" value=0 <%if cint(BirthFlag)=0 then%>checked<%end if%>>否
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -