Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.64 KB | None | 0 0
  1. <html><!--  Copyright (C) NEC Viewtechnology, Ltd. 2002-2005 -->
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <title>Projector LAN Control</title>
  5. <script language="JavaScript">
  6. <!--
  7. function swapimg(name,filename) {
  8.     eval("document." + name + ".src='" + filename + "'");
  9. }
  10. function Refresh(){
  11.     var now = new Date();
  12.     var hh  = now.getHours();
  13.     var mm  = now.getMinutes();
  14.     var ss  = now.getSeconds();
  15.     var ti  =10000*hh+100*mm+ss;
  16.     var req = "/cgi-bin/status.cgi?" + ti;
  17.     window.open(req,'dummy');
  18. }
  19. //-->
  20. </script>
  21. <style type="text/css">
  22. <!--
  23.     .nmltxt {
  24.         color: #FFFFFF;
  25.         font-size:10;
  26.         font-family:Arial,Helvetica,sans-serif;
  27.     }
  28. -->
  29. </style>
  30. </head>
  31.  
  32. <body bgcolor="#000000" bgcolor="#000000"  text="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  33. <form name='stat'>
  34.     <table border="0" cellpadding="0" cellspacing="0" width="600">
  35.         <tr>
  36.  
  37.             <td><img src="/images/g_corner1.gif" width="30" height="30"></td>
  38.             <td><img src="/images/sta_t.gif" width="160" height="30"></td>
  39.             <td>
  40.                 <a href="#" onMouseOver="swapimg('sta_ref','/images/sta_refresh_a.gif');" onMouseOut="swapimg('sta_ref','/images/sta_refresh.gif');" onClick="Refresh();">
  41.                 <img src="/images/sta_refresh.gif" width="70" height="30" border="0" name="sta_ref"></a></td>
  42.             <td><img src="/images/g_line_h.gif" width="310" height="30"></td>
  43.             <td><img src="/images/g_corner2.gif" width="30" height="30"></td>
  44.         </tr>
  45.         <tr>
  46.  
  47.             <td><img src="/images/g_line_v.gif" width="30" height="110"></td>
  48.             <td colspan="3">
  49.                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
  50.                     <tr>
  51.                         <td><img src="/images/spacer.gif" height="5"></td>
  52.                     </tr>
  53.                     <tr>
  54.                         <td>
  55.                             <table border="0" cellpadding="0" cellspacing="0" width="240">
  56.  
  57.                                 <tr>
  58.                                     <td width="50%"><span class="nmltxt">Lamp Life Remaining</span></td>
  59.                                     <td width="50%"><input type='text' name='textfield' size='5'><span class="nmltxt">&nbsp;%</span></td>
  60.                                 </tr>
  61.                                 <tr>
  62.                                     <td width="50%"><span class="nmltxt">Lamp Hours Used</span></td>
  63.                                     <td width="50%"><input type='text' name='textfield2' size='5'><span class="nmltxt">&nbsp;hrs</span></td>
  64.  
  65.                                 </tr>
  66.                                 <tr>
  67.                                     <td width="50%"><span class="nmltxt">Filter Hours Used</span></td>
  68.                                     <td width="50%"><input type='text' name='textfield6' size='5'><span class="nmltxt">&nbsp;hrs</span></td>
  69.                                 </tr>
  70.                                 <tr>
  71.                                     <td width="50%"><span class="nmltxt">Projector Hours Used</span></td>
  72.  
  73.                                     <td width="50%"><input type='text' name='textfield4' size='5'><span class="nmltxt">&nbsp;hrs</span></td>
  74.                                 </tr>
  75.                             </table>
  76.                         </td>
  77.                         <td><img src="/images/g_line_v.gif" width="30" height="90"></td>
  78.                         <td>
  79.                             <table border="0" cellpadding="0" cellspacing="0" width="270">
  80.                                 <tr>
  81.  
  82.                                     <td height="33%"><span class="nmltxt">Error Status</td>
  83.                                 </tr>
  84.                                 <tr>
  85.                                     <td><textarea name='textfield5' cols='22' rows='3'></textarea></td>
  86.                                 </tr>
  87.                             </table>
  88.                         </td>
  89.                     </tr>
  90.  
  91.                 </table>
  92.             </td>
  93.             <td><img src="/images/g_line_v.gif" width="30" height="110"></td>
  94.         </tr>
  95.         <tr>
  96.             <td><img src="/images/g_corner3.gif" width="30" height="30"></td>
  97.             <td colspan="3"><img src="/images/g_line_h.gif" width="540" height="30"></td>
  98.             <td><img src="/images/g_corner4.gif" width="30" height="30"></td>
  99.         </tr>
  100.  
  101.         <table border="0" cellpadding="0" cellspacing="0" width="270">
  102.             <tr>
  103.                 <th><span class="nmltxt">Copyright (C) NEC Viewtechnology, Ltd. 2002-2005</span></th>
  104.             </tr>
  105.         </table>
  106.     </table>
  107. </form>
  108. </body>
  109. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement