{*************************************************************************** * You can find the license in the docs directory * * Unicode Reminder メモ ***************************************************************************}
{if $logItem.oc_team_comment}{/if}
{include file="res_logtype.tpl" type=$logItem.type}
{if $logItem.recommended==1} {* Ocprop: rating-star\.gif *}
{/if}
{$logItem.date|date_format:$opt.format.datelong}{if $logItem.time!="00:00:00"}, {$logItem.time|substr:0:5}{/if}
{capture name=username}
{$logItem.username|escape}
{/capture}
{if $logItem.type==1} {* Ocprop: $htmluserid<\/a>\s*(hat das Event besucht|hat den Geocache gefunden|found the Geocache|has visited the event) *}
{t 1=$smarty.capture.username}%1 found the geocache{/t}
{elseif $logItem.type==2} {* Ocprop: $htmluserid<\/a>.\s*(hat den Geocache nicht gefunden|didn't find the Geocache|didn't find the Geoacache) *}
{t 1=$smarty.capture.username}%1 didn't find the geoacache{/t}
{elseif $logItem.type==3}
{t 1=$smarty.capture.username}%1 wrote a note{/t}
{elseif $logItem.type==7}
{t 1=$smarty.capture.username}%1 has visited the event{/t}
{elseif $logItem.type==8}
{t 1=$smarty.capture.username}%1 wants to visit the event{/t}
{elseif $logItem.type==9}
{t 1=$smarty.capture.username}%1 has archived the geocache{/t}
{elseif $logItem.type==10}
{if $logItem.oc_team_comment}
{t 1=$smarty.capture.username}%1 has activated the geocache{/t}
{else}
{t 1=$smarty.capture.username}%1 has maintained the geocache{/t}
{/if}
{elseif $logItem.type==11}
{t 1=$smarty.capture.username}%1 has disabled the geocache{/t}
{elseif $logItem.type==13}
{t 1=$smarty.capture.username}%1 has locked the geocache{/t}
{elseif $logItem.type==14}
{t 1=$smarty.capture.username}%1 has locked and hidden the geocache{/t}
{else}
{t 1=$smarty.capture.username}%1{/t}
{/if}
{if $logItem.userid==$login.userid && ($cache.userid==$login.userid || $cache.status!=6 || $cache.adminlog)}
[{t}Edit{/t}]
{/if}
{if $cache.userid==$login.userid || $logItem.userid==$login.userid}
[{t}Delete{/t}]
{/if}
{if $logItem.userid==$login.userid && $cache.status!=6}
[{t}Upload picture{/t}]
{/if}
{$logItem.text}
{else}{$logItem.text|smiley|hyperlink}
{/if} {foreach from=$logItem.pictures item=pictureItem name=pictures} {if $smarty.foreach.pictures.first} {t}Pictures for this logentry:{/t}