Beispiel #1
0
<?php

require_once "./includes/initialize.php";
session_start();
if (!isset($_SESSION['smemp'])) {
    header("Location: index.php");
    exit;
}
$sm_empid = $_SESSION['smemp'];
if (isset($_GET['id'])) {
    $bm_emp_id = $_GET['id'];
    $topper = man_power::Activity_list2($bm_emp_id);
}
require_once 'header.php';
?>
<script src="jquery-ui.js" type="text/javascript"></script>
<a href="SMviewStatus.php"> << Back</a>

<div class="row">
    <div class="col-lg-12">
        <div class="col-xs-12">
            <table class="table table-bordered table-stripped">
                <tr style="background: #5BC6DE">
                    <th>BM Name</th>
                    <td>Doctor Converted</td>
                    <td>Health Device Clinic</td>
                    <th>RCP Drives</th>
                    <th>No of Rotahaler Changed</th>
                    <td>RCP Made</td>

                    <th>Date</th>