249968f565771a7076e9d6c511cfbaad1aec290d.svn-base 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html 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=UTF-8" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=9" ></meta>
  7. <title>审计日志表</title>
  8. <%@include file="../../include.jsp" %>
  9. <script type="text/javascript" src="../../../scripts/freamwork/com/sinosoft/system/auditLog/AuditLogList.js"></script>
  10. </head>
  11. <body>
  12. <div position="center">
  13. <div class="box2" panelTitle="审计日志查询" id="searchPanel">
  14. <form id="queryUserForm" method="post">
  15. <input type="hidden" id="listId" name="listId" value="880"/>
  16. <table>
  17. <tr>
  18. <td>主帐号名称:</td>
  19. <td>
  20. <input type="text" id="MAINACCOUNT" name="MAINACCOUNT" maxlength="20"/>
  21. </td>
  22. <td>
  23. <button type="button" onclick="$.auditLog.searchHandler()"><span class="icon_find">查询</span></button>
  24. </td>
  25. <td>
  26. </td>
  27. </tr>
  28. </table>
  29. </form>
  30. </div>
  31. <div class="padding_right5" style="height:480px;">
  32. <div id="dataGrid_865"></div>
  33. </div>
  34. </div>
  35. <script type="text/javascript">
  36. function initComplete(){
  37. }
  38. </script>
  39. </body>
  40. </html>