123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <%@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"/>
- <title>系统配置信息</title>
- <!--框架必需start-->
- <%@include file="../../include.jsp" %>
- <!-- ****** 修改对应js路径 ****** -->
- <script type="text/javascript" src="SYS_Configures_List.js"></script>
- </head>
- <body>
- <div position="center" style="border:none;">
- <div class="box2" panelTitle="系统配置信息查询" id="searchPanel">
- <form id="searchQueryForm" method="post">
- <input type="hidden" id="listId" name="listId" value="116"/>
- <table width="100%">
- <!-- 添加查询条件 -->
- <tr>
- <td width="15%">配置键:</td>
- <td width="35%">
- <input type="text" id="CONFKEY_116" name="CONFKEY_116" />
- </td>
- <td width="15%">配置值:</td>
- <td width="35%">
- <input type="text" id="VALUE_116" name="VALUE_116" />
- </td>
-
- </tr>
-
- </table>
- <table width="100%">
- <tr>
- <td width="50%" align="right"><button id="searchButton" type="button" onclick="$.config.searchHandler()"><span class="icon_find">查询</span></button></td>
- <td width="50%" align="left"><button type="button" onclick="$.config.resetSearch()"><span class="icon_reload">重置查询</span></button></td>
- </tr>
- </table>
- </form>
- </div>
- <div class="adding_right5">
- <div id="dataGrid_116"></div>
- </div>
- </div>
- </body>
- </html>
|