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-10-27 15:00:57 +00:00
|
|
|
<#-- Only show version info if user is logged in -->
|
2010-10-27 14:51:50 +00:00
|
|
|
<#if loginName??>
|
|
|
|
<div id="version">
|
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>
|