| 
                        123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 | 
                        - <!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/web/css/bootstrap.min.css">
 -   <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
 -   <link rel="stylesheet" href="../static/web/css/admin.css">
 -   <script language="javascript">
 -     //获得选中文件的文件名
 -     function getCheckboxItem() {
 -       var allSel = "";
 -       if (document.form1.logs.value) return document.form1.logs.value;
 -       for (i = 0; i < document.form1.logs.length; i++) {
 -         if (document.form1.logs[i].checked) {
 -           if (allSel == "")
 -             allSel = document.form1.logs[i].value;
 -           else
 -             allSel = allSel + "`" + document.form1.logs[i].value;
 -         }
 -       }
 -       return allSel;
 -     }
 -     function ReSel() {
 -       for (i = 0; i < document.form1.logs.length; i++) {
 -         if (document.form1.logs[i].checked) document.form1.logs[i].checked = false;
 -         else document.form1.logs[i].checked = true;
 -       }
 -     }
 -     function DelSel() {
 -       var nid = getCheckboxItem();
 -       if (nid == "") {
 -         alert("请选择项目");
 -         return;
 -       }
 -       location.href = "log_edit.php?dopost=del&ids=" + nid;
 -     }
 -     function ClearLog() {
 -       location.href = "log_edit.php?dopost=clear";
 -     }
 -   </script>
 - </head>
 - <body>
 -   <table width="98%" cellpadding="2" cellspacing="1" align="center" class="table maintable mt-3 mb-3">
 -     <tr>
 -       <td height="26" colspan="7" background="../static/web/img/tbg.gif">
 -         <table width="96%" cellpadding="0" cellspacing="0" class="table table-borderless">
 -           <tr>
 -             <td width="30%" style="padding-left:10px">管理系统日志</td>
 -             <td width="70%" align="right"></td>
 -           </tr>
 -         </table>
 -       </td>
 -     </tr>
 -     <tr align="center">
 -       <td colspan="7">
 -         <table width="100%" cellspacing="0" cellpadding="0" class="table-borderless">
 -           <form name='formsearch'>
 -             <tr>
 -               <td>
 -                 管理员:
 -                 <select name="adminid" id="adminid" style="width:160px">
 -                   <option value="0" selected>全部</option>
 -                   <?php echo $adminlist?>
 -                 </select>
 -                 IP地址:
 -                 <input name="cip" type="text" id="cip" size="15" style="width:160px">
 -                 时间:
 -                 <select name="dtime" id="dtime" style="width:160px">
 -                   <option value="0" selected>全部</option>
 -                   <option value="7">一周内</option>
 -                   <option value="15">15天内</option>
 -                   <option value="30">30天以内</option>
 -                   <option value="60">60天以内</option>
 -                 </select>
 -                  
 -                 <button type="submit" class="btn btn-success btn-sm">搜索</button>
 -               </td>
 -             </tr>
 -           </form>
 -         </table>
 -       </td>
 -     </tr>
 -     <tr align="center" bgcolor="#FBFCE2">
 -       <td width="8%">选择</td>
 -       <td width="11%">管理员</td>
 -       <td width="15%">访问文件</td>
 -       <td width="8%">方式</td>
 -       <td width="14%">访问IP</td>
 -       <td width="16%">时间</td>
 -       <td width="28%">Query参数</td>
 -     </tr>
 -     <form name="form1">
 -       {dede:datalist empty='<tr><td colspan="7"><center>暂无内容</center></td></tr>'}
 -       <tr height="26" align="center" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';">
 -         <td>
 -           <input name='logs' type='checkbox' class='np' id="logs" value='{dede:field.lid/}'>
 -         </td>
 -         <td>
 -           {dede:field.userid/}
 -         </td>
 -         <td>
 -           <input class="np" type="text" value="{dede:field.filename/}" name="t0" style="width:100px">
 -         </td>
 -         <td>
 -           {dede:field.method/}
 -         </td>
 -         <td>
 -           {dede:field.cip/}
 -         </td>
 -         <td>
 -           {dede:field.dtime function="MyDate('y/m/d H:i:s',@me)" /}
 -         </td>
 -         <td>
 -           <input class="np" type="text" value="{dede:field.query/}" name="t1" style="width:280px">
 -         </td>
 -       </tr>
 -       {/dede:datalist}
 -     </form>
 -     <tr>
 -       <td height="26" colspan="7">
 -         <button type="button" onClick="ReSel();" class="btn btn-success btn-sm">反选</button>
 -         <button type="button" onClick="DelSel();" class="btn btn-success btn-sm">删除所选</button>
 -         <button type="button" onClick="ClearLog();" class="btn btn-success btn-sm">清空所有日志</button>
 -       </td>
 -     </tr>
 -     <tr>
 -       <td height="36" bgcolor="#f8f8f8" colspan="7" align="center">{dede:pagelist listsize='6'/}</td>
 -     </tr>
 -   </table>
 - </body>
 - </html>
 
 
  |