Şuanki Dizin: /home/wwwdreamtechnolo/public_html/newsatarabca.com/admin/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/newsatarabca.com/admin/teacher_view_report.php |
<?php require_once('lib/functions.php'); $db = new login_function(); if(!isset($_SESSION['current_login_admin'])) { header("location:index.php"); } $flag = 0; $success_msg = 0; $mobile_no_no_error=""; $success_flag=0; $teacher_name=""; $email=""; $contact=""; $department=""; $subject =""; $qt1=""; $qt2=""; $qt3=""; $qt4=""; $qt5=""; $qt6=""; $qt7=""; $suggestion=""; $qt8=""; $qt9=""; $qt10=""; $qt11=""; $qt12=""; $qt13=""; $qt14=""; $qt15=""; $qt16=""; $qt17=""; $qt18=""; $qt19=""; $qt20=""; $qt21=""; $qt22=""; $qt23=""; $qt24=""; $qt25=""; $qt26=""; $qt27=""; if(isset($_GET['edit_id'])) { $edit_id = $_GET['edit_id']; $_SESSION['current_edit_id'] = $edit_id; } else { $edit_id = $_SESSION['current_edit_id']; } $teacher_record = array(); $teacher_record = $db->get_all_teacher_feedback_detail($edit_id); if(!empty($teacher_record)) { $teacher_name = $teacher_record[1]; $email = $teacher_record[2]; $contact = $teacher_record[3]; $department = $teacher_record[4]; $subject = $teacher_record[5]; $qt1 = $teacher_record[6]; $qt2 = $teacher_record[7]; $qt3 = $teacher_record[8]; $qt4 = $teacher_record[9]; $qt5 = $teacher_record[10]; $qt6 = $teacher_record[11]; $qt7 = $teacher_record[12]; $suggestion = $teacher_record[13]; $qt8 = $teacher_record[14]; $qt9 = $teacher_record[15]; $qt10 = $teacher_record[16]; $qt11 = $teacher_record[17]; $qt12 = $teacher_record[18]; $qt13 = $teacher_record[19]; $qt14 = $teacher_record[20]; $qt15 = $teacher_record[21]; $qt16 = $teacher_record[22]; $qt17 = $teacher_record[23]; $qt18 = $teacher_record[24]; $qt19 = $teacher_record[25]; $qt20 = $teacher_record[26]; $qt21 = $teacher_record[27]; $qt22 = $teacher_record[28]; $qt23 = $teacher_record[29]; $qt24 = $teacher_record[30]; $qt25 = $teacher_record[31]; $qt26 = $teacher_record[32]; $qt27 = $teacher_record[33]; } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title> Takale Gallery</title> <!-- Bootstrap Core CSS --> <link href="/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- MetisMenu CSS --> <link href="../vendor/metisMenu/metisMenu.min.css" rel="stylesheet"> <!-- DataTables CSS --> <link href="../vendor/datatables-plugins/dataTables.bootstrap.css" rel="stylesheet"> <!-- DataTables Responsive CSS --> <link href="/vendor/datatables-responsive/dataTables.responsive.css" rel="stylesheet"> <!-- Custom CSS --> <link href="/dist/css/sb-admin-2.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="/css/style.css" type="text/css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <style> .txt-area { resize:none; } .required_field { font-size:18px; color:red; } .market_rdo { width:30px; height:30px; display:inline-table; margin-right:10px; } .market_titles { font-size:15px; vertical-align: baseline; } .txt_decoration { font-size:20px; } body{ font-family:Cambria; } .answer { color:green; font-weight:bold; } .nmdtl { color:#DC143C; } .txtbld { font-weight:bold; } </style> </head> <body> <div id="wrapper"> <!-- Navigation --> <?php require_once('header.php'); ?> <div id="page-wrapper"> <!-- /.row --> <br /> <div class="row"> <div class="col-lg-12"> <div class="panel panel-yellow"> <div class="panel-heading panel_format"> Teacher Feedback Form Report </div> <?php $birth_date = date("Y-m-d"); $admission_date = date("Y-m-d"); ?> <div class="panel-body"> <div class="row"> <div class="col-lg-12 "> <form method="POST" action="<?php echo $_SERVER['PHP_SELF'] ?>" enctype="multipart/form-data" autocomplete="off"> <div class="panel-body"> <div class="col-lg-12 "> <form method="POST" autocomplete="off" action="<?php echo $_SERVER['PHP_SELF'] ?>"> <div class="form-group col-lg-12 txtbld"> Name Of Teacher : <label class="market_titles nmdtl"><?php echo $teacher_name; ?> </label> <br/> </div> <div class="form-group col-lg-12 txtbld"> Email Id :<label class="market_titles nmdtl"> <?php echo $email; ?></label><br/> </div> <div class="form-group col-lg-12 txtbld"> Contact No :<label class="market_titles nmdtl"> <?php echo $contact; ?></label><br/> </div> <div class="form-group col-lg-12 txtbld"> Department : <label class="market_titles nmdtl"><?php echo $department; ?></label><br/> </div> <div class="form-group col-lg-12 txtbld"> Subject : <label class="market_titles nmdtl"><?php echo $subject;?></label><br/> </div> <div class="form-group col-lg-12"> <label class="market_titles">1. Role in designing the curriculum.</label><br/> <div class="answer"><?php echo $qt1;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles">2. Syllabus accurately describes the course</label><br/> <div class="answer"><?php echo $qt2;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >3. Syllabus includes useful textbooks</label><br/> <div class="answer"><?php echo $qt3;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >4. Allotted time to complete the syllabus is sufficient </label><br/> <div class="answer"><?php echo $qt4;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >5. Syllabus entails reference work</label><br/> <div class="answer"><?php echo $qt5;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles">6. Objectives are appropriate & explained clearly</label><br/> <div class="answer"><?php echo $qt6;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >7. Work required for the course is sufficient</label><br/> <div class="answer"><?php echo $qt7;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles">Suggestion</label><br/> <div class="answer"><?php echo $suggestion;?></div> </div> <br /> <hr style="border:1px solid; color:#CCCCCC" /> <br /> <div class="form-group col-lg-12"> <label class="market_titles" > 1. Syllabus is suitable to the course and need based.</label><br/> <?php echo $qt8;?> </div> <div class="form-group col-lg-12"> <label class="market_titles" > 2. I have the freedom to adopt/adapt new techniques/strategies of testing and assessment of students.</label><br/> <div class="answer"><?php echo $qt9;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" > 3.Aims and objectives of the syllabi are well defined and clear to teachers and students.</label><br/> <div class="answer"><?php echo $qt10;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" > 4. Sufficient numbers of prescribed books are available in the Library.</label><br/> <div class="answer"><?php echo $qt11;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" > 5. I have the freedom to propose, modify, suggest and incorporate new topics in the syllabus.</label><br/> <div class="answer"><?php echo $qt12;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" > 6. The course/syllabus has good balance of cross-cutting issues.</label><br/> <div class="answer"><?php echo $qt13;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >7. The course/syllabus has made me interested in the subject area.</label><br/> <div class="answer"><?php echo $qt14;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >8. The course/syllabus of this subject increased my knowledge and perspective in the subject area.</label><br/> <div class="answer"><?php echo $qt15;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >9. Tests and examinations are conducted well in time with proper coverage of all units in the syllabus.</label><br/> <div class="answer"><?php echo $qt16;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >10. I have the freedom to adopt new techniques/strategies of teaching such as seminar presentations, group discussions and learners’ participations.</label><br/> <div class="answer"><?php echo $qt17;?></div> </div> <br /> <hr style="border:1px solid; color:#CCCCCC" /> <br /> <div class="form-group col-lg-12"> <label class="market_titles" >1. Syllabus is suitable to the course and need based.</label><br/> <div class="answer"><?php echo $qt18;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >2. I have the freedom to adopt/adapt new techniques/strategies of testing and assessment of students.</label><br/> <div class="answer"><?php echo $qt19;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >3. Aims and objectives of the syllabi are well defined and clear to teachers and students.</label><br/> <div class="answer"><?php echo $qt20;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >4. Sufficient numbers of prescribed books are available in the Library.</label><br/> <div class="answer"><?php echo $qt21;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >5. I have the freedom to propose, modify, suggest and incorporate new topics in the syllabus. </label><br/> <div class="answer"><?php echo $qt22;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles">6. The course/syllabus has good balance of cross-cutting issues. </label><br/> <div class="answer"><?php echo $qt23;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >7.The course/syllabus has made me interested in the subject area. </label><br/> <div class="answer"><?php echo $qt24;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >8.The course/syllabus of this subject increased my knowledge and perspective in the subject area. </label><br/> <div class="answer"><?php echo $qt25;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >9.Tests and examinations are conducted well in time with proper coverage of all units in the syllabus. </label><br/> <div class="answer"><?php echo $qt26;?></div> </div> <div class="form-group col-lg-12"> <label class="market_titles" >10.I have the freedom to adopt new techniques/strategies of teaching such as seminar presentations, group discussions and learners’ participations. </label><br/> <div class="answer"><?php echo $qt27;?></div> </div> </div> </div> </form> </div> <!-- /.col-lg-6 (nested) --> <!-- /.col-lg-6 (nested) --> </div> <!-- /.row (nested) --> </div> <!-- /.panel-body --> </div> <!-- /.panel --> </div> <!-- /.col-lg-12 --> </div> <!-- /.row --> <div class="row"> <!-- /.panel --> </div> <!-- /.col-lg-12 --> </div> </div> <!-- /#page-wrapper --> </div> <!-- /#wrapper --> <!-- jQuery --> <script src="/vendor/jquery/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="/vendor/bootstrap/js/bootstrap.min.js"></script> <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <link rel="stylesheet" href="/resources/demos/style.css"> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> <!-- Metis Menu Plugin JavaScript --> <script src="/vendor/metisMenu/metisMenu.min.js"></script> <!-- DataTables JavaScript --> <script src="/vendor/datatables/js/jquery.dataTables.min.js"></script> <script src="/vendor/datatables-plugins/dataTables.bootstrap.min.js"></script> <script src="/vendor/datatables-responsive/dataTables.responsive.js"></script> <!-- Custom Theme JavaScript --> <script src="/dist/js/sb-admin-2.js"></script> <!-- Page-Level Demo Scripts - Tables - Use for reference --> <script> $(document).ready(function() { $('#dataTables-example').DataTable({ responsive: true }); $(".delete_opt").click(function(){ var result = confirm("Are you sure to delete this record?"); if(result==false) { return false; } }); }); </script> </body> </html>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4