<h3 class="next"><a
                            href="<?php 
                    echo $_SERVER['PHP_SELF'];
                    ?>
?Exit"><?php 
                    echo get_text('Exit');
                    ?>
</a></h3>
                </div>
            <?php 
                } else {
                    if ($_GET['Step'] == 1) {
                        $poll = get_poll_by_reviewer_reviewee_batch($_SESSION['user_id'], $_SESSION['user_id'], get_running1_batch_id());
                        if ($poll) {
                            $poll_status = get_poll_status($poll);
                            echo '<div class="topContent">';
                            include 'includes/form/own_poll.php';
                            echo '</div>';
                        } else {
                            echo '<div class="topContent">' . get_text('Error_occured_try_again') . '</div>';
                        }
                    } else {
                        if ($_GET['Step'] == 2) {
                            echo '<div class="topContent">';
                            include 'includes/form/preferred_reviewer.php';
                            echo '</div>';
                        } else {
                            if ($_GET['Step'] == 3) {
                                echo '<div class="topContent">';
                                include 'includes/form/preferred_reviewee.php';
                        echo get_text('Submit_explanation');
                    }
                }
                ?>
                        </form>
                    <?php 
            }
            ?>
                </div>
            <?php 
        }
    }
    ?>
    </div>
    <?php 
    if (isset($_GET['Poll']) && get_poll_status($_GET['Poll']) != get_poll_status_id('Commentaar')) {
        ?>
        <div class="topSidebar step">
            <?php 
        include 'includes/aside/fase2.php';
        ?>
        </div>
    <?php 
    }
} else {
    ?>
    <div class="topContent">
        <?php 
    echo get_text('Phase2_text');
    ?>
        <span id="start"><a href="?Start"><h1><?php