summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1b4ec36)
raw | patch | inline | side by side (parent: 1b4ec36)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:58:58 +0000 (16:58 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:58:58 +0000 (16:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16852 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/info.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/info.tpl b/gosa-plugins/goto/admin/systems/goto/info.tpl
index bc4b225551d4050fbb9babb39a31bc919ee0d511..85db2fb92e95fec7a5a10f62ac99bcea7c41bb80 100644 (file)
<h3>{t}System information{/t}</h3>
<table summary="" style="width:100%;">
<tr>
- <td style="vertical-align:top; width:50%">
+ <td style='width:50%'>
+
<table summary="">
<tr>
- <td style="vertical-align:top"><b>{t}CPU{/t}</b></td><td>{$ghCpuType}</td>
+ <td>
+<b>{t}CPU{/t}</b></td><td>{$ghCpuType}</td>
</tr>
<tr>
<td><b>{t}Memory{/t}</b></td><td>{$ghMemSize}</td>
<td><b>{t}Boot MAC{/t}</b></td><td>{$macAddress}</td>
</tr>
<tr>
- <td style="vertical-align:top;"><b>{t}USB support{/t}</b></td><td>{$ghUsbSupport}<div style="height:20px;"></div></td>
+ <td>
+<b>{t}USB support{/t}</b></td><td>{$ghUsbSupport}<div style="height:20px;"></div></td>
</tr>
<tr>
<td><b>{t}System status{/t}</b></td>
</tr>
</table>
</td>
- <td style="border-left:1px solid #A0A0A0">
+ <td class='left-border'>
+
</td>
<td>
<table summary="">
<tr>
- <td style="vertical-align:top"><b>{t}Network devices{/t}</b></td>
+ <td>
+<b>{t}Network devices{/t}</b></td>
<td>
{foreach item=netcard from=$ghNetNic}
{$netcard}<br>
</tr>
<tr><td colspan=2><div style="height:10px;"></div></td></tr>
<tr>
- <td style="vertical-align:top;"><b>{t}IDE devices{/t}</b></td>
+ <td>
+<b>{t}IDE devices{/t}</b></td>
<td>
{foreach item=idedev from=$ghIdeDev}
{$idedev}<br>
</tr>
<tr><td colspan=2><div style="height:10px;"></div></td></tr>
<tr>
- <td style="vertical-align:top;"><b>{t}SCSI devices{/t}</b></td>
+ <td>
+<b>{t}SCSI devices{/t}</b></td>
<td>
{foreach item=scsidev from=$ghScsiDev}
{$scsidev}<br>
</tr>
<tr><td colspan=2><div style="height:10px;"></div></td></tr>
<tr>
- <td style="vertical-align:top"><b>{t}Graphic device{/t}</b></td>
+ <td>
+<b>{t}Graphic device{/t}</b></td>
<td>{$ghGfxAdapter}</td>
</tr>
<tr>
- <td style="vertical-align:top"><b>{t}Audio device{/t}</b></td>
+ <td>
+<b>{t}Audio device{/t}</b></td>
<td>{$ghSoundAdapter}</td>
</tr>
</table>
{if $active eq "true"}
<br>
-<h3 style="border-top:1px solid #A0A0A0; padding-top:5px;"><img class="center" alt="" align="middle" src="images/lists/on.png"> {t}System status{/t}</h3>
+<h3 style="border-top:1px solid #A0A0A0; padding-top:5px;">{image path="images/lists/on.png"} {t}System status{/t}
+</h3>
<table summary="" style="width:100%">
<tr>
- <td style="vertical-align:top; width:50%">
+ <td style='width:50%'>
+
<table summary="">
<tr>
<td><b>{t}Up since{/t}</b></td><td>{$uptime}</td>
{$partitions}
</table>
</td>
- <td style="border-left:1px solid #A0A0A0">
+ <td class='left-border'>
+
</td>
- <td style="vertical-align:top;">
+ <td>
+
<table summary="">
<tr>
<td><b>{t}SSH service{/t}</b></td><td>{$sshd}</td>