707d0fb6ff39c3dadf275659b5ee537a6908c7a0.svn-base 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. <title>系统配置信息</title>
  7. <!--框架必需start-->
  8. <%@include file="../../include.jsp" %>
  9. <!-- ****** 修改对应js路径 ****** -->
  10. <script type="text/javascript" src="SYS_Configures_List.js"></script>
  11. </head>
  12. <body>
  13. <div position="center" style="border:none;">
  14. <div class="box2" panelTitle="系统配置信息查询" id="searchPanel">
  15. <form id="searchQueryForm" method="post">
  16. <input type="hidden" id="listId" name="listId" value="116"/>
  17. <table width="100%">
  18. <!-- 添加查询条件 -->
  19. <tr>
  20. <td width="15%">配置键:</td>
  21. <td width="35%">
  22. <input type="text" id="CONFKEY_116" name="CONFKEY_116" />
  23. </td>
  24. <td width="15%">配置值:</td>
  25. <td width="35%">
  26. <input type="text" id="VALUE_116" name="VALUE_116" />
  27. </td>
  28. </tr>
  29. </table>
  30. <table width="100%">
  31. <tr>
  32. <td width="50%" align="right"><button id="searchButton" type="button" onclick="$.config.searchHandler()"><span class="icon_find">查询</span></button></td>
  33. <td width="50%" align="left"><button type="button" onclick="$.config.resetSearch()"><span class="icon_reload">重置查询</span></button></td>
  34. </tr>
  35. </table>
  36. </form>
  37. </div>
  38. <div class="adding_right5">
  39. <div id="dataGrid_116"></div>
  40. </div>
  41. </div>
  42. </body>
  43. </html>