You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
771 B

{* $Id$ *}
{strip}
{tikimodule error=$module_params.error title=$tpl_module_title name=$tpl_module_name flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle}
{capture assign="lastup"}{svn_lastup}{/capture}
{capture assign="svnrev"}{svn_rev}{/capture}
{if !empty($lastup)}
<div class="mod-svnup cvsup">
<span class="label">{tr}Last updated{/tr}</span>&nbsp;
<span class="branch">(SVN {$tiki_version}{if !empty($svnrev)}:{$svnrev}{/if}):</span>&nbsp;
<span class="date">{$lastup|tiki_long_datetime}</span>
</div>
{else}
{tr}No Subversion checkout or unable to determine last update{/tr}
{/if}
{/tikimodule}
{/strip}