diff --git a/html/pages/inventory.php b/html/pages/inventory.php new file mode 100644 index 0000000000..418476c434 --- /dev/null +++ b/html/pages/inventory.php @@ -0,0 +1,24 @@ +
$sstring"); + + +$query = mysql_query($sql); +echo(""); + +echo(""); + +while($entry = mysql_fetch_array($query)) { +if($bg == $list_colour_a) { $bg = $list_colour_b; } else { $bg=$list_colour_a; } +echo(""); + +} +echo("
HostnameDescriptionNamePart NoSerial No
" . generatedevicelink($entry, shortHost($entry['hostname'])) . "" . $entry['entPhysicalDescr'] . "" . $entry['entPhysicalName'] . "" . $entry['entPhysicalModelName'] . "" . $entry['entPhysicalSerialNum'] . "
"); + +?> + +