Current File : /home/inlingua/www/sensoriumpsychologists.com/backup/student/study_case.php |
<?php
include_once("common/head_links.php");
include_once("../classes/config.php");
?>
<body class="hold-transition skin-blue sidebar-mini">
<div class="wrapper">
<?php include_once("common/header.php");?>
<?php include_once("common/left_side_bar.php");?>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
Informal Assessment
</h1>
</section>
<!-- Main content -->
<section class="content">
<!-- Info boxes -->
<div class="row">
<?php
$results=$query->select('shristi_case_study' );
while($row =$results->fetch_assoc()){
?><div class="col-md-10 col-sm-10 col-xs-12">
<center>
<h3><?php echo $row['title']; ?></h3>
<p> To Download Sample Document Click On Download Image</p></br>
<a href="../uploads/study_case/<?php echo $row['file']; ?>" download="<?php echo $row['title']; ?>">
<img border="0" src="img/d.png" alt="Application Form" ></a>
</center>
</div>
<?php } ?>
</div>
</section><!-- /.content -->
</div><!-- /.content-wrapper -->
<?php include_once("common/footer.php");?>
</div><!-- ./wrapper -->
<?php include_once("common/footer_links.php");?>
</body>
</html>