123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
- <title>文档管理</title>
- <link rel="stylesheet" type="text/css" href="css/base.css">
- <script language="javascript" src="../include/js/dedeajax2.js"></script>
- <script language="javascript" src="js/ieemu.js"></script>
- <script language="javascript" src="js/context_menu.js"></script>
- <script language="javascript" src="js/main.js"></script>
- <script language="javascript" src="js/list.js"></script>
- </head>
- <body leftmargin="8" topmargin="8" background='images/allbg.gif' onLoad="ContextMenu.intializeContextMenu()">
- <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#cfcfcf">
- <tr>
- <td align="center" height="28" background="images/newlinebg3.gif">
- <input type='button' class="coolbg np" onClick="location='catalog_do.php?channelid={dede:global.channelid/}&cid={dede:global.cid/}&dopost=addArchives';" value='添加文档' />
- {dede:if $adminid == $mid }
- <input type='button' class="coolbg np" onClick="location='content_i_list.php?cid={dede:global.cid/}&mid=0';" value='全部文档' />
- {else}
- <input type='button' class="coolbg np" onClick="location='content_i_list.php?cid={dede:global.cid/}&mid=<?php echo $cuserLogin->getUserID(); ?>';" value='我的文档' />
- {/dede:if}
- {dede:global.CheckUserSend/}
- <input type='button' class="coolbg np" onClick="location='catalog_main.php';" value='栏目管理' />
- <input type='button' class="coolbg np" name='bb1' onClick="location='makehtml_list.php?cid={dede:global.cid/}';" value='更新列表' />
- <input type='button' class="coolbg np" name='bb2' onClick="location='makehtml_archives.php?cid={dede:global.cid/}';" value='更新文档' />
- <input type='button' class="coolbg np" name='bb1' onClick="location='recycling.php?cid={dede:global.cid/}';" value='文章回收站' />
- </td>
- </tr>
- </table>
- <table width='100%'border='0' cellpadding='2' cellspacing='1' bgcolor='#cfcfcf' align='center' style="margin-top:8px;">
- <tr bgcolor='#EEF4EA' height='26' >
- <td background='images/wbg.gif' colspan='7' style="padding-left:10px;">
- {dede:global.positionname/}文档列表 (使用鼠标右键进行常用操作)
- </td>
- </tr>
- <tr bgcolor="#EFF6FA" height="25" align="center">
- <td width="13%">文档图片</td>
- <td width="35%">文档标题</td>
- <td width="12%">类目</td>
- <td width="11%">权限</td>
- <td width="10%">发布人</td>
- <td width="10%">HTML</td>
- <td width="9%">点击</td>
- </tr>
- </table>
- <form name="form2">
- {dede:datalist}
- <table width="100%" border="0" cellpadding="1" cellspacing="1"
- class='ilist'
- bgcolor="{dede:label bind="GetColor('#FAFAF1','#FFFFFF')" /}" align='center' style="margin-top:8px;">
- <tr>
- <td width="13%" align='center'>
- <img src="{dede:field.litpic function='CheckPic(@me)' /}" width="80" height="60" alt="文档图片" border="0">
- </td>
- <td width="35%">
- <input name="arcID" type="checkbox" id="arcID" value="{dede:field.id/}" class="np" />
- <img src='images/trun.gif' title="编辑属性" alt="编辑属性" onClick="QuickEdit({dede:field.id/}, event, this);" style='cursor:pointer' border='0' width='16' height='16' />
- <a href="archives_do.php?aid={dede:field.id/}&dopost=editArchives"
- oncontextmenu="ShowMenu(event,this,{dede:field.id/},'{dede:field.title function="str_replace('\'', '', @me)" /}')">
- <b>{dede:field.title/}{dede:field.flag function='IsCommendArchives(@me)'/}</b>
- </a>
- <br/>
- 发布时间:{dede:field.senddate function='GetDateTimeMk(@me)' /}
- </td>
- <td width="12%" height="26" align="center">
- {dede:field.typeid function='GetTypename(@me)'/}
- <br />
- ID: {dede:field.id/}
- </td>
- <td width="11%" align="center">{dede:field.arcrank function='GetRankName(@me)' /}</td>
- <td width="10%" align="center">{dede:field.mid function=GetMemberName(@me)/}</td>
- <td width="10%" align="center">{dede:field.ismake function='IsHtmlArchives(@me)' /}</td>
- <td width="9%" align="center">{dede:field.click/}</td>
- </tr>
- </table>
- {/dede:datalist}
- </form>
- <table width="100%" border="0" cellspacing="1" cellpadding="1" bgcolor='#cfcfcf' align='center' style="margin-top:8px;">
- <tr bgcolor="#ffffff">
- <td height="36" colspan="10">
-
- <a href="javascript:selAll()" class="coolbg">全选</a>
- <a href="javascript:noSelAll()" class="coolbg">取消</a>
- <a href="javascript:viewArc(0)" class="coolbg"> 查看 </a>
- <a href="javascript:editArc(0)" class="coolbg"> 更改 </a>
- <a href="javascript:updateArc(0)" class="coolbg"> 更新 </a>
- <a href="javascript:checkArc(0)" class="coolbg"> 审核 </a>
- <a href="javascript:adArc(0)" class="coolbg"> 推荐 </a>
- <a href="javascript:;" onClick="moveArc(event,this,<?php echo (empty($channelid) ? 0 : $channelid); ?>)" class="coolbg"> 移动 </a>
- <a href="javascript:delArc(0)" class="coolbg"> 删除 </a>
- <a href="javascript:;" onClick="cAtts('attsAdd',event,this)" class="coolbg"> 增加属性 </a>
- <a href="javascript:;" onClick="cAtts('attsDel',event,this)" class="coolbg"> 删除属性 </a>
- </td>
- </tr>
- <tr>
- <td height="28" align="center" bgcolor="#F9FCEF">
- {dede:pagelist listsize=5/}
- </td>
- </tr>
- </table>
- <form name='form3' action='content_i_list.php' method='get'>
- <input type='hidden' name='dopost' value='listArchives' />
- <table width='100%' border='0' cellpadding='1' cellspacing='1' bgcolor='#cfcfcf' align="center" style="margin-top:8px">
- <tr>
- <td background='images/wbg.gif' align='center'>
- <table border='0' cellpadding='0' cellspacing='0' height="32">
- <tr >
- <td width='90' align='center'>请选择类目:</td>
- <td width='160'>
- <select name='cid' style='width:150'>
- <option value='0'>选择分类...</option>
- {dede:global.optionarr/}
- </select>
- </td>
- <td width='70' background='images/wbg.gif'>
- 关键字:
- </td>
- <td width='160'>
- <input type='text' name='keyword' value='{dede:global.keyword/}' style='width:150px;height:20px;' />
- </td>
- <td width='110'>
- <select name='orderby' style='width:80px'>
- <option value='id'>排序...</option>
- <option value='pubdate'>更新时间</option>
- <option value='sortrank'>置顶权值</option>
- <option value='click'>点击量</option>
- <option value='scores'>评论积分</option>
- <option value='lastpost'>最后评论</option>
- </select>
- </td>
- <td>
- <input name="imageField" type="image" src="images/button_search.gif" width="60" height="22" border="0" class="np" />
- </td>
- </tr>
- </table>
- </td>
- </table>
- </form>
- </tr>
- </table>
- </body>
- </html>
|