Exemple #1
0
                                                        <?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;">
                                                        <?php 
echo double_list($course_schedule, 'getCourseScheduleTutors', 'peer_method=doSelectFiltered through_class=CourseScheduleTutor associated_label= unassociated_label=');
?>
                                                </td>
                                        </tr>
                                        
                                        <tr>
                                                <td style="vertical-align:top;"><label><?php 
echo __('Detail Kegiatan');
?>
</label></td>
                                                <td style="text-align:center; vertical-align:top;">:</td>
                                                <td style="vertical-align:top;">
                                                        <?php 
echo object_textarea_tag($course_schedule, 'getName', array('rows' => 2, 'cols' => 60));
?>
                                                        <?php 
Exemple #2
0
?>
</label></td>
                                                <td style="text-align:center; vertical-align:middle;">:</td>
                                                <td style="vertical-align:middle;">
                                                        <?php 
echo object_select_tag($counseling, 'getClassTypeId', array('related_class' => 'ClassType', 'include_blank' => true));
?>
                                                        <?php 
echo form_error('class_group_id');
?>
 
                                                </td>
                                        </tr>
                                        <tr>
                                                <td style="vertical-align:top;"><label><?php 
echo __('Counselor');
?>
</label></td>
                                                <td style="text-align:center; vertical-align:top;">:</td>
                                                <td style="vertical-align:top;">
                                                        <?php 
echo double_list($counseling, 'getCounselingTutors', 'peer_method=doSelectCounselingTutorsFiltered through_class=CounselingTutor associated_label= unassociated_label=');
?>
                                                </td>
                                        </tr>
                        </tbody>        
                    </table>
            </td></tr>
    </table>
    </form>
Exemple #3
0
?>
			<?php 
echo form_error('student_id');
?>
		</td></tr>
		<tr><td >
			<label><?php 
echo __('Status');
?>
</label><br/>
			<?php 
echo select_tag('status', options_for_select(array(StudentThesis::STATUS_PROPOSED => __('_STUDENT_THESIS_STATUS_PROPOSED_'), StudentThesis::STATUS_ACTIVE => __('_STUDENT_THESIS_STATUS_ACTIVE_'), StudentThesis::STATUS_CANCELLED => __('_STUDENT_THESIS_STATUS_CANCELLED_'), StudentThesis::STATUS_DONE => __('_STUDENT_THESIS_STATUS_DONE_')), strlen($student_thesis->getStatus()) > 0 ? $student_thesis->getStatus() : null, array('include_blank' => false)));
?>
			<?php 
echo form_error('status');
?>
		</td></tr>
		<tr><td >
			<label><?php 
echo __('_THESIS_ADVISORS_');
?>
</label><br/>
			<?php 
echo double_list($student_thesis, 'getThesisAdvisors', 'peer_method=doSelectThesisAdvisor through_class=ThesisAdvisor associated_label= unassociated_label=');
?>
		</td></tr>
	</tbody>
	</table>
</td></tr>
</table>
</form>
Exemple #4
0
echo __('Koordinator');
?>
</label></td>
           <td width="2%" style="text-align:center; vertical-align:middle;">:</td>
		   <td style="vertical-align:middle;">
            <?php 
echo object_select_tag($schedule, 'getEmployeeId', array('related_class' => 'Employee', 'include_blank' => true, 'peer_method' => 'doSelectComprehensiveReviewersFiltered'));
?>
           	<?php 
echo form_error('employee_id');
?>
           </td>         
        </tr>
        <tr>
           <td style="vertical-align:top;"><label><?php 
echo __('Pendamping / Pelatih');
?>
</label></td>
           <td style="text-align:center; vertical-align:top;">:</td>
		   <td style="vertical-align:top;">
		   <?php 
echo double_list($schedule, 'getScheduleTutors', 'peer_method=doSelectComprehensiveReviewersFiltered through_class=ScheduleTutor associated_label= unassociated_label=');
?>
		   </td>
       </tr>
	</tbody>
	</table>
</td></tr>
</table>
</form>
Exemple #5
0
?>
			<?php 
echo form_error('exam_date');
?>
		</td></tr>
		<tr><td >
			<label><?php 
echo __('Status');
?>
</label><br/>
			<?php 
echo select_tag('status', options_for_select(array(ComprehensiveExam::STATUS_PROPOSED => __('_COMPR_EXAM_STATUS_PROPOSED_'), ComprehensiveExam::STATUS_ACTIVE => __('_COMPR_EXAM_STATUS_ACTIVE_'), ComprehensiveExam::STATUS_PASSED => __('_COMPR_EXAM_STATUS_PASSED_'), ComprehensiveExam::STATUS_FAILED => __('_COMPR_EXAM_STATUS_FAILED_')), strlen($comprehensive_exam->getStatus()) > 0 ? $comprehensive_exam->getStatus() : null, array('include_blank' => false)));
?>
			<?php 
echo form_error('status');
?>
		</td></tr>
		<tr><td >
			<label><?php 
echo __('_COMPR_EXAM_REVIEWERS_');
?>
</label><br/>
			<?php 
echo double_list($comprehensive_exam, 'getComprehensiveReviewers', 'peer_method=doSelectComprehensiveReviewersFiltered through_class=ComprehensiveReviewer associated_label= unassociated_label=');
?>
		</td></tr>
	</tbody>
	</table>
</td></tr>
</table>
</form>