</div>
        </header>
        <div class="mdl-layout__drawer">
            <span class="mdl-layout-title">Scheduler</span>
            <nav class="mdl-navigation">
                <?php 
AccountDropdownBuilder::buildDropdown($db, $_SESSION);
?>
            </nav>
        </div>
        <main class="mdl-layout__content">
            <br/><section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
              <div class="mdl-card mdl-cell mdl-cell--12-col">
                <div class="mdl-card__supporting-text">
                <?php 
$scheduler->buildRoomTitle($db, $_GET['room_id']);
?>
                <form id="time_form" action="add_to_waitlist.php" method="get">
                    <input id="submitted" type="hidden" name="submitted" value="false" />
                    <input type="hidden" name="room_id" value="<?php 
echo $_GET['room_id'];
?>
" />
                    <b>Reservation Date:</b> <input type="text" id="datepicker" name="date" readonly="readonly" value="<?php 
echo $_GET['date'];
?>
" onchange="dateUpdated()"/>

                    <?php 
if (!empty($_GET['date'])) {
    // we want to show the time selector and a submit button