{*************************************************************************** * You can find the license in the docs directory * * Unicode Reminder メモ ***************************************************************************} {* OCSTYLE *}
{t}My profile data{/t}
{if $edit==true}
{/if}

{t}The following informations are stored in your userprofile:{/t}
{t}Gray entries will be hidden to other users.{/t}

{if $errorUnknown==true} {/if} {if $edit==false} {/if} {if $edit==true} {/if}
{t}Username:{/t} {if $edit==true} {if $usernameErrorInvalidChars==true} {t}The username is not valid.{/t} {elseif $errorUsernameExist==true} {t}There already exists an account with that username.{/t} {/if} {else} {$username|escape} {/if}
{t}E-Mail-Address:{/t} {$email|escape}
{t}First name:{/t} {if $edit==true} {if $firstNameError==true} {t}The first name is not valid.{/t} {/if} {else} {$firstName|escape} {/if}
{t}Last name:{/t} {if $edit==true} {if $lastNameError==true} {t}The last name is not valid.{/t} {/if} {else} {$lastName|escape} {/if}
{t}Country:{/t} {if $edit==true} {if $showAllCountries==false} {/if} {if $countryError==true} {t}The country is not valid.{/t} {/if} {else} {$country|escape} {/if}
{t}Home coordinates:{/t} {if $edit==true} {coordinput prefix="coord" lat=$coordsDecimal.lat lon=$coordsDecimal.lon} {else} {$coords.lat|escape} {$coords.lon|escape} {/if}
{t}Notifications:{/t} {if $edit==true} {capture name=inputfield} {/capture} {t 1=$smarty.capture.inputfield}I want to be notified about new Geocaches within an radius of %1 km.{/t}
{t}The notification radius must be not more than 150 km. To deaktivate notifications, set the radius to 0.{/t} {if $notifyRadiusError==true} {t}The entered radius is not valid.{/t} {/if} {else} {if $notifyRadius>0} {t 1=$notifyRadius|escape}Notify about new Geocaches in a radius of %1 km.{/t} {else} {t}Notification about new Geocaches is not activated.{/t} {/if} {/if}
{t}Others:{/t} {if $edit==true}
{else} {if $usePMR==true}
  • {t}I'm taking an PMR walkie talkie on channel 2 with me.{/t}
  • {/if} {/if} {if $edit==true}
    {t}Attention: If you are using this option, don't forget to log out before other persons can use your computer. Otherwise, they can use and modify your personal data.{/t}
    {else} {if $permanentLogin==true}
  • {t}Don't log me out after 15 minutes inaktivity.{/t}
  • {/if} {/if} {if $edit==true}
    {else} {if $useHTMLEditor==true}
  • {t}Don't use an HTML editor by default.{/t}
  • {/if} {/if}
    {t}Registered since:{/t} {$registeredSince|date_format:$opt.format.datelong}
    {t}An unknown error occured.{/t}
     
     
    {t}Statistic picture:{/t}
    {t}HTML-Code:{/t} <img src="{$opt.page.absolute_url|escape|escape}statpics/{$opt.template.locale}/{$login.userid}.jpg" alt="{t 1=$login.username|escape|escape}Opencaching.de-statstic of %1{/t}" title="{t 1=$login.username|escape|escape}Opencaching.de-statstic of %1{/t}" />
    {t}BBCode for webforums:{/t} [url={$opt.page.absolute_url|escape|escape}viewprofile.php?userid={$login.userid}][img]{$opt.page.absolute_url|escape|escape}statpics/{$opt.template.locale}/{$login.userid}.jpg[/img][/url]
      
    {if $edit==true}
    {/if}