{*************************************************************************** * You can find the license in the docs directory * * Unicode Reminder メモ ***************************************************************************} {* OCSTYLE *}
{t}My profile details{/t}
{if $error==true || $errorlen==true} {/if} {foreach from=$useroptions item=useropt} {foreachelse} {/foreach}
{t}The following additional information is stored in your userprofile:{/t}
{t}Error while saving.{/t}
{if $error==true}{t}Illegal characters found in{/t}{$errormsg|escape}
{/if} {if $errorlen==true}{t}Field values too long in{/t}{$errormsglen|escape}
{/if} {t}Original values were restored.{/t}
{$useropt.name|escape}: {if $edit==true} {if $useropt.option_input=="text"} {/if} {if $useropt.option_input=="textarea"} {/if} {if $useropt.option_input=="checkbox"} {/if} {else} {if $useropt.option_input=="checkbox"} {if $useropt.option_value=="1"} {t}Yes{/t} {else} {t}No{/t} {/if} {else} {$useropt.option_value|escape} {/if} {/if} {if $edit==true} {if $useropt.internal_use!=1} {t}show{/t} {/if} {else} {if $useropt.internal_use!=1} {if $useropt.option_visible==1} {t}visible{/t} {else} {t}invisible{/t} {/if} {else} {/if} {/if}
{t}No information on user details found.{/t}
{if $edit==true}    {else} {/if}
 
{if $edit==false}
{t}The following text is displayed in your public profile:{/t}
{if $desctext==""}({t}no text entered yet{/t}){else}
{$desctext}
{/if}
{/if}