Exemplo n.º 1
0
			<label ><?php 
echo __('Comments');
?>
</label><br/>
			<?php 
echo object_input_tag($payment_journal, 'getComments', array('size' => 40, 'maxlength' => 255, 'readonly' => false));
?>
			<?php 
echo form_error('comments');
?>
		</td>
		<td>
		<label><?php 
echo __('Tanggal Transaksi');
?>
</label><br/>
			<?php 
echo object_input_date_tag($payment_journal, 'getPaidAt', array('rich' => true, 'withtime' => true, 'calendar_button_img' => '/images/calendar.gif'));
?>
			<?php 
echo form_error('paid_at');
?>
		</td>
		</tr>
		
	</tbody>
	</table>
</td></tr>
</table>
</form>
Exemplo n.º 2
0
 form-error<?php 
}
?>
">
  <?php 
if ($sf_request->hasError('historico_documento{fecha}')) {
    ?>
    <?php 
    echo form_error('historico_documento{fecha}', array('class' => 'form-error-msg'));
    ?>
  <?php 
}
?>

  <?php 
$value = object_input_date_tag($historico_documento, 'getFecha', array('rich' => true, 'calendar_button_img' => '/sf/sf_admin/images/date.png', 'control_name' => 'historico_documento[fecha]', 'disabled' => true));
echo $value ? $value : '&nbsp;';
?>
    </div>
</div>

<div class="form-row">
  <?php 
echo label_for('historico_documento[id_usuario]', __($labels['historico_documento{id_usuario}']), '');
?>
  <div class="content">
  <?php 
$usuario = $historico_documento->getUsuario();
$value = $usuario ? $usuario->__toString() : "- " . __('Sin definir') . " -";
echo $value ? $value : '&nbsp;';
?>
Exemplo n.º 3
0
		<?php 
    echo object_checkbox_tag($parametro, 'getSino');
    ?>
  </div>
</div>
<?php 
}
if ($DefParametro->getCampoFecha() != "") {
    ?>
<div class="form-row">
	<?php 
    echo label_for('fecha', __($DefParametro->getCampoFecha()));
    ?>
	<div class="row-data">
		<?php 
    echo object_input_date_tag($parametro, 'getFecha', "rich=true calendar_button_img=calendar_button_img");
    ?>
  </div>
</div>
<?php 
}
?>


<?php 
if ($DefParametro->getCampoFichero() != "") {
    ?>
<div class="form-row">
	<?php 
    echo label_for('nombrefichero', __($DefParametro->getCampoFichero()));
    ?>
Exemplo n.º 4
0
 form-error<?php 
}
?>
">
  <?php 
if ($sf_request->hasError('rel_calendariovacunacion_alumno{fecha}')) {
    ?>
    <?php 
    echo form_error('rel_calendariovacunacion_alumno{fecha}', array('class' => 'form-error-msg'));
    ?>
  <?php 
}
?>

  <?php 
echo object_input_date_tag($rel_calendariovacunacion_alumno, 'getFecha', array('rich' => true, 'withtime' => true, 'calendar_button_img' => sfConfig::get('sf_admin_web_dir') . '/images/date.png', 'control_name' => 'rel_calendariovacunacion_alumno[fecha]'));
?>
    </div>
</div>

</fieldset>

<?php 
echo include_partial('edit_actions', array('rel_calendariovacunacion_alumno' => $rel_calendariovacunacion_alumno));
?>

</form>

<ul class="sf_admin_actions">
      <li class="float-left"><?php 
