0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
wiki-plugins
/
[
Home
]
File: wikiplugin_events.tpl
<table class="normal"> <tr><th colspan="2">{tr}Upcoming Events{/tr}</th></tr> {cycle values="odd,even" print=false} {foreach from=$events item=event} <tr class="{cycle advance=false}"> <td> {if $datetime eq 1} {capture name="start"}{$event.start|tiki_short_datetime}{/capture} {capture name="end"}{$event.end|tiki_short_datetime}{/capture} {$smarty.capture.start}{if $smarty.capture.start ne $smarty.capture.end}<br />{$smarty.capture.end}{/if} {else} {capture name="start"}{$event.start|tiki_short_date}{/capture} {capture name="end"}{$event.end|tiki_short_date}{/capture} {$smarty.capture.start}{if $smarty.capture.start ne $smarty.capture.end}<br />{$smarty.capture.end}{/if} {/if} </td> <td width="100%"> <a class="linkmodule" href="tiki-calendar_edit_item.php?viewcalitemId={$event.calitemId}">{$event.name|escape}</a> {if $desc}<br />{$event.description|escape}{/if} </td> </tr><!-- {cycle} --> {/foreach} </table>