hjkzLeft.htm 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>主页面左面板</title>
  6. <script type="text/javascript">
  7. // 加载舍内温度列表
  8. function loadHjkzSnwdList() {
  9. huimv.loadPage("hjkzRight", "loadHjkzSnwdList.htm");
  10. }
  11. // 舍内湿度
  12. function loadHjkzSnsdList() {
  13. huimv.loadPage("hjkzRight", "loadHjkzSnsdList.htm");
  14. }
  15. // 运行状态
  16. function loadHjkzYxztList() {
  17. huimv.loadPage("hjkzRight", "loadHjkzYxztList.htm");
  18. }
  19. // 运行参数
  20. function loadHjkzYxcsList() {
  21. huimv.loadPage("hjkzRight", "loadHjkzYxcsList.htm");
  22. }
  23. </script>
  24. </head>
  25. <body>
  26. <table width="100%" cellspacing="0" cellpadding="0">
  27. <tr>
  28. <td class="left_tb">&nbsp;功能导航</td>
  29. </tr>
  30. <tr>
  31. <td>
  32. <table width="99%" cellpadding="0" cellspacing="0">
  33. <tr>
  34. <td>
  35. <table width="90%" align="center" cellpadding="0" cellspacing="0" class="p_search">
  36. <!-- <tr>
  37. <td width="17"><img src="images/t-1.gif" width="8" height="8" /></td>
  38. <td width="169"><a href="#" onclick="javascript:loadHjkzSnwdList();">舍内温度</a></td>
  39. </tr>
  40. <tr>
  41. <td width="17"><img src="images/t-1.gif" width="8" height="8" /></td>
  42. <td width="169"><a href="#" onclick="javascript:loadHjkzSnsdList();">舍内湿度</a></td>
  43. </tr> -->
  44. #if("$!mcsj_hjkz_yxzt" == "true")
  45. <tr>
  46. <td width="17"><img src="images/t-1.gif" width="8" height="8" /></td>
  47. <td width="169"><a href="#" onclick="javascript:loadHjkzYxztList();">运行状态</a></td>
  48. </tr>
  49. #end
  50. #if("$!mcsj_hjkz_yxcs" == "true")
  51. <tr>
  52. <td width="17"><img src="images/t-1.gif" width="8" height="8" /></td>
  53. <td width="169"><a href="#" onclick="javascript:loadHjkzYxcsList();">运行参数</a></td>
  54. </tr>
  55. #end
  56. </table>
  57. </td>
  58. </tr>
  59. </table>
  60. </td>
  61. </tr>
  62. </table>
  63. </body>
  64. </html>