<?php /* Smarty version 2.6.2, created on 2012-10-11 15:51:09
         compiled from edit_account.tpl */ ?>
<?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'myescape', 'edit_account.tpl', 28, false),array('modifier', 'escape', 'edit_account.tpl', 164, false),)), $this); ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

<?php echo '


<script language=javascript>
function IsNumeric(sText) {
  var ValidChars = "0123456789.";
  var IsNumber=true;
  var Char;
  if (sText == \'\') return false;
  for (i = 0; i < sText.length && IsNumber == true; i++) { 
    Char = sText.charAt(i); 
    if (ValidChars.indexOf(Char) == -1) {
      IsNumber = false;
    }
  }
  return IsNumber;
}

function checkform() {
  if (document.editform.fullname.value == \'\') {
    alert("Please type your full name!");
    document.editform.fullname.focus();
    return false;
  }
'; ?>

<?php if (((is_array($_tmp=$this->_tpl_vars['settings']['use_user_location'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>
<?php echo '
  if (document.editform.address.value == \'\') {
    alert("Please enter your address!");
    document.editform.address.focus();
    return false;
  }
  if (document.editform.city.value == \'\') {
    alert("Please enter your city!");
    document.editform.city.focus();
    return false;
  }
  if (document.editform.state.value == \'\') {
    alert("Please enter your state!");
    document.editform.state.focus();
    return false;
  }
  if (document.editform.zip.value == \'\') {
    alert("Please enter your ZIP!");
    document.editform.zip.focus();
    return false;
  }
  if (document.editform.country.options[document.editform.country.selectedIndex].text == \'--SELECT--\') {
    alert("Please choose your country!");
    document.editform.country.focus();
    return false;
  }
'; ?>

<?php endif; ?>
<?php echo '
  if (document.editform.password.value != document.editform.password2.value) {
    alert("Please check your password!");
    document.editform.fullname.focus();
    return false;
  }
'; ?>

<?php if (((is_array($_tmp=$this->_tpl_vars['settings']['use_transaction_code'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>
<?php echo '
  if (document.editform.transaction_code.value != document.editform.transaction_code2.value) {
    alert("Please check your transaction code!");
    document.editform.transaction_code2.focus();
    return false;
  }
'; ?>

<?php endif; ?>
<?php echo '
'; ?>

<?php if (((is_array($_tmp=$this->_tpl_vars['settings']['usercanchangeemail'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 1): ?>
<?php echo '
  if (document.editform.email.value == \'\') {
    alert("Please enter your e-mail address!");
    document.editform.email.focus();
    return false;
  }
'; ?>

<?php endif; ?>
<?php echo '
  return true;
}
</script>
'; ?>


<h1>Your account:</h1><br><br>
<form action="index.php" method=post onsubmit="return checkform()" name=editform>
<input type=hidden name=a value=edit_account>
<input type=hidden name=action value=edit_account>
<?php if (((is_array($_tmp=$this->_tpl_vars['frm']['say'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'changed'): ?>
Your account data has been updated successfully.<br><br>
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>
<ul style="color:red">
<?php if (isset($this->_sections['e'])) unset($this->_sections['e']);
$this->_sections['e']['name'] = 'e';
$this->_sections['e']['loop'] = is_array($_loop=((is_array($_tmp=$this->_tpl_vars['errors'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['e']['show'] = true;
$this->_sections['e']['max'] = $this->_sections['e']['loop'];
$this->_sections['e']['step'] = 1;
$this->_sections['e']['start'] = $this->_sections['e']['step'] > 0 ? 0 : $this->_sections['e']['loop']-1;
if ($this->_sections['e']['show']) {
    $this->_sections['e']['total'] = $this->_sections['e']['loop'];
    if ($this->_sections['e']['total'] == 0)
        $this->_sections['e']['show'] = false;
} else
    $this->_sections['e']['total'] = 0;
if ($this->_sections['e']['show']):

            for ($this->_sections['e']['index'] = $this->_sections['e']['start'], $this->_sections['e']['iteration'] = 1;
                 $this->_sections['e']['iteration'] <= $this->_sections['e']['total'];
                 $this->_sections['e']['index'] += $this->_sections['e']['step'], $this->_sections['e']['iteration']++):
$this->_sections['e']['rownum'] = $this->_sections['e']['iteration'];
$this->_sections['e']['index_prev'] = $this->_sections['e']['index'] - $this->_sections['e']['step'];
$this->_sections['e']['index_next'] = $this->_sections['e']['index'] + $this->_sections['e']['step'];
$this->_sections['e']['first']      = ($this->_sections['e']['iteration'] == 1);
$this->_sections['e']['last']       = ($this->_sections['e']['iteration'] == $this->_sections['e']['total']);
?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'full_name'): ?>
<li>Please enter your Full Name!
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'address'): ?>
<li>Please enter your address!
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'city'): ?>
<li>Please enter your city!
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'state'): ?>
<li>Please enter your state!
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'zip'): ?>
<li>Please enter your zip!
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'country'): ?>
<li>Please choose your country!
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'username'): ?>
<li>Please enter your username!
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'password'): ?>
    <li>Please enter a password!
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'password_confirm'): ?> 
    <li>Please check your password!
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'password_too_small'): ?>
<li>Password is too small, please enter at least <?php echo ((is_array($_tmp=$this->_tpl_vars['settings']['min_user_password_length'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
 chars!
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'transaction_code'): ?>
    <li>Please enter the Transaction Code! <?php endif; ?> <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'transaction_code_confirm'): ?> 
    <li>Please check your Transaction Code!
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'transaction_code_too_small'): ?>
<li>Transaction Code is too small, please enter at least <?php echo ((is_array($_tmp=$this->_tpl_vars['settings']['min_user_password_length'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
 chars!
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'wrong_current_password'): ?>
<li>You entered wrong current password
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'transaction_code_vs_password'): ?>
    <li>Transaction Code should be different then the Password! <?php endif; ?> <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'invalid_transaction_code'): ?> 
    <li>You have provided invalid Current Transaction Code!
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'email'): ?>
<li>Please enter your e-mail!
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'turing_image'): ?>
<li>Enter the verification code as it is shown in the corresponding box.
<?php endif; ?> 
<br>
<?php endfor; endif; ?>
</ul>
<?php endif; ?>
<table cellspacing=0 cellpadding=2 border=0>
<tr>
 <td>Account Name:</td>
 <td><?php echo ((is_array($_tmp=$this->_tpl_vars['userinfo']['username'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
</td>
</tr><tr>
 <td>Registration date:</td>
 <td><?php echo ((is_array($_tmp=$this->_tpl_vars['userinfo']['date_register'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
</td>
</tr><tr>
 <td>Your Full Name:</td>
 <td><input type=text name=fullname value='<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['userinfo']['name'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
' class=inpts size=30>
</tr>
<?php if (((is_array($_tmp=$this->_tpl_vars['settings']['use_user_location'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>
<tr>
 <td>Your Address:</td>
 <td><input type=text name=address value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['userinfo']['address'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts size=30></td>
</tr>
<tr>
 <td>Your City:</td>
 <td><input type=text name=city value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['userinfo']['city'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts size=30></td>
</tr>
<tr>
 <td>Your State:</td>
 <td><input type=text name=state value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['userinfo']['state'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts size=30></td>
</tr>
<tr>
 <td>Your Zip:</td>
 <td><input type=text name=zip value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['userinfo']['zip'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts size=30></td>
</tr>
<tr>
 <td>Your Country:</td>
 <td>
  <select name='country' class=inpts>
<option value=''>--SELECT--</option>
<?php if (isset($this->_sections['c'])) unset($this->_sections['c']);
$this->_sections['c']['name'] = 'c';
$this->_sections['c']['loop'] = is_array($_loop=((is_array($_tmp=$this->_tpl_vars['countries'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['c']['show'] = true;
$this->_sections['c']['max'] = $this->_sections['c']['loop'];
$this->_sections['c']['step'] = 1;
$this->_sections['c']['start'] = $this->_sections['c']['step'] > 0 ? 0 : $this->_sections['c']['loop']-1;
if ($this->_sections['c']['show']) {
    $this->_sections['c']['total'] = $this->_sections['c']['loop'];
    if ($this->_sections['c']['total'] == 0)
        $this->_sections['c']['show'] = false;
} else
    $this->_sections['c']['total'] = 0;
if ($this->_sections['c']['show']):

            for ($this->_sections['c']['index'] = $this->_sections['c']['start'], $this->_sections['c']['iteration'] = 1;
                 $this->_sections['c']['iteration'] <= $this->_sections['c']['total'];
                 $this->_sections['c']['index'] += $this->_sections['c']['step'], $this->_sections['c']['iteration']++):
$this->_sections['c']['rownum'] = $this->_sections['c']['iteration'];
$this->_sections['c']['index_prev'] = $this->_sections['c']['index'] - $this->_sections['c']['step'];
$this->_sections['c']['index_next'] = $this->_sections['c']['index'] + $this->_sections['c']['step'];
$this->_sections['c']['first']      = ($this->_sections['c']['iteration'] == 1);
$this->_sections['c']['last']       = ($this->_sections['c']['iteration'] == $this->_sections['c']['total']);
?>
<option <?php if (((is_array($_tmp=$this->_tpl_vars['countries'][$this->_sections['c']['index']]['name'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == ((is_array($_tmp=$this->_tpl_vars['userinfo']['country'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>selected<?php endif; ?>><?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['countries'][$this->_sections['c']['index']]['name'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
</option>
<?php endfor; endif; ?>
  </td>
</tr>
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['settings']['license'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == '4ZQQN55VA2NXBVFUQJE6'): ?>
<tr>
 <td>Current Password:</td>
 <td><input type=password name=current_password value="" class=inpts size=30></td>
</tr>
<?php endif; ?>
<tr>
 <td>New Password:</td>
 <td><input type=password name=password value="" class=inpts size=30></td>
</tr><tr>
 <td>Retype Password:</td>
 <td><input type=password name=password2 value="" class=inpts size=30></td>
</tr>
<?php if (((is_array($_tmp=$this->_tpl_vars['settings']['use_transaction_code'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>
  <?php if (((is_array($_tmp=$this->_tpl_vars['settings']['use_transaction_code_edit_account'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) != 1): ?>
    <?php if (((is_array($_tmp=$this->_tpl_vars['userinfo']['transaction_code'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) != ''): ?>
    <tr>
     <td>Current Transaction Code:</td>
     <td><input type=password name=transaction_code_current value="" class=inpts size=30></td>
    </tr>
    <?php endif; ?>
  <?php endif; ?>
  <tr>
   <td>New Transaction Code:</td>
   <td><input type=password name=transaction_code value="" class=inpts size=30></td>
  </tr>
  <tr>
   <td>Retype Transaction Code:</td>
   <td><input type=password name=transaction_code2 value="" class=inpts size=30></td>
  </tr>
<?php endif; ?>
<?php if (isset($this->_sections['ps'])) unset($this->_sections['ps']);
$this->_sections['ps']['name'] = 'ps';
$this->_sections['ps']['loop'] = is_array($_loop=((is_array($_tmp=$this->_tpl_vars['pay_accounts'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['ps']['show'] = true;
$this->_sections['ps']['max'] = $this->_sections['ps']['loop'];
$this->_sections['ps']['step'] = 1;
$this->_sections['ps']['start'] = $this->_sections['ps']['step'] > 0 ? 0 : $this->_sections['ps']['loop']-1;
if ($this->_sections['ps']['show']) {
    $this->_sections['ps']['total'] = $this->_sections['ps']['loop'];
    if ($this->_sections['ps']['total'] == 0)
        $this->_sections['ps']['show'] = false;
} else
    $this->_sections['ps']['total'] = 0;
if ($this->_sections['ps']['show']):

            for ($this->_sections['ps']['index'] = $this->_sections['ps']['start'], $this->_sections['ps']['iteration'] = 1;
                 $this->_sections['ps']['iteration'] <= $this->_sections['ps']['total'];
                 $this->_sections['ps']['index'] += $this->_sections['ps']['step'], $this->_sections['ps']['iteration']++):
$this->_sections['ps']['rownum'] = $this->_sections['ps']['iteration'];
$this->_sections['ps']['index_prev'] = $this->_sections['ps']['index'] - $this->_sections['ps']['step'];
$this->_sections['ps']['index_next'] = $this->_sections['ps']['index'] + $this->_sections['ps']['step'];
$this->_sections['ps']['first']      = ($this->_sections['ps']['iteration'] == 1);
$this->_sections['ps']['last']       = ($this->_sections['ps']['iteration'] == $this->_sections['ps']['total']);
?>
<tr>
 <td>Your <?php echo ((is_array($_tmp=$this->_tpl_vars['pay_accounts'][$this->_sections['ps']['index']]['name'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
 acc no:</td>
 <td><?php if (((is_array($_tmp=$this->_tpl_vars['settings']['usercanchangeegoldacc'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 0):  echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['pay_accounts'][$this->_sections['ps']['index']]['account'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html'));  else: ?><input type=text class=inpts size=30 name=pay_account[<?php echo ((is_array($_tmp=$this->_tpl_vars['pay_accounts'][$this->_sections['ps']['index']]['id'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
] value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['pay_accounts'][$this->_sections['ps']['index']]['account'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
"><?php endif; ?></td>
</tr>
<?php endfor; endif; ?>
<tr>
 <td>Your E-mail address:</td>
 <td><?php if (((is_array($_tmp=$this->_tpl_vars['settings']['usercanchangeemail'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 1): ?><input type=text name=email value='<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['userinfo']['email'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
' class=inpts size=30><?php else:  echo ((is_array($_tmp=$this->_tpl_vars['userinfo']['email'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp));  endif; ?></td>
</tr>
<?php if (((is_array($_tmp=$this->_tpl_vars['userinfo']['admin_auto_pay_earning'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 1): ?>
<tr>
 <td colspan=2><input type=checkbox name=user_auto_pay_earning value=1 <?php if (((is_array($_tmp=$this->_tpl_vars['userinfo']['user_auto_pay_earning'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 1): ?>checked<?php endif; ?>> Receive earnings directly to e-gold account</td>
</tr>
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['settings']['accesswap'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 1): ?>
<tr>
 <td>Password for WAP access:</td>
 <td><input type=password name=wappassword class=inpts size=30> <?php if (((is_array($_tmp=$this->_tpl_vars['userinfo']['stat_password'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) != ''): ?><a href=?a=deletewappass onclick="return confirm('Are you sure delete this password?');">[delete current]</a><?php endif; ?></td>
</tr><tr>
 <td colspan=2><small>wap access here: <?php echo ((is_array($_tmp=$this->_tpl_vars['settings']['site_url'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
/wap.php</small></td>
</tr>
<?php endif; ?>
<?php if (((is_array($_tmp=$this->_tpl_vars['settings']['use_transaction_code_edit_account'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 1): ?>
<tr>
 <td>Current Transaction Code:</td>
 <td><input type=password name=transaction_code_current value="" class=inpts size=30></td>
</tr>
<?php endif; ?>

<?php if (((is_array($_tmp=$this->_tpl_vars['settings']['license'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == '4ZQQN55VA2NXBVFUQJE6'): ?>
<tr>
 <td class=menutxt align=right><img src="?a=show_validation_image&<?php echo ((is_array($_tmp=$this->_tpl_vars['userinfo']['session_name'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
=<?php echo ((is_array($_tmp=$this->_tpl_vars['userinfo']['session_id'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
&rand=<?php echo ((is_array($_tmp=$this->_tpl_vars['userinfo']['rand'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
"></td>
 <td><input type=text name=validation_number class=inpts size=15></td>
</tr>
<?php endif; ?>

<tr>
 <td>&nbsp;</td>
 <td><input type=submit value="Change Account data" class=sbmt></td>
</tr></table>
</form>

<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
