fhiiqm/info_upd.php
changeset 20 5877137431e4
parent 16 3ebe66308a00
equal deleted inserted replaced
19:33ee23fafd4d 20:5877137431e4
    27 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    27 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    28 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    28 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    29 
    29 
    30 <head>
    30 <head>
    31 	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
    31 	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
    32    	<link href="css/db.css" rel="STYLESHEET" type="TEXT/CSS" /> 
    32    	<link href="css/db.css" rel="STYLESHEET" type="TEXT/CSS" media="screen"/> 
       
    33    	<link href="css/db_print.css" rel="STYLESHEET" type="TEXT/CSS" media="print"/> 
    33 
    34 
    34 	<title>Eingabe Informationen</title>
    35 	<title>Eingabe Informationen</title>
    35 </head>
    36 </head>
    36 
    37 
    37 <body>
    38 <body>
   138     		echo "</tr>\n";
   139     		echo "</tr>\n";
   139         }
   140         }
   140         echo "</table>\n";
   141         echo "</table>\n";
   141         echo "</div>\n";
   142         echo "</div>\n";
   142         if (!is_null($_SESSION["recht"]) && !in_array("ie",$_SESSION["recht"]))
   143         if (!is_null($_SESSION["recht"]) && !in_array("ie",$_SESSION["recht"]))
   143             echo "<p>&nbsp;&nbsp;&nbsp;<a href=\"info_flist.php\" target=\"_self\" title=\"Infoliste\">&laquo; zur Infoliste</a></p>\n";    
   144             echo "<p class='sc'>&nbsp;&nbsp;&nbsp;<a href=\"info_flist.php\" target=\"_self\" title=\"Infoliste\">&laquo; zur Infoliste</a></p>\n";    
   144         echo "</form>\n";	
   145         echo "</form>\n";	
   145 
   146 
   146         
   147         
   147     }
   148     }
   148     elseif ($ok && $upd)
   149     elseif ($ok && $upd)
   256          
   257          
   257     }
   258     }
   258     if ($ok && ($upd || $del))
   259     if ($ok && ($upd || $del))
   259     {
   260     {
   260         echo "</div><br /><br />\n";
   261         echo "</div><br /><br />\n";
   261         echo "<p>&nbsp;&nbsp;&nbsp;<a href=\"info_flist.php\" target=\"_self\" title=\"Infoliste\">Zur&uuml;ck zur Infoliste</a></p>\n";    
   262         echo "<p class='sc'>&nbsp;&nbsp;&nbsp;<a href=\"info_flist.php\" target=\"_self\" title=\"Infoliste\">Zur&uuml;ck zur Infoliste</a></p>\n";    
   262         echo "<p>&nbsp;&nbsp;&nbsp;<a href=\"info_ins.php\" target=\"_self\" title=\"Info erfassen\">Weitere Info erfassen</a></p>\n";    
   263         echo "<p class='sc'>&nbsp;&nbsp;&nbsp;<a href=\"info_ins.php\" target=\"_self\" title=\"Info erfassen\">Weitere Info erfassen</a></p>\n";    
   263     }
   264     }
   264 
   265 
   265 ?>
   266 ?>
   266 </body>
   267 </body>
   267 </html>
   268 </html>