Clean up JSP code
[proteocache.git] / webapp / view / home.jsp
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
3 <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
4 <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
5
6 <html>
7 <jsp:include page="fragments/header.jsp" />
8 <body>
9         <div class="container">
10                 <jsp:include page="fragments/mainmenu.jsp" />
11                 <div class="row">
12                         <div class="col-md-6">
13                         <div class="panel panel-default">
14                         <div class="panel-heading">Execution statistics for the last days</div>
15                         <div class="panel-body">
16                                 Statistics plot
17                         </div>
18                         </div>
19                 </div>
20                 <div class="col-md-6">
21                         <div class="panel panel-default">
22                         <div class="panel-heading">Overview</div>
23                         <div class="panel-body">
24                                 ProteoCache is as a repository of the result of running all tools in the Dundee Resource on
25                                 complete proteomes.  The data are updated on a regular basis as tools are improved and genomes newly
26                                 sequenced or updated.
27                         </div>
28                         </div>
29                 </div>
30                 </div>
31                 <jsp:include page="fragments/footer.jsp"/>
32         </div>
33 </body>
34 </html>