function getSubjectShow(id){ showDialogContent('Popup.htm?mode=subjectDetail&subjectId=' + id ,'???en_GB.caption.subjectDetails???','popuplg-dialog'); } function getSubjectInterShow(id){ showDialogContent('Popup.htm?mode=subjectInterDetail&subjectId=' + id ,'???en_GB.caption.subjectDetails???','popuplg-dialog'); } function getStudentDetail(studentId){ window.open("StudentPopup.htm?mode=profile&studentId="+studentId,'_blank'); } function getStudentSelect(noAnuban){ showDialogContent('Popup.htm?mode=initStudentPopup&noAnuban='+noAnuban ,'???en_GB.caption.selectStudents???','popupmd-dialog'); } function getStudentSelectByDegreeLevel(noAnuban, degreeLevelId){ showDialogContent('Popup.htm?mode=initStudentPopup&noAnuban='+noAnuban+ '°Id='+degreeLevelId ,'???en_GB.caption.selectStudents???','popupmd-dialog'); } function getEmployeeDetail(employeeId,schoolId){ window.open("Employee.htm?mode=profile&employeeId="+employeeId+"&schoolId="+schoolId,'_blank'); } function getStudentDetailPdf(studentId){ window.open("Student.htm?mode=printStudentDetails&studentId="+studentId,'_blank'); } function getRoomDetail(id){ showDialogContent('Popup.htm?mode=schoolRoomDetail&roomId=' + id ,'???en_GB.caption.classroomInfo???','popupsm-dialog'); } function getStudentShow(id){ showDialogContent('Popup.htm?mode=student&studentId=' + id ,'???en_GB.caption.studentInfo???','popuplg-dialog'); } function getClassRoomShow(id){ showDialogContent('Popup.htm?mode=classRoom&classRoomId=' + id ,'???en_GB.caption.classInfo???','popupsm-dialog'); } function getEmployeeShow(id){ showDialogContent('Popup.htm?mode=employee&employeeId=' + id ,'???en_GB.caption.personnelInfo???','popupsm-dialog'); } function getSearchApplicationApplyPopUp(){ showDialogContent('Popup.htm?mode=initApplicationApplyPopup' ,'???en_GB.caption.findStudentInfo???','popupmd-dialog'); } function getEstimateScore(year,stuId,semester,estimate){ showDialogContent('Popup.htm?mode=searchEstimateScore&year=' + year + '&stuId=' + stuId + '&semester=' + semester + '&estimate=' + estimate,'???en_GB.caption.studentInfo???','popuplg-dialog'); }