Develop new website, tile/taglib based, for the project
[proteocache.git] / website / Index.jsp
1 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
2 <%@ taglib prefix="t" uri="http://tiles.apache.org/tags-tiles"%>
3 <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
4
5 <div id="wrapper">
6         <div id="panel">
7                 <t:insertAttribute name="panel" />
8         </div>
9
10         <div id="content">
11                 <h3>ProteoCache</h3>
12                 <p>bla-bla-bla</p>
13         </div>
14
15         <t:insertAttribute name="bottom" />
16 </div>