{*************************************************************************** * You can find the license in the docs directory * * Unicode Reminder メモ ***************************************************************************} {* OCSTYLE *} {if $action=='edit'}
Watched Caches {t}Watched Geocaches - Settings{/t}
{if $error==true} {elseif $saved==true} {/if}
{t}Delivery:{/t}
{t}Send at:{/t} {t}#timetitle{/t}
{t}Sent day:{/t}
  {t}Sent time and day is only used with daily or weekly delivery.{/t}
{t}Error while trying to save!{/t}
{t}Settings stored successfull.{/t}
  
{else}
Watched Caches {t}Watched Geocaches{/t}
{foreach from=$watches item=watchItem} {cycle values="#eeeeee,#e0e0e0" assign=bgcolor} {foreachelse} {/foreach}
{t}Type{/t} {t}State{/t} {t}Name{/t} {t}Last found{/t}  
{include file="res_cacheicon_22.tpl" cachetype=$watchItem.type|escape} {include file="res_cachestatus.tpl" status=$watchItem.status} {$watchItem.name|escape} {if $watchItem.lastfound==null} --- {else} {$watchItem.lastfound|date_format:$opt.format.date} {/if} [{t}remove{/t}]

{t}No Geocaches watched.{/t}
{/if}