ok
Direktori : /proc/thread-self/root/home2/selectio/www/bharath/application/views/admin/subject/ |
Current File : //proc/thread-self/root/home2/selectio/www/bharath/application/views/admin/subject/subjectShow.php |
<div class="content-wrapper" style="min-height: 946px;"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> <?php echo $this->lang->line('general_form_element'); ?> <small><?php echo $this->lang->line('preview'); ?></small> </h1> </section> <!-- Main content --> <section class="content"> <div class="row"> <div class="col-md-12"> <div class="box box-primary"> <div class="box-header with-border"> <h3 class="box-title"><?php echo $this->lang->line('subject_list'); ?></h3> <div class="box-tools pull-right"> </div> </div> <div class="box-body"> <div class="mailbox-controls"> <a href="<?php echo base_url(); ?>category/create" class="btn btn-primary btn-sm" data-toggle="tooltip" title="<?php echo $this->lang->line('add_category'); ?>"> <i class="fa fa-plus"></i> <?php echo $this->lang->line('add_category'); ?> </a> <div class="pull-right"> </div> </div> <div class="table-responsive mailbox-messages"> <table class="table table-hover table-striped"> <tbody> <tr> <td><?php echo $this->lang->line('category'); ?></td> <td class="mailbox-name"><a href="<?php echo base_url(); ?>category/view/<?php echo $category['id'] ?>"> <?php echo $category['category'] ?></a></td> </tr> </tbody> </table> </div> </div> <div class="box-footer"> <div class="mailbox-controls"> <div class="pull-right"> </div> </div> </div> </div> </div> </div> </section> </div>