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