fhiiqm/report/aptyp_gefahr_massn_report.php
changeset 29 72f79dab938e
parent 28 8d8bce56918f
child 31 0a1eb975fbd9
--- a/fhiiqm/report/aptyp_gefahr_massn_report.php	Thu Jul 12 13:29:11 2012 +0200
+++ b/fhiiqm/report/aptyp_gefahr_massn_report.php	Thu Aug 23 10:17:50 2012 +0200
@@ -76,12 +76,12 @@
     if ($search)
     {    
         echo "<span class='sc'>";
-        echo "<br />&nbsp;&nbsp;&nbsp;<a href=\"/fhiiqm/raum_report.php\" target=\"_self\" title=\"Berichte\" class='sc'>&laquo; zur Berichts&uuml;bersicht</a>";
+        echo "<br />&nbsp;&nbsp;&nbsp;<a href=\"/fhiiqm/as_report.php\" target=\"_self\" title=\"Berichte\" class='sc'>&laquo; zur Berichts&uuml;bersicht</a>";
         echo "&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href=\"" . $_SERVER["PHP_SELF"] . "\" target=\"_self\" title=\"Arbplatz-Gef.-Massn\" class=\"sc\">neuer Bericht Arbeitsplatztyp - Gef&auml;hrdung - Ma&szlig;nahme</a>\n";    
         echo "</span>";
     }
     echo "<div align='center'>\n";
-    echo "<p><b>Bericht Arbeitsplatztyp - Gef&auml;hrdung - Ma&szlig;nahme</b></p>\n";
+    echo "<p><b>(5) Bericht Arbeitsplatztyp - Gef&auml;hrdung - Ma&szlig;nahme</b></p>\n";
     echo "</div>\n";
     
 
@@ -90,7 +90,7 @@
 ?>
         <div align="center">
         <p>Bitte Kriterien f&uuml;r die Suche w&auml;hlen</p>
-        <form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="form_raum" target="_self">	
+        <form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="form_as_report.php" target="_self">	
         <table width="50%" border="0" cellspacing="3" cellpadding="3">
             <tr>
                 <td>Arbeitsplatz-Typ</td>
@@ -151,8 +151,8 @@
                   echo "$i.&nbsp;&nbsp;<select name='rag[sort$i]'>\n";
                   foreach ($sort as $key=>$val)
                   {
-                    $rsort = $sort . $i;
-                    if ($rag[$rsort] == $i) $select= " selected"; else $select = "";
+                    $rsort = "sort" . $i;
+                    if ($rag[$rsort] == $val) $select= " selected"; else $select = "";
                     echo "<option$select value='$key'>$val</option>\n";
                   }
                   echo "</select>&nbsp;&nbsp;&nbsp;&nbsp;\n";
@@ -293,7 +293,7 @@
             echo "</div>\n";
         }
         echo "<span class='sc'>";
-        echo "<br /><br />&nbsp;&nbsp;&nbsp;<a href=\"/fhiiqm/raum_report.php\" target=\"_self\" title=\"Berichte\" class='sc'>&laquo; zur Berichts&uuml;bersicht</a>";
+        echo "<br /><br />&nbsp;&nbsp;&nbsp;<a href=\"/fhiiqm/as_report.php\" target=\"_self\" title=\"Berichte\" class='sc'>&laquo; zur Berichts&uuml;bersicht</a>";
         echo "&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href=\"" . $_SERVER["PHP_SELF"] . "\" target=\"_self\" title=\"Arbplatz-Gef.-Massn\" class=\"sc\">neuer Bericht Arbeitsplatztyp - Gef&auml;hrdung - Ma&szlig;nahme</a>\n";    
         echo "</span>";