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

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

web/addons/toga/templates/header.tpl:

  • Use block to include link to archive search

web/addons/toga/templates/overview.tpl:

  • Cleanup
  • Javascript moved to seperate .js file

web/addons/toga/templates/search.tpl:

  • Added search results and future showhosts block section

web/addons/toga/index.php:

  • Use block instead of include for archive search link

web/addons/toga/search.php:

  • Setup of working search style

web/addons/toga/libtoga.php:

  • searchDbase() will return a list of jobids matching the criteria
File size: 1.5 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="./" METHOD="GET" NAME="toga_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     <TD></TD>
32  </TR>
33  <TR>
34     <TD COLSPAN=1>
35     {metric_menu} &nbsp;&nbsp;
36     {range_menu}&nbsp;&nbsp;
37     {sort_menu}
38     </TD>
39     <TD>
40      <B>{alt_view}</B>
41     </TD>
42
43<!-- START BLOCK : search -->
44     <TD><CENTER>
45       <A HREF="./?c={cluster_url}&view=search">
46       Jobarchive<BR>
47       <IMG SRC="./bricks.jpg" HEIGHT=50 WIDTH=50 ALT="Search the archive for {cluster}" TITLE="Search the archive for {cluster}" BORDER=0></A></CENTER>
48     </TD>
49<!-- END BLOCK : search -->
50
51  </TR>
52  </TABLE>
53
54  </TD>
55</TR>
56</TABLE>
57
58<FONT SIZE="+1">
59{node_menu}
60</FONT>
61<HR SIZE="1" NOSHADE>
Note: See TracBrowser for help on using the repository browser.