123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" ng-app="app">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="Expires" content="0" />
- <title>访问日志</title>
- <link href="../../AFrontEnd/css/animate.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/fontawesome/css/font-awesome.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/bootstrap.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/style.css" rel="stylesheet" />
- <script>document.write("<link href='../../AFrontEnd/css/special.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
- </head>
- <body ng-controller="listCtrl as ctl" ng-cloak>
- <div class="sp-page-mgn">
- <div class="sp-page-pad">
- <div class="sp-page-tab">
- <div class="sp-page-col">
- <div class="sp-page-title">访问日志</div>
- </div>
- <div class="sp-page-tab-right">
- <a class="sp-pull-left sp-btn-gray sp-btn-radius" ng-click="ctl.openSearchLayer()"><i class="fa fa-search sp-mr-5"></i>查 询</a>
- <a class="sp-pull-left sp-btn-gray sp-btn-radius" ng-click="ctl.refresh()"><i class="fa fa-refresh sp-mr-5"></i>刷 新</a>
- </div>
- </div>
- <div class="sp-page">
- <table class="sp-table">
- <thead>
- <tr>
- <th width="50">序号</th>
- <th>日志标题</th>
- <th>请求地址</th>
- <th width="150">日志类型</th>
- <th width="150">操作用户</th>
- <th width="180">操作时间</th>
- <th width="150">客户端ip</th>
- <th width="150">设备名称</th>
- <th width="150">浏览器名称</th>
- <th width="180">响应时间</th>
- </tr>
- </thead>
- <tbody>
- <tr dir-paginate="item in ctl.list|itemsPerPage:ctl.itemsPerPage" total-items="ctl.total_count">
- <td ng-bind="(ctl.pageno-1)*ctl.itemsPerPage+($index+1)"></td>
- <td ng-bind="item.TITLE"></td>
- <td ng-bind="item.REQUESTURL"></td>
- <td ng-bind="item.LOGTYPE"></td>
- <td ng-bind="item.USERTYPE"></td>
- <td ng-bind="item.CTIME2"></td>
- <td ng-bind="item.CLIENTIP"></td>
- <td ng-bind="item.PCNAME"></td>
- <td ng-bind="item.BROWSERNAME"></td>
- <td ng-bind="item.RESPONSETIME2"></td>
- </tr>
- </tbody>
- </table>
- <div class="sp-table-tip ng-hide" ng-show="ctl.noDataTip==0" ng-cloak>
- <i class="fa fa-exclamation-circle sp-mr-10" style="color:#FEA625;"></i>您好,暂未查询到相关信息!
- </div>
- <div class="sp-page" ng-show="ctl.noDataTip == 1">
- <div class="sp-page-col sp-pull-right">
- <div class="sp-lh-34">
- 每页
- <select ng-model="ctl.itemsPerPage" ng-options="x for x in ctl.pageOptions"
- ng-init="ctl.itemsPerPage=ctl.pageOptions[0]"
- ng-change="ctl.changePageOption()"></select>
- 条
- </div>
- </div>
- <div class="sp-page-col sp-pull-right">
- <dir-pagination-controls max-size="8" direction-links="true" boundary-links="true"
- on-page-change="ctl.getData(newPageNumber)">
- </dir-pagination-controls>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="sp-layer" id="layer_search" style="width: 500px;">
- <div class="sp-layer-head" style="background:#2176d6">
- <div class="sp-page sp-text-center sp-font16">
- 查 询
- <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
- ×
- </div>
- </div>
- </div>
- <div class="sp-layer-body">
- <table class="sp-grid-job">
- <tbody>
- <tr>
- <td class="sp-text-center">
- 日志标题
- </td>
- <td>
- <input type="text" class="sp-input" placeholder="请输入关键字" ng-model="ctl.search.TITLE" />
- </td>
- </tr>
- <tr>
- <td class="sp-text-center">
- 日志类型
- </td>
- <td>
- <select class="sp-select" ng-model="ctl.search.LOGTYPE">
- <option value="">全部</option>
- <option value="查询日志">查询日志</option>
- <option value="修改日志">修改日志</option>
- <option value="接入日志">接入日志</option>
- <option value="登陆登出">登陆登出</option>
- </select>
- </td>
- </tr>
- </tbody>
- </table>
- <div class="sp-line-txt sp-text-center sp-pt-10">
- <a class="sp-btn-blue sp-btn-sm sp-radius" ng-click="ctl.doSearch()"><i class="fa fa-search sp-mr-5"></i>查 询</a>
- <a class="sp-btn-blue sp-btn-sm sp-radius" ng-click="ctl.closeSeach()"><i class="fa fa-close sp-mr-5"></i>重 置</a>
- </div>
- </div>
- </div>
- <script src="../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
- <script src="../../AFrontEnd/js/laydate/laydate.js"></script>
- <script src="../../AFrontEnd/js/angularjs/angular.js"></script>
- <script src="../../AFrontEnd/js/angularjs/dirPagination.js"></script>
- <script src="../../apiurljs.js"></script>
- <script src="../../js/sm4.js"></script>
- <script>document.write('<scri' + 'pt src="../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>');;</script>
- <script>document.write('<scri' + 'pt src="js/list.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>');;</script>
- <script src="../../AFrontEnd/js/special/spngvld.js"></script>
- </body>
- </html>
|