123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>主页面左面板</title>
- <script type="text/javascript">
- // 加载舍内温度列表
- function loadHjkzSnwdList() {
- huimv.loadPage("hjkzRight", "loadHjkzSnwdList.htm");
- }
- // 舍内湿度
- function loadHjkzSnsdList() {
- huimv.loadPage("hjkzRight", "loadHjkzSnsdList.htm");
- }
-
- // 运行状态
- function loadHjkzYxztList() {
- huimv.loadPage("hjkzRight", "loadHjkzYxztList.htm");
- }
-
- // 运行参数
- function loadHjkzYxcsList() {
- huimv.loadPage("hjkzRight", "loadHjkzYxcsList.htm");
- }
- </script>
- </head>
- <body>
- <table width="100%" cellspacing="0" cellpadding="0">
- <tr>
- <td class="left_tb"> 功能导航</td>
- </tr>
- <tr>
- <td>
- <table width="99%" cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <table width="90%" align="center" cellpadding="0" cellspacing="0" class="p_search">
- <!-- <tr>
- <td width="17"><img src="images/t-1.gif" width="8" height="8" /></td>
- <td width="169"><a href="#" onclick="javascript:loadHjkzSnwdList();">舍内温度</a></td>
- </tr>
- <tr>
- <td width="17"><img src="images/t-1.gif" width="8" height="8" /></td>
- <td width="169"><a href="#" onclick="javascript:loadHjkzSnsdList();">舍内湿度</a></td>
- </tr> -->
- #if("$!mcsj_hjkz_yxzt" == "true")
- <tr>
- <td width="17"><img src="images/t-1.gif" width="8" height="8" /></td>
- <td width="169"><a href="#" onclick="javascript:loadHjkzYxztList();">运行状态</a></td>
- </tr>
- #end
- #if("$!mcsj_hjkz_yxcs" == "true")
- <tr>
- <td width="17"><img src="images/t-1.gif" width="8" height="8" /></td>
- <td width="169"><a href="#" onclick="javascript:loadHjkzYxcsList();">运行参数</a></td>
- </tr>
- #end
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </body>
- </html>
|