Example #1
0
<!-- Local JavaScript -->
<script src="js/docs.js"></script>
<script src="js/github.info.js"></script>
<script src="js/custom.js"></script>

<title>Metro UI CSS : Metro Bootstrap CSS Library</title>
</head>
<body class="metro">
<?php 
if (isset($_GET['jid'])) {
    $id = $_GET['jid'];
}
include 'functions.php';
$handle = new Database();
$result = $handle->runQuery("SELECT JobId, JobTitle, JobDepartment, JobLocation, JobShortDesc, JobDetailDesc, JobCreated from webx_jobs WHERE JobActive = 1 AND JobId = '" . $handle->decryption($id) . "' ORDER BY JobOrderBy");
?>
<header class="bg-dark" data-load="header.php"></header>
<div class="">
    <!--<div style="background: url(images/b1.jpg) top left no-repeat; background-size: cover; height: 300px;">
        <div class="container" style="padding: 50px 20px">
            <h1 class="fg-white">Abx</h1>
            <h2 class="fg-white">Metro UI CSS a set of styles to create a site<br /> with an interface similar to Windows 8.</h2>
            <a href="https://github.com/olton/Metro-UI-CSS/archive/master.zip" class="place-left button bg-darkRed bg-hover-red fg-white fg-hover-white bd-orange" style="margin-top: 10px">
                <h3 style="margin: 10px 40px">Download <span class="icon-download-2 on-right"></span></h3>
            </a>
        </div>
    </div>-->
    <?php 
while ($row = $result->fetch_array(MYSQLI_ASSOC)) {
    ?>