Last change
on this file since 143 was
143,
checked in by bastiaans, 18 years ago
|
web/addons/toga/libtoga.php:
web/addons/toga/redcross.jpg:
- Image for clearing date/time fields (tnx walter ;))
web/addons/toga/templates/header.tpl:
- Header form name configurable
web/addons/toga/templates/search.tpl:
- Moved javascript back in for modification
- Misc. cosmetic changes
- Added clear buttons for date/time fields
web/addons/toga/index.php:
- Header will now label "Jobsearch" in header
web/addons/toga/search.php:
- Misc. cleanup
- Initial graphing code setup
web/addons/toga/graph.php:
- Modified / modifyable graphing script for archive jobs
web/addons/toga/next.gif:
- Next month button of datepicker
web/addons/toga/prev.gif:
- Previous month button of datepicker
web/addons/toga/templates/header.tpl:
|
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="./?c={cluster}&view={view}" METHOD="GET" NAME="{form_name}"> |
---|
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} |
---|
36 | {range_menu} |
---|
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.