| <{if $actionForm->get('cid')}>
          <{$smarty.const._AD_LEGACYRENDER_LANG_BANNERCLIENT_EDIT}>
        <{else}>
          <{$smarty.const._AD_LEGACYRENDER_LANG_BANNERCLIENT_NEW}>
        <{/if}> | 
    
      | <{$smarty.const._AD_LEGACYRENDER_LANG_NAME}> | ">
        <{xoops_input type=text name=name value=$actionForm->get('name') size=50 maxlength=60}> | 
    
      | <{$smarty.const._AD_LEGACYRENDER_LANG_CONTACT}> | ">
        <{xoops_input type=text name=contact value=$actionForm->get('contact') size=50 maxlength=60}> | 
    
      | <{$smarty.const._AD_LEGACYRENDER_LANG_EMAIL}> | ">
        <{xoops_input type=text name=email value=$actionForm->get('email') size=50 maxlength=60}> | 
    
      | <{$smarty.const._AD_LEGACYRENDER_LANG_LOGIN}> | ">
        <{xoops_input type=text name=login value=$actionForm->get('login') size=15 maxlength=10}> | 
    
      | <{$smarty.const._AD_LEGACYRENDER_LANG_PASSWD}> | ">
        <{xoops_input type=text name=passwd value=$actionForm->get('passwd') size=15 maxlength=10}> | 
    
      | <{$smarty.const._AD_LEGACYRENDER_LANG_EXTRAINFO}> | ">
        <{xoops_dhtmltarea type=text name=extrainfo value=$actionForm->get('extrainfo') rows=5 cols=50}> |