{*************************************************************************** * You can find the license in the docs directory * * Unicode Reminder メモ ***************************************************************************} {* OCSTYLE *}
World {t}View useraccount details{/t}

{t}Username or email address{/t}:  

{if $error=='userunknown'}

{t}Username unknown{/t}

{/if} {if $success=='1'}

{t}User status was successfully changed.{/t}

{/if}

{if $showdetails==true}
World {t}Useraccount details{/t}
{if $msg=='sendcodecommit'} {/if} {if $candisable==true} {/if} {if $candelete==true} {/if} {if $cansetemail==true} {/if} {* {if $candelete==true || $candisable==true} *} {* {/if} *}
{t}Username:{/t} {$user.username|escape}
{t}User-ID:{/t} {$user.user_id|escape}
{t}E-Mail:{/t} {if $user.email_problems > 0}{$user.email|escape}{else}{$user.email|escape}{/if}
{t}Date created:{/t} {$user.date_created|date_format:$opt.format.date}
{t}Last modified:{/t} {$user.last_modified|date_format:$opt.format.date}
{t}User active:{/t} {if $user.is_active_flag}{t}Yes{/t}{else}{t}No{/t}{/if} {if $user.license_declined} ({t}declined data license{/t}){/if}
{t}Activation code:{/t} {$user.activation_code|escape} {if $user.activation_code!=''} Code erneut senden {/if}
  {t}A new activation mail has been sent.{/t}
{t}First name:{/t} {$user.first_name|escape}
{t}Last name:{/t} {$user.last_name|escape}
{t}Logentries:{/t} {$user.logentries|escape}
{t}Total hidden:{/t} {$user.hidden|escape}
{t}Active geocaches:{/t} {$user.hidden_active|escape}
{t}Last known login:{/t} {if $user.last_known_login}{$user.last_known_login|date_format:$opt.format.date}{else}{t}Unknown{/t}{/if}
 
  {t}Disable (and lock all geocaches owned) and remove all foreign licensed content{/t}
  {t}Disable (and lock all geocaches owned){/t}
  {t}Delete{/t}
{t}Mark e-mail address as invalid{/t}    {t}data license mail was not delivered{/t}
  {t}Sure?{/t}
 
{/if}