Last change
on this file since 203 was
203,
checked in by bastiaans, 17 years ago
|
Renamed: web/addons/toga -> web/addons/job_monarch
web/templates/job_monarch/cluster_extra.tpl:
|
File size:
625 bytes
|
Line | |
---|
1 | <?php |
---|
2 | $tpl = new TemplatePower( "templates/footer.tpl" ); |
---|
3 | $tpl->prepare(); |
---|
4 | $tpl->assign("webfrontend-version",$version["webfrontend"]); |
---|
5 | $tpl->assign("togaweb-version", "0.1"); |
---|
6 | $tpl->assign("togaarch-version", "0.1"); |
---|
7 | $tpl->assign("togaplug-version", "0.1"); |
---|
8 | |
---|
9 | if ($version["gmetad"]) { |
---|
10 | $tpl->assign("webbackend-component", "gmetad"); |
---|
11 | $tpl->assign("webbackend-version",$version["gmetad"]); |
---|
12 | } |
---|
13 | elseif ($version["gmond"]) { |
---|
14 | $tpl->assign("webbackend-component", "gmond"); |
---|
15 | $tpl->assign("webbackend-version", $version["gmond"]); |
---|
16 | } |
---|
17 | |
---|
18 | $tpl->assign("parsetime", sprintf("%.4f", $parsetime) . "s"); |
---|
19 | |
---|
20 | $tpl->printToScreen(); |
---|
21 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.