NIHVIVO-653: Styled revisionInfo.ftl.
This commit is contained in:
parent
54a6cd4dba
commit
4f62fe72f1
2 changed files with 63 additions and 22 deletions
|
@ -2,27 +2,34 @@
|
|||
|
||||
<#-- Template for the Revision Information page. -->
|
||||
|
||||
<div>
|
||||
<h1>Revision Information</h1>
|
||||
${stylesheets.add("/css/revision.css")}
|
||||
|
||||
<section role="region">
|
||||
<h2>Revision Information</h2>
|
||||
|
||||
<h2>Build date:</h2>
|
||||
<div>
|
||||
${revisionInfoBean.buildDate?datetime?string.full}
|
||||
</div>
|
||||
<section id="revision-levels" role="region">
|
||||
|
||||
<table summary = "This table shows revision levels">
|
||||
<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>
|
||||
|
||||
<h2>Levels:</h2>
|
||||
<table>
|
||||
<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>
|
||||
</div>
|
||||
<section id="revision-build-date" role="region">
|
||||
<h3>Build date:</h3>
|
||||
|
||||
<p>${revisionInfoBean.buildDate?datetime?string.full}</p>
|
||||
</section>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue