Пример #1
0
    			<div class="width100">

    				
	    			<div class=" width50 mr_10">
	    				<label  class="lib"  for="tat_publicationIR"> Publication IR</label> 
		    			<input type="text" name="stat_publicationIR" id="stat_publicationIR" value="<?php 
getVarUpdate('stat_publicationIR', $stat->getDatePublicationIr());
?>
" >
	    			</div>

	    			<div class=" width50">
	    				<label  class="lib"  for="stat_publicationPM"> Publication PM </label> 
		    			<input type="text" name="stat_publicationPM" id="stat_publicationPM"  value="<?php 
getVarUpdate('stat_publicationPM', $stat->getDatePublicationPm());
?>
">
	    			</div>	    			
	    		</div>

    			
    			
    				    			

    			<div class="width100">
    				<div class=" width50">
	    				<label  class="lib"  for="Incident_Impact_stat_typologiegts"> Typologie GTS</label> 
		    			<select id="stat_typologiegts" name="stat_typologiegts">
		    			<?php 
SelectUpdate('stat_typologiegts', $stat->getTypologieGts(), $STATTYPOGTS);