REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 2.06 KB
Close
/home/jambtst2015/public_html/portal/eschoolengine Installer/update/update_4.1/views/admin/manage_attendance.php
Text
Base64
<hr /> <?php echo form_open(base_url() . 'index.php?admin/attendance_selector/');?> <div class="row"> <div class="col-md-3"> <div class="form-group"> <label class="control-label" style="margin-bottom: 5px;"><?php echo get_phrase('class');?></label> <select name="class_id" class="form-control selectboxit" onchange="select_section(this.value)"> <option value=""><?php echo get_phrase('select_class');?></option> <?php $classes = $this->db->get('class')->result_array(); foreach($classes as $row): ?> <option value="<?php echo $row['class_id'];?>" ><?php echo $row['name'];?></option> <?php endforeach;?> </select> </div> </div> <div id="section_holder"> <div class="col-md-3"> <div class="form-group"> <label class="control-label" style="margin-bottom: 5px;"><?php echo get_phrase('section');?></label> <select class="form-control selectboxit" name="section_id"> <option value=""><?php echo get_phrase('select_class_first') ?></option> </select> </div> </div> </div> <div class="col-md-3"> <div class="form-group"> <label class="control-label" style="margin-bottom: 5px;"><?php echo get_phrase('date');?></label> <input type="text" class="form-control datepicker" name="timestamp" data-format="dd-mm-yyyy" value="<?php echo date("d-m-Y");?>"/> </div> </div> <input type="hidden" name="year" value="<?php echo $running_year;?>"> <div class="col-md-3" style="margin-top: 20px;"> <button type="submit" class="btn btn-info btn-raised"><?php echo get_phrase('manage_attendance');?></button> </div> </div> <?php echo form_close();?> <script type="text/javascript"> function select_section(class_id) { $.ajax({ url: '<?php echo base_url(); ?>index.php?admin/get_section/' + class_id, success:function (response) { jQuery('#section_holder').html(response); } }); } </script>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
.DS_Store
6.00 KB
lrw-r--r--
2024-11-22 17:53:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
attendance_report.php
3.55 KB
lrw-r--r--
2024-11-22 17:53:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
attendance_report_print_view.php
5.19 KB
lrw-r--r--
2024-11-22 17:53:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
attendance_report_view.php
10.07 KB
lrw-r--r--
2024-11-22 17:53:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
manage_attendance.php
2.06 KB
lrw-r--r--
2024-11-22 17:53:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
manage_attendance_section_holder.php
1.24 KB
lrw-r--r--
2024-11-22 17:53:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
manage_attendance_view.php
6.28 KB
lrw-r--r--
2024-11-22 17:53:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
navigation.php
17.27 KB
lrw-r--r--
2024-11-22 17:53:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).