Ignore:
Timestamp:
05/31/05 16:13:43 (19 years ago)
Author:
bastiaans
Message:

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

  • Added closing </FORM>

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

  • Skeleton template for base page

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

  • Added javascript and FORM to be able to sort joblist

web/addons/toga/index.php:

  • Changed to be basis for all
  • Will present a job/queue or overview based on arguments

web/addons/toga/overview.php:

  • Changed for new index skeleton
  • Will sort joblist now

web/addons/toga/libtoga.php, web/addons/toga/image.php:

  • Some fixes/cleanup for index skeleton
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/toga/image.php

    r114 r117  
    22include_once "./libtoga.php";
    33
    4 $httpvars = new HTTPVariables( $HTTP_GET_VARS );
     4$httpvars = new HTTPVariables( $HTTP_GET_VARS, $_GET );
    55$view = $httpvars->getHttpVar( "view" );
    66$clustername = $httpvars->getClusterName();
Note: See TracChangeset for help on using the changeset viewer.