12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <%@page contentType="text/html" pageEncoding="UTF-8"%>
- <!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=UTF-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=9" ></meta>
- <title>审计日志表</title>
- <%@include file="../../include.jsp" %>
- <script type="text/javascript" src="../../../scripts/freamwork/com/sinosoft/system/auditLog/AuditLogList.js"></script>
- </head>
- <body>
- <div position="center">
- <div class="box2" panelTitle="审计日志查询" id="searchPanel">
- <form id="queryUserForm" method="post">
- <input type="hidden" id="listId" name="listId" value="880"/>
- <table>
- <tr>
- <td>主帐号名称:</td>
- <td>
- <input type="text" id="MAINACCOUNT" name="MAINACCOUNT" maxlength="20"/>
- </td>
-
- <td>
- <button type="button" onclick="$.auditLog.searchHandler()"><span class="icon_find">查询</span></button>
- </td>
- <td>
-
- </td>
- </tr>
- </table>
- </form>
- </div>
- <div class="padding_right5" style="height:480px;">
- <div id="dataGrid_865"></div>
- </div>
- </div>
- <script type="text/javascript">
- function initComplete(){
- }
- </script>
- </body>
- </html>
|