Ignore:
Timestamp:
04/22/07 23:06:00 (17 years ago)
Author:
bastiaans
Message:

web/addons/job_monarch/index.php,
web/addons/job_monarch/templates/header.tpl:

  • added long title
Location:
trunk/web/addons/job_monarch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/index.php

    r323 r334  
    9292
    9393        global $tpl, $grid, $context, $initgrid;
    94         global $jobrange, $jobstart, $title;
     94        global $jobrange, $jobstart, $title, $longtitle;
    9595        global $page, $gridwalk, $clustername;
    9696        global $parentgrid, $physical, $hostname;
     
    156156
    157157        $tpl->assign( "date", date("r") );
     158        $tpl->assign( "longpage_title", $longtitle );
    158159        $tpl->assign( "page_title", $title );
    159160
     
    417418$tpl->prepare();
    418419
     420$longtitle = "Batch Report :: Powered by Job Monarch!";
    419421$title = "Batch Report";
    420422makeHeader( 'index' );
  • trunk/web/addons/job_monarch/templates/header.tpl

    r195 r334  
    22<HTML>
    33<HEAD>
    4 <TITLE>Ganglia:: {page_title}</TITLE>
     4<TITLE>Ganglia :: {longpage_title}</TITLE>
    55<META http-equiv="Content-type" content="text/html; charset=utf-8">
    66<META http-equiv="refresh" content="{refresh}{redirect}" >
Note: See TracChangeset for help on using the changeset viewer.