--- 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 /> <a href=\"/fhiiqm/raum_report.php\" target=\"_self\" title=\"Berichte\" class='sc'>« zur Berichtsübersicht</a>";
+ echo "<br /> <a href=\"/fhiiqm/as_report.php\" target=\"_self\" title=\"Berichte\" class='sc'>« zur Berichtsübersicht</a>";
echo " | <a href=\"" . $_SERVER["PHP_SELF"] . "\" target=\"_self\" title=\"Arbplatz-Gef.-Massn\" class=\"sc\">neuer Bericht Arbeitsplatztyp - Gefährdung - Maßnahme</a>\n";
echo "</span>";
}
echo "<div align='center'>\n";
- echo "<p><b>Bericht Arbeitsplatztyp - Gefährdung - Maßnahme</b></p>\n";
+ echo "<p><b>(5) Bericht Arbeitsplatztyp - Gefährdung - Maßnahme</b></p>\n";
echo "</div>\n";
@@ -90,7 +90,7 @@
?>
<div align="center">
<p>Bitte Kriterien für die Suche wä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. <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> \n";
@@ -293,7 +293,7 @@
echo "</div>\n";
}
echo "<span class='sc'>";
- echo "<br /><br /> <a href=\"/fhiiqm/raum_report.php\" target=\"_self\" title=\"Berichte\" class='sc'>« zur Berichtsübersicht</a>";
+ echo "<br /><br /> <a href=\"/fhiiqm/as_report.php\" target=\"_self\" title=\"Berichte\" class='sc'>« zur Berichtsübersicht</a>";
echo " | <a href=\"" . $_SERVER["PHP_SELF"] . "\" target=\"_self\" title=\"Arbplatz-Gef.-Massn\" class=\"sc\">neuer Bericht Arbeitsplatztyp - Gefährdung - Maßnahme</a>\n";
echo "</span>";