Rev 18 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed
<%@ include file="html_head.jsp" %>
<%-- Only serves as a container for the different site elements!
Do not write any text directly into the container div! --%>
<div id="page-container">
<div id="header">
<%@ include file="header.jsp" %>
</div>
<div id="navbar">
<%@ include file="user_nav.jsp" %>
</div>
<div id="content">
<%@ include file="user_main.jsp" %>
</div>
</div>
</body>
</html>