国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

186 lines
7.8KB

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  6. <title>文档管理</title>
  7. <link rel="stylesheet" type="text/css" href="css/base.css">
  8. <script language="javascript" src="../static/js/jquery.js"></script>
  9. <script language="javascript" src="../static/js/dedeajax2.js"></script>
  10. <script language="javascript" src="js/ieemu.js"></script>
  11. <script language="javascript" src="js/context_menu.js"></script>
  12. <script language="javascript" src="js/main.js"></script>
  13. <script language="javascript" src="js/list.js"></script>
  14. </head>
  15. <body leftmargin="8" topmargin="8" background='images/allbg.gif' onLoad="ContextMenu.intializeContextMenu()">
  16. <!-- 快速转换位置按钮 -->
  17. <table width="98%" border="0" cellpadding="0" cellspacing="1" bgcolor="#CFCFCF" align="center">
  18. <tr>
  19. <td height="26" background="images/newlinebg3.gif">
  20. <table width="98%" border="0" cellspacing="0" cellpadding="0">
  21. <tr>
  22. <td align="center">
  23. <input type='button' class="coolbg np"
  24. onClick="location='catalog_do.php?channelid={dede:global.channelid/}&cid={dede:global.cid/}&dopost=addArchives';"
  25. value='添加文档' />
  26. {dede:if $adminid==$mid }
  27. <input type='button' class="coolbg np"
  28. onClick="location='content_list.php?cid={dede:global.cid/}&mid=0';" value='全部文档' />
  29. {else}
  30. <input type='button' class="coolbg np"
  31. onClick="location='content_list.php?cid={dede:global.cid/}&mid=<?php echo $cuserLogin->getUserID(); ?>';"
  32. value='我的文档' />
  33. {/dede:if}
  34. {dede:global.CheckUserSend/}
  35. <input type='button' class="coolbg np" onClick="location='catalog_main.php';"
  36. value='栏目管理' />
  37. <input type='button' class="coolbg np" name='bb1'
  38. onClick="location='makehtml_list.php?cid={dede:global.cid/}';" value='更新列表' />
  39. <input type='button' class="coolbg np" name='bb2'
  40. onClick="location='makehtml_archives.php?cid={dede:global.cid/}';" value='更新文档' />
  41. <input type='button' class="coolbg np" name='bb1'
  42. onClick="location='recycling.php?cid={dede:global.cid/}';" value='文章回收站' />
  43. </td>
  44. </tr>
  45. </table>
  46. </td>
  47. </tr>
  48. </table>
  49. <!-- 内容列表 -->
  50. <form name="form2">
  51. <table width="98%" border="0" cellpadding="2" cellspacing="1" bgcolor="#CFCFCF" align="center"
  52. style="margin-top:8px">
  53. <tr bgcolor="#E7E7E7">
  54. <td height="28" colspan="10" background="images/tbg.gif" style="padding-left:10px;">
  55. ◆ {dede:global.positionname/}文档列表 &nbsp;(使用鼠标右键弹出菜单)
  56. </td>
  57. </tr>
  58. <tr align="center" bgcolor="#FBFCE2" height="25">
  59. <td width="6%">ID</td>
  60. <td width="4%">选择</td>
  61. <td width="28%">文章标题</td>
  62. <td width="10%">更新时间</td>
  63. <td width="10%">类目</td>
  64. <td width="8%">点击</td>
  65. <td width="6%">HTML</td>
  66. <td width="8%">权限</td>
  67. <td width="8%">发布人</td>
  68. <td width="10%">操作</td>
  69. </tr>
  70. {dede:datalist}
  71. <tr align='center' bgcolor="#FFFFFF" height="26" align="center"
  72. onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';">
  73. <td nowrap>
  74. {dede:field.id/}
  75. </td>
  76. <td>
  77. <input name="arcID" type="checkbox" id="arcID" value="{dede:field.id/}" class="np" />
  78. </td>
  79. <td align='left'>
  80. <span id="arc{dede:field.id/}">
  81. <a href='archives_do.php?aid={dede:field.id/}&dopost=editArchives'
  82. oncontextmenu="ShowMenu(event,this,{dede:field.id/},'{dede:field.title function="
  83. str_replace('\'', '' , @me)" /}')">
  84. <u>{dede:field.title/}</u>
  85. </a>
  86. </span>
  87. {dede:field.flag function='IsCommendArchives(@me)'/}
  88. </td>
  89. <td>{dede:field.senddate function='GetDateMk(@me)'/}</td>
  90. <td><a href='content_list.php?cid={dede:field.typeid/}'>{dede:field.typeid
  91. function='GetTypename(@me)'/}</a></td>
  92. <td>{dede:field.click/}</td>
  93. <td>{dede:field.ismake function="IsHtmlArchives(@me)"/}</td>
  94. <td>{dede:field.arcrank function="GetRankName(@me)"/}</td>
  95. <td>{dede:field.mid function=GetMemberName(@me)/}</td>
  96. <td>
  97. <img src='images/trun.gif' title="编辑属性" alt="编辑属性"
  98. onClick="QuickEdit({dede:field.id/}, event, this);" style='cursor:pointer' border='0' width='16'
  99. height='16' />
  100. <img src='images/gtk-edit.png' title="编辑" alt="编辑" onClick="editArc({dede:field.id/});"
  101. style='cursor:pointer' border='0' width='16' height='16' />
  102. <img src='images/part-list.gif' title="预览" alt="预览" onClick="viewArc({dede:field.id/});"
  103. style='cursor:pointer' border='0' width='16' height='16' />
  104. </td>
  105. </tr>
  106. {/dede:datalist}
  107. <tr bgcolor="#ffffff">
  108. <td height="36" colspan="10">
  109. &nbsp;
  110. <a href="javascript:selAll()" class="coolbg">全选</a>
  111. <a href="javascript:noSelAll()" class="coolbg">取消</a>
  112. <a href="javascript:updateArc(0)" class="coolbg">&nbsp;更新&nbsp;</a>
  113. <a href="javascript:checkArc(0)" class="coolbg">&nbsp;审核&nbsp;</a>
  114. <a href="javascript:adArc(0)" class="coolbg">&nbsp;推荐&nbsp;</a>
  115. <a href="javascript:;"
  116. onClick="moveArc(event,this,<?php echo (empty($channelid) ? 0 : $channelid); ?>)"
  117. class="coolbg">&nbsp;移动&nbsp;</a>
  118. <a href="javascript:delArc(0)" class="coolbg">&nbsp;删除&nbsp;</a>
  119. <?php if($channelid==1) echo " <a href=\"javascript:kwArc(0)\" class=\"coolbg\">&nbsp;自动关键字&nbsp;</a>\r\n"; ?>
  120. <a href="javascript:;" onClick="cAtts('attsAdd',event,this)" class="coolbg">&nbsp;增加属性&nbsp;</a>
  121. <a href="javascript:;" onClick="cAtts('attsDel',event,this)" class="coolbg">&nbsp;删除属性&nbsp;</a>
  122. </td>
  123. </tr>
  124. </form>
  125. <tr align="right" bgcolor="#F9FCEF">
  126. <td height="36" colspan="10" align="center">
  127. {dede:pagelist listsize=3/}
  128. </td>
  129. </tr>
  130. </table>
  131. <!-- 搜索表单 -->
  132. <form name='form3' action='content_list.php' method='get'>
  133. <input type='hidden' name='dopost' value='listArchives' />
  134. <table width='98%' border='0' cellpadding='1' cellspacing='1' bgcolor='#cfcfcf' align="center"
  135. style="margin-top:8px">
  136. <tr bgcolor='#EEF4EA'>
  137. <td background='images/wbg.gif' align='center'>
  138. <table border='0' cellpadding='0' cellspacing='0' height="32">
  139. <tr>
  140. <td width='160'>
  141. <select name='cid' style='width:150px'>
  142. <option value='0'>选择栏目...</option>
  143. {dede:global.optionarr /}
  144. </select>
  145. </td>
  146. <td nowrap>
  147. 关键字:
  148. </td>
  149. <td width='130'>
  150. <input type='text' name='keyword' value='{dede:global.keyword/}' style='width:120px' />
  151. </td>
  152. <td width='90'>
  153. <select name='orderby' style='width:80px'>
  154. <option value='id'>排序...</option>
  155. <option value='pubdate'>更新时间</option>
  156. <option value='sortrank'>置顶权值</option>
  157. <option value='click'>点击量</option>
  158. <option value='scores'>评论积分</option>
  159. <option value='lastpost'>最后评论</option>
  160. </select>
  161. </td>
  162. <td width='90'>
  163. <select name='flag' style='width:80px'>
  164. <option value=''>属性...</option>
  165. {dede:global.flagsArr /}
  166. </select>
  167. </td>
  168. <td>
  169. <input name="imageField" type="image" src="images/button_search.gif" width="60"
  170. height="22" border="0" class="np" />
  171. </td>
  172. </tr>
  173. </table>
  174. </td>
  175. </tr>
  176. </table>
  177. </form>
  178. </body>
  179. </html>