Current File : /home/inlingua/public_html/sensoriumpsychologists.com/student/index_old_bckup_13_4_20.php |
<?php
include_once("common/head_links.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>
Dashboard
</h1>
</section>
<!-- Main content -->
<section class="content">
<!-- Info boxes -->
<div class="row">
<!--<div class="col-md-4 col-sm-6 col-xs-12">
<div class="my_welcome_box">
<h4 style="margin-left:20px;padding-top:15px;font-weight:bold;">Greetings!</h4>
<div style="margin-left:20px;font-size:1.1em;"><strong>UID :</strong> <?php echo $session_row['registration_no'];?><br>
<strong>Name :</strong> <?php echo $session_row['fname'];?> <?php echo $session_row['lname'];?> <br>
</div>
<div style="font-weight:bold;text-align:right;padding-right:20px;padding-bottom:10px;"></div>
</div>
</div>-->
<div class="col-md-1 col-sm-1 col-xs-1"></div>
<div class="col-md-8 col-sm-12 col-xs-8">
<div class="info-box">
<!--<span class="info-box-icon bg-maroon-gradient"><i class="fa fa-edge"></i></span>-->
<div class="info-box-content">
<?php
$center_id= $session_row['center_id'];
$franchies=$session_row['franchise_id'];
$dsql="SELECT * FROM `shristi_students_dashboard` where status='1' AND center_id='$center_id' AND franchies_id='$franchies'";
$dresult=$conn->query($dsql);
$drow=$dresult->fetch_assoc();
//print_r($drow);
?>
<span class="info-box-text text-maroon"><strong><?php echo $drow['title'];?></strong></span>
<!--<span class="info-box-number"><i class="fa fa-inr"></i>1000/-</span>-->
<!-- <embed src="../uploads/students/<?php echo $drow['file'];?>" width="600px" height="400px" />-->
<div id="example1"></div>
<script src="js/PDFObject-master/pdfobject.js"></script>
<script>PDFObject.embed("../uploads/students/<?php echo $drow['file'];?>", "#example1");</script>
<style>
.pdfobject-container { height: 500px;}
.pdfobject { border: 1px solid #666; }
</style>
</div>
</div>
</div>
<div class="clearfix visible-sm"></div>
<!--<div class="col-md-4 col-sm-6 col-xs-12" style="margin-top:30px;">
<div class="info-box">
<span class="info-box-icon bg-purple-gradient"><strong>D</strong></span>
<div class="info-box-content">
<span class="info-box-text text-purple"><strong>D-Wallet Balance</strong></span>
<span class="info-box-number"><i class="fa fa-inr"></i>1000/-</span>
</div>
</div>
</div>-->
</div>
<!-- /.row -->
<!-- Main row -->
<!-- /.col -->
</section><!-- /.content -->
</div><!-- /.content-wrapper -->
<?php include_once("common/footer.php");?>
</div><!-- ./wrapper -->
<?php include_once("common/footer_links.php");?>
</body>
</html>