Example #1
0
                	<div id="livinggallery" class="galleries">
                        <h2>Living Information</h2>
					    <a href="html/livingHomepage.html" title="Living information section">
					    <img id="livingPhotos" title="living info" src="images/g1.jpg" alt="living information picture">
					    </a>
				   </div>
                   <div id="livingpartText">
                       <h1><span id="lquote">“</span>Find the most intresting things in this city!</h1>
                           <div id="bt2">
                               <a href="html/livingHomepage.html" title="living Info">
                                   <button type="button" class="bt2">Get Start</button>
                               </a>
                           </div>
                   </div>
            </div>
		</div>

		<script src="scripts/switchphotos.js"></script>
        <div class="hidden">
        <?php 
loadLoginForm($mask, $loginPaneVisibility);
?>
        </div>

		<div id="footer">
        </div>	
	</body>
</html>
<?php 
// end output buffering and send our HTML to the browser as a whole
ob_end_flush();
Example #2
0
<html>
	<head>
		<meta charset="utf-8">
		<title>Servival Guide for International Students </title>
		<link href="../style/base.css" rel="stylesheet" type="text/css">
        <link href="../style/homepage.css" rel="stylesheet" type="text/css">
        <link href="../style/comment.css" rel="stylesheet" type="text/css">
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
        <script src="../scripts/addheaderfooter_jquery.js"></script>

	</head>
	<!--content-->
	<body>
		<!--header with logo, navigation-->
		<div id="header"></div>
		
		<!--conten-->
		<div id="content">
		<?php 
loadLoginForm("", "visible");
?>
>
		</div>

		
		<div id="footer"></div>	
	</body>


</html>