0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
modules
/
[
Home
]
File: mod-last_modif_pages.tpl
{* $Id: mod-last_modif_pages.tpl 17630 2009-03-26 03:37:22Z luciash $ *} {if $prefs.feature_wiki eq 'y'} {if !isset($tpl_module_title)} {if $nonums eq 'y'} {eval var="{*<a href=\"tiki-lastchanges.php\">*}{tr}Last `$module_rows` changes{/tr}{*</a>*}" assign="tpl_module_title"} {else} {eval var="{*<a href=\"tiki-lastchanges.php\">*}{tr}Last changes{/tr}{*</a>*}" assign="tpl_module_title"} {/if} {/if} {tikimodule error=$module_params.error title=$tpl_module_title name="last_modif_pages" flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle} {if $nonums != 'y'}<ol>{else}<ul>{/if} {section name=ix loop=$modLastModif} <li> {if $absurl == 'y'} <a class="linkmodule" href="{$base_url}tiki-index.php?page={$modLastModif[ix].pageName|escape:"url"}" title="{$modLastModif[ix].lastModif|tiki_short_datetime}{if $prefs.wiki_authors_style ne 'lastmodif'}, {tr}by{/tr} {if $modLastModif[ix].user ne ''}{$modLastModif[ix].user|username}{else}{tr}Anonymous{/tr}{/if}{/if}{if (strlen($modLastModif[ix].pageName) > $maxlen) && ($maxlen > 0)}, {$modLastModif[ix].pageName}{/if}"> {if $maxlen > 0}{* 0 is default value for maxlen eq to 'no truncate' *} {$modLastModif[ix].pageName|escape|truncate:$maxlen:"...":true} {else} {$modLastModif[ix].pageName|escape} {/if} </a> {else} <a class="linkmodule" href="{$modLastModif[ix].pageName|sefurl}" title="{$modLastModif[ix].lastModif|tiki_short_datetime}{if $prefs.wiki_authors_style ne 'lastmodif'}, {tr}by{/tr} {if $modLastModif[ix].user ne ''}{$modLastModif[ix].user|username}{else}{tr}Anonymous{/tr}{/if}{/if}{if (strlen($modLastModif[ix].pageName) > $maxlen) && ($maxlen > 0)}, {$modLastModif[ix].pageName}{/if}"> {if $maxlen > 0}{* 0 is default value for maxlen eq to 'no truncate' *} {$modLastModif[ix].pageName|escape|truncate:$maxlen:"...":true} {else} {$modLastModif[ix].pageName|escape} {/if} </a> {/if} </li> {/section} {if $nonums != 'y'}</ol>{else}</ul>{/if} <a class="linkmodule" style="margin-left: 20px" href="tiki-lastchanges.php">...{tr}more{/tr}</a> {/tikimodule} {/if}