Exemplo n.º 1
0
                    <td class='filter'>
					<?php 
echo object_select_tag(isset($filters['ACADEMIC_CALENDAR_ID']) ? $filters['ACADEMIC_CALENDAR_ID'] : null, null, array('include_blank' => true, 'related_class' => 'AcademicCalendar', 'peer_method' => 'doSelectFiltered', 'text_method' => '__toString', 'control_name' => 'filters[ACADEMIC_CALENDAR_ID]'));
?>
</td>
					<td class='filter'><?php 
echo object_select_tag(isset($filters['INSTANCE_ID']) ? $filters['INSTANCE_ID'] : null, null, array('include_blank' => true, 'related_class' => 'Instance', 'text_method' => '__toString', 'control_name' => 'filters[INSTANCE_ID]'));
?>
</td>
					<td class='filter'></td>
					<td class='filter'><?php 
echo input_tag('filters[GRADE]', isset($filters['GRADE']) ? $filters['GRADE'] : null, array('size' => 7));
?>
</td>
					<td class='filter'><?php 
echo object_select_tag(isset($filters['CITATION_ID']) ? $filters['CITATION_ID'] : null, null, array('include_blank' => true, 'related_class' => 'Citation', 'text_method' => '__toString', 'control_name' => 'filters[CITATION_ID]'));
?>
</td>
				</tr>
			</thead>
			<tbody>
			<?php 
