template updates for internationalization, including updated all.properties

This commit is contained in:
tworrall 2013-05-20 15:36:37 -04:00
parent dbcc75dc20
commit 639f0450ac
86 changed files with 917 additions and 448 deletions

View file

@ -5,17 +5,17 @@
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/revision.css" />')}
<section role="region">
<h2>Revision Information</h2>
<h2>${i18n().revision_info}</h2>
<section id="revision-levels" role="region">
<table summary="VIVO revision's levels table">
<caption>Levels:</caption>
<caption>${i18n().levels}:</caption>
<tr>
<th>name</th>
<th>release</th>
<th>revision</th>
<th>${i18n().name}</th>
<th>${i18n().release}</th>
<th>${i18n().revision}</th>
</tr>
<#list revisionInfoBean.levelInfos as level>
<tr>
@ -28,7 +28,7 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/revision.css" /
</section>
<section id="revision-build-date" role="region">
<h3>Build date:</h3>
<h3>${i18n().build_date}:</h3>
<p>${revisionInfoBean.buildDate?datetime?string.full}</p>
</section>