added libraries for struts 2 and hibernate. sites rewritten to match new technology
/trunk/WebContent/index.jsp |
---|
1,19 → 1,15 |
<%@ 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="user_nav.jsp" %> |
</div> |
<div id="content"> |
<%@ include file="user_main.jsp" %> |
</div> |
<%@ include file="login.jsp" %> |
</div> |
</body> |