if ($rel_calendariovacunacion_alumno->getId()) {
Exemplo n.º 5
0
echo input_auto_complete_tag('name', null, '/inbox/getListEmployee', array('size' => 70), array('after_update_element' => 'function(f, s) {$("employee_id").updateFromInformalAutocomplete(f, s);}', 'min_chars' => 1));
?>
           	<?php 
#echo form_error('employee2')
?>
           </td>
        </tr>
        <tr>
           <td style="vertical-align:middle;"><label ><?php 
echo __('Tanggal Kirim');
?>
</label></td>
           <td width="2%" style="text-align:center; vertical-align:middle;">:</td>
		   <td style="vertical-align:middle;">
			<?php 
echo object_input_date_tag($outbox_emp, 'getCreatedAt', array('rich' => true, 'withtime' => false, 'calendar_button_img' => '/images/calendar.gif'), date('Y/m/d h:i'));
?>
			<?php 
#echo form_error('created_at')
?>
		   
           </td>
        </tr>
    	<tr>
           <td style="vertical-align:middle;"><label><?php 
echo __('Judul');
?>
</label></td>
           <td width="2%" style="text-align:center; vertical-align:middle;">:</td>
		   <td style="vertical-align:middle;">
			<?php 
Exemplo n.º 6
0
?>
                                <?php 
echo form_error('spouse_pob');
?>
                        </td>
                   </tr> 

                   <tr>    
                        <td style="vertical-align:top;"><label><?php 
echo __('Spouse dob');
?>
</label></td>
                        <td style="text-align:center; vertical-align:top;">:</td>
                        <td style="vertical-align:middle;">
                                <?php 
echo object_input_date_tag($employee_detail, 'getSpouseDob', array('rich' => true, 'calendar_button_img' => '/images/calendar.gif'));
?>
                                <?php 
echo form_error('spouse_dob');
?>
                        </td>
                        <td style="vertical-align:middle;"><label  ><?php 
echo __('Spouse education');
?>
</label></td>
                        <td style="text-align:center; vertical-align:middle;">:</td>
                        <td style="vertical-align:middle;">
                                <?php 
echo object_input_tag($employee_detail, 'getSpouseEducation', array('size' => 16, 'maxlength' => 16));
?>
                                <?php 
Exemplo n.º 7
0
?>
<br />
					<?php 
echo form_error('start');
?>
        			</td>
        		</tr>
    			<tr>
           			<td style="vertical-align:middle;"><label><?php 
echo __('End');
?>
</label></td>
           			<td style="text-align:center; vertical-align:middle;">:</td>
		   		<td style="vertical-align:middle;">
					<?php 
echo object_input_date_tag($academic_calendar, 'getEnd', array('rich' => true, 'calendar_button_img' => '/images/calendar.gif'));
?>
<br />
					<?php 
echo form_error('end');
?>
        			</td>
        		</tr>

		</tbody>
	</table>
</td></tr>
</table>

</form>
Exemplo n.º 8
0
  <td><?php 
echo object_input_tag($sf_guard_user_profile, 'getRatingCount', array('size' => 7));
?>
</td>
</tr>
<tr>
  <th>Version:</th>
  <td><?php 
echo object_input_tag($sf_guard_user_profile, 'getVersion', array('size' => 7));
?>
</td>
</tr>
<tr>
  <th>Deleted at:</th>
  <td><?php 
echo object_input_date_tag($sf_guard_user_profile, 'getDeletedAt', array('rich' => true, 'withtime' => true));
?>
</td>
</tr>
</tbody>
</table>
<hr />
<?php 
echo submit_tag('save');
if ($sf_guard_user_profile->getId()) {
    ?>
  &nbsp;<?php 
    echo link_to('delete', 'user/delete?id=' . $sf_guard_user_profile->getId(), 'post=true&confirm=Are you sure?');
    ?>
  &nbsp;<?php 
    echo link_to('cancel', 'user/show?id=' . $sf_guard_user_profile->getId());
Exemplo n.º 9
0
?>
</label><br/>
			<?php 
echo object_input_date_tag($student_job_history, 'getStart', array('rich' => true, 'calendar_button_img' => '/images/calendar.gif'));
?>
			<?php 
echo form_error('start');
?>
		</td></tr>
		<tr><td >
			<label><?php 
echo __('End');
?>
</label><br/>
			<?php 
echo object_input_date_tag($student_job_history, 'getEnd', array('rich' => true, 'calendar_button_img' => '/images/calendar.gif'));
?>
			<?php 
echo form_error('end');
?>
		</td></tr>
		<tr><td >
			<label><?php 
echo __('Grade');
?>
</label><br/>
			<?php 
echo object_input_tag($student_job_history, 'getGrade', array('size' => 7));
?>
			<?php 
echo form_error('grade');
Exemplo n.º 10
0
  <td><?php 
echo object_input_tag($campus, 'getSlug', array('size' => 80));
?>
</td>
</tr>
<tr>
  <th>Version:</th>
  <td><?php 
echo object_input_tag($campus, 'getVersion', array('size' => 7));
?>
</td>
</tr>
<tr>
  <th>Deleted at:</th>
  <td><?php 
echo object_input_date_tag($campus, 'getDeletedAt', array('rich' => true, 'withtime' => true));
?>
</td>
</tr>
</tbody>
</table>
<hr />
<?php 
echo submit_tag('save');
if ($campus->getId()) {
    ?>
  &nbsp;<?php 
    echo link_to('delete', 'campus/delete?id=' . $campus->getId(), 'post=true&confirm=Are you sure?');
    ?>
  &nbsp;<?php 
    echo link_to('cancel', 'campus/show?id=' . $campus->getId());
Exemplo n.º 11
0
 form-error<?php 
}
?>
">
  <?php 
if ($sf_request->hasError('ciclolectivo{fecha_fin}')) {
    ?>
    <?php 
    echo form_error('ciclolectivo{fecha_fin}', array('class' => 'form-error-msg'));
    ?>
  <?php 
}
?>

  <?php 
$value = object_input_date_tag($ciclolectivo, 'getFechaFin', array('rich' => true, 'withtime' => false, 'calendar_button_img' => '/sf/sf_admin/images/date.png', 'control_name' => 'ciclolectivo[fecha_fin]', 'date_format' => 'dd/MM/yy'));
echo $value ? $value : '&nbsp;';
?>
    </div>
</div>

<div class="form-row">
  <?php 
echo label_for('ciclolectivo[actual]', __($labels['ciclolectivo{actual}']), 'class="required" ');
?>
  <div class="content<?php 
if ($sf_request->hasError('ciclolectivo{actual}')) {
    ?>
 form-error<?php 
}
?>
Exemplo n.º 12
0
echo object_select_tag($schedule, 'getLocationId', array('related_class' => 'Location', 'peer_method' => 'doSelectFiltered', 'include_blank' => true));
?>
                            <?php 
echo form_error('location_id');
?>
               </td>         
            </tr>
            <tr>
               <td style="vertical-align:middle;"><label ><?php 
echo __('Tanggal');
?>
</label></td>
               <td width="2%" style="text-align:center; vertical-align:middle;">:</td>
                       <td style="vertical-align:middle;">
                            <?php 
echo object_input_date_tag($schedule, 'getDate', array('rich' => true, 'withtime' => false, 'calendar_button_img' => '/images/calendar.gif'), date('Y/m/d h:i'));
?>
                            <?php 
echo form_error('date');
?>
		   
               </td>
            </tr>
            <tr>
               <td style="vertical-align:middle;"><label><?php 
echo __('Day');
?>
</label></td>
               <td width="2%" style="text-align:center; vertical-align:middle;">:</td>
                       <td style="vertical-align:middle;">
                            <?php 
Exemplo n.º 13
0
 form-error<?php 
}
?>
">
              <?php 
if ($sf_request->hasError('alumno{fecha_nacimiento}')) {
    ?>
                <?php 
    echo form_error('alumno{fecha_nacimiento}', array('class' => 'form-error-msg'));
    ?>
              <?php 
}
?>

              <?php 
echo object_input_date_tag($alumno, 'getFechaNacimiento', array('rich' => true, 'withtime' => false, 'calendar_button_img' => sfConfig::get('sf_admin_web_dir') . '/images/date.png', 'control_name' => 'alumno[fecha_nacimiento]'));
?>
      Edad: <input type="text" value="<?php 
echo isset($edad) ? $edad : "";
?>
" disabled="true" size="4">
                </div>
            </div>

            <div class="form-row">
              <?php 
echo label_for('alumno[fk_pais_id]', __('Nacionalidad:'), '');
?>
              <div class="content<?php 
if ($sf_request->hasError('alumno{fk_pais_id}')) {
    ?>
Exemplo n.º 14
0
             <?php 
if ($sf_request->hasError('begin')) {
    echo '<span class="form-error">' . $sf_request->getError('begin') . '</span><br />';
}
?>
             <?php 
echo label_for('begin', 'Starts'), object_input_date_tag($todo, 'getBegin', array('rich' => 'true'));
?>
<br />
             <?php 
if ($sf_request->hasError('finish')) {
    echo '<span class="form-error">' . $sf_request->getError('finish') . '</span><br />';
}
?>
             <?php 
echo label_for('finish', 'Finished'), object_input_date_tag($todo, 'getFinish', array('rich' => 'true'));
?>
<br />
             <?php 
if ($sf_request->hasError('description')) {
    echo '<span class="form-error">' . $sf_request->getError('description') . '</span><br />';
}
?>
             <?php 
echo label_for('description', 'Descrip.'), object_textarea_tag($todo, 'getDescription', array('rows' => '3', 'cols' => '10', 'style' => 'clear:left;'));
?>
             <?php 
echo submit_tag('Add Task');
?>
          </form>
        </div>
Exemplo n.º 15
0
echo object_select_tag($student_parents, 'getPob', array('related_class' => 'Region', 'peer_method' => 'doSelectOrdered', 'include_blank' => true));
?>
						<?php 
echo form_error('pob');
?>
					</td>
                		</tr>
                		<tr>
                			<td style="vertical-align:middle;"><label ><?php 
echo __('Dob');
?>
</label></td>
                    			<td width="2%" style="text-align:center; vertical-align:middle;">:</td>
					<td style="vertical-align:middle;">
                   	 			<?php 
echo object_input_date_tag($student_parents, 'getDob', array('rich' => true, 'calendar_button_img' => '/images/calendar.gif'));
?>
						<?php 
echo form_error('dob');
?>
					</td>
                		</tr>
                		<tr>
                			<td width="20%" style="vertical-align:middle;"><label ><?php 
echo __('Religion');
?>
</label></td>
                			<td width="2%" style="text-align:center; vertical-align:middle;">:</td>
					<td style="vertical-align:middle;">
                    				<?php 
echo object_select_tag($student_parents, 'getReligionId', array('related_class' => 'Religion', 'include_blank' => true));
Exemplo n.º 16
0
echo form_error('student_id');
?>
			<?php 
echo observe_field('class_group_id', array('update' => 'student_id', 'url' => 'payment_student/selectByClass', 'with' => "'class_id='+\$('class_group_id').value"));
?>
           </td>
        </tr>
        <tr>
           <td style="vertical-align:middle;"><label ><?php 
echo __('Tanggal Transaksi');
?>
</label></td>
           <td width="2%" style="text-align:center; vertical-align:middle;">:</td>
		   <td style="vertical-align:middle;">
			<?php 
echo object_input_date_tag($payment_student, 'getPaidAt', array('rich' => true, 'withtime' => true, 'calendar_button_img' => '/images/calendar.gif'), date('Y/m/d h:i'));
?>
			<?php 
echo form_error('paid_at');
?>
		   
           </td>
        </tr>
        <tr>
           <td style="vertical-align:middle;"><label ><?php 
echo __('Model Pembayaran');
?>
</label></td>
           <td width="2%" style="text-align:center; vertical-align:middle;">:</td>
		   <td style="vertical-align:middle;">
			<?php 
Exemplo n.º 17
0
  <td><?php 
echo object_input_tag($suggested_feature, 'getType', array('size' => 7));
?>
</td>
</tr>
<tr>
  <th>Feeling:</th>
  <td><?php 
echo object_input_tag($suggested_feature, 'getFeeling', array('size' => 7));
?>
</td>
</tr>
<tr>
  <th>Deleted at:</th>
  <td><?php 
echo object_input_date_tag($suggested_feature, 'getDeletedAt', array('rich' => true, 'withtime' => true));
?>
</td>
</tr>
</tbody>
</table>
<hr />
<?php 
echo submit_tag('save');
if ($suggested_feature->getId()) {
    ?>
  &nbsp;<?php 
    echo link_to('delete', 'features/delete?id=' . $suggested_feature->getId(), 'post=true&confirm=Are you sure?');
    ?>
  &nbsp;<?php 
    echo link_to('cancel', 'features/show?id=' . $suggested_feature->getId());
Exemplo n.º 18
0
?>
				<?php 
echo form_error('day');
?>
            			</td>
        		</tr>

        		<tr>
           			<td style="vertical-align:middle;"><label><?php 
echo __('Tanggal');
?>
</label></td>
           			<td width="2%" style="text-align:center; vertical-align:middle;">:</td>
		   		<td style="vertical-align:middle;">
		   		<?php 
echo object_input_date_tag($class_agenda, 'getDate', array('readonly' => false, 'maxlength' => 16, 'size' => 16, 'rich' => true, 'calendar_button_img' => '/images/calendar.gif', 'withtime' => false), date('Y/m/d h:i'));
?>
		   		<?php 
echo form_error('date');
?>
</td>
        		</tr>
        
			<tr>
           			<td style="vertical-align:top;"><label><?php 
echo __('File Upload');
?>
</label></td>
           			<td style="text-align:center; vertical-align:top;">:</td>
           			<td style="vertical-align:top;">
           	 		<?php 
Exemplo n.º 19
0
                                        <td style="vertical-align:middle;">
                                            <?php 
    echo object_input_tag($father, 'getPob', array('size' => 15, 'name' => 'father_pob', 'id' => 'father_pob'));
    ?>
,
                                            <?php 
    echo object_input_date_tag($father, 'getDob', array('rich' => true, 'calendar_button_img' => '/images/calendar.gif', 'name' => 'father_dob', 'id' => 'father_dob'));
    ?>
                                        </td>
                                        <td style="vertical-align:middle;">
                                            <?php 
    echo object_input_tag($mother, 'getPob', array('size' => 15, 'name' => 'mother_pob', 'id' => 'mother_pob'));
    ?>
&nbsp;,&nbsp;               
                                            <?php 
    echo object_input_date_tag($mother, 'getDob', array('rich' => true, 'calendar_button_img' => '/images/calendar.gif', 'name' => 'mother_dob', 'id' => 'mother_dob'));
    ?>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="vertical-align:middle;"><label class="applicant"><?php 
    echo __('Religion');
    ?>
</label></td>
                                        <td width="2%" style="text-align:center; vertical-align:middle;">:</td>
                                        <td style="vertical-align:middle;">
                                            <?php 
    echo object_select_tag($father, 'getReligionId', array('related_class' => 'Religion', 'include_blank' => false, 'name' => 'religion_father', 'id' => 'religion_father'));
    ?>
                                            <?php 
    echo form_error('religion_father');
Exemplo n.º 20
0
?>
                            <?php 
echo form_error('start');
?>
  
                        </td>
                    </tr>
                    <tr>
                        <td style="vertical-align:middle;"><label ><?php 
echo __('End');
?>
</label></td>
                        <td style="text-align:center; vertical-align:middle;">:</td>
                        <td style="vertical-align:middle;">
                            <?php 
echo object_input_date_tag($ng_reg_detail, 'getEnd', array('rich' => true, 'withtime' => false, 'calendar_button_img' => '/images/calendar.gif'));
?>
                            <?php 
echo form_error('end');
?>
  
                        </td>
                    </tr>
                    <tr>
                        <td style="vertical-align:middle;"><label ><?php 
echo __('Detail');
?>
</label></td>
                        <td style="text-align:center; vertical-align:middle;">:</td>
                        <td style="vertical-align:middle;">
                            <?php 
Exemplo n.º 21
0
	</div>
	<div class="oddRow">
		<div class="editrowdataleft"><div class="editrowdatalefttext">From :</div></div>
		<div class="editrowdatamiddle">
			<?php 
echo object_input_date_tag($professional, 'getFromdate', array('rich' => true, 'withtime' => false, 'size' => 30, 'calendar_button_img' => '/images/calendar.png'));
?>
			<label>(yyyy-mm-dd)</label>
		</div>
		<div class="editrowdataright">&nbsp;</div>	
	</div>
	<div class="evenRow">
		<div class="editrowdataleft"><div class="editrowdatalefttext">To :</div></div>
		<div class="editrowdatamiddle">
			<?php 
echo object_input_date_tag($professional, 'getTodate', array('rich' => true, 'withtime' => false, 'size' => 30, 'calendar_button_img' => '/images/calendar.png'));
?>
			<label>(yyyy-mm-dd)</label>
		</div>
		<div class="editrowdataright">&nbsp;</div>	
	</div>
		
	<div class="vspacer20">&nbsp;</div>
	<div class="formbuttons">
		<input type="image" src="/images/save.png" alt="Update" title="Save and Back to View">
		<a href="/professional/show.html">
			<img src="/images/back.png" alt="Back" title="Back to View">
		</a>
	</div>
	<div class="vspacer20">&nbsp;</div>
</div>
Exemplo n.º 22
0
echo object_select_tag($reg_test_period, 'getRegPeriodId', array('related_class' => 'RegPeriod', 'include_blank' => true, 'peer_method' => 'doSelectFiltered'));
?>
			<?php 
echo form_error('reg_period_id');
?>
           </td>
        </tr>
		<tr>
           <td style="vertical-align:middle;"><label><?php 
echo __('TestSchedule');
?>
</label></td>
           <td width="3%" style="text-align:center; vertical-align:middle;">:</td>
		   <td style="vertical-align:middle;">
			<?php 
echo object_input_date_tag($test_schedule, 'getStart', array('rich' => true, 'withtime' => false, 'calendar_button_img' => '/images/calendar.gif'));
?>
			<?php 
echo form_error('start');
?>
           </td>
        </tr>
        
   		<!--tr><td >
			<label  ><?php 
#echo __('Location')
?>
</label><br/>
			<?php 
#echo object_select_tag($test_schedule, 'getLocationId', array ('related_class' => 'Location', 'include_blank' => true,))
?>
Exemplo n.º 23
0
    ?>
                                <br /><?php 
    echo form_error('code');
    ?>
                        </td>
                    </tr>    
                                
                    <tr>
                        <td style="vertical-align:middle;"><label><?php 
    echo __('Medical Date');
    ?>
</label></td>
                        <td style="text-align:center; vertical-align:middle;">:</td>
                        <td style="vertical-align:middle;">
                                <?php 
    echo object_input_date_tag($employee_medical, 'getMedicalDate', array('rich' => true, 'calendar_button_img' => '/images/calendar.gif'));
    ?>
                                <br /><?php 
    echo form_error('medical_date');
    ?>
                        </td>
                    </tr>
                <?php 
}
?>
        
                    
                    <tr>
                        <td style="vertical-align:middle;"><label><?php 
echo __('Academic calendar');
?>
Exemplo n.º 24
0
		</td></tr>
		<tr><td>
			<label  ><?php 
echo __('Intelligency');
?>
</label><br/>
			<?php 
echo object_input_tag($student_detail, 'getIntelligency', array('size' => 3, 'maxlength' => 3));
?>
		</td><td>
			<label><?php 
echo __('Test date');
?>
</label><br/>
			<?php 
echo object_input_date_tag($student_detail, 'getTestDate', array('rich' => true, 'calendar_button_img' => '/images/calendar.gif'));
?>
			<?php 
echo form_error('test_date');
?>
			<?php 
echo form_error('test_date');
?>
		</td></tr>


		<tr><td colspan="2"><div class="subtitle">Latar Belakang Siswa</div></td></tr>
      <tr><td valign="top">
         <label  ><?php 
echo __('School of origin');
?>
Exemplo n.º 25
0
 form-error<?php 
}
?>
">
  <?php 
if ($sf_request->hasError('formulario{fecha}')) {
    ?>
    <?php 
    echo form_error('formulario{fecha}', array('class' => 'form-error-msg'));
    ?>
  <?php 
}
?>
  
    <?php 
$value = object_input_date_tag($formulario, 'getFecha', array('rich' => true, 'withtime' => true, 'calendar_button_img' => '/images/icons/date.png', 'control_name' => 'formulario[fecha]'), 'now');
echo $value ? $value : '&nbsp;';
?>

  
    </div>
</div>


<div class="form-row">
  <?php 
echo label_for('formulario[vivienda_actual]', __($labels['formulario{vivienda_actual}']), '');
?>
  <div class="content<?php 
if ($sf_request->hasError('formulario{vivienda_actual}')) {
    ?>
Exemplo n.º 26
0
		   <td class="first" style="vertical-align:middle;">
           <p class="detail"><?php 
echo $student_id ? StudentPeer::retrieveByPk($student_id)->toStringCap() : '-';
?>
</p>
		  </td>
        </tr>
        <tr>
           <td style="vertical-align:middle;"><label ><?php 
echo __('Tanggal Kirim');
?>
</label></td>
           <td width="2%" style="text-align:center; vertical-align:middle;">:</td>
		   <td style="vertical-align:middle;">
			<?php 
echo object_input_date_tag($inbox, 'getCreatedAt', array('rich' => true, 'withtime' => true, 'calendar_button_img' => '/images/calendar.gif'));
?>
			<?php 
echo form_error('created_at');
?>
		   
           </td>
        </tr>
    	<tr>
           <td style="vertical-align:middle;"><label><?php 
echo __('Judul');
?>
</label></td>
           <td width="2%" style="text-align:center; vertical-align:middle;">:</td>
		   <td style="vertical-align:middle;">
			<?php 
Exemplo n.º 27
0
				<?php 
echo object_input_tag($applicant, 'getName', array('size' => 20, 'maxlength' => 20));
?>
<br />
				<?php 
echo form_error('name');
?>
                <p style="font-size: 10px; margin-top: -7px; margin-left: 150px;">
                	Nama diawali huruf besar di awal dan setelah spasi, contoh benar: Abc Def, contoh salah: abc def, ABC DEF.</p>            	
                <label style="width: 150px;">Tempat, Tanggal Lahir *</label>
				<?php 
echo object_input_tag($applicant_detail, 'getPob', array('size' => 10, 'maxlength' => 15));
?>
&nbsp;,&nbsp;               
                <?php 
echo object_input_date_tag($applicant_detail, 'getDob', array('rich' => true, 'calendar_button_img' => '/images/calendar.gif'));
?>
<br />
				<?php 
echo form_error('pob');
echo form_error('dob');
?>
                <p style="font-size: 10px; margin-top: -7px; margin-left: 150px;">Tempat dan tanggal lahir sesuai dengan Akta Kelahiran</p>
                <label style="width: 150px;">Jenis Kelamin *</label>
                <?php 
echo radiobutton_tag('sex', 'L', $applicant_detail->getSex() == 'L');
?>
&nbsp;<span style=" color: #000000; font-size: 10px;">Laki-laki</span>&nbsp;
				<?php 
echo radiobutton_tag('sex', 'P', $applicant_detail->getSex() == 'P');
?>
Exemplo n.º 28
0
?>
                                <br /><?php 
echo form_error('start');
?>
                        </td>
                    </tr>
                    
                    <tr>
                        <td style="vertical-align:middle;"><label><?php 
echo __('End');
?>
</label></td>
                        <td style="text-align:center; vertical-align:middle;">:</td>
                        <td style="vertical-align:middle;">
                                <?php 
echo object_input_date_tag($employee_leave, 'getEnd', array('rich' => true, 'calendar_button_img' => '/images/calendar.gif'));
?>
                                <br /><?php 
echo form_error('end');
?>
                        </td>
                    </tr>
                    
                    <tr>
                        <td style="vertical-align:middle;"><label><?php 
echo __('Needed');
?>
</label></td>
                        <td width="2%" style="text-align:center; vertical-align:middle;">:</td>
                       <td style="vertical-align:middle;">
                            <?php 
Exemplo n.º 29
0
 form-error<?php 
}
?>
">
  <?php 
if ($sf_request->hasError('legajopedagogico{fecha}')) {
    ?>
    <?php 
    echo form_error('legajopedagogico{fecha}', array('class' => 'form-error-msg'));
    ?>
  <?php 
}
?>

  <?php 
echo object_input_date_tag($legajopedagogico, 'getFecha', array('rich' => true, 'calendar_button_img' => sfConfig::get('sf_admin_web_dir') . '/images/date.png', 'control_name' => 'legajopedagogico[fecha]'));
?>
  </div> 
</div>

<div class="form-row">
<?php 
echo label_for('legajopedagogico[titulo]', __('Titulo:'), 'class="required" ');
?>
  <div class="content<?php 
if ($sf_request->hasError('legajopedagogico{titulo}')) {
    ?>
 form-error<?php 
}
?>
">
Exemplo n.º 30
0
}
?>

              <?php 
if ($sf_request->hasError('evento{hora_fin}')) {
    ?>
                <?php 
    echo form_error('evento{hora_fin}', array('class' => 'form-error-msg'));
    ?>
              <?php 
}
?>


              <?php 
echo object_input_date_tag($evento, 'getFechaFin', array('rich' => true, 'calendar_button_img' => sfConfig::get('sf_admin_web_dir') . '/images/date.png', 'control_name' => 'evento[fecha_fin]'));
?>
                &nbsp;&nbsp;&nbsp;
                <?php 
include_partial('evento/hora_fin', array('evento' => $evento, 'hora_fin' => $hora_fin, 'hora_asociada' => $hora_asociada));
?>
                </div>
             </div>
            
        <div class="form-row">
            <?php 
echo label_for('hora_asociada', __('Hora asociada:'));
?>
            <div class="content">
                <?php 
echo checkbox_tag('evento[hora_asociada]', 1, $hora_asociada, array('onChange' => 'javascrip:HabilitaDeshabilitaHora();'));