footer.php 2.6 KB
<div class="modal fade" id="realops-login-info" tabindex="-1" role="dialog" aria-labelledby="realops-login-info-label" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
                <h4 class="modal-title" id="realops-login-info-label">Login with VATSIM SSO</h4>
            </div>
            <div class="modal-body">
                <p><strong>You are about to be redirected to the VATSIM Single Sign On service to login.</strong></p>
                <p>The VATSIM Single Sign On service allows you to log into the RealOps Sydney event website without having to fill out a registration form.</p>
                <p>We will <strong>not</strong> have access to your VATSIM password.</p>
                <p>Once you log in, we will have one-time access to some information about you, including your name, email address and some publicly-available VATSIM-related information such as your ATC rating. We will use this information for the purpose of administering this event and promoting future runnings of this event. This information will be removed from our servers by December 2015.</p>
                <p><strong>New to VATSIM?</strong> <a href="http://www.vatsim.net/about-vatsim/members/joinvatsim/">Sign up today!</a></p>
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
                <a href="/sso/index.php?redirect=<?php echo basename($_SERVER['PHP_SELF']) ?>" type="button" class="btn btn-primary">Continue to VATSIM SSO</a>
            </div>
        </div>
    </div>
</div>
<footer>
    <p>Website by &copy; Hayden McClure & David Zhong 2015<br />Photographs courtesy of Sydney Airport Corporation Limited // <a href="credits.php">Credits</a></p>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="validation/js/formValidation.js"></script>
<script type="text/javascript" src="validation/js/framework/bootstrap.js"></script>
<script src="js/script.js"></script>
<script src="js/formValidation.js"></script>

<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="/js/realops.js"></script>
<div id="pilot" style="display:none;"><?php echo $_SESSION['vatsimID']; ?></div>
</body>
</html>