Domain: amberpublishers.in
Server Adress: 86.38.243.169
privdayz.com
<?php
require('Common/Header.php');
?>
<!-- Content Wrapper -->
<!-- ----------Top bar start------------ -->
<!-- ----------Top bar End------------ -->
<!-- Begin Page Content -->
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="card shadow">
<div class="card-header py-3 d-flex justify-content-between align-items-center flex-wrap">
<h6 class="m-0 font-weight-bold text-primary text-md-left text-center " style="width:300px">Marksheet</h6>
<div class="text-center text-md-right mt-2" style=" width:300px">
<button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="auto" title="Import" onclick="show_modal('#stu_data-Import')"><i class="fas fa-upload"></i></button>
</div>
</div>
<div class="card-body">
<table class="table table-bordered DataTable" width="100%" cellspacing="0">
<thead>
<tr>
<th class="text-center">Sr.No.</th>
<th class="text-center">Enroll.NO.</th>
<th class="text-center">Year</th>
<th class="text-center">Sem</th>
<th class="text-center">Marksheet</th>
<th class="text-center">Action</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<?php require('Common/Footer.php') ?>
</body>
</html>
