<?php /* Smarty version 2.6.28, created on 2017-04-04 23:57:13
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/clientareadomaingetepp.tpl */ ?>
		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['LANG']['domaingeteppcode']; ?>
</h2>
		</div><!-- .bigheader --> 

<div class="table-responsive table-grey">
<table>

<tr>
	<td width="20%"><strong><?php echo $this->_tpl_vars['LANG']['domainname']; ?>
</strong></td>
	<td><?php echo $this->_tpl_vars['domain']; ?>
</td>
</tr>

</table>
</div>

<p><?php echo $this->_tpl_vars['LANG']['domaingeteppcodeexplanation']; ?>
</p>


<?php if ($this->_tpl_vars['error']): ?>

	<div class="notice notice-error">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['LANG']['domaingeteppcodefailure']; ?>
 <?php echo $this->_tpl_vars['error']; ?>
</p>
		</div>
	</div>

  
  <?php else: ?>
  <?php if ($this->_tpl_vars['eppcode']): ?>
  
	<div class="notice notice-success">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['LANG']['domaingeteppcodeis']; ?>
 <?php echo $this->_tpl_vars['eppcode']; ?>
</p>
		</div>
	</div>  
  
  
  <?php else: ?>
  
	<div class="notice notice-success">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['LANG']['domaingeteppcodeemailconfirmation']; ?>
</p>
		</div>
	</div>    
  
  
  <?php endif; ?>
  <?php endif; ?>
  
<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>
?action=domaindetails">
  <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['domainid']; ?>
" />
  <div class="floatleft">
    <input type="submit" value="<?php echo $this->_tpl_vars['LANG']['clientareabacklink']; ?>
" class="button1 color1" />
  </div>
</form>