{*************************************************************************** * You can find the license in the docs directory * * Unicode Reminder メモ ***************************************************************************} {* OCSTYLE *} {strip}
World {t}Reported caches{/t}
{if $error == 1}

{t}The report is already assigned to another admin!{/t}

{elseif $error == 2}

{t}The report is already assigned to you!{/t}

{elseif $error == 3}

{t}You can not work on this report! Another admin is already pursuing it.{/t}

{elseif $error == 4}

{t}To work on a report you have to assign it to you!{/t}

{/if} {if $list == true} {assign var="otheradmins" value=0} {foreach from=$reportedcaches item=rc} {if $rc.otheradmin > $otheradmins} {assign var="otheradmins" value=$rc.otheradmin} {/if} {if $otheradmins} {/if} {foreachelse} {/foreach}
{t}ID{/t}{t}Name{/t}{t}Owner{/t}{t}Reporter{/t}{t}Date{/t}

{t}(*) New reports{/t}

{t}ID{/t}{t}Name{/t}{t}Owner{/t}{t}Reporter{/t}{t}Admin{/t}{t}Date{/t}
{$rc.id} {$rc.new|escape}{$rc.name|escape} {$rc.ownernick|escape} {$rc.username|escape}{$rc.adminname|escape}{$rc.lastmodified|date_format:$opt.format.date}
{t}No reported caches{/t}
{if $reportedcaches != NULL and $otheradmins==0}

{t}(*) New reports{/t}

{/if} {else}

{t}Details for report of {/t} {$cachename|escape} {t} by {/t} {$usernick|escape}       {foreach from=$cachexternal key=extname item=exturl} [{$extname}]   {/foreach}

{if $created != null}

{t}Created at{/t}: {$created|date_format:$opt.format.datelong}

{/if} {if $lastmodified != $created}

{t}Last modified{/t}: {$lastmodified|date_format:$opt.format.datelong}

{/if}

{t}State:{/t} {$status}  Admin: {if $adminnick==''}{t}not assigned{/t}{else}{if $otheradmin}{/if}{$adminnick|escape}{if $otheradmin}{/if}{/if}

{t}Reason:{/t} {$reason|escape|nl2br}

{t}Comment:{/t} {$note|escape|nl2br}

{t}Action{/t}

{if !$ownreport} {else}     

{t}Set state{/t}

{t}Ready for search{/t}     {t}Temporary not available{/t}     {t}Archived{/t}     {t}Locked, visible{/t}     {t}Locked, invisible{/t}

{if $otheradmin}


{t}Warning: This report is already assigned to another admin. Consult him first before you assume the report!{/t} {/if} {/if}
{include file=adminhistory.tpl reportdisplay=true showhistory=true} {/if}
{/strip}