blob: 68ea8eee0f061810722dc6868df4b995e5db349f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!-- ###### status ###### -->
<?% IF ! global.statusinc.defined;global.statusinc = 1 %?>
</div>
<div id="sidebar">
<table summary="">
<tr><td class="sidehead"><?% gettext("Status",20) %?></td></tr>
<tr>
<td class="sidetext">
<?% IF allow( 'sv' ) %?><a href="?cmd=sv"><?% gettext("Vitals",20) %?></a><br /><?% END %?>
<?% IF allow( 'sf' ) %?><a href="?cmd=sf"><?% gettext("Filesystems",20) %?></a><br /><?% END %?>
<?% IF allow( 'sm' ) %?><a href="?cmd=sm"><?% gettext("Memory",20) %?></a><br /><?% END %?>
<?% IF allow( 'sn' ) %?><a href="?cmd=sn"><?% gettext("Network",20) %?></a><br /><?% END %?>
<?% IF allow( 'sa' ) %?><!--<a href="?cmd=sa">Alle Informationen</a><br />--><?% END %?>
</td>
</tr>
<tr><td class="sidebottom"></td></tr>
</table>
<p id="sidefooter"> </p>
</div>
<?% END %?>
|