{*************************************************************************** * You can find the license in the docs directory * * Unicode Reminder メモ ***************************************************************************} {* OCSTYLE *}
Mein Profil {t 1=$login.username}Hello %1{/t}

{t}Logs{/t}  {t 1=$found}Geocaches found: %1{/t}

[{t}Show all{/t}] - {t}Your latest log entries:{/t}

{foreach from=$logs item=logItem} {foreachelse} {/foreach}
{include file="res_logtype.tpl" type=$logItem.type} {$logItem.date|date_format:$opt.format.datelong} {$logItem.name|escape} {t}by{/t} {$logItem.username|escape}
{t}No entries found{/t}

{t}Caches{/t}  {t 1=$hidden}Geocaches hidden: %1{/t}

[{t}Show all{/t}] - {t}Your latest Geocaches hidden:{/t}

{foreach from=$caches item=cacheItem} {foreachelse} {/foreach}
{include file="res_cachestatus.tpl" status=$cacheItem.status} {$cacheItem.date_hidden|date_format:$opt.format.datelong} {$cacheItem.name|escape}
{t}No Geocaches hidden{/t}

{t}Not published Geocaches will be available{/t}

{foreach from=$notpublished item=notpublishedItem} {foreachelse} {/foreach}
{include file="res_cachestatus.tpl" status=$notpublishedItem.status} {$notpublishedItem.date_activate|date_format:$opt.format.datelong} {$notpublishedItem.name|escape}
{t}All Geocaches are published{/t}

{t}E-Mails sent{/t}  {t 1=$emails}E-Mails sent: %1{/t}