Code

Updated get_ou it receives values from the config registry now.
[gosa.git] / gosa-plugins / goto / admin / systems / goto / info.tpl
index f086d2e0417bdd197cf264d360a67d013bcfb45a..62e3cb18f30e6f729a17ba4f70e84b1ed61e1eb8 100644 (file)
@@ -1,15 +1,17 @@
 
 {if !$ACL}
-       <h2>{msgPool type=permVietype=permVieww}</h2>
+       <h3>{msgPool type=permView}</h3>
 {else}
 
-<h2><img class="center" alt="" align="middle" src="images/info_small.png"> {t}System information{/t}</h2>
-<table summary="" style="width:100%;">
+<h3>{t}System information{/t}</h3>
+<table summary="{t}System information{/t}" style="width:100%;">
  <tr>
-  <td style="vertical-align:top; width:50%">
-   <table summary="">
+  <td style='width:50%'>
+
+   <table summary="{t}Hardware information{/t}">
     <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>
@@ -18,7 +20,8 @@
      <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'>
+
    &nbsp;
   </td>
   <td>
-   <table summary="">
+   <table summary="{t}Device information{/t}">
     <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>
@@ -49,7 +54,8 @@
     </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>
@@ -58,7 +64,8 @@
     </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>
-<h2 style="border-top:1px solid #A0A0A0; padding-top:5px;"><img class="center" alt="" align="middle" src="images/lists/on.png"> {t}System status{/t}</h2>
-<table summary="" style="width:100%">
+<h3 style="border-top:1px solid #A0A0A0; padding-top:5px;">{image path="images/lists/on.png"} {t}System status{/t}
+</h3>
+<table summary="{t}System information{/t}" style="width:100%">
  <tr>
-  <td style="vertical-align:top; width:50%">
-   <table summary="">
+  <td style='width:50%'>
+
+   <table summary="{t}Status{/t}">
     <tr>
      <td><b>{t}Up since{/t}</b></td><td>{$uptime}</td>
     </tr>
     {$partitions}
    </table>
   </td>
-  <td style="border-left:1px solid #A0A0A0">
+  <td class='left-border'>
+
    &nbsp;
   </td>
-  <td style="vertical-align:top;">
-   <table summary="">
+  <td>
+
+   <table summary="{t}Service information{/t}">
     <tr>
      <td><b>{t}SSH service{/t}</b></td><td>{$sshd}</td>
     </tr>