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">
|
2010-10-27 19:57:57 +00:00
|
|
|
Version <a href="${version.moreInfoUrl}">${version.label}</a>
|
2010-10-27 14:51:50 +00:00
|
|
|
</div>
|
|
|
|
</#if>
|