Frame for reports web page

Exchange HTML report templates between users.
Post Reply
User avatar
dimmyr
Posts: 35
Joined: Sat Dec 28, 2002 6:00 pm
Location: Detroit, MI

Post by dimmyr »

Here is the frame that has a menu with links to full report, admin report, system log and activity log. Below it is the menu.htm file for the menu part.

START of default.htm ------------------

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>HostMonitor Logs</title>
<META HTTP-EQUIV="Refresh" CONTENT="300">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>

<frameset framespacing="0" border="0" rows="18,*" frameborder="0">
<frame name="header" scrolling="no" noresize target="main" src="menu.htm">
<frame name="main" src="logs/rep-admin.htm" scrolling="auto">
<noframes>
<body>

<p>This page uses frames, but your browser doesn't support them.</p>

</body>
</noframes>
</frameset>

</html>

END of default.htm -----------------------

START of menu.htm ------------------------

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Host Monitor menu</title>
<STYLE TYPE="text/css">
<!--
a { text-decoration: none}
A:hover {color: #00A0DC; font-weight: bold}
-->
</STYLE>
<base target="main">


<script language="JavaScript">
// Clock Script Generated By Maxx Blade's Clock v2.0
// http://www.maxxblade.co.uk/clock
function tS(){ x=new Date(); x.setTime(x.getTime()); return x; }
function lZ(x){ return (x>9)?x:'0'+x; }
function dT(){ if(fr==0){ fr=1; document.write('<font size=1 face=Verdana color="#808080"><b><span id="tP">'+eval(oT)+'</span></b></font>'); } tP.innerText=eval(oT); setTimeout('dT()',1000); }
var fr=0,oT="lZ(tS().getHours())+':'+lZ(tS().getMinutes())+':'+lZ(tS().getSeconds())+' '";
</script>

</head>

<body topmargin="0" leftmargin="0" bgcolor="#D4D0C8" link="#0033CC" vlink="#3333CC">

<p align="left">

 

<!--webbot bot="Script" startspan PREVIEW="time" -->
<script language="JavaScript">dT();</script>
<!--webbot bot="Script" endspan i-checksum="60846" --><font color="#808080"><b><font face="Verdana" size="1">  | 
<a href="logs/rep-admin.htm" target="main">current
report (admin)</a>  |  <a href="logs/rep-full.htm" target="main">current
report (full)</a>  |  <a href="logs/log.htm">activity
log</a>  |  <a href="logs/syslog.htm">system log</a>  </font></b><font face="Verdana" size="1">[<a href="http://ks-soft.net/cgi-bin/phpBB/viewfo ... rum=1&2003" target="main">hostmon
forum</a>] [<a href="mailto:blahblahadmin@ford.com"> email admin</a>] (the reports below are refreshed at 5 min intervals)</font></font></p>

</body>

</html>


END of menu.htm ------------------------

Post Reply