source: trunk/web/addons/toga/index.php @ 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: 350 bytes
Line 
1<?php
2
3$my_dir = getcwd();
4
5include_once "./libtoga.php";
6
7global $GANGLIA_PATH, $context;
8chdir( $GANGLIA_PATH );
9$context = 'cluster';
10
11$title = "Torque Report";
12include_once "./get_context.php";
13include_once "./class.TemplatePower.inc.php";
14chdir( $my_dir );
15include_once "header.php";
16
17include_once "overview.php";
18
19include_once "footer.php";
20?>
Note: See TracBrowser for help on using the repository browser.