ok
Direktori : /proc/self/root/home2/selectio/www/bharath/application/views/reports/ |
Current File : //proc/self/root/home2/selectio/www/bharath/application/views/reports/teacherSyllabusStatus.php |
<style type="text/css"> .material-switch > input[type="checkbox"] { display: none; } .material-switch > label { cursor: pointer; height: 0px; position: relative; width: 40px; } .material-switch > label::before { background: rgb(0, 0, 0); box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5); border-radius: 8px; content: ''; height: 16px; margin-top: -8px; position:absolute; opacity: 0.3; transition: all 0.4s ease-in-out; width: 40px; } .material-switch > label::after { background: rgb(255, 255, 255); border-radius: 16px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); content: ''; height: 24px; left: -4px; margin-top: -8px; position: absolute; top: -4px; transition: all 0.3s ease-in-out; width: 24px; } .material-switch > input[type="checkbox"]:checked + label::before { background: inherit; opacity: 0.5; } .material-switch > input[type="checkbox"]:checked + label::after { background: inherit; left: 20px; } .table .pull-right {text-align: initial; width: auto} </style> <?php $language = $this->customlib->getLanguage(); $language_name = $language["short_code"]; ?> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <section class="content"> <?php $this->load->view('reports/_lesson_plan'); ?> <div class="box removeboxmius"> <div class="box-header ptbnull"> <h3 class="box-title"><i class="fa fa-search"></i> <?php echo $this->lang->line('select_criteria'); ?></h3> </div> <form class="assign_teacher_form" action="<?php echo base_url(); ?>report/teachersyllabusstatus/" method="post" enctype="multipart/form-data"> <div class="box-body"> <div class="row"> <div class="col-md-12"> <?php if ($this->session->flashdata('msg')) { ?> <?php echo $this->session->flashdata('msg') ?> <?php } ?> <?php echo $this->customlib->getCSRF(); ?> </div> <div class="col-md-3 col-lg-3 col-sm-6"> <div class="form-group"> <label><?php echo $this->lang->line('class'); ?></label><small class="req"> *</small> <select autofocus="" id="searchclassid" name="class_id" onchange="getSectionByClass(this.value, 0, 'secid')" class="form-control" > <option value=""><?php echo $this->lang->line('select'); ?></option> <?php foreach ($classlist as $class) { ?> <option <?php if ($class_id == $class["id"]) { echo "selected"; } ?> value="<?php echo $class['id'] ?>"><?php echo $class['class'] ?></option> <?php } ?> </select> <span class="class_id_error text-danger"><?php echo form_error('class_id'); ?></span> </div> </div> <div class="col-md-3 col-lg-3 col-sm-6"> <div class="form-group"> <label><?php echo $this->lang->line('section'); ?></label><small class="req"> *</small> <select id="secid" name="section_id" class="form-control" > <option value=""><?php echo $this->lang->line('select'); ?></option> </select> <span class="class_id_error text-danger"><?php echo form_error('section_id'); ?></span> </div> </div> <div class="col-md-3 col-lg-3 col-sm-6"> <div class="form-group"> <label><?php echo $this->lang->line('subject') . " " . $this->lang->line('group') ?></label><small class="req"> *</small> <select id="subject_group_id" name="subject_group_id" class="form-control" > <option value=""><?php echo $this->lang->line('select'); ?></option> </select> <span class="section_id_error text-danger"><?php echo form_error('subject_group_id'); ?></span> </div> </div> <div class="col-md-3 col-lg-3 col-sm-6"> <div class="form-group"> <label><?php echo $this->lang->line('subject'); ?></label><small class="req"> *</small> <select id="subid" name="subject_id" class="form-control" > <option value=""><?php echo $this->lang->line('select'); ?></option> </select> <span class="class_id_error text-danger"><?php echo form_error('subject_id'); ?></span> </div> </div> </div> <button type="submit" id="search_filter" name="search" value="search_filter" class="btn btn-primary btn-sm checkbox-toggle pull-right"><i class="fa fa-search"></i> <?php echo $this->lang->line('search'); ?></button> </form> </div> <?php if(!empty($subjects_data) && $subject_name!=''){ ?> <div class="box-header box-header ptbnull"></div> <div class="box-body" id="transfee"> <div class="hide" id="visible"><center><b><?php echo $this->lang->line('subject_lesson_plan_report'); ?></b></center></div> <a class="btn btn-default btn-xs pull-right" id="print" onclick="printDiv()" ><i class="fa fa-print"></i></a> <a class="btn btn-default btn-xs pull-right" id="btnExport" onclick="fnExcelReport();"> <i class="fa fa-file-excel-o"></i> </a> <table class="table table-bordered syllbus" id="headerTable"> <tr class="hide" id="visible"> <td colspan="2"><center><b><?php echo $this->lang->line('subject_lesson_plan_report'); ?></b></center></td> </tr> <tr> <td colspan="2"><h4><?php echo $this->lang->line('subject_lesson_plan_report')." ".$this->lang->line('for').": ".$subject_name; if($subject_name!=''){ echo " ".$this->lang->line('complete')." ".$subject_complete."%";} ?></h4></td> </tr> <tbody> <?php foreach ($subjects_data as $key => $value) { ?> <tr> <td> <table class="table table-bordered"> <thead> <tr> <th><?php echo $this->lang->line('teacher'); ?></th> <th><?php echo $this->lang->line('lesson')." ".$this->lang->line('name'); ?></th> <th><?php echo $this->lang->line('topic')." ".$this->lang->line('name'); ?></th> <th><?php echo $this->lang->line('sub_topic'); ?></th> <th><?php echo $this->lang->line('date'); ?></th> <th><?php echo $this->lang->line('time')." ".$this->lang->line('from'); ?></th> <th><?php echo $this->lang->line('time')." ".$this->lang->line('to'); ?></th> <th class="pull-right"><?php echo $this->lang->line('action'); ?></th> </tr> </thead> <tbody> <?php foreach($value['teachers_summary'] as $teachers_summarykey=>$teachers_summaryvalue){ foreach($teachers_summaryvalue['summary_report'] as$summary_report_key=>$summary_report_value){ ?> <tr> <td><?php echo $teachers_summaryvalue['name'];?></td> <td><?php echo $summary_report_value['lesson_name']?></td> <td><?php echo $summary_report_value['topic_name']?></td> <td><?php echo $summary_report_value['sub_topic']?></td> <td><?php echo date($this->customlib->getSchoolDateFormat(),strtotime($summary_report_value['date'])); ?></td> <td><?php echo $summary_report_value['time_from']; ?></td> <td><?php echo $summary_report_value['time_to']; ?></td> <td class="pull-right"><a data-placement="left" class="btn btn-default btn-xs pull-left" id="subject_syllabusedit" data-toggle="tooltip" title="" data-original-title="<?php echo $this->lang->line('view')?>" onclick="get_subject_syllabus('<?php echo $summary_report_value['id']; ?>')"><i class="fa fa-reorder"></i></a></td> </tr> <?php }}?> </tbody> </table></td> </tr> <?php }?> </tbody> </table> </div> <?php } else{ ?> <div class="tab-pane active table-responsive no-padding" > <table class="table table-striped table-bordered table-hover example" cellspacing="0" width="100%"> <thead> <tr> <th><?php echo $this->lang->line('teacher'); ?></th> <th><?php echo $this->lang->line('lesson')." ".$this->lang->line('name'); ?></th> <th><?php echo $this->lang->line('topic')." ".$this->lang->line('name'); ?></th> <th><?php echo $this->lang->line('sub_topic'); ?></th> <th><?php echo $this->lang->line('date'); ?></th> <th><?php echo $this->lang->line('time')." ".$this->lang->line('from'); ?></th> <th><?php echo $this->lang->line('time')." ".$this->lang->line('to'); ?></th> <th class="pull-right"><?php echo $this->lang->line('action'); ?></th> </tr> </thead> <tbody></tbody> </table> </div> <?php } ?> </section> </div> <div class="modal fade syllbus" id="assignsyllabus" tabindex="-1" role="dialog" aria-labelledby="evaluation" style="padding-left: 0 !important"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content modal-media-content"> <div class="modal-header modal-media-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="box-title" ><?php echo $this->lang->line('lesson_plan'); ?> </h4> </div> <div class="modal-body pt0 pb0"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12"> <div class="row"> <div id="syllabus_result" class=""></div> </div><!--./row--> </div><!--./col-md-12--> </div><!--./row--> </div> </div> </div> </div> <div class="modal fade syllbus" id="lacture_youtube_modal" role="dialog" aria-labelledby="evaluation" style="background: rgba(0, 0, 0, 0.98);" > <div class="modal-dialog modal-lg" role="document" style="width:100%;height:100%"> <div class="modal-content modal-media-content"> <div class="modal-header modal-media-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="box-title" ><?php echo $this->lang->line('youtube_link')?></h4> </div> <div class="modal-body pt0 pb0"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12"> <div class="row" style="width:100%;height:660px"> <div id="video_url" ></div> </div><!--./row--> </div><!--./col-md-12--> </div><!--./row--> </div> </div> </div> </div> <script> function run_video(lacture_youtube_url){ $('#lacture_youtube_modal').modal('show'); var str = lacture_youtube_url; var res = str.split("="); $('#video_url').html('<iframe modestbranding=1 width="100%" height="650px" src="//www.youtube.com/embed/' + res[1] + '" allowfullscreen></iframe>'); } </script> <script> function get_subject_syllabus(id){ $('#assignsyllabus').modal('show'); $('#syllabus_result').html(''); $.ajax({ type: "POST", url: base_url + "admin/syllabus/get_subject_syllabus", data: {'id': id}, success: function (data) { $('#syllabus_result').html(data); }, }); } $(document).ready(function () { $(document).on('click', '.chk', function () { alert(); var checked = $(this).is(':checked'); var rowid = $(this).data('rowid'); var role = $(this).data('role'); if (checked) { if (!confirm('Are you sure you active account?')) { $(this).removeAttr('checked'); } else { var status = "yes"; } } else if (!confirm('Are you sure you deactive account?')) { $(this).prop("checked", true); } else { var status = "no"; } }); }); </script> <script> $(document).ready(function (e) { getSectionByClass("<?php echo $class_id ?>", "<?php echo $section_id ?>", 'secid'); getSubjectGroup("<?php echo $class_id ?>", "<?php echo $section_id ?>", "<?php echo $subject_group_id ?>", 'subject_group_id') getsubjectBySubjectGroup("<?php echo $class_id ?>", "<?php echo $section_id ?>", "<?php echo $subject_group_id ?>", "<?php echo $subject_id ?>", 'subid'); }); function getSectionByClass(class_id, section_id, select_control) { if (class_id != "") { $('#' + select_control).html(""); var base_url = '<?php echo base_url() ?>'; var div_data = '<option value=""><?php echo $this->lang->line('select'); ?></option>'; $.ajax({ type: "GET", url: base_url + "sections/getByClass", data: {'class_id': class_id}, dataType: "json", beforeSend: function () { $('#' + select_control).addClass('dropdownloading'); }, success: function (data) { $.each(data, function (i, obj) { var sel = ""; if (section_id == obj.section_id) { sel = "selected"; } div_data += "<option value=" + obj.section_id + " " + sel + ">" + obj.section + "</option>"; }); $('#' + select_control).append(div_data); }, complete: function () { $('#' + select_control).removeClass('dropdownloading'); } }); } } $(document).on('change', '#secid', function () { var class_id = $('#searchclassid').val(); var section_id = $(this).val(); getSubjectGroup(class_id, section_id, 0, 'subject_group_id'); }); function getSubjectGroup(class_id, section_id, subjectgroup_id, subject_group_target) { if (class_id != "" && section_id != "") { var div_data = '<option value=""><?php echo $this->lang->line('select'); ?></option>'; $.ajax({ type: 'POST', url: base_url + 'admin/subjectgroup/getGroupByClassandSection', data: {'class_id': class_id, 'section_id': section_id}, dataType: 'JSON', beforeSend: function () { // setting a timeout $('#' + subject_group_target).html("").addClass('dropdownloading'); }, success: function (data) { $.each(data, function (i, obj) { var sel = ""; if (subjectgroup_id == obj.subject_group_id) { sel = "selected"; } div_data += "<option value=" + obj.subject_group_id + " " + sel + ">" + obj.name + "</option>"; }); $('#' + subject_group_target).append(div_data); }, error: function (xhr) { // if error occured alert("Error occured.please try again"); }, complete: function () { $('#' + subject_group_target).removeClass('dropdownloading'); } }); } } $(document).on('change', '#subject_group_id', function () { var class_id = $('#searchclassid').val(); var section_id = $('#secid').val(); var subject_group_id = $(this).val(); getsubjectBySubjectGroup(class_id, section_id, subject_group_id, 0, 'subid'); }); function getsubjectBySubjectGroup(class_id, section_id, subject_group_id, subject_group_subject_id, subject_target) { if (class_id != "" && section_id != "" && subject_group_id != "") { var div_data = '<option value=""><?php echo $this->lang->line('select'); ?></option>'; $.ajax({ type: 'POST', url: base_url + 'admin/subjectgroup/getGroupsubjects', data: {'subject_group_id': subject_group_id}, dataType: 'JSON', beforeSend: function () { // setting a timeout $('#' + subject_target).html("").addClass('dropdownloading'); }, success: function (data) { console.log(data); $.each(data, function (i, obj) { var sel = ""; if (subject_group_subject_id == obj.id) { sel = "selected"; } div_data += "<option value=" + obj.id + " " + sel + ">" + obj.name + "</option>"; }); $('#' + subject_target).append(div_data); }, error: function (xhr) { // if error occured alert("Error occured.please try again"); }, complete: function () { $('#' + subject_target).removeClass('dropdownloading'); } }); } } </script> <script> document.getElementById("print").style.display = "block"; document.getElementById("btnExport").style.display = "block"; function printDiv() { // document.getElementById("noprint").style.display = "none"; $("#visible").removeClass("hide"); $(".pull-right").addClass("hide"); document.getElementById("print").style.display = "none"; document.getElementById("btnExport").style.display = "none"; var divElements = document.getElementById('transfee').innerHTML; var oldPage = document.body.innerHTML; document.body.innerHTML = "<html><head><title></title></head><body>" + divElements + "</body>"; window.print(); document.body.innerHTML = oldPage; location.reload(true); } function fnExcelReport() { var tab_text="<table border='2px'><tr >"; var textRange; var j=0; tab = document.getElementById('headerTable'); // id of table for(j = 0 ; j < tab.rows.length ; j++) { tab_text=tab_text+tab.rows[j].innerHTML+"</tr>"; //tab_text=tab_text+"</tr>"; } $("#visible").removeClass("hide"); tab_text=tab_text+"</table>"; tab_text= tab_text.replace(/<A[^>]*>|<\/A>/g, "");//remove if u want links in your table tab_text= tab_text.replace(/<img[^>]*>/gi,""); // remove if u want images in your table tab_text= tab_text.replace(/<input[^>]*>|<\/input>/gi, ""); // reomves input params var ua = window.navigator.userAgent; var msie = ua.indexOf("MSIE "); $("#visible").addClass("hide"); if (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) // If Internet Explorer { txtArea1.document.open("txt/html","replace"); txtArea1.document.write(tab_text); txtArea1.document.close(); txtArea1.focus(); sa=txtArea1.document.execCommand("SaveAs",true,"Say Thanks to Sumit.xls"); } else //other browser not tested on IE 11 sa = window.open('data:application/vnd.ms-excel,' + encodeURIComponent(tab_text)); return (sa); } </script> <script> document.getElementById("printModal").style.display = "block"; document.getElementById("btnExportModal").style.display = "block"; function printDivModal() { // document.getElementById("noprint").style.display = "none"; $("#visibleModal").removeClass("hide"); $(".pull-right").addClass("hide"); document.getElementById("printModal").style.display = "none"; document.getElementById("btnExportModal").style.display = "none"; var divElements = document.getElementById('transfeeModal').innerHTML; var oldPage = document.body.innerHTML; document.body.innerHTML = "<html><head><title></title></head><body>" + divElements + "</body>"; window.print(); document.body.innerHTML = oldPage; location.reload(true); } function fnExcelReportModal() { var tab_text="<table border='2px'><tr >"; var textRange; var j=0; tab = document.getElementById('headerTableModal'); // id of table for(j = 0 ; j < tab.rows.length ; j++) { tab_text=tab_text+tab.rows[j].innerHTML+"</tr>"; //tab_text=tab_text+"</tr>"; } $("#visibleModal").removeClass("hide"); tab_text=tab_text+"</table>"; tab_text= tab_text.replace(/<A[^>]*>|<\/A>/g, "");//remove if u want links in your table tab_text= tab_text.replace(/<img[^>]*>/gi,""); // remove if u want images in your table tab_text= tab_text.replace(/<input[^>]*>|<\/input>/gi, ""); // reomves input params var ua = window.navigator.userAgent; var msie = ua.indexOf("MSIE "); $("#visibleModal").addClass("hide"); if (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) // If Internet Explorer { txtArea1.document.open("txt/html","replace"); txtArea1.document.write(tab_text); txtArea1.document.close(); txtArea1.focus(); sa=txtArea1.document.execCommand("SaveAs",true,"Say Thanks to Sumit.xls"); } else //other browser not tested on IE 11 sa = window.open('data:application/vnd.ms-excel,' + encodeURIComponent(tab_text)); return (sa); } </script>