JAL-1620 version bump and release notes
[jalview.git] / examples-jbake / templates / header.ftl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1)
4  * Copyright (C) 2014 The Jalview Authors
5  * 
6  * This file is part of Jalview.
7  * 
8  * Jalview is free software: you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License 
10  * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
11  *  
12  * Jalview is distributed in the hope that it will be useful, but 
13  * WITHOUT ANY WARRANTY; without even the implied warranty 
14  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
15  * PURPOSE.  See the GNU General Public License for more details.
16  * 
17  * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
18  * The Jalview Authors are detailed in the 'AUTHORS' file.
19 -->
20 <head>
21   <TITLE>${content.title}</TITLE>
22   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
23
24   <link href="css/reset.css" rel="stylesheet" type="text/css" />
25   <link href="css/style.css" rel="stylesheet" type="text/css" />
26   
27   <!--[if IE 6]>
28       <link rel="stylesheet" type="text/css" href="css/ie6.css" />
29       <![endif]-->
30
31   <!--[if IE 7]>
32       <link rel="stylesheet" type="text/css" href="css/ie7.css" />
33       <![endif]-->
34
35   <!-- dd menu -->
36   <script type="text/javascript">
37     <!--
38         var timeout         = 500;
39         var closetimer  = 0;
40         var ddmenuitem      = 0;
41
42         // open hidden layer
43         function mopen(id)
44         { 
45         // cancel close timer
46         mcancelclosetime();
47
48         // close old layer
49         if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
50
51         // get new layer and show it
52         ddmenuitem = document.getElementById(id);
53         ddmenuitem.style.visibility = 'visible';
54
55         }
56         // close showed layer
57         function mclose()
58         {
59         if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
60         }
61
62         // go close timer
63         function mclosetime()
64         {
65         closetimer = window.setTimeout(mclose, timeout);
66         }
67
68         // cancel close timer
69         function mcancelclosetime()
70         {
71         if(closetimer)
72         {
73         window.clearTimeout(closetimer);
74         closetimer = null;
75         }
76         }
77
78         // close layer when click-out
79         document.onclick = mclose; 
80         // -->
81   </script>
82   <script>
83     <!--//--><![CDATA[//><!--
84 var _gaq = _gaq || [];_gaq.push(["_setAccount", "UA-9060947-1"]);_gaq.push(["_trackPageview"]);(function() {var ga = document.createElement("script");ga.type = "text/javascript";ga.async = true;ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(ga, s);})();
85 //--><!]]>
86   </script>
87 <#if (content.hclass?exists) > 
88   <#include content.hclass />
89 </#if>
90
91 </head>
92
93
94 <body>
95
96
97   <div id="header">
98     <div id="logo"><a href="http://www.jalview.org" title="Home"></a></div>
99     <ul id="buttons">
100       <li id="applet"><a href="applets.html" title="applet"></a></li>
101       <li id="desktop"><a href="../webstart/jalview.jnlp" title="desktop"></a></li>
102     </ul>
103   </div>
104
105   
106   <div id ="nav">
107     <div id="navInner">
108
109       <ul id="sddm">
110         <li><a href="http://www.jalview.org">Home</a></li>
111         <li><a href="http://www.jalview.org/about" onmouseover="mopen('m1')" onmouseout="mclosetime()">About</a>
112           <div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
113             <a href="http://www.jalview.org/about/documentation">Documentation</a>
114             <a href="http://www.jalview.org/about/citation">Publications</a>
115             <a href="http://www.jalview.org/about/credits">Credits</a>
116           </div>
117         </li>
118         <li><a href="http://www.jalview.org/faq">FAQ</a></li>
119         <li><a href="http://www.jalview.org/community" onmouseover="mopen('m3')" onmouseout="mclosetime()" class="community">Community</a>
120           <div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
121             <a href="http://www.jalview.org/mailman/listinfo/jalview-announce">News Mailing List</a>
122             <a href="http://www.jalview.org/mailman/listinfo/jalview-discuss">Discussion Mailing List</a>
123             <a href="http://www.jalview.org/community/links">Links</a>
124             <a href="http://www.jalview.org/community/community-news">Community News</a>
125           </div>
126         </li>
127         <li><a href="http://www.jalview.org/development" onmouseover="mopen('m4')" onmouseout="mclosetime()" class="development">Development</a>
128           <div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
129             <a href="http://www.jalview.org/development/release-history">Release History</a>
130             <a href="http://issues.jalview.org">Jalview Bug Tracker</a>
131             <a href="http://source.jalview.org/gitweb/">Jalview Git Web</a>
132             <a href="http://www.jalview.org/development/development-news">Development News</a>
133           </div>
134         </li>
135         <li><a href="http://www.jalview.org/training" onmouseover="mopen('m5')" onmouseout="mclosetime()" class="training">Training</a>
136           <div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
137             <a href="http://www.jalview.org/training/training-courses">Training Courses</a>
138             <a href="http://www.jalview.org/training/training-news">Training News</a>
139           </div>
140         </li>
141         <li><a href="http://www.jalview.org/download" class="download-right">Download</a></li>
142       </ul>
143       <div style="clear:both"></div>
144     </div>
145
146   </div>
147 <div id="pageWrap">