Rev 15 | Rev 20 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed
<%@ page errorPage="ErrorHandler.jsp" %>
<%@ 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>
<%@ include file="login.jsp" %>
</div>
</body>
</html>