fhiiqm/form/raum_form.inc.php
changeset 14 32203b8f40ee
parent 1 6288d5685bff
child 23 a382de56a8e4
equal deleted inserted replaced
13:741b35e9ebbe 14:32203b8f40ee
    12     $okn = true;
    12     $okn = true;
    13 
    13 
    14 ?>
    14 ?>
    15 <div align="center">
    15 <div align="center">
    16 <?php
    16 <?php
    17     if  (strpos($_SERVER['PHP_SELF'],"ins") > -1) $text = "Eingabe"; else $text="&Auml;ndern";
    17     if (!is_null($_SESSION["recht"]) && !in_array("re",$_SESSION["recht"]))
       
    18         $text="";
       
    19     else
       
    20         if  (strpos($_SERVER['PHP_SELF'],"ins") > -1) $text = "Eingabe"; else $text="&Auml;ndern";
    18 ?>
    21 ?>
    19 <h3><font face="Verdana, Arial, Helvetica, sans-serif"><?php echo $text;?> R&auml;ume</font></h3>
    22 <h3><font face="Verdana, Arial, Helvetica, sans-serif"><?php echo $text;?> R&auml;ume</font></h3>
    20 <h5>* - Felder sind erforderlich!</h5>
    23 <h5>* - Felder sind erforderlich!</h5>
    21 </div>
    24 </div>
    22 <!-- <form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="form_svc"> -->	
    25 <!-- <form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="form_svc"> -->