Exemplo n.º 1
0
 		</div>    
         
 		<div class="field">
 			<label>Date of Opening <span class="obligated">*</span></label>
 			<?php 
 //echo frontend_input("date_open", "YYYY-MM-DD", array('class'=>'small'),)
 ?>
 			<?php 
 echo frontend_date("date_open", null, array('class' => 'small', 'rich' => 'true'));
 ?>
 		</div>              
         
 		<div class="field">
 			<label>Date of Closing </label>
 			<?php 
 echo frontend_date("date_close", null, array('class' => 'small', 'rich' => 'true'));
 ?>
 		</div>              
         
 		<div class="field">
 			<label>Service Request <span class="obligated">*</span></label> 
         	<?php 
 echo frontend_select("service", null, Lists::getListitemsForSelect("requests", array("" => "Quote")), array("class" => "serv"));
 ?>
 		</div>
 		
 		<div class="field">
 			<label></label><img src="/user/captcha">
 		</div>
 		    
 		<div class="field">
Exemplo n.º 2
0
		);
		validateEditForm();
		</script>
		<?php 
    }
    ?>

		<?php 
    if ($type == "user") {
        ?>
		<script type="text/javascript">addLoadEvent(checkJobTypes);</script>
		<!--<tr>
			<th align="right" valign="top"><strong>Birth date&nbsp;&nbsp;</strong></th>
			<td>
				<?php 
        echo frontend_date('birth_date', $user, array("year_start" => "1920", "year_end" => date("Y")), "getBirthDate");
        ?>
			</td>
		</tr>

		<tr>
			<th align="right" valign="top"><strong>Country <span>*</span></strong></th>
			<td>
				<?php 
        echo frontend_select('country', $user, Lists::getListitemsForSelect('all_countries', array('' => $select_none)), array('style' => $errcountry, 'required' => 'true', 'onfocus' => ' validateEditForm();'), "getCountry");
        ?>
			</td>
		</tr>

		<tr>
			<td align="right" valign="top"><strong>City&nbsp;&nbsp;</strong></td>