ok

Mini Shell

Direktori : /proc/self/root/home2/selectio/www/bharath/application/views/admin/librarian/
Upload File :
Current File : //proc/self/root/home2/selectio/www/bharath/application/views/admin/librarian/_student.php

<div class="box box-primary">
    <div class="box-body box-profile">
        <img class="profile-user-img img-responsive img-circle" src="<?php echo base_url() . $memberList->image ?>" alt="User profile picture">
        <h3 class="profile-username text-center"><?php echo $memberList->firstname . " " . $memberList->lastname ?></h3>
        <ul class="list-group list-group-unbordered">
            <li class="list-group-item">
                <b><?php echo $this->lang->line('member_id'); ?></b> <a class="pull-right text-aqua"><?php echo $memberList->lib_member_id ?></a>
            </li>
            <li class="list-group-item">
                <b><?php echo $this->lang->line('library_card_no'); ?></b> <a class="pull-right text-aqua"><?php echo $memberList->library_card_no ?></a>
            </li>
            <li class="list-group-item">
                <b><?php echo $this->lang->line('admission_no'); ?></b> <a class="pull-right text-aqua"><?php echo $memberList->admission_no ?></a>
            </li>

            <li class="list-group-item">
                <b><?php echo $this->lang->line('gender'); ?></b> <a class="pull-right text-aqua"><?php echo $memberList->gender ?></a>
            </li>

            <li class="list-group-item">
                <b><?php echo $this->lang->line('member_type'); ?></b> <a class="pull-right text-aqua"><?php echo $this->lang->line($memberList->member_type); ?></a>
            </li>
            <li class="list-group-item">
                <b><?php echo $this->lang->line('mobile_no'); ?></b> <a class="pull-right text-aqua"><?php echo $memberList->mobileno ?></a>
            </li>

        </ul>
    </div>
</div>

Zerion Mini Shell 1.0