Merge branch 'master' of https://source.jalview.org/git/proteocache into NewWebsite
[proteocache.git] / website / template.jsp
1 <%@ taglib prefix="t" uri="http://tiles.apache.org/tags-tiles"%>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <title>Dundee ProteoCache</title>
6 <link type="text/css" href="${pageContext.request.contextPath}/css/ws.css" rel="stylesheet" />
7 <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700' rel='stylesheet' type='text/css' />
8 <script type="text/javascript" src="${pageContext.request.contextPath}/css/prototype-1.6.0.3.js"></script>
9 </head>
10 <body>
11         <div id="page">
12                 <div id="banner">
13                         <t:insertAttribute name="banner" />
14                 </div>
15                 <t:insertAttribute name="content" />
16         </div>
17 </body>
18 </html>