|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- <!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" href="../static/css/bootstrap.min.css">
- <link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
- <link rel="stylesheet" type="text/css" href="css/base.css">
- <script language="javascript" src="js/context_menu.js"></script>
- <script language="javascript" src="js/ieemu.js"></script>
- <script language="javascript">
- if (moz) {
- extendEventObject();
- extendElementModel();
- emulateAttachEvent();
- }
- function viewArc(aid) {
- if (aid == 0) aid = getOneItem();
- window.open("archives_do.php?aid=" + aid + "&dopost=viewArchives");
- }
- function editArc(aid) {
- if (aid == 0) aid = getOneItem();
- location = "archives_do.php?aid=" + aid + "&dopost=editArchives";
- }
- function updateArc(aid) {
- var qstr = getCheckboxItem();
- if (aid == 0) aid = getOneItem();
- location = "archives_do.php?aid=" + aid + "&dopost=makeArchives&qstr=" + qstr;
- }
- function checkArc(aid) {
- var qstr = getCheckboxItem();
- if (aid == 0) aid = getOneItem();
- location = "archives_do.php?aid=" + aid + "&dopost=checkArchives&qstr=" + qstr;
- }
- function adArc(aid) {
- var qstr = getCheckboxItem();
- if (aid == 0) aid = getOneItem();
- location = "archives_do.php?aid=" + aid + "&dopost=commendArchives&qstr=" + qstr;
- }
- function delArc(aid) {
- var qstr = getCheckboxItem();
- if (aid == 0) aid = getOneItem();
- location = "archives_do.php?qstr=" + qstr + "&aid=" + aid + "&dopost=delArchives";
- }
- //上下文菜单
- function ShowMenu(evt, obj, aid, atitle) {
- var eobj, popupoptions
- popupoptions = [
- new ContextItem("浏览文档", function () { viewArc(aid); }),
- new ContextItem("编辑文档", function () { editArc(aid); }),
- new ContextSeperator(),
- new ContextItem("更新HTML", function () { updateArc(aid); }),
- new ContextItem("审核文档", function () { checkArc(aid); }),
- new ContextItem("推荐文档", function () { adArc(aid); }),
- new ContextSeperator(),
- new ContextItem("删除文档", function () { delArc(aid); }),
- new ContextSeperator(),
- new ContextItem("全部选择", function () { selAll(); }),
- new ContextItem("取消选择", function () { noSelAll(); }),
- new ContextSeperator(),
- new ContextItem("关闭菜单", function () { })
- ]
- ContextMenu.display(evt, popupoptions)
- }
-
- //获得选中文件的文件名
- function getCheckboxItem() {
- var allSel = "";
- if (document.form2.arcID.value) return document.form2.arcID.value;
- for (i = 0; i < document.form2.arcID.length; i++) {
- if (document.form2.arcID[i].checked) {
- if (allSel == "")
- allSel = document.form2.arcID[i].value;
- else
- allSel = allSel + "`" + document.form2.arcID[i].value;
- }
- }
- return allSel;
- }
-
- //获得选中其中一个的id
- function getOneItem() {
- var allSel = "";
- if (document.form2.arcID.value) return document.form2.arcID.value;
- for (i = 0; i < document.form2.arcID.length; i++) {
- if (document.form2.arcID[i].checked) {
- allSel = document.form2.arcID[i].value;
- break;
- }
- }
- return allSel;
- }
-
- function selAll() {
- for (i = 0; i < document.form2.arcID.length; i++) {
- if (!document.form2.arcID[i].checked) {
- document.form2.arcID[i].checked = true;
- }
- }
- }
- function noSelAll() {
- for (i = 0; i < document.form2.arcID.length; i++) {
- if (document.form2.arcID[i].checked) {
- document.form2.arcID[i].checked = false;
- }
- }
- }
- </script>
- </head>
- <body leftmargin="8" topmargin="8" background='images/allbg.gif' onLoad="ContextMenu.intializeContextMenu()">
- <table width="100%" align="center" border="0" cellpadding="0" cellspacing="1" bgcolor="#D6D6D6"
- class="table maintable table-bordered mt-3">
- <tr>
- <td height="26" background="images/newlinebg3.gif">
- <table width="98%" border="0" cellspacing="0" cellpadding="0" class="table-borderless">
- <tr>
- <td align="center">
- <button type='button' class="btn btn-success btn-sm" onClick="location='makehtml_spec.php';">更新专题HTML</button>
- <button type='button' class="btn btn-success btn-sm" onClick="location='spec_add.php';">添加专题</button>
- <?php echo $CheckUserSend?>
- <button type='button' class="btn btn-success btn-sm" onClick="location='catalog_main.php';">频道管理</button>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
-
- <table width="100%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#cfcfcf" class="table maintable table-bordered">
- <tr bgcolor="#E7E7E7">
- <td height="26" colspan="9" background="images/tbg.gif" style="padding-left:10px">
- <strong>文章列表</strong>
- (在文章标题处使用鼠标右键进行常用操作)
- </td>
- </tr>
- <form name="form2">
- <tr align="center" bgcolor="#FBFCE2" height="26">
- <td width="6%">ID</td>
- <td width="4%">选择</td>
- <td width="30%">文章标题</td>
- <td width="12%">更新时间</td>
- <td width="11%">类目</td>
- <td width="8%">点击</td>
- <td width="7%">HTML</td>
- <td width="9%">权限</td>
- <td width="12%">属性</td>
- </tr>
- {dede:datalist}
- <tr align='center' bgcolor="#FFFFFF" onMouseMove="javascript:this.bgColor='#FCFDEE';"
- onMouseOut="javascript:this.bgColor='#FFFFFF';" height="26"
- oncontextmenu="ShowMenu(event,this,{dede:field.id/},'<?php echo urlencode($fields['title'])?>')">
- <td>{dede:field.id/}</td>
- <td><input name="arcID" type="checkbox" id="arcID" value="{dede:field.id/}" class="np"></td>
- <td align='left'>
- <a href='archives_do.php?aid={dede:field.id/}&dopost=editArchives'
- oncontextmenu="ShowMenu(event,this,{dede:field.id/},'<?php echo urlencode($fields['title'])?>')">
- {dede:field.title/}
- </a>
- </td>
- <td><?php echo MyDate("Y-m-d H:i",$fields['senddate'])?></td>
- <td>{dede:field.typeid function='GetTypename(@me)'/}</td>
- <td>{dede:field.click/}</td>
- <td><?php echo IsHtmlArchives($fields['ismake'])?></td>
- <td><?php echo GetRankName($fields['arcrank'])?></td>
- <td><?php echo IsCommendArchives($fields['flag'])?></td>
- </tr>
- {/dede:datalist}
- <tr bgcolor="#ffffff">
- <td height="26" colspan="9">
-
- <a href="javascript:selAll()" class="btn btn-success btn-sm">全选</a>
- <a href="javascript:noSelAll()" class="btn btn-success btn-sm">取消</a>
- <a href="javascript:viewArc(0)" class="btn btn-success btn-sm"> 查看 </a>
- <a href="javascript:editArc(0)" class="btn btn-success btn-sm"> 修改 </a>
- <a href="javascript:updateArc(0)" class="btn btn-success btn-sm"> 更新 </a>
- <a href="javascript:checkArc(0)" class="btn btn-success btn-sm"> 审核 </a>
- <a href="javascript:adArc(0)" class="btn btn-success btn-sm"> 推荐 </a>
- <a href="javascript:delArc(0)" class="btn btn-success btn-sm"> 删除 </a>
- </td>
- </tr>
- </form>
- <tr align="right" bgcolor="#F9FCEF">
- <td height="26" colspan="9" align="center">
- {dede:pagelist listsize=5/}
- </td>
- </tr>
- </table>
- <form name='form3' action='content_s_list.php' method='get'>
- <input type='hidden' name='dopost' value='listArchives'>
- <table width='98%' align="center" border='0' class="mb-3" cellpadding='1' cellspacing='1' class="table-borderless" background="images/wbg.gif">
-
- <tr>
- <td width='160' align='center'>请选择类目:</td>
- <td width='160'>
- <select name='cid' style='width:150'>
- <option value='0'>选择分类</option>
- <?php echo $optionarr?>
- </select>
- </td>
- <td width='100'>
- 关键字:
- </td>
- <td width='160'>
- <input type='text' name='keyword' value='<?php echo $keyword?>' style='width:150'>
- </td>
- <td width='100'>
- <button type="submit" class="btn btn-success btn-sm">搜索</button>
- </td>
-
- </tr>
-
- </table>
- </form>
- </body>
-
- </html>
|