source: trunk/web/addons/toga/templates/header.tpl @ 113

Last change on this file since 113 was 113, checked in by bastiaans, 19 years ago

web/addons/toga/footer.php,
web/addons/toga/header.php,
web/addons/toga/logo_ned.gif,
web/addons/toga/styles.css:

  • Header/footer/stylesheet for Toga
  • Sara logo

web/addons/toga/overview.php:

  • Empty skeleton for future overview page of Toga

web/addons/toga/index.php:

  • Setup header/footer/etc
  • Include overview.php

web/addons/toga/templates:

  • Templates used by Toga

web/templates/toga/cluster_extra.tpl:

  • Link to index.php instead of overview.php
File size: 1.1 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<TITLE>Ganglia:: {page_title}</TITLE>
5<META http-equiv="Content-type" content="text/html; charset=utf-8">
6<META http-equiv="refresh" content="{refresh}{redirect}" >
7<LINK rel="stylesheet" href="./styles.css" type="text/css">
8</HEAD>
9<BODY BGCOLOR="#FFFFFF">
10
11<FORM ACTION="{page}" METHOD="GET" NAME="ganglia_form">
12<TABLE WIDTH="100%">
13<TR>
14  <TD ROWSPAN="2" WIDTH="150">
15  <A HREF="http://monitor2.irc.sara.nl/ganglia/">
16  <IMG SRC="./logo_ned.gif"
17      ALT="Ganglia" BORDER="0"></A>
18  </TD>
19  <TD VALIGN="TOP">
20
21  <TABLE WIDTH="100%" CELLPADDING="8" CELLSPACING="0" BORDER=0>
22  <TR BGCOLOR="#DDDDDD">
23     <TD BGCOLOR="#DDDDDD">
24     <FONT SIZE="+1">
25     <B>{page_title} for {date}</B>
26     </FONT>
27     </TD>
28     <TD BGCOLOR="#DDDDDD" ALIGN="RIGHT">
29     <INPUT TYPE="SUBMIT" VALUE="Get Fresh Data">
30     </TD>
31  </TR>
32  <TR>
33     <TD COLSPAN="1">
34     {metric_menu} &nbsp;&nbsp;
35     {range_menu}&nbsp;&nbsp;
36     {sort_menu}
37     </TD>
38     <TD>
39      <B>{alt_view}</B>
40     </TD>
41  </TR>
42  </TABLE>
43
44  </TD>
45</TR>
46</TABLE>
47
48<FONT SIZE="+1">
49{node_menu}
50</FONT>
51<HR SIZE="1" NOSHADE>
Note: See TracBrowser for help on using the repository browser.