c162050f6a072f199ba842b7f0ff2c1ff7670352
[proteocache.git] / webapp / view / fragments / header.jsp
1 <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
2
3 <head>
4         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5         <meta name="viewport" content="width=device-width, initial-scale=1.0">
6         <title>ProteoCache</title>
7         <spring:url value="/images/favicon.ico" var="favicon" />
8         <link rel="shortcut icon" href="${favicon}" />
9         
10         <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
11         <script src="https://code.jquery.com/jquery.js"></script>
12
13         <spring:url value="/css/proteocache.css" var="internalcss" />
14         <spring:url value="/bootstrap-3.0.2/css/bootstrap.min.css" var="bootstrapcss" />
15         <spring:url value="/bootstrap-3.0.2/js/bootstrap.js" var="bootstrapjs2" />
16         <spring:url value="/bootstrap-3.0.2/js/bootstrap.min.js" var="bootstrapjs1" />
17         <spring:url value="/js/modernizr.271.custom.js" var="modernizr" />
18
19         <link rel="stylesheet" type="text/css" href="${internalcss}" />
20         <link rel="stylesheet" type="text/css" href="${bootstrapcss}" />
21         <link rel="stylesheet" type="text/css" href="${jQueryUiCss}" />
22         <script src="${bootstrapjs1}"></script>
23         <script src="${modernizr}"></script>
24 </head>