git-svn-id: http://www.observium.org/svn/observer/trunk@480 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-10-05 12:47:16 +00:00
parent f2426873d5
commit b4c80a1c85
12 changed files with 45 additions and 22 deletions

View File

@@ -12,11 +12,13 @@
if ($device['features']) { $device['features'] = "(".$device['features'].")"; }
echo("$ddev_img
<table width=100%>
<tr>
<td class=list-bold>Operating System</td>
<td>" . $device['os'] . " " . $device['version'] . " ( " . $device['features'] . " )</td>
<td>" . $device['os'] . " " . $device['version'] . " " . $device['features'] . " </td>
</tr>");
if($device['hardware']) {echo("<tr>