1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <!--#include file="Inc/common.asp"-->
- <!--#include file="Inc/MD5.asp"-->
- <!--#include file="Inc/Function.asp"-->
- <!--#include file="Admin_Common.asp"-->
- <%
- response.Expires = 0
- Dim uid, rse, width, rsRole, isAdmin
- uid = trim(request("uid"))
- if trim(Lcase(AdminName)) = "admin" then
- isAdmin = true
- else
- isAdmin = false
- end if
- %>
- <script type="text/javascript" src="js/share.js"></script>
- <link href="bs2010.css" rel="stylesheet" type="text/css" />
- <div class="mainbg">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td valign="top">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="25"> </td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="1" cellpadding="0">
- <tr>
- <td width="25" height="25" align="center" style="border-bottom:1px dotted #CCCCCC"><img src="images/system_status.gif" width="13" height="13" /></td>
- <td width="65" style="border-bottom:1px dotted #CCCCCC"><img src="images/title_system_status.gif" /></td>
- <td style="border-bottom:1px dotted #CCCCCC" id="td_alarm">
- <!--#include file="codeAlarm.asp"-->
- </td>
- </tr>
- </table>
- <table width="848" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td height="576" valign="top" background="images/itroom/1.gif">
- <div id="th1" style="width:36px; height:32px; position:absolute; z-index:20px; margin-left:308px; margin-top:176px; text-align:right;" class="itroom_font">
- <div id="Temp1" style="width:36px; height:16px;"><%=status_Temp("WTH10_1_status","WTH10_1_Temp")%></div>
- <div id="Humidity1" style="width:36px; height:16px;"><%=status_rsHumidity("WTH10_1_status","WTH10_1_Humidity")%></div>
- </div>
- <div id="th2" style="width:36px; height:32px; position:absolute; z-index:20px; margin-left:314px; margin-top:87px; text-align:right;" class="itroom_font">
- <div id="Temp2" style="width:36px; height:16px;"><%=status_Temp("WTH10_2_status","WTH10_2_Temp")%></div>
- <div id="Humidity2" style="width:36px; height:16px;"><%=status_rsHumidity("WTH10_2_status","WTH10_2_Humidity")%></div>
- </div>
- <div id="th3" style="width:36px; height:32px; position:absolute; z-index:20px; margin-left:534px; margin-top:87px; text-align:right;" class="itroom_font">
- <div id="Temp3" style="width:36px; height:16px;"><%=status_Temp("WTH10_3_status","WTH10_3_Temp")%></div>
- <div id="Humidity3" style="width:36px; height:16px;"><%=status_rsHumidity("WTH10_3_status","WTH10_3_Humidity")%></div>
- </div>
- <div id="th4" style="width:36px; height:32px; position:absolute; z-index:20px; margin-left:553px; margin-top:176px; text-align:right;" class="itroom_font">
- <div id="Temp4" style="width:36px; height:16px;"><%=status_Temp("WTH10_4_status","WTH10_4_Temp")%></div>
- <div id="Humidity4" style="width:36px; height:16px;"><%=status_rsHumidity("WTH10_4_status","WTH10_4_Humidity")%></div>
- </div>
- <div id="th5" style="width:36px; height:32px; position:absolute; z-index:20px; margin-left:597px; margin-top:367px; text-align:right;" class="itroom_font">
- <div id="Temp5" style="width:36px; height:16px;"><%=status_Temp("WTH10_5_status","WTH10_5_Temp")%></div>
- <div id="Humidity5" style="width:36px; height:16px;"><%=status_rsHumidity("WTH10_5_status","WTH10_5_Humidity")%></div>
- </div>
- <div id="th6" style="width:36px; height:32px; position:absolute; z-index:20px; margin-left:432px; margin-top:367px; text-align:right;" class="itroom_font">
- <div id="Temp6" style="width:36px; height:16px;"><%=status_Temp("WTH10_6_status","WTH10_6_Temp")%></div>
- <div id="Humidity6" style="width:36px; height:16px;"><%=status_rsHumidity("WTH10_6_status","WTH10_6_Humidity")%></div>
- </div>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </div>
- <%
- Call CloseConn
- %>
|