| jul97.tar |
Listing 5: HTML for RAS index page
# # # HTML for RAS index page. www.server.domain should be # replaced with local information # <HEAD><TITLE> Remote Access Services (RAS / PPP) </TITLE></HEAD> <BODY> <H1>Remote Access Services (RAS /PPP)</H1><IMG SRC="ras.jpg"> <H3>Monthly Utilization Reports</H3> <TABLE BORDER ALIGN="CENTER" CELLSPACING="3" CELLPADDING="8"> <TR ALIGN="RIGHT"><TH><FONT COLOR="blue">Line Detail</TH> <TD><A HREF="http://www.server.domain/netblazer/Jan/hreport.html">Jan</A></TD> <TD><A HREF="http://www.server.domain/netblazer/Feb/hreport.html">Feb</A></TD> <TD><FONT COLOR="gray">Mar</A></FONT></TD> <TD><FONT COLOR="gray">Apr</A></FONT></TD> <TD><FONT COLOR="gray">May</A></FONT></TD> <TD><FONT COLOR="gray">Jun</A></FONT></TD> <TD><FONT COLOR="gray">Jul</A></FONT></TD> <TD><FONT COLOR="gray">Aug</A></FONT></TD> <TD><A HREF="http://www.server.domain/netblazer/Sep/hreport.html">Sep</A></TD> <TD><A HREF="http://www.server.domain/netblazer/Oct/hreport.html">Oct</A></TD> <TD><A HREF="http://www.server.domain/netblazer/Nov/hreport.html">Nov</A></TD> <TD><A HREF="http://www.server.domain/netblazer/Dec/hreport.html">Dec</A></TD> <TR><TD></TD> <TR ALIGN="RIGHT"><TH><FONT COLOR="blue">User Detail</TH> <TD><A HREF="http://www.server.domain/netblazer/Jan/ureport.html">Jan</A></TD> <TD><A HREF="http://www.server.domain/netblazer/Feb/ureport.html">Feb</A></TD> <TD><FONT COLOR="gray">Mar</A></FONT></TD> <TD><FONT COLOR="gray">Apr</A></FONT></TD> <TD><FONT COLOR="gray">May</A></FONT></TD> <TD><FONT COLOR="gray">Jun</A></FONT></TD> <TD><FONT COLOR="gray">Jul</A></FONT></TD> <TD><A HREF="http://www.server.domain/netblazer/Aug/ureport.html">Aug</A></TD> <TD><FONT COLOR="gray">Sep</A></FONT></TD> <TD><A HREF="http://www.server.domain/netblazer/Oct/ureport.html">Oct</A></TD> <TD><A HREF="http://www.server.domain/netblazer/Nov/ureport.html">Nov</A></TD> <TD><A HREF="http://www.server.domain/netblazer/Dec/ureport.html">Dec</A></TD> </TABLE> </LI> </BODY> # End of File
|