fhiiqm/form/anlage_form.inc.php
changeset 21 97dba0fe820c
parent 20 5877137431e4
child 23 a382de56a8e4
equal deleted inserted replaced
20:5877137431e4 21:97dba0fe820c
    24 <form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="fanl"> 
    24 <form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="fanl"> 
    25 <div align="center">
    25 <div align="center">
    26     <table border="0" cellspacing="3" cellpadding="3">
    26     <table border="0" cellspacing="3" cellpadding="3">
    27 <!--        <div class="ui-widget"> -->
    27 <!--        <div class="ui-widget"> -->
    28         <tr><td>Anlagenbezeichnung *</td>
    28         <tr><td>Anlagenbezeichnung *</td>
    29             <td valign="top"><input type="text" name="al[bez]" id="albez" size="30" maxlength="50" value="<?php echo $al['bez']; ?>"/>
    29             <td valign="top"><input type="text" name="al[bez]" id="albez" size="50" maxlength="50" value="<?php echo $al['bez']; ?>"/>
    30             <?php 
    30             <?php 
    31 			     if (isset($al['bez']) && $al['bez']<'!')
    31 			     if (isset($al['bez']) && $al['bez']<'!')
    32 				{
    32 				{
    33 					echo "<br><span class=\"red\">Anlagenbezeichnung ist erforderlich!</span>\n";
    33 					echo "<br><span class=\"red\">Anlagenbezeichnung ist erforderlich!</span>\n";
    34 					$okn = false;
    34 					$okn = false;