?? article_check.php
字號:
<?php include admintpl('header');?>
<?=$menu?>
<table width="100%" cellpadding="0" cellspacing="0" class="tableBorder">
<form method="get" name="search" action="?">
<tr>
<td height="30" class="tablerow" align="center">
<input name='mod' type='hidden' value='<?=$mod?>'>
<input name='file' type='hidden' value='<?=$file?>'>
<input name='action' type='hidden' value='<?=$action?>'>
<input name='channelid' type='hidden' value='<?=$channelid?>'>
<input name='catid' type='hidden' value='<?=$catid?>'>
<select name="srchtype">
<option value="0" <?if($srchtype==0){?>selected<?}?>> 標題 </option>
<option value="1" <?if($srchtype==1){?>selected<?}?>> 內容 </option>
<option value="2" <?if($srchtype==2){?>selected<?}?>> 作者 </option>
<option value="3" <?if($srchtype==3){?>selected<?}?>> 會員 </option>
</select>
<input name='keywords' type='text' size='40' value='<?=$keywords?>'>
<select name='catid'>
<option value='0'>請選擇欄目</option>
<?=$cat_option?>
</select>
<select name="ordertype">
<option value="1" <?if($ordertype==1){?>selected<?}?>>更新時間降序</option>
<option value="2" <?if($ordertype==2){?>selected<?}?>>更新時間升序</option>
<option value="3" <?if($ordertype==3){?>selected<?}?>>瀏覽次數降序</option>
<option value="4" <?if($ordertype==4){?>selected<?}?>>瀏覽次數升序</option>
</select>
<input name='submit' type='submit' value=' 搜索 '></td>
</tr>
</form>
</table>
<table width="100%" height="25" border="0" cellpadding="3" cellspacing="0">
<tr>
<td>當前位置:<a href="?mod=<?=$mod?>&file=<?=$file?>&action=check&channelid=<?=$channelid?>">文章審核</a> >> <?=$cat_pos?> </td>
<td align=right>
<select name='jump' id='jump' onchange="if(this.options[this.selectedIndex].value!=''){location='?mod=<?=$mod?>&file=<?=$file?>&action=check&channelid=<?=$channelid?>&catid='+this.options[this.selectedIndex].value;}">
<option value='0'>請選擇欄目進行審核</option>
<?=$cat_option?>
</select>
</td>
</tr>
</table>
<table cellpadding="2" cellspacing="1" class="tableborder">
<tr>
<th colspan=8>文章審核</th>
</tr>
<tr align=center>
<td width="30" class="tablerowhighlight">選中</td>
<td width="40" class="tablerowhighlight">ID</td>
<td class="tablerowhighlight">標題</td>
<td width="80" class="tablerowhighlight">欄目</td>
<td width="70" class="tablerowhighlight">錄入</td>
<td width="70" class="tablerowhighlight">發表時間</td>
<td width="60" class="tablerowhighlight">點擊</td>
<td width="80" class="tablerowhighlight">管理操作</td>
</tr>
<form method="post" name="myform">
<? if(is_array($articles)) foreach($articles AS $article) { ?>
<tr align=center onmouseout="this.style.backgroundColor='#F1F3F5'" onmouseover="this.style.backgroundColor='#BFDFFF'" bgColor='#F1F3F5'>
<td><input name='articleid[]' type='checkbox' id='articleid<?=$article[articleid]?>' value='<?=$article[articleid]?>'></td>
<td onMouseDown="document.getElementById('articleid<?=$article[articleid]?>').checked = (document.getElementById('articleid<?=$article[articleid]?>').checked ? false : true);"><a href="?mod=<?=$mod?>&file=<?=$file?>&action=preview&channelid=<?=$channelid?>&articleid=<?=$article[articleid]?>" target="_blank" title="預覽文章"><?=$article[articleid]?></a></td>
<td align=left><a href="?mod=<?=$mod?>&file=<?=$file?>&action=preview&channelid=<?=$channelid?>&catid=<?=$article[catid]?>&articleid=<?=$article[articleid]?>" target="_blank" title="預覽文章"><?=$article[title]?></a></td>
<td align=left><a href="<?=$article[catdir]?>" target="_blank"><?=$_CAT[$article[catid]][catname]?></a></td>
<td title="編輯:<?=$article[checker]?>"><a href="<?=PHPCMS_PATH?>/member/member.php?username=<?=urlencode($article[username])?>" target="_blank"><?=$article[username]?></a></td>
<td><?=$article[adddate]?></td>
<td><?=$article[hits]?></td>
<td>
<a href="?mod=<?=$mod?>&file=<?=$file?>&action=edit&channelid=<?=$channelid?>&articleid=<?=$article[articleid]?>&catid=<?=$article[catid]?>&referer=<?=$referer?>" title="編輯文章">編輯</a> |
<a href="?mod=<?=$mod?>&file=<?=$file?>&action=sendback&channelid=<?=$channelid?>&articleid=<?=$article[articleid]?>" >退稿</a>
</td>
</tr>
<? } ?>
</table>
<table width="100%" height="10" border="0" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<table width="100%" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100"><input name='chkall' type='checkbox' id='chkall' onclick='checkall(this.form)' value='check'>全選/反選</td>
<td align='left'>
<input name='submit1' type='submit' value='通過審核' onClick="document.myform.action='?mod=<?=$mod?>&file=<?=$file?>&action=pass&channelid=<?=$channelid?>&referer=<?=$referer?>'" >
<input name='submit2' type='submit' value='刪除文章' onClick="document.myform.action='?mod=<?=$mod?>&file=<?=$file?>&action=torecycle&value=1&channelid=<?=$channelid?>&referer=<?=$referer?>'" > </td>
</tr>
</table>
<table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align='center'><?=$pages?></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -