JAL-4004 working templates and generated whatsNew.html and releases.html file for...
[jalview.git] / help / templates / releases.html
1
2 <html>
3 <!--
4  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
5  * Copyright (C) $$Year-Rel$$ The Jalview Authors
6  * 
7  * This file is part of Jalview.
8  * 
9  * Jalview is free software: you can redistribute it and/or
10  * modify it under the terms of the GNU General Public License 
11  * as published by the Free Software Foundation, either version 3
12  * of the License, or (at your option) any later version.
13  *  
14  * Jalview is distributed in the hope that it will be useful, but 
15  * WITHOUT ANY WARRANTY; without even the implied warranty 
16  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
17  * PURPOSE.  See the GNU General Public License for more details.
18  * 
19  * You should have received a copy of the GNU General Public License
20  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
21  * The Jalview Authors are detailed in the 'AUTHORS' file.
22  -->
23 <head>
24 <title>Release History</title>
25 <style>
26 table, th, td {
27   border: solid #cccccc 1px;
28   border-collapse: collapse;
29 }
30 ul {
31   padding: 2;
32   margin-left: 18;
33   list-style-type: square;
34 }
35 ul ul {
36   list-style-type: circle;
37 }
38 ul ul ul {
39   list-style-type: disc;
40 }
41 li::marker {
42   color: #0084A8;
43 }
44 li {
45   padding-bottom: 5;
46 }
47 th {
48   font-size: 110%;
49   text-style: none;
50   font-weight: bold;
51   padding: 5;
52 }
53 .release {
54   text-align: center;
55 }
56 .new_features,
57 .issues_resolved {
58   text-align: left;
59 }
60 td {
61   vertical-align: top;
62   padding: 10;
63 }
64 td.release {
65   width: 8%;
66   font-weight: bold;
67   text-style: italic;
68   text-overflow: ellipsis;
69   white-space: nowrap;
70 }
71 td.new_features,
72 td.issues_resolved {
73   width: 46%;
74   text-align: left;
75 }
76 </style>
77 </head>
78 <body>
79   <p>
80     <strong>Release History</strong>
81   </p>
82   <table border="1">
83     <tr>
84       <th class="release" width="8%" align="center" valign="top" nowrap><a id="Jalview.$$Version-Rel$$">Release</th>
85       <th class="new_features" width="46%" align="left" valign="top">New Features</th>
86       <th class="issues_resolved" width="46%" align="left" valign="top">Issues Resolved</th>
87     </tr>
88     <tr>
89 __VERSION_LOOP_START__
90       <td class="release" align="center" valign="top" nowrap>
91         <strong>__VERSION_LINK__</strong>
92         <br />
93         <em>__DISPLAY_DATE__</em>
94       </td>
95       <td class="new_features" align="left" valign="top">
96 __NEW_FEATURES__
97       </td>
98       <td class="issues_resolved" align="left" valign="top">
99 __ISSUES_RESOLVED__
100       </td>
101     </tr>
102 __VERSION_LOOP_END__
103   </table>
104   <p>&nbsp;</p>
105 </body>
106 </html>