2010-10-27 14:51:50 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
|
|
|
<#-- Template for version/revision information -->
|
|
|
|
|
2010-11-23 01:28:39 +00:00
|
|
|
<#-- Only show version info if user has access -->
|
|
|
|
<#if user.hasRevisionInfoAccess>
|
|
|
|
<div id="revision">
|
2013-05-20 15:36:37 -04:00
|
|
|
${i18n().version} <a href="${version.moreInfoUrl}" title="${i18n().version}">${version.label}</a>
|
2010-10-27 14:51:50 +00:00
|
|
|
</div>
|
|
|
|
</#if>
|