<?php

include_once "php/DBHandler.php";
$bts_handler = new DBHandler();
$bts_handler->connect();
$bts_handler->set_cookie();
?>
<!DOCTYPE HTML>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <title>BTS Student Labs</title>
        <link href="./css/main.css" rel="stylesheet" type="text/css">
    </head>
    <body>
        <div id="wapper">
            <div id="head">
                <div id="banner">
                    <div id="instLogo">
                        <a href="http://www.informatik.hs-mannheim.de/"><img src="media/images/Informatik Logo.jpg" style="border:0;" width="260" height="90" alt="Fakultät Informatik Logo" longdesc="http://www.informatik.hs-mannheim.de/"></a>
                    </div>
                    <div id="fhLogo">
                        <a href="http://www.hs-mannheim.de"><img src="media/images/fhlogo.jpg" width="165" height="91" alt="HS Mannheim Logo" longdesc="http://hs-mannheim.de"></a>
                    </div>
                </div>
                <div id="main-menue">
                    <img src="media/images/mmbl.gif" width="38" height="61" alt="Banner Rand Linker metallern mit Schraube" id="schraubelinks">
                    <div id="nav">
                        <div id="first-nav">
                            <a class="selected" href="#">Home</a>
                            <a class="unselected" href="seiten/scheduling.php">Scheduling</a>