addons:hobbitnotes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
addons:hobbitnotes [2017/12/05 04:06] – [bbnote_editor.cgi for 4.3] wikiadminaddons:hobbitnotes [2017/12/05 04:06] – [notes header for 4.3] wikiadmin
Line 83: Line 83:
 <HTML> <HTML>
 <HEAD> <HEAD>
 +  <TITLE>Xymon - Notes</TITLE>
  
-<TITLE>Xymon - Notes</TITLE>+  <script language="javascript" type="text/javascript"> 
 +  <!-- 
 +    today = new Date 
 +    weekDayName = new Array ("Sun","Mon","Tue","Wed","Thu","Fri","Sat"
 +    monthName = new Array ("Jan","Feb","March","April","May","June","July","Aug","Sep","Oct","Nov","Dec")
  
-<script language="javascripttype="text/javascript">+    function printDate() { 
 +      document.write(weekDayName[today.getDay()]+ "+ monthName[today.getMonth()] + " " + today.getDate()+ " " + " " + today.getHours() + ":" + today.getMinutes() + ":" + today.getSeconds() + " " +today.getFullYear()) 
 +    } 
 +  --> 
 +  </script>
  
-<!-- +  <style type="text/css"> 
-        today = new Date +    body { 
-        weekDayName = new Array ("Sun","Mon","Tue","Wed","Thu","Fri","Sat") +    background-repeat: repeat-y; 
-        monthName = new Array ("Jan","Feb","March","April","May","June","July","Aug","Sep","Oct","Nov","Dec")+    background-color:black; 
 +     } 
 +  </style>
  
-        function printDate()+  <!-- Styles for the Xymon body  --> 
 +  <link rel="stylesheet" type="text/css" href="&XYMONBODYCSS">
  
-        { +  <!-- Styles for the menu bar --> 
-        document.write(weekDayName[today.getDay()]+ ", " + monthName[today.getMonth()] + " " + today.getDate()+ " " + " " + today.getHours() + ":" + today.getMinutes() + ":" + today.getSeconds() + " " +today.getFullYear()) +  <link rel="stylesheet" type="text/css" href="&XYMONBODYMENUCSS">
-        } +
---> +
- +
-</script> +
- +
-<style type="text/css"> +
-        body { +
-        background-repeat: repeat-y; +
-        background-color:black; +
-         } +
-</style> +
- +
- +
-<!-- Styles for the Xymon body  --> +
-<link rel="stylesheet" type="text/css" href="&XYMONBODYCSS"> +
- +
-<!-- Styles for the menu bar --> +
-<link rel="stylesheet" type="text/css" href="&XYMONBODYMENUCSS"> +
- +
-<!-- The favicon image --> +
-<link rel="shortcut icon" href="&XYMONSKIN/favicon-&XYMWEBBACKGROUND.ico">+
  
 +  <!-- The favicon image -->
 +  <link rel="shortcut icon" href="&XYMONSKIN/favicon-&XYMWEBBACKGROUND.ico">
 </HEAD> </HEAD>
- 
-<BODY class="&XYMWEBBACKGROUND"> 
  
 <BODY BGCOLOR="&XYMONBACKGROUND" BACKGROUND="&XYMONSKIN/bkg-&XYMONBACKGROUND.gif" TEXT="#FFFFFF" LINK="#00FFAA" VLINK="#FFFF44"> <BODY BGCOLOR="&XYMONBACKGROUND" BACKGROUND="&XYMONSKIN/bkg-&XYMONBACKGROUND.gif" TEXT="#FFFFFF" LINK="#00FFAA" VLINK="#FFFF44">
  
- +  <TABLE SUMMARY="Topline" WIDTH="100%"> 
-<TABLE SUMMARY="Topline" WIDTH="100%"> +  <TR><TD HEIGHT=16>&nbsp;</TD></TR>  <!-- For the menu bar --> 
-<TR><TD HEIGHT=16>&nbsp;</TD></TR>  <!-- For the menu bar --> +  <TR> 
-<TR> +    <TD VALIGN=MIDDLE ALIGN=LEFT WIDTH="30%"> 
-  <TD VALIGN=MIDDLE ALIGN=LEFT WIDTH="30%"> +      <FONT FACE="Arial, Helvetica" SIZE="+1" COLOR="silver"><B><A HREF="http://xymon/" style="text-decoration: none">&XYMONLOGO</B></FONT> 
-    <FONT FACE="Arial, Helvetica" SIZE="+1" COLOR="silver"><B><A HREF="http://xymon/" style="text-decoration: none">&XYMONLOGO</B></FONT> +    </TD> 
-  </TD> +    <TD VALIGN=MIDDLE ALIGN=CENTER WIDTH="40%"> 
-  <TD VALIGN=MIDDLE ALIGN=CENTER WIDTH="40%"> +      <CENTER><FONT FACE="Arial, Helvetica" SIZE="+1" COLOR="silver"><B>Current Status</B></FONT></CENTER> 
-    <CENTER><FONT FACE="Arial, Helvetica" SIZE="+1" COLOR="silver"><B>Current Status</B></FONT></CENTER> +    </TD> 
-  </TD> +    <TD VALIGN=MIDDLE ALIGN=RIGHT WIDTH="30%"> 
-  <TD VALIGN=MIDDLE ALIGN=RIGHT WIDTH="30%"> +     <FONT FACE="Arial, Helvetica" SIZE="+1" COLOR="silver"><B><script language="javascript" type="text/javascript">printDate()</script></B></FONT> 
-   <FONT FACE="Arial, Helvetica" SIZE="+1" COLOR="silver"><B><script language="javascript" type="text/javascript">printDate()</script></B></FONT> +    </TD> 
-  </TD> +  </TR> 
-</TR> +  <TR> 
-<TR> +    <TD COLSPAN=3> <HR WIDTH="100%"> </TD> 
-  <TD COLSPAN=3> <HR WIDTH="100%"> </TD> +  </TR> 
-</TR> +  </TABLE> 
-</TABLE> +  <BR>
-<BR>+
 </code> </code>
 </hidden> </hidden>
  • addons/hobbitnotes.txt
  • Last modified: 2017/12/05 05:54
  • by wikiadmin