2010-10-27 19:57:57 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
|
|
|
<#-- Template for the Revision Information page. -->
|
|
|
|
|
2010-11-12 22:00:51 +00:00
|
|
|
${stylesheets.add("/css/revision.css")}
|
|
|
|
|
2010-11-17 15:08:49 +00:00
|
|
|
<section role="region">
|
2010-11-12 22:00:51 +00:00
|
|
|
<h2>Revision Information</h2>
|
|
|
|
|
2010-11-17 15:08:49 +00:00
|
|
|
<section id="revision-levels" role="region">
|
2010-11-12 22:00:51 +00:00
|
|
|
|
2010-11-17 15:08:49 +00:00
|
|
|
<table summary="VIVO revision's levels table">
|
2010-11-12 22:00:51 +00:00
|
|
|
<caption>Levels:</caption>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th>name</th>
|
|
|
|
<th>release</th>
|
|
|
|
<th>revision</th>
|
|
|
|
</tr>
|
|
|
|
<#list revisionInfoBean.levelInfos as level>
|
|
|
|
<tr>
|
|
|
|
<td>${level.name}</td>
|
|
|
|
<td>${level.release}</td>
|
|
|
|
<td>${level.revision}</td>
|
|
|
|
</tr>
|
|
|
|
</#list>
|
|
|
|
</table>
|
|
|
|
</section>
|
2010-10-27 19:57:57 +00:00
|
|
|
|
2010-11-12 22:00:51 +00:00
|
|
|
<section id="revision-build-date" role="region">
|
|
|
|
<h3>Build date:</h3>
|
2010-10-27 19:57:57 +00:00
|
|
|
|
2010-11-12 22:00:51 +00:00
|
|
|
<p>${revisionInfoBean.buildDate?datetime?string.full}</p>
|
|
|
|
</section>
|
|
|
|
</section>
|