| <{if $actionForm->get('uid')}>
        <{$smarty.const._AD_USER_LANG_USER_EDIT}>
      <{else}>
        <{$smarty.const._AD_USER_LANG_USER_NEW}>
      <{/if}> | 
    
      | <{$smarty.const._MD_USER_LANG_UNAME}> | ">
        <{xoops_input type=text name=uname value=$actionForm->get('uname') size=25 maxlength=25}> | 
    
      | <{$smarty.const._MD_USER_LANG_NAME}> | ">
        <{xoops_input type=text name=name value=$actionForm->get('name') size=30 maxlength=60}> | 
    
      | <{$smarty.const._MD_USER_LANG_EMAIL}> | ">
        <{xoops_input type=text name=email value=$actionForm->get('email') size=30 maxlength=60}> 
 | 
    
      | <{$smarty.const._MD_USER_LANG_URL}> | ">
        <{xoops_input type=text name=url value=$actionForm->get('url') size=50 maxlength=100}> | 
    
      | <{$smarty.const._MD_USER_LANG_TIMEZONE_OFFSET}> | "> | 
    
    
      | <{$smarty.const._MD_USER_LANG_UMODE}> | ">
        <{html_options name=umode options=$umodeOptions selected=$actionForm->get('umode')}> | 
    
      | <{$smarty.const._MD_USER_LANG_UORDER}> | ">
        <{html_options name=uorder options=$uorderOptions selected=$actionForm->get('uorder')}> | 
    
      | <{$smarty.const._MD_USER_LANG_NOTIFY_METHOD}> | ">
        <{html_options name=notify_method options=$notify_methodOptions selected=$actionForm->get('notify_method')}> | 
    
      | <{$smarty.const._MD_USER_LANG_NOTIFY_MODE}> | ">
        <{html_options name=notify_mode options=$notify_modeOptions selected=$actionForm->get('notify_mode')}> | 
    
      | <{$smarty.const._MD_USER_LANG_BIO}> | ">
        <{xoops_textarea type=text rows=5 cols=50 name=bio value=$actionForm->get('bio')}> | 
    
      | <{$smarty.const._MD_USER_LANG_RANK}> | "> | 
    
      | <{$smarty.const._MD_USER_LANG_PASS}> | ">
        <{xoops_input type=password name=pass size=25 maxlength=32}> | 
    
      | <{$smarty.const._AD_USER_LANG_VPASS}> | ">
        <{xoops_input type=password name=vpass size=25 maxlength=32}> | 
    
      | <{$smarty.const._MD_USER_LANG_USER_MAILOK}> | "> | 
    
      | <{$smarty.const._AD_USER_LANG_GROUP}> | "> | 
    
      | <{$smarty.const._MD_USER_LANG_POSTS}> | ">
        <{xoops_input type=text name=posts value=$actionForm->get('posts') class=user_list_number}> | 
    
      | <{$smarty.const._MD_USER_LANG_LEVEL}> | ">
        <{if $actionForm->get('level') == 0}>
          
        <{elseif $actionForm->get('level') == 1}>
          <{$smarty.const._AD_USER_LANG_LEVEL_ACTIVE}>
          <{xoops_input type=hidden name=level value=$actionForm->get('level') }>
        <{elseif $actionForm->get('level') == 5}>
          <{$smarty.const._AD_USER_LANG_LEVEL_ROOT}>
          <{xoops_input type=hidden name=level value=$actionForm->get('level') }>
        <{/if}> | 
    <{legacy_profile template=profile_inc_data_edit.html action=edit actionForm=$actionForm}>