Subversion Repositories WebE

Rev

Rev 20 | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

1
<%@ 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>

  <div id="navbar">
    <%@ include file="nav.jsp"%>
  </div>

  <div id="content">
    <%@ include file="main.jsp"%>
  </div>
</div>

</body>
</html>