if ($pager->getNbResults() < 1) {
    ?>
				<tr class="list"><td colspan="100"><div class="no_record"><?php 
    echo __('No record found');
    ?>
</div></td></tr>
			<?php 
} else {
    ?>
Exemplo n.º 2
0
        <td class="first" width="2%" style="text-align:center; vertical-align:middle;">:</td>
        <td class="first" style="vertical-align:middle;">
            <?php 
echo object_input_tag($catalog, 'getVersion', array('size' => 32, 'maxlength' => 64));
?>
        </td>
    </tr>
    <tr>
        <td style="vertical-align:middle;"><label><?php 
echo __('Cat language');
?>
</label></td>
        <td style="text-align:center; vertical-align:middle;">:</td>
        <td style="vertical-align:middle;">
            <?php 
echo object_select_tag($catalog, 'getCatLanguageId', array('related_class' => 'CatLanguage'));
?>
        </td>
    </tr>
    <tr>
        <td style="vertical-align:middle;"><label><?php 
echo __('Publisher');
?>
</label></td>
        <td style="text-align:center; vertical-align:middle;">:</td>
        <td style="vertical-align:middle;">
            <?php 
echo object_input_hidden_tag($catalog, 'getPublisherId');
if (isset($catalog) && $catalog->getId()) {
    echo input_auto_complete_tag('publisher_name', $catalog->getPublisherId() ? $catalog->getPublisher()->toString() : '', '/publisher/getList', array('size' => 70), array('after_update_element' => 'function(f, s) {$("publisher_id").updateFromInformalAutocomplete(f, s);}', 'min_chars' => 1));
} else {
Exemplo n.º 3
0
		 		<td class='filter'><?php 
echo input_tag('filters[NAME]', isset($filters['NAME']) ? $filters['NAME'] : null, array('size' => 20));
?>
</td>
				<td class='filter'><?php 
echo input_tag('filters[index]', isset($filters['index']) ? $filters['index'] : null, array('size' => 15));
?>
</td>
				<td class='filter'><?php 
echo input_tag('filters[TITLE]', isset($filters['TITLE']) ? $filters['index'] : null, array('size' => 35));
?>
</td>

				<td class='filter'>
				<?php 
echo object_select_tag(isset($filters['department_id']) ? $filters['department_id'] : null, null, array('include_blank' => true, 'related_class' => 'VDepartment', 'text_method' => '__toString', 'peer_method' => 'doSelectFiltered', 'control_name' => 'filters[department_id]', 'style' => "width: 80px;"));
?>
</td>

				<td class='filter'>
				<?php 
echo input_date_range_tag('filters[ORDER_DATE]', isset($filters['ORDER_DATE']) ? $filters['ORDER_DATE'] : null, array('rich' => true, 'withtime' => false, 'calendar_button_img' => '/images/calendar.gif', 'middle' => '<br/>'));
?>
</td>

                    		<td class='filter'>
				<?php 
echo input_date_range_tag('filters[DUE_DATE]', isset($filters['DUE_DATE']) ? $filters['DUE_DATE'] : null, array('rich' => true, 'withtime' => false, 'calendar_button_img' => '/images/calendar.gif', 'middle' => '<br/>'));
?>
</td>
Exemplo n.º 4
0
?>
</td>
					<td class='filter'><?php 
echo input_tag('filters[NAME]', isset($filters['NAME']) ? $filters['NAME'] : null, array('size' => 15));
?>
</td>
					<td class='filter'><?php 
echo input_tag('filters[CREDIT]', isset($filters['CREDIT']) ? $filters['CREDIT'] : null, array('size' => 12));
?>
</td>
					<td class='filter'><?php 
echo object_select_tag(isset($filters['SUBJECT_GROUP_ID']) ? $filters['SUBJECT_GROUP_ID'] : null, null, array('include_blank' => true, 'related_class' => 'SubjectGroup', 'text_method' => '__toString', 'control_name' => 'filters[SUBJECT_GROUP_ID]'));
?>
</td>
					<td class='filter'><?php 
echo object_select_tag(isset($filters['DEPARTMENT_ID']) ? $filters['DEPARTMENT_ID'] : null, null, array('include_blank' => true, 'related_class' => 'Department', 'peer_method' => 'doSelectOrdered', 'control_name' => 'filters[DEPARTMENT_ID]'));
?>
</td>
				</tr>
			</thead>
			<tbody>
			<?php 
if ($pager->getNbResults() < 1) {
    ?>
				<tr class="list"><td colspan="100"><div class="no_record"><?php 
    echo __('No record found');
    ?>
</div></td></tr>
			<?php 
} else {
    ?>
Exemplo n.º 5
0
                <label style="width: 150px;">Nama Ibu *</label>
				<?php 
echo object_input_tag($applicant_detail, 'getCompany', array('size' => 40, 'maxlength' => 255));
?>
                <?php 
echo form_error('company');
?>
                <p style="font-size: 10px; margin-top: -7px; margin-left: 150px;"></p>
                <label style="width: 150px;">Negara</label>
                <?php 
echo object_select_tag($applicant_detail, 'getNationality', array('related_class' => 'Country', 'peer_metod' => 'doSelectOrdered', 'include_blank' => false), 100);
?>
                <p style="font-size: 10px; margin-top: -7px; margin-left: 150px;"></p>
                <label style="width: 150px;">Wilayah</label>
                <?php 
echo object_select_tag($applicant_detail, 'getRegionId', array('related_class' => 'Region', 'include_blank' => true));
?>
                <p style="font-size: 10px; margin-top: -7px; margin-left: 150px;"></p>
                <label style="width: 150px;">Alamat</label>
                <?php 
echo object_textarea_tag($applicant_detail, 'getAddress', array('rows' => 2, 'cols' => 32));
?>
				<p style="font-size: 10px; margin-top: -7px; margin-left: 150px;"></p>
                <label style="width: 150px;">No. Telp *</label>
                <?php 
echo object_input_tag($applicant_detail, 'getPhone', array('size' => 24));
?>
				<?php 
echo form_error('phone');
?>
                <p style="font-size: 10px; margin-top: -7px; margin-left: 150px;">
Exemplo n.º 6
0
                </tr>
				
                <tr class="list" id='filter' <?php 
if (!isset($filters)) {
    echo 'style="display: none;"';
}
?>
>
					<td class='filter'>
						<?php 
echo submit_image_tag('/images/magnifier.png', array('class' => 'sort', 'onclick' => "blur();"));
?>
</td>
					<td class='filter_first'>
					<?php 
echo object_select_tag(isset($filters['cat_category_id']) ? $filters['cat_category_id'] : null, null, array('include_blank' => true, 'related_class' => 'CatCategory', 'text_method' => '__toString', 'control_name' => 'filters[cat_category_id]'));
?>
                    </td>
					<td>
                    <?php 
echo input_tag('filters[PUBLISHED_YEAR]', isset($filters['PUBLISHED_YEAR']) ? $filters['PUBLISHED_YEAR'] : null, array('size' => 10));
?>
                    <?php 
#echo input_date_range_tag('filters[PUBLISHED_YEAR]', isset($filters['PUBLISHED_YEAR']) ? $filters['PUBLISHED_YEAR'] : null, array ( 'rich' => true, 'withtime' => false, 'calendar_button_img' => '/images/calendar.gif', 'middle' => ' &nbsp; s/d &nbsp;', ))
?>
                    </td> 
                    <td>
                    <?php 
echo input_tag('filters[TOTAL_COL_ITEM]', isset($filters['TOTAL_COL_ITEM']) ? $filters['TOTAL_COL_ITEM'] : null, array('size' => 10));
?>
                    </td>     
Exemplo n.º 7
0
 form-error<?php 
}
?>
">
  <?php 
if ($sf_request->hasError('tabla{id_categoria}')) {
    ?>
    <?php 
    echo form_error('tabla{id_categoria}', array('class' => 'form-error-msg'));
    ?>
  <?php 
}
?>

  <?php 
$value = object_select_tag($tabla, 'getIdCategoria', array('related_class' => 'Parametro', 'control_name' => 'tabla[id_categoria]', 'peer_method' => 'getCategorias', 'include_custom' => "- " . __('Sin definir') . " -"));
echo $value ? $value : '&nbsp;';
?>
  </div>
</div>

<div class="form-row">
  <?php 
echo label_for('tabla[mostrar_en_lista]', __($labels['tabla{mostrar_en_lista}']) . ":", '');
?>
  <div class="content<?php 
if ($sf_request->hasError('tabla{mostrar_en_lista}')) {
    ?>
 form-error<?php 
}
?>
Exemplo n.º 8
0
</td>
					
                    <td class='filter'><?php 
echo input_tag('filters[NAME]', isset($filters['NAME']) ? $filters['NAME'] : null, array('size' => 15));
?>
</td>
					
                    <td class='filter'>
					<?php 
echo object_select_tag(isset($filters['DEPARTMENT_ID']) ? $filters['DEPARTMENT_ID'] : null, null, array('include_blank' => true, 'related_class' => 'Department', 'peer_method' => 'doSelectFiltered', 'control_name' => 'filters[DEPARTMENT_ID]'));
?>
</td>
					
                    <td class='filter'>
					<?php 
echo object_select_tag(isset($filters['STAFF_TYPE_ID']) ? $filters['STAFF_TYPE_ID'] : null, null, array('include_blank' => true, 'related_class' => 'StaffType', 'text_method' => '__toString', 'control_name' => 'filters[STAFF_TYPE_ID]'));
?>
</td>
                    <td class="filter">&nbsp;</td>
				</tr>
			</thead>
			<tbody>
			<?php 
if ($pager->getNbResults() < 1) {
    ?>
				<tr class="list"><td colspan="100"><div class="no_record"><?php 
    echo __('No record found');
    ?>
</div></td></tr>
			<?php 
} else {
Exemplo n.º 9
0
?>
>
                        <td class='filter'><?php 
echo submit_image_tag('/images/magnifier.png', array('class' => 'sort', 'onclick' => "blur();"));
?>
</td>
                        <td class='filter_first'><?php 
echo object_select_tag(isset($filters['ACADEMIC_CALENDAR_ID']) ? $filters['ACADEMIC_CALENDAR_ID'] : null, null, array('include_blank' => true, 'related_class' => 'AcademicCalendar', 'text_method' => '__toString', 'control_name' => 'filters[ACADEMIC_CALENDAR_ID]', 'peer_method' => 'doSelectFiltered', 'style' => 'width: 150px;'));
?>
</td>
                        <!--td class='filter'><?php 
#echo object_select_tag(isset($filters['DEPARTMENT_ID']) ? $filters['DEPARTMENT_ID'] : null, null, array('include_blank' => true, 'related_class' => 'Department', 'peer_method'=>'doSelectFiltered', 'control_name' => 'filters[DEPARTMENT_ID]',))
?>
</td-->
                        <td class='filter'><?php 
echo object_select_tag(isset($filters['CLASS_GROUP_ID']) ? $filters['CLASS_GROUP_ID'] : null, null, array('include_blank' => true, 'related_class' => 'VClassParent', 'peer_method' => 'doSelectFiltered', 'control_name' => 'filters[CLASS_GROUP_ID]', 'style' => 'width: 100px;'));
?>
</td>
                        <td class='filter'><?php 
echo input_tag('filters[CODE_CLASS]', isset($filters['CODE_CLASS']) ? $filters['CODE_CLASS'] : null, array('size' => 7));
?>
</td>
                        <td class='filter'><?php 
echo input_tag('filters[EMPLOYEE_NAME]', isset($filters['EMPLOYEE_NAME']) ? $filters['EMPLOYEE_NAME'] : null, array('size' => 15));
?>
</td>
                    </tr>
                </thead>
                <tbody>
                    <?php 
if ($pager->getNbResults() < 1) {
Exemplo n.º 10
0
                        </td>
                    </tr>
                <?php 
}
?>
        
                    
                    <tr>
                        <td style="vertical-align:middle;"><label><?php 
echo __('Academic calendar');
?>
</label></td>
                        <td width="2%" style="text-align:center; vertical-align:middle;">:</td>
                       <td style="vertical-align:middle;">
                             <?php 
echo object_select_tag($employee_medical, 'getAcademicCalendarId', array('related_class' => 'AcademicCalendar', 'include_blank' => true, 'peer_method' => 'doSelectSpecial'));
?>
                             <?php 
echo form_error('academic_calendar_id');
?>
                       </td>
                    </tr> 
                    
                    <tr>
                        <td style="vertical-align:middle;"><label><?php 
echo __('Hospital');
?>
</label></td>
                        <td style="text-align:center; vertical-align:middle;">:</td>
                       <td style="vertical-align:middle;">
                            <?php 
Exemplo n.º 11
0
                        <td width="2%" class="first" style="text-align:center; vertical-align:top;">:</td>
                        <td style="vertical-align:top;" class="first">
                            <?php 
echo my_object_select_tag($course_schedule, 'getAcademicCalendarId', AcademicCalendarPeer::getParents(), array('include_blank' => true, 'related_class' => 'AcademicCalendar', 'text_method' => '__toString', 'peer_method' => 'doSelectFiltered', 'name' => 'accal2', 'id' => 'accal2'));
?>
                            <?php 
echo form_error('accal2');
?>
                        </td>
                    </tr>

                    <tr>
                        <td style="vertical-align:middle;"><label><?php 
echo __('Class group');
?>
</label></td>
                        <td width="2%" style="text-align:center; vertical-align:middle;">:</td>
                        <td style="vertical-align:middle;">
                            <?php 
echo object_select_tag($course_schedule, 'getClassGroupId', array('related_class' => 'ClassGroup', 'include_blank' => true, 'peer_method' => 'doSelectFiltered', 'name' => 'class2', 'id' => 'class2'));
?>
                            <?php 
echo form_error('class2');
?>
                        </td>
                    </tr>
                </tbody>
            </table>
        </td></tr>
</table>
</form>
Exemplo n.º 12
0
            				<td width="2%" style="text-align:center; vertical-align:middle;">:</td>
					<td style="vertical-align:middle;">
					<?php 
echo select_tag('day', options_for_select(array('1' => __('_DAY_MONDAY_'), '2' => __('_DAY_TUESDAY_'), '3' => __('_DAY_WEDNESDAY_'), '4' => __('_DAY_THURSDAY_'), '5' => __('_DAY_FRIDAY_'), '6' => __('_DAY_SATURDAY_'), '7' => __('_DAY_SUNDAY_')), $cs_detail->getDay()), array('include_blank' => false));
?>
					<?php 
echo form_error('day');
?>
            				</td>
        			</tr>
				<tr>
          				<td style="vertical-align: middle;"><label><?php 
echo __('Class session');
?>
</label></td>
           				<td style="text-align: center; vertical-align: middle;">:</td>
					<td style="vertical-align: middle;">
						<?php 
echo object_select_tag($cs_detail, 'getClassSessionId', array('related_class' => 'ClassSession', 'peer_method' => 'doSelectOrdered', 'include_blank' => true));
?>
            				</td>
        			</tr>	
			</tbody>
		</table>	
	</td></tr>
	</table>
	</td>
</tr>
</table>
</form>    		
Exemplo n.º 13
0
    echo 'style=""';
}
?>
>
					<td class='filter'><?php 
echo submit_image_tag('/images/magnifier.png', array('class' => 'sort', 'onclick' => "blur();"));
?>
</td>
                    
                    <td class='filter_first'><?php 
echo input_tag('filters[login]', isset($filters['login']) ? $filters['login'] : null, array('size' => 15));
?>
</td>
					
                    <td class='filter'><?php 
echo object_select_tag(isset($filters['user_group_id']) ? $filters['user_group_id'] : null, null, array('include_blank' => true, 'related_class' => 'UserGroup', 'peer_method' => 'doSelectFiltered', 'control_name' => 'filters[user_group_id]'));
?>
</td>
                    
					<td class='filter'><?php 
echo my_object_select_tag(isset($filters['DEPARTMENT_ID']) ? $filters['DEPARTMENT_ID'] : null, null, DepartmentPeer::getParents(), array('include_blank' => true, 'related_class' => 'Department', 'peer_method' => 'doSelectOrdered', 'control_name' => 'filters[DEPARTMENT_ID]'));
?>
</td>
				</tr>
			</thead>
			<tbody>
			<?php 
if ($pager->getNbResults() < 1) {
    ?>
				<tr class="list"><td colspan="100"><div class="no_record"><?php 
    echo __('No record found');
Exemplo n.º 14
0
?>
</td>
					<td class='filter'><?php 
echo input_tag('filters[PAYER]', isset($filters['PAYER']) ? $filters['PAYER'] : null, array('size' => 15));
?>
</td>
					<td class='filter'><?php 
echo input_tag('filters[YEAR]', isset($filters['YEAR']) ? $filters['YEAR'] : null, array('size' => 4));
?>
</td>
					<td class='filter'><?php 
echo object_select_tag(isset($filters['DEPARTMENT_ID']) ? $filters['DEPARTMENT_ID'] : null, null, array('include_blank' => true, 'related_class' => 'Department', 'peer_method' => 'doSelectFiltered', 'control_name' => 'filters[DEPARTMENT_ID]'));
?>
</td>
					<td class='filter'><?php 
echo object_select_tag(isset($filters['ACADEMIC_COST_COMPONENT_ID']) ? $filters['ACADEMIC_COST_COMPONENT_ID'] : null, null, array('include_blank' => true, 'related_class' => 'AcademicCostComponent', 'peer_method' => 'doFiltered', 'text_method' => '__toString', 'control_name' => 'filters[ACADEMIC_COST_COMPONENT_ID]'));
?>
</td>
					<td class='filter'><?php 
echo input_tag('filters[AMOUNT]', isset($filters['AMOUNT']) ? $filters['AMOUNT'] : null, array('size' => 7));
?>
</td>
					<td class='filter'><?php 
echo input_tag('filters[PAID]', isset($filters['PAID']) ? $filters['PAID'] : null, array('size' => 7));
?>
</td>
					<td class='filter'><?php 
echo input_tag('filters[AMOUNT]', isset($filters['RECEIVABLE']) ? $filters['RECEIVABLE'] : null, array('size' => 7));
?>
</td>
					<td class='filter'><?php 
Exemplo n.º 15
0
?>
                            <?php 
echo form_error('type_conversion');
?>
 
                        </td>         
                    </tr>
                    <tr>
                        <td style="vertical-align:middle;"><label><?php 
echo __('Department');
?>
</label></td>
                        <td style="text-align:center; vertical-align:middle;">:</td>
                        <td style="vertical-align:middle;">
                            <?php 
echo object_select_tag($grade_conversion, 'getDepartmentId', array('related_class' => 'Department', 'include_blank' => true, 'peer_method' => 'doSelectFiltered'));
?>
<br />
                            <?php 
echo form_error('department_id');
?>
                        </td>         
                    </tr>
                    <tr>
                        <td style="vertical-align:middle;"><label><?php 
echo __('Grade');
?>
</label></td>
                        <td style="text-align:center; vertical-align:middle;">:</td>
                        <td style="vertical-align:middle;">
                            <?php 
Exemplo n.º 16
0
                        <td style="vertical-align:top;" class="first">
                            <?php 
echo object_select_tag($score, 'getAcademicCalendarId', array('include_blank' => true, 'related_class' => 'AcademicCalendar', 'text_method' => '__toString', 'peer_method' => 'doSelectFilteredSpecial', 'name' => 'accal2', 'id' => 'accal2'));
?>
                            <?php 
echo form_error('accal2');
?>
                        </td>
                    </tr>

                    <tr>
                        <td style="vertical-align:middle;"><label><?php 
echo __('Class group');
?>
</label></td>
                        <td width="2%" style="text-align:center; vertical-align:middle;">:</td>
                        <td style="vertical-align:middle;">
                            <?php 
echo object_select_tag($score, 'getClassGroupId', array('related_class' => 'ClassGroup', 'include_blank' => true, 'peer_method' => 'doSelectFilteredSpecial', 'name' => 'class2', 'id' => 'class2'));
?>
                            <?php 
echo form_error('class2');
?>
                        </td>
                    </tr>
                </tbody>
            </table>
        </td></tr>
</table>
</form>
Exemplo n.º 17
0
 form-error<?php 
    }
    ?>
">
  <?php 
    if ($sf_request->hasError('formulario{id_cliente}')) {
        ?>
    <?php 
        echo form_error('formulario{id_cliente}', array('class' => 'form-error-msg'));
        ?>
  <?php 
    }
    ?>

  <?php 
    $value = object_select_tag($formulario, 'getIdCliente', array('related_class' => 'Cliente', 'control_name' => 'formulario[id_cliente]'));
    echo $value ? $value : '&nbsp;';
    ?>
    </div>
</div>

<?php 
}
?>
</fieldset>

<fieldset id="sf_fieldset_editable" class="">
<h2><?php 
echo __('Datos de la formulario');
?>
</h2>
Exemplo n.º 18
0
                                                        <?php 
echo form_error('location_id');
?>
 
                                                </td>
                                        </tr>
                                        
                                        <tr>
                                                <td style="vertical-align:middle;"><label><?php 
echo __('Kegiatan Harian');
?>
</label></td>
                                                <td style="text-align:center; vertical-align:middle;">:</td>
                                                <td style="vertical-align:middle;">
                                                        <?php 
echo object_select_tag($course_schedule, 'getSubjectCurrId', array('related_class' => 'SubjectCurr', 'include_blank' => true, 'peer_method' => 'doSelectFiltered'));
?>
                                                        <?php 
echo form_error('subject_curr_id');
?>
 
                                                </td>
                                        </tr>
                                        
                                        <tr>
                                                <td style="vertical-align:top;"><label><?php 
echo __('Lector');
?>
</label></td>
                                                <td style="text-align:center; vertical-align:top;">:</td>
                                                <td style="vertical-align:top;">
Exemplo n.º 19
0
?>
</td>
					<td class='filter'><?php 
echo input_tag('filters[NAME]', isset($filters['NAME']) ? $filters['NAME'] : null, array('size' => 15));
?>
</td>
					<td class='filter'><?php 
echo object_select_tag(isset($filters['CURRICULUM_ID']) ? $filters['CURRICULUM_ID'] : null, null, array('include_blank' => true, 'related_class' => 'Curriculum', 'text_method' => '__toString', 'control_name' => 'filters[CURRICULUM_ID]', 'peer_method' => 'doSelectFiltered'));
?>
</td>
					<td class='filter'><?php 
echo object_select_tag(isset($filters['ACADEMIC_CALENDAR_ID']) ? $filters['ACADEMIC_CALENDAR_ID'] : null, null, array('include_blank' => true, 'related_class' => 'AcademicCalendar', 'text_method' => '__toString', 'control_name' => 'filters[ACADEMIC_CALENDAR_ID]', 'peer_method' => 'doSelectFiltered'));
?>
</td>
					<td class='filter'><?php 
echo object_select_tag(isset($filters['CLASS_GROUP_ID']) ? $filters['CLASS_GROUP_ID'] : null, null, array('include_blank' => true, 'related_class' => 'ClassGroup', 'peer_method' => 'doSelectOrdered', 'control_name' => 'filters[CLASS_GROUP_ID]'));
?>
					</td>
					<td class='filter'><?php 
echo select_tag('filters[STATUS]', options_for_select(array(Student::STATUS_ACTIVE => __('_STUDENT_STATUS_ACTIVE_'), Student::STATUS_INACTIVE => __('_STUDENT_STATUS_INACTIVE_'), Student::STATUS_OVERDUE => __('_STUDENT_STATUS_OVERDUE_'), Student::STATUS_FINAL => __('_STUDENT_STATUS_FINAL_'), Student::STATUS_GRADUATE => __('_STUDENT_STATUS_GRADUATE_')), isset($filters['STATUS']) ? $filters['STATUS'] : null, array('include_blank' => true)));
?>
</td>
				</tr>
			</thead>
			<tbody>
			<?php 
if ($pager->getNbResults() < 1) {
    ?>
				<tr class="list">
					<td colspan="100">
					<div class="no_record"><?php 
Exemplo n.º 20
0
echo input_hidden_tag('subject_curr_id', $subject_curr->getId());
?>

<table class="form">
<tr><td class="form">
	<table class="form_content" width="100%">
	<tbody>
    	<tr>
           <td class='first' width="20%" style="vertical-align:middle;"><label><?php 
echo __('Standar Kompetensi');
?>
</label></td>
           <td class="first" width="2%" style="text-align:center; vertical-align:middle;">:</td>
		   <td class="first" style="vertical-align:middle;">
			<?php 
echo object_select_tag($subject_grading, 'getGradeComponentId', array('related_class' => 'GradeComponent', 'include_blank' => true, 'peer_method' => 'doSelectFiltered'));
?>
			<?php 
echo form_error('grade_component_id');
?>
           </td>
        </tr>
        <!--tr>
            <td style="vertical-align:middle;"><label><?php 
#echo __('KKM')
?>
</label></td>
            <td width="2%" style="text-align:center; vertical-align:middle;">:</td>
			<td style="vertical-align:middle;">
            <?php 
#echo object_input_tag($subject_grading, 'getKkm', array ( 'size' => 5,'maxlength'=>5))
Exemplo n.º 21
0
?>
</td>
                    
                    <td class="filter">
                    <?php 
echo input_tag('filters[SUBJECT_NAME]', isset($filters['SUBJECT_NAME']) ? $filters['SUBJECT_NAME'] : null, array('size' => 25));
?>
</td>
					
                    <td class='filter'><?php 
echo input_tag('filters[CREDIT]', isset($filters['CREDIT']) ? $filters['CREDIT'] : null, array('size' => 12));
?>
</td>
					
                    <td class='filter'><?php 
echo object_select_tag(isset($filters['SUBJECT_GROUP_ID']) ? $filters['SUBJECT_GROUP_ID'] : null, null, array('include_blank' => true, 'related_class' => 'SubjectGroup', 'text_method' => '__toString', 'control_name' => 'filters[SUBJECT_GROUP_ID]'));
?>
</td>
				</tr>
			</thead>
			<tbody>
			<?php 
if ($pager->getNbResults() < 1) {
    ?>
				<tr class="list"><td colspan="100"><div class="no_record"><?php 
    echo __('No record found');
    ?>
</div></td></tr>
			<?php 
} else {
    ?>
Exemplo n.º 22
0
?>
</td>
                                            <td class='filter_first'><?php 
echo input_tag('filters[NAME]', isset($filters['NAME']) ? $filters['NAME'] : null, array('size' => 15));
?>
</td>
                                            <td class='filter'><?php 
echo select_tag('filters[SEX]', options_for_select(array('L' => __('Laki-laki'), 'P' => __('Perempuan')), isset($filters['SEX']) ? $filters['SEX'] : null, array('include_blank' => true)));
?>
</td>                                            
                                            <td class='filter'><?php 
echo select_tag('filters[RELATION]', options_for_select(array(EmployeeChilds::RELATION_SON1 => __('RELATION_SON1'), EmployeeChilds::RELATION_SON2 => __('RELATION_SON2'), EmployeeChilds::RELATION_SON3 => __('RELATION_SON3'), EmployeeChilds::RELATION_SON4 => __('RELATION_SON4'), EmployeeChilds::RELATION_SON5 => __('RELATION_SON5')), isset($filters['RELATION']) ? $filters['RELATION'] : null, array('include_blank' => true)));
?>
</td>
                                            <td class='filter'><?php 
echo object_select_tag(isset($filters['RELIGION_ID']) ? $filters['RELIGION_ID'] : null, null, array('include_blank' => true, 'related_class' => 'Religion', 'text_method' => '__toString', 'control_name' => 'filters[DEGREE_ID]'));
?>
</td>
                                    </tr>
                            </thead>
                            <tbody>
                            <?php 
if ($pager->getNbResults() < 1) {
    ?>
                                    <tr class="list"><td colspan="100"><div class="no_record"><?php 
    echo __('No record found');
    ?>
</div></td></tr>
                            <?php 
} else {
    ?>
Exemplo n.º 23
0
echo __('Leave Rest');
?>
</th>    
                                    </tr>
                                    <tr class="list" id='filter' <?php 
if (!isset($filters)) {
    echo 'style=""';
}
?>
>
                                            <td class='filter'><?php 
echo submit_image_tag('/images/magnifier.png', array('class' => 'sort', 'onclick' => "blur();"));
?>
</td>
                                            <td class='filter_first'><?php 
echo object_select_tag(isset($filters['ACADEMIC_CALENDAR_ID']) ? $filters['ACADEMIC_CALENDAR_ID'] : null, null, array('include_blank' => true, 'related_class' => 'AcademicCalendar', 'text_method' => '__toString', 'control_name' => 'filters[ACADEMIC_CALENDAR_ID]', 'peer_method' => 'doSelectSpecial', 'style' => 'width: 100px;'));
?>
</td>
                                            <td class='filter'><?php 
echo input_tag('filters[EMP_NO]', isset($filters['EMP_NO']) ? $filters['EMP_NO'] : null, array('size' => 7));
?>
</td>
                                            <td class='filter'><?php 
echo input_tag('filters[EXTRA_CODE]', isset($filters['EXTRA_CODE']) ? $filters['EXTRA_CODE'] : null, array('size' => 7));
?>
</td>
                                            <td class='filter'><?php 
echo input_tag('filters[EMP_NAME]', isset($filters['EMP_NAME']) ? $filters['EMP_NAME'] : null, array('size' => 10));
?>
</td>
                                    </tr>
Exemplo n.º 24
0
</label>
				<br/>
				<?php 
echo object_select_tag($col_item, 'getColLocationId', array('related_class' => 'ColLocation', 'control_name' => 'col_item[COL_LOCATION_ID]', 'include_blank' => true, 'peer_method' => 'doSelectOrdered'));
?>
			</td>
		</tr>
		<tr>
			<td >
				<label  ><?php 
echo __('Col source');
?>
</label>
				<br/>
				<?php 
echo object_select_tag($col_item, 'getColSourceId', array('related_class' => 'ColSource', 'control_name' => 'col_item[COL_SOURCE_ID]', 'include_blank' => true));
?>
			</td>
		</tr>
		<tr>
			<td >
				<label  ><?php 
echo __('Col source desc');
?>
</label>
				<br/>
				<?php 
echo object_textarea_tag($col_item, 'getColSourceDesc', array('size' => '30x3', 'control_name' => 'col_item[COL_SOURCE_DESC]'));
?>
			</td>
		</tr>
Exemplo n.º 25
0
?>
</td>
					
                    <td class="filter"><?php 
echo input_date_tag('filters[START]', isset($filters['START']) ? $filters['START'] : null, array('rich' => true, 'withtime' => false, 'calendar_button_img' => '/images/calendar.gif'));
?>
</td>
					
                    <td class='filter'>
						<?php 
echo input_tag('filters[ACTIVITY_LENGTH]', isset($filters['ACTIVITY_LENGTH']) ? $filters['ACTIVITY_LENGTH'] : null, array('size' => 7));
?>
</td>
                        
					 <td class='filter'><?php 
echo object_select_tag(isset($filters['ACTIVITY_TYPE_ID']) ? $filters['ACTIVITY_TYPE_ID'] : null, null, array('include_blank' => true, 'related_class' => 'ActivityType', 'text_method' => '__toString', 'control_name' => 'filters[ACTIVITY_TYPE_ID]'));
?>
</td>		
                    
                    <td class='filter'><?php 
echo input_tag('filters[DETAIL]', isset($filters['DETAIL']) ? $filters['DETAIL'] : null, array('size' => 15));
?>
</td>
				</tr>
			</thead>
			<tbody>
			<?php 
if ($pager->getNbResults() < 1) {
    ?>
				<tr class="list"><td colspan="100"><div class="no_record"><?php 
    echo __('No record found');
Exemplo n.º 26
0
				<br/>
				<?php 
        echo "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Rp. " . format_currency($cir_hist->getFineAmount($now));
        echo input_hidden_tag('fine', $cir_hist->getFineAmount($now));
        ?>
			</td>
		</tr>
		<tr>
			<td >
				<label><?php 
        echo __('ColCondition');
        ?>
</label>
				<br/>
				<?php 
        echo object_select_tag($item, 'getColConditionId', array('related_class' => 'ColCondition', 'control_name' => 'col_condition_id'));
        ?>
			</td>
			<td >
				<label><?php 
        echo __('MiscFine');
        ?>
</label>
				<br/>
				<?php 
        echo input_tag('misc_fine', null);
        ?>
			</td>
		</tr>
		<?php 
    }
Exemplo n.º 27
0
                              
        <table class="form">
              <tr><td class="form">

                          <table class="form_content" width="100%">
                          <tbody>	
                                   <tr>
                                          <td class='first' width="15%" style="vertical-align: top;"><label><?php 
echo __('Kompetensi Penilaian');
?>
</label></td>
                                          <td class="first" width="1%" style="text-align: center; vertical-align: top;">:</td>
                                          <td class="first" style="vertical-align: top;">
                                                 <?php 
echo object_select_tag('grade_spec_id', 'grade_spec_id', array('related_class' => 'VSpec', 'include_blank' => true, 'peer_method' => 'doSelectFiltered'));
?>
                                                 <?php 
echo form_error('grade_spec_id');
?>
                                                 <div class="tips">Pilih Kompetensi Penilaian yang akan diberikan nilai</div> 
                                           </td>
                                    </tr>
                                    
                                    <tr>
                                            <td width="100%" colspan="3">
                                                    <div id='subject_list' style="overflow: auto; width: 100%; height: 135em; border: 1px solid #000;"></div>
                                                    <?php 
echo observe_field('grade_spec_id', array('update' => 'subject_list', 'url' => 'course_score/getDescHistory', 'with' => "'grade_spec_id='+\$('grade_spec_id').value+'&course_id='+\$('course_id').value+'&include_blank=true'", 'before' => "showIndicator('subject_list', 'snakebig_black');", 'complete' => "hideIndicator();"));
?>
                                            </td>
Exemplo n.º 28
0
echo object_select_tag($ng_test_applicant, 'getNgStatusApplicantId', array('related_class' => 'NgStatusApplicant', 'include_blank' => false, 'peer_method' => 'doSelectOnline'));
?>
                                            <?php 
echo form_error('ng_status_applicant_id');
?>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="vertical-align:middle;"><label class="applicant"><?php 
echo __('Registration Info');
?>
</label></td>
                                        <td style="text-align:center; vertical-align:middle;">:</td>
                                        <td style="vertical-align:middle;">
                                            <?php 
echo object_select_tag($ng_test_applicant, 'getNgRegInfo', array('related_class' => 'NgRegInfo', 'include_blank' => false));
?>
                                            <?php 
echo form_error('ng_reg_info_id');
?>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="vertical-align:middle;"><label class="applicant"><?php 
echo __('Applicant Type');
?>
</label></td>
                                        <td style="text-align:center; vertical-align:middle;">:</td>
                                        <td style="vertical-align:middle;">
                                            <?php 
echo select_tag('applicant_type', options_for_select(array(NgTestApplicant::STATUS_NEW => 'Baru', NgTestApplicant::STATUS_TRANSFER => 'Pindahan'), $ng_test_applicant->getApplicantType() ? $ng_test_applicant->getApplicantType() : NgTestApplicant::STATUS_NEW));
Exemplo n.º 29
0
#echo input_tag('filters[YEAR]', isset($filters['YEAR']) ? $filters['YEAR'] : null, array ( 'size' => 5,))
?>
</td-->
                    
                    <td class='filter'><?php 
echo input_tag('filters[CAPACITY]', isset($filters['CAPACITY']) ? $filters['CAPACITY'] : null, array('size' => 5));
?>
</td>
                    
                    <td class='filter'><?php 
echo object_select_tag(isset($filters['LOCATION_CATEGORY_ID']) ? $filters['LOCATION_CATEGORY_ID'] : null, null, array('include_blank' => true, 'related_class' => 'LocationCategory', 'text_method' => '__toString', 'control_name' => 'filters[LOCATION_CATEGORY_ID]'));
?>
</td>					

                    <td class='filter'><?php 
echo object_select_tag(isset($filters['LOCATION_CONDITION_ID']) ? $filters['LOCATION_CONDITION_ID'] : null, null, array('include_blank' => true, 'related_class' => 'LocationCondition', 'text_method' => '__toString', 'control_name' => 'filters[LOCATION_CONDITION_ID]'));
?>
</td>					

				</tr>
			</thead>
            
			<tbody>
			<?php 
if ($pager->getNbResults() < 1) {
    ?>
				<tr class="list"><td colspan="100"><div class="no_record"><?php 
    echo __('No record found');
    ?>
</div></td></tr>
			<?php 
Exemplo n.º 30
0
 form-error<?php 
}
?>
">
  <?php 
if ($sf_request->hasError('rel_calendariovacunacion_alumno{fk_calendariovacunacion_id}')) {
    ?>
    <?php 
    echo form_error('rel_calendariovacunacion_alumno{fk_calendariovacunacion_id}', array('class' => 'form-error-msg'));
    ?>
  <?php 
}
?>

  <?php 
echo object_select_tag($rel_calendariovacunacion_alumno, 'getFkCalendariovacunacionId', array('related_class' => 'Calendariovacunacion', 'control_name' => 'rel_calendariovacunacion_alumno[fk_calendariovacunacion_id]'));
?>
    </div>
</div>

<div class="form-row">
  <?php 
echo label_for('rel_calendariovacunacion_alumno[observacion]', __('Observaci&oacute;n:'), '');
?>
  <div class="content<?php 
if ($sf_request->hasError('rel_calendariovacunacion_alumno{observacion}')) {
    ?>
 form-error<?php 
}
?>
">