Code

c1c4bbe5de44a39e677cbbe607e06b7606a0aa90
[rrdtool-all.git] / website / .wml / template.inc
1 #include "$(ROOT)/.wml/nestednavbar.inc"
2 #include "$(ROOT)/.wml/tobis.inc"
3 #include "$(ROOT)/.wml/navbar.inc"
7 # The Template
8 <HTML>
9 <HEAD>
10 <!-- The Template for this webpage has been created by Tobi Oetiker -->
11 <TITLE*>RRD TOOL -- <<TITLE>></TITLE*>
12 <STYLE TYPE="text/css">
13 <protect>
14 <!--
15 H1, H2, DIV, P, LI, 
16 UL, OL, TABLE, TD, TR {font-family: trebuchet ms, lucida sans, helvetica, sans-serif}
17 PRE {font-family: courier, courier-new, lucidatypewriter}
18 -->
19 </protect>
20 </STYLE>
21 </HEAD>
22 <BODY bgcolor=white 
23       text=#00000 LINK=#0000a0 
24       VLINK=#0000a0 ALINK=#0000a0
25       MARGINWIDTH=0 MARGINHEIGHT=0>
26 <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
27 <TR><TD width=8 ALIGN=left VALIGN=TOP 
28         BACKGROUND="$(ROOT)/.pics/b.gif" BGCOLOR=#6c9bcd><hspace 8></TD>
29 <TD width=126 ALIGN=left VALIGN=TOP 
30         BACKGROUND="$(ROOT)/.pics/b.gif" BGCOLOR=#6c9bcd>
31 <DIV><vspace 10></DIV>
32 <A HREF="http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/"
33 ><img border=0 src="$(ROOT)/.pics/rrdtool.gif"></A><hspace 5>
34 <DIV><vspace 10></DIV>
35 # Nav Bar
36 <nnb:render $(section) $(subsection)>
37 <BR>
38 <vspace 40><BR>
39 <small>
40 Website and<br>
41 RRD TOOL<br>
42 created by<br>
43 <B><A HREF="http://www.caida.org/~tobi">Tobi Oetiker</A></B><BR>
44 <vspace 10><BR>
45 For more information<BR>
46 about CAIDA write to<BR>
47 <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0><TR><TD><small>info</small></TD><TD><small>@</small></TD><TD><small>caida.org</small></TD></TR></TABLE><BR>
48 <vspace 30><BR>
49 <A HREF="http://www.engelschall.com/sw/wml"><IMG border=0 SRC="$(ROOT)/.pics/logo-wml.gif"></A><BR>
50 <vspace 10><BR>
51 </TD>
52 <TD WIDTH=22 background="$(ROOT)/.pics/bro.gif"><hspace 22></TD><TD><hspace 5></TD>
53 <TD valign=top align=left>
54 <vspace 10><BR>
55 <A HREF="http://www.caida.org"><IMG ALIGN=right border=0 SRC="$(ROOT)/.pics/CAIDAlogo.120.gif"></A>
56 <<H1>>
57 <<Body>>
58 <DIV><vspace 20></DIV>
59 <HR noshade size=1>
60 <DIV align=right><FONT color="#bfbfbf">
61 <small><script type="text/javascript" language="JavaScript">
62 <!--
63   document.write("Original location of this page: ");
64   document.write(document.location);
65   document.write("<BR>");
66 //  -->
67 </script>
68 This page was updated on, <:print "".localtime(time):></small></font></DIV>
69 </TD></TR>
70 <TR><TD colspan=2 background="$(ROOT)/.pics/bbo.gif"><vspace 22></TD><TD><IMG SRC="$(ROOT)/.pics/bco.gif"></TD>
71 <TD colspan=2></TD></TR>
72 # The End
73 </TABLE>
74 </BODY>
76 # All the rest goes into Body
77 ..Body>>