?? dvadmin_postings.js
字號(hào):
function dvbbs_admin_postings_1(reaction,action,seldisable,doWealth,dousercp,douserep,ID,replyID){
document.write ('<FORM METHOD=POST ACTION="admin_postings.asp?action='+reaction+'" name="frmAnnounce">');
document.write ('<table style="wIDth:70%" cellspacing="1" cellpadding="3" align="center" class=tableborder1>');
document.write ('<tr>');
document.write ('<th height=24>論壇帖子管理中心-您要進(jìn)行的操作是 <b>'+action+'</b></th>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td class=tablebody1 height=24><b>');
document.write ('操作理由</b>:');
document.write (' <select name="title" size=1>');
document.write ('<option value="">自定義</option>');
document.write ('<option value="灌水">灌水</option>');
document.write ('<option value="廣告">廣告</option>');
document.write ('<option value="獎(jiǎng)勵(lì)">獎(jiǎng)勵(lì)</option>');
document.write ('<option value="好文章">好文章</option>');
document.write ('<option value="內(nèi)容不符">內(nèi)容不符</option>');
document.write ('<option value="重復(fù)發(fā)貼">重復(fù)發(fā)帖</option>');
document.write (' </select>');
document.write (' <input type="text" name="content" size=60> *</td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td class=tablebody1 height=24><b>');
document.write ('用戶操作</b>: 金錢');
document.write (' <select name="doWealth" size=1 '+seldisable+'>');
for (i=-50;i<51 ;i++ )
{
document.write ('<option value="'+i+'" ');
if (doWealth==i)
{
document.write ('selected');
}
document.write ('>'+i+'</option>');
}
document.write (' </select> 魅力');
document.write (' <select name="douserCP" size=1 '+seldisable+'>');
for (i=-50;i<51 ;i++ )
{
document.write ('<option value="'+i+'" ');
if (dousercp==i)
{
document.write ('selected');
}
document.write ('>'+i+'</option>');
}
document.write (' </select> 經(jīng)驗(yàn)');
document.write (' <select name="douserEP" size=1 '+seldisable+'>');
for (i=-50;i<51 ;i++ )
{
document.write ('<option value="'+i+'" ');
if (douserep==i)
{
document.write ('selected');
}
document.write ('>'+i+'</option>');
}
document.write ('</select> <input type="checkbox" name="checkbox" value="checkbox" onclick="nocent();" '+seldisable+'>不對(duì)用戶進(jìn)行分值操作');
document.write ('</td>');
document.write ('</tr>');
document.write ('<input type=hIDden value="'+ID+'" name="ID">');
document.write ('<input type=hIDden value="'+replyID+'" name="replyID">');
document.write ('<input type=hIDden value="'+Dvbbs.BoardID+'" name="boardID">');
document.write ('<tr>');
document.write ('<td height=24 class=tablebody1>');
document.write ('<B>短信通知</B>:<input type=text size=70 name="msg"> <input type="checkbox" name="ismsg" value="1">使用</td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td height=24 class=tablebody1>');
document.write ('<B>管理說明</B>:<BR>');
document.write ('①請(qǐng)慎重使用版主的管理職能,版主所有操作將被記錄<BR>');
document.write ('②如果選擇了短信通知,則會(huì)將刪貼原因發(fā)送給用戶,您也可以在短信中附上簡(jiǎn)短說明</td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td height=24 class=tablebody2 align=center>');
document.write ('<input type="submit" name=submit value="確認(rèn)操作"></td>');
document.write ('</tr>');
document.write ('</table>');
document.write ('</FORM>');
}
function nocent()
{
if(document.frmAnnounce.doWealth.disabled==true)
{
document.frmAnnounce.doWealth.disabled=false;
document.frmAnnounce.douserCP.disabled=false;
document.frmAnnounce.douserEP.disabled=false;
}
else
{
document.frmAnnounce.doWealth.disabled=true;
document.frmAnnounce.douserCP.disabled=true;
document.frmAnnounce.douserEP.disabled=true;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -