First commit 18/08/2000
This commit is contained in:
42
otros/templates/classic/form.tpl
Normal file
42
otros/templates/classic/form.tpl
Normal file
@ -0,0 +1,42 @@
|
||||
|
||||
<center><h1>{title}</h1></center>
|
||||
|
||||
<table width="100%" align="center" cellpadding="0" cellspacing="2">
|
||||
<tr>
|
||||
<td width="50%" valign="top">
|
||||
{vitals}
|
||||
<br>
|
||||
{network}
|
||||
</td>
|
||||
|
||||
<td width="50%" valign="top">
|
||||
{hardware}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
{memory}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
{filesystems}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="50%" valign="top">
|
||||
{tsensors}
|
||||
<SPACER type="block" height="10">
|
||||
{vsensors}
|
||||
</td>
|
||||
|
||||
<td width="50%" valign="top">
|
||||
{fsensors}
|
||||
<SPACER type="block" height="10">
|
||||
{osensors}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
Reference in New Issue
Block a user