</div>
								</div> <!-- ./box-header -->
								<div class="box-body">
									Click on the green button to publish the result.<br/>
									SPI (Student Performance Index) and CPI (Cummulative Performance Index) will be calculated henceforth. Please do not refresh or close the browser before getting any response.<br/>
									All students will be able to see his/her result in SIS.<br/>
									<b>Condition : All course's result must be approved prior to publishing otherwise result will not be published.</b>
									
								</div> <!-- ./box-body -->
							</div>
						</div>
						<div class="col-md-3">
							<div id="reg_update"></div>
							<?php 
$s = new Semester();
if (!$s->isRegistration()) {
    ?>
							<div class="box box-success">
								<div class="box-header">
									<h3 class="box-title">Online Registration</h3>
									<div class="btn btn-success btn-lg pull-right" id="start_registration">
		                             	<i class="fa fa-play"></i> Start
		                             </div>
								</div> <!-- ./box-header -->
								<div class="box-body">
									Click on Start button to start online student's registration.<br/>
									<?php 
    $s = new Student();
    $r = $s->getAllStudents();
    if (!empty($r)) {
        echo "<b>" . $r->num_rows . "</b> Earlier Registered Students.";