equal
deleted
inserted
replaced
90 echo "<br /> <a href=\"/fhiiqm/as_report.php\" target=\"_self\" title=\"Berichte\" class='sc'>« zur Berichtsübersicht</a>"; |
90 echo "<br /> <a href=\"/fhiiqm/as_report.php\" target=\"_self\" title=\"Berichte\" class='sc'>« zur Berichtsübersicht</a>"; |
91 echo " | <a href=\"" . $_SERVER["PHP_SELF"] . "\" target=\"_self\" title=\"Raum-Typ\" class=\"sc\">neuer Raum - Raum-Typ Bericht</a>\n"; |
91 echo " | <a href=\"" . $_SERVER["PHP_SELF"] . "\" target=\"_self\" title=\"Raum-Typ\" class=\"sc\">neuer Raum - Raum-Typ Bericht</a>\n"; |
92 echo "</span>"; |
92 echo "</span>"; |
93 } |
93 } |
94 echo "<div align='center'>\n"; |
94 echo "<div align='center'>\n"; |
95 echo "<p><b>(1) Bericht Raum - Raumtyp</b></p>\n"; |
95 echo "<p><b>(1) Bericht Raum - Raumtyp - Arbeitsplatztypen</b></p>\n"; |
96 echo "</div>\n"; |
96 echo "</div>\n"; |
97 |
97 |
98 |
98 |
99 if (!$search) |
99 if (!$search) |
100 { |
100 { |
277 if ($rag['geb'] == -1) echo "<th>Gebäude</th>"; |
277 if ($rag['geb'] == -1) echo "<th>Gebäude</th>"; |
278 echo "<th>Raum-Nr.</th>"; |
278 echo "<th>Raum-Nr.</th>"; |
279 echo "<th>Raum-Bezeichnung</th>"; |
279 echo "<th>Raum-Bezeichnung</th>"; |
280 echo "<th>Betriebsanweisung</th>"; |
280 echo "<th>Betriebsanweisung</th>"; |
281 if ($rag['rtyp'] == -1) echo "<th>Raum-Typ</th>"; |
281 if ($rag['rtyp'] == -1) echo "<th>Raum-Typ</th>"; |
282 echo "<th>Arbeitsplatz-Typ</th>"; |
282 echo "<th>Arbeitsplatz-Typen</th>"; |
283 echo "</tr>\n"; |
283 echo "</tr>\n"; |
284 |
284 |
285 foreach ($result as $row) |
285 foreach ($result as $row) |
286 { |
286 { |
287 if ($row->raum_ID != $rid) |
287 if ($row->raum_ID != $rid) |