{*************************************************************************** * You can find the license in the docs directory * * Unicode Reminder メモ ***************************************************************************} {* OCSTYLE *}
{t}Latest logs entries{/t} {t}Latest logs entries{/t}
{assign var='lastCountry' value=''} {foreach name=newLogs from=$newLogs item=newLog} {if $newLogsPerCountry} {if $newLog.country_name!=$lastCountry} {/if} {/if} {assign var='lastCountry' value=$newLog.country_name} {/foreach}
{$newLog.country_name|escape}
{$newLog.date_created|date_format:$opt.format.date} - {if $newLog.type==1} {elseif $newLog.type==2} {elseif $newLog.type==3} {elseif $newLog.type==7} {elseif $newLog.type==8} {/if} {capture name=cachename} {$newLog.cachename|escape} {/capture} {capture name=username} {$newLog.username|escape} {/capture} {if $newLog.type==1} {t 1=$smarty.capture.cachename 2=$smarty.capture.username}%2 found %1{/t} {elseif $newLog.type==2} {t 1=$smarty.capture.cachename 2=$smarty.capture.username}%2 didn't find %1{/t} {elseif $newLog.type==3} {t 1=$smarty.capture.cachename 2=$smarty.capture.username}%2 wrote a note for %1{/t} {elseif $newLog.type==7} {t 1=$smarty.capture.cachename 2=$smarty.capture.username}%2 visited %1{/t} {elseif $newLog.type==8} {t 1=$smarty.capture.cachename 2=$smarty.capture.username}%2 want's to visit %1{/t} {/if}