0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
templates
/
modules
/
[
Home
]
File: mod-wiki_last_comments.tpl
{* $Header: /cvsroot/tikiwiki/tiki/templates/modules/mod-wiki_last_comments.tpl,v 1.4.4.6 2005/04/12 14:34:44 luciash Exp $ *} {if $feature_wiki eq 'y'} {if $nonums eq 'y'} {eval var="{tr}Last `$module_rows` wiki comments{/tr}" assign="tpl_module_title"} {else} {eval var="{tr}Last wiki comments{/tr}" assign="tpl_module_title"} {/if} {tikimodule title=$tpl_module_title name="wiki_last_comments" flip=$module_params.flip decorations=$module_params.decorations} <table width="100%" border="0" cellpadding="0" cellspacing="0"> {section name=ix loop=$comments} <tr> {if $nonums != 'y'}<td valign="top" class="module">{$smarty.section.ix.index_next})</td>{/if} <td class="module"> <a class="linkmodule" href="tiki-index.php?page={$comments[ix].page|escape:"url"}&comzone=show#comments" title="{$comments[ix].commentDate|tiki_short_datetime}, {tr}by{/tr} {$comments[ix].user}{if $moretooltips eq 'y'}{tr} on page {/tr}{$comments[ix].page}{/if}"> {if $moretooltips ne 'y'}<b>{$comments[ix].page}:</b>{/if} {$comments[ix].title} </a> </td> </tr> {/section} </table> {/tikimodule} {/if}