Rev 20 | Go to most recent revision | Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 15 | moos | 1 | <%@ include file="html_head.jsp" %> |
| 2 | |||
| 3 | <%-- Only serves as a container for the different site elements! |
||
| 4 | Do not write any text directly into the container div! --%> |
||
| 5 | <div id="page-container"> |
||
| 6 | <div id="header"> |
||
| 7 | <%@ include file="header.jsp" %> |
||
| 8 | </div> |
||
| 9 | |||
| 10 | <div id="navbar"> |
||
| 11 | <%@ include file="user_nav.jsp" %> |
||
| 12 | </div> |
||
| 13 | |||
| 14 | <div id="content"> |
||
| 15 | <%@ include file="user_main.jsp" %> |
||
| 16 | </div> |
||
| 17 | </div> |
||
| 18 | |||
| 19 | </body> |
||
| 20 | </html> |