📁
File Manager
/home/nepsrganj/public_html/application/views/user
7.4.33 · Linux
/
/
home
/
nepsrganj
/
public_html
/
application
/
views
/
user
/home/nepsrganj/public_html/application/views/user/result.php
← Back to folder
<!DOCTYPE html> <html lang="en"> <head> <link rel="icon" type="/assets/images/logo.jpg" href="/assets/images/logo.jpg"> <title> New Era Public School</title> <!-- Bootstrap core CSS--> <?php echo link_tag('assests/vendor/bootstrap/css/bootstrap.min.css'); ?> <!-- Custom fonts for this template--> <?php echo link_tag('assests/vendor/fontawesome-free/css/all.min.css'); ?> <!-- Page level plugin CSS--> <?php echo link_tag('assests/vendor/datatables/dataTables.bootstrap4.css'); ?> <!-- Custom styles for this template--> <?php echo link_tag('assests/css/sb-admin.css'); ?> </head> <body id="page-top"> <?php include APPPATH.'views/user/includes/header.php';?> <div id="wrapper"> <!-- Sidebar --> <?php include APPPATH.'views/user/includes/sidebar.php';?> <div id="content-wrapper"> <div class="container-fluid"> <!-- Breadcrumbs--> <ol class="breadcrumb"> <li class="breadcrumb-item"> <a href="<?php echo site_url('user/Dashboard'); ?>">User</a> </li> <li class="breadcrumb-item active">My Profile</li> </ol> <!-- Page Content --> <h1>Your Result</h1> <hr> <!---- Success Message ----> <?php if ($this->session->flashdata('success')) { ?> <p style="color:green; font-size:18px;"><?php echo $this->session->flashdata('success'); ?></p> </div> <?php } ?> <!---- Error Message ----> <!-- <?php if ($this->session->flashdata('error')) { ?> <p style="color:red; font-size:18px;"><?php echo $this->session->flashdata('error');?></p> <?php } ?> --> <div class="container"> <!-- /.container-fluid --> <div style="overflow-x:auto;"> <table class="table table-bordered " id="dataTable" width="100%" > <thead> <tr style="background:#CCC"> <th>S No.</th> <th>Class</th> <th>Section</th> <th>Exam Type</th> <th>Pdf</th> <th>Date</th> </tr></thead> <tbody> <?php if(count($data)) : $cnt=1; foreach ($data as $row) : ?> <tr> <td><?php echo htmlentities($cnt);?></td> <td><?php echo htmlentities($row->class)?></td> <td><?php echo htmlentities($row->section)?></td> <td><?php echo htmlentities($row->examtype)?></td> <td> <a href="pdf/<?php echo htmlentities($row->pdf)?> " class="text-dark" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-earmark-pdf text-danger" viewBox="0 0 16 16"> <path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/> <path d="M4.603 14.087a.81.81 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.68 7.68 0 0 1 1.482-.645 19.697 19.697 0 0 0 1.062-2.227 7.269 7. 269 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.188-.012.396-.047.614-. 084.51-.27 1.134-.52 1.794a10.954 10.954 0 0 0 .98 1.686 5.753 5.753 0 0 1 1.334.05c.364.066.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-. 354.416.856.856 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.712 5.712 0 0 1-.911-.95 11.651 11.651 0 0 0-1.997.406 11.307 11.307 0 0 1-1.02 1.51c-.292.35-.609.656-.927 .787a.793.793 0 0 1-.58.029zm1.379-1.901c-.166.076-.32.156-.459.238-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361.01.022.02.036.026.044a.266.266 0 0 0 .035-.012c.137 -.056.355-.235.635-.572a8.18 8.18 0 0 0 .45-.606zm1.64-1.33a12.71 12.71 0 0 1 1.01-.193 11.744 11.744 0 0 1-.51-.858 20.801 20.801 0 0 1-.5 1.05zm2.446.45c.15.163.296.3.43 5.41.24.19.407.253.498.256a.107.107 0 0 0 .07-.015.307.307 0 0 0 .094-.125.436.436 0 0 0 .059-.2.095.095 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a3.876 3.876 0 0 0-.61 2-.053zM8.078 7.8a6.7 6.7 0 0 0 .2-.828c.031-.188.043-.343.038-.465a.613.613 0 0 0-.032-.198.517.517 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822.024.11 1.054.227.09.346z"/> </svg>result.pdf </a> </td> <!--<td>--> <!-- <a href="<?php base_url();?>/pdf/<?php echo $row->pdf;?>" class="text-dark">--> <!-- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-earmark-pdf text-danger" viewBox="0 0 16 16">--> <!-- <path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>--> <!-- <path d="M4.603 14.087a.81.81 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.68 7.68 0 0 1 1.482-.645 19.697 19.697 0 0 0 1.062-2.227 7.269 7.--> <!-- 269 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.188-.012.396-.047.614-.--> <!-- 084.51-.27 1.134-.52 1.794a10.954 10.954 0 0 0 .98 1.686 5.753 5.753 0 0 1 1.334.05c.364.066.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.--> <!-- 354.416.856.856 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.712 5.712 0 0 1-.911-.95 11.651 11.651 0 0 0-1.997.406 11.307 11.307 0 0 1-1.02 1.51c-.292.35-.609.656-.927--> <!-- .787a.793.793 0 0 1-.58.029zm1.379-1.901c-.166.076-.32.156-.459.238-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361.01.022.02.036.026.044a.266.266 0 0 0 .035-.012c.137--> <!-- -.056.355-.235.635-.572a8.18 8.18 0 0 0 .45-.606zm1.64-1.33a12.71 12.71 0 0 1 1.01-.193 11.744 11.744 0 0 1-.51-.858 20.801 20.801 0 0 1-.5 1.05zm2.446.45c.15.163.296.3.43--> <!-- 5.41.24.19.407.253.498.256a.107.107 0 0 0 .07-.015.307.307 0 0 0 .094-.125.436.436 0 0 0 .059-.2.095.095 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a3.876 3.876 0 0 0-.61--> <!-- 2-.053zM8.078 7.8a6.7 6.7 0 0 0 .2-.828c.031-.188.043-.343.038-.465a.613.613 0 0 0-.032-.198.517.517 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822.024.11--> <!-- 1.054.227.09.346z"/>--> <!-- </svg><?php echo htmlentities($row->pdf)?>--> <!-- </a>--> <!-- </td>--> <td><?php echo htmlentities($row->date)?></td> </tr> <?php $cnt++; endforeach; else : ?> <tr> <td colspan="6">No Record found</td> </tr> <?php endif; ?> </tbody> </table> </div> <!-- Sticky Footer --> <?php include APPPATH.'views/user/includes/footer.php';?> </div> <!-- /.content-wrapper --> <!-- Scroll to Top Button--> <a class="scroll-to-top rounded" href="#page-top"> <i class="fas fa-angle-up"></i> </a> <!-- Bootstrap core JavaScript--> <script src="<?php echo base_url('assests/vendor/jquery/jquery.min.js'); ?>"></script> <script src="<?php echo base_url('assests/vendor/bootstrap/js/bootstrap.bundle.min.js'); ?>"></script> <!-- Core plugin JavaScript--> <script src="<?php echo base_url('assests/vendor/jquery-easing/jquery.easing.min.js'); ?>"></script> <!-- Custom scripts for all pages--> <script src="<?php echo base_url('assests/js/sb-admin.min.js '); ?>"></script> </body> </html>
Cancel
✓ Save