fhiiqm/report/raum_rt_report.php
changeset 31 0a1eb975fbd9
parent 29 72f79dab938e
equal deleted inserted replaced
30:d02d02efc55a 31:0a1eb975fbd9
    90         echo "<br />&nbsp;&nbsp;&nbsp;<a href=\"/fhiiqm/as_report.php\" target=\"_self\" title=\"Berichte\" class='sc'>&laquo; zur Berichts&uuml;bersicht</a>";
    90         echo "<br />&nbsp;&nbsp;&nbsp;<a href=\"/fhiiqm/as_report.php\" target=\"_self\" title=\"Berichte\" class='sc'>&laquo; zur Berichts&uuml;bersicht</a>";
    91         echo "&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href=\"" . $_SERVER["PHP_SELF"] . "\" target=\"_self\" title=\"Raum-Typ\" class=\"sc\">neuer Raum - Raum-Typ Bericht</a>\n";    
    91         echo "&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<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&auml;ude</th>";
   277             if ($rag['geb'] == -1) echo "<th>Geb&auml;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)