Changeset 334
- Timestamp:
- 04/22/07 23:06:00 (16 years ago)
- Location:
- trunk/web/addons/job_monarch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/job_monarch/index.php
r323 r334 92 92 93 93 global $tpl, $grid, $context, $initgrid; 94 global $jobrange, $jobstart, $title ;94 global $jobrange, $jobstart, $title, $longtitle; 95 95 global $page, $gridwalk, $clustername; 96 96 global $parentgrid, $physical, $hostname; … … 156 156 157 157 $tpl->assign( "date", date("r") ); 158 $tpl->assign( "longpage_title", $longtitle ); 158 159 $tpl->assign( "page_title", $title ); 159 160 … … 417 418 $tpl->prepare(); 418 419 420 $longtitle = "Batch Report :: Powered by Job Monarch!"; 419 421 $title = "Batch Report"; 420 422 makeHeader( 'index' ); -
trunk/web/addons/job_monarch/templates/header.tpl
r195 r334 2 2 <HTML> 3 3 <HEAD> 4 <TITLE>Ganglia :: {page_title}</TITLE>4 <TITLE>Ganglia :: {longpage_title}</TITLE> 5 5 <META http-equiv="Content-type" content="text/html; charset=utf-8"> 6 6 <META http-equiv="refresh" content="{refresh}{redirect}" >
Note: See TracChangeset
for help on using the changeset viewer.