<?php /* Smarty version 2.6.28, created on 2016-11-27 21:30:06
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/bulkdomaintransfer.tpl */ ?>
<?php if ($this->_tpl_vars['bulkdomainsearchenabled']): ?>
			<ul class="navsub">
				<li><a href="domainchecker.php"><?php echo $this->_tpl_vars['LANG']['domainsimplesearch']; ?>
</a></li>
				<li><a href="domainchecker.php?search=bulkregister"><?php echo $this->_tpl_vars['LANG']['domainbulksearch']; ?>
</a></li>
				<li class="active"><a href="domainchecker.php?search=bulktransfer"><?php echo $this->_tpl_vars['LANG']['domainbulktransfersearch']; ?>
</a></li>
			</ul>		
			
			<div class="clear">&nbsp;</div>
<?php endif; ?>

<?php if ($this->_tpl_vars['inccode']): ?>
			<div class="notice notice-error">
				<div class="inside">
					<p><?php echo $this->_tpl_vars['LANG']['captchaverifyincorrect']; ?>
</p>
				</div>
			</div>

<?php endif; ?>


<p><?php echo $this->_tpl_vars['LANG']['domainbulktransferdescription']; ?>
</p>

<form method="post" action="domainchecker.php?search=bulktransfer">

	<div class="feildset">
		
			<div class="col1">
			

				<div>
					<label>
						<span class="center">Bulk domain transfer</span>
						<textarea name="bulkdomains"><?php echo $this->_tpl_vars['bulkdomains']; ?>
</textarea>
					</label>
				</div>
				
				
				  <?php if ($this->_tpl_vars['capatacha']): ?>
			      <?php if ($this->_tpl_vars['capatacha'] == 'recaptcha'): ?>
			      
			      <p class="center"><?php echo $this->_tpl_vars['LANG']['captchaverify']; ?>
</p>
			      
			      <div class="center"><?php echo $this->_tpl_vars['recapatchahtml']; ?>
</div>
			
			      <?php else: ?>
			      <p class="center"><img src="includes/verifyimage.php" align="middle" /> <input type="text" name="code" class="capcha" /></p>
			      <?php endif; ?>
			      <?php endif; ?>				

			  <p class="center">
			    <input type="submit" id="Submit" value="<?php echo $this->_tpl_vars['LANG']['domainlookupbutton']; ?>
" class="button1 color1">
			  </p>

			
			</div>
			
	</div>

</form>

<?php if ($this->_tpl_vars['invalid']): ?>

			<div class="notice notice-error">
				<div class="inside">
					<p><?php echo $this->_tpl_vars['LANG']['ordererrordomaininvalid']; ?>
</p>
				</div>
			</div>
<?php endif; ?>

<?php if ($this->_tpl_vars['availabilityresults']): ?>

<div class="clear">&nbsp;</div>

		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['LANG']['morechoices']; ?>
</h2>
		</div><!-- .bigheader -->

<form method="post" action="<?php echo $this->_tpl_vars['systemsslurl']; ?>
cart.php?a=add&domain=transfer">

<div class="table-responsive table-grey">
  <table>
    <tr>
      <th width="20"></th>
      <th><?php echo $this->_tpl_vars['LANG']['domainname']; ?>
</th>
      <th><?php echo $this->_tpl_vars['LANG']['domainstatus']; ?>
</th>
      <th><?php echo $this->_tpl_vars['LANG']['domainmoreinfo']; ?>
</th>
    </tr>
    <?php $_from = $this->_tpl_vars['availabilityresults']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['result']):
?>
    <tr>
      <td><?php if ($this->_tpl_vars['result']['status'] == 'unavailable'): ?>
        <input type="checkbox" name="domains[]" value="<?php echo $this->_tpl_vars['result']['domain']; ?>
" />
        <input type="hidden" name="domainsregperiod[<?php echo $this->_tpl_vars['result']['domain']; ?>
]" value="<?php echo $this->_tpl_vars['result']['period']; ?>
" />
        <?php else: ?>X<?php endif; ?></td>
      <td><?php echo $this->_tpl_vars['result']['domain']; ?>
</td>
      <td class="<?php if ($this->_tpl_vars['result']['status'] == 'unavailable'): ?>textgreen<?php else: ?>textred<?php endif; ?>"><?php if ($this->_tpl_vars['result']['status'] == 'unavailable'): ?><?php echo $this->_tpl_vars['LANG']['domainavailable']; ?>
<?php else: ?><?php echo $this->_tpl_vars['LANG']['domainunavailable']; ?>
<?php endif; ?></td>
      <td><?php if ($this->_tpl_vars['result']['status'] == 'unavailable'): ?>
        <select name="domainsregperiod[<?php echo $this->_tpl_vars['result']['domain']; ?>
]">
          <?php $_from = $this->_tpl_vars['result']['regoptions']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['period'] => $this->_tpl_vars['regoption']):
?>
          <?php if ($this->_tpl_vars['regoption']['transfer']): ?><option value="<?php echo $this->_tpl_vars['period']; ?>
"><?php echo $this->_tpl_vars['period']; ?>
 <?php echo $this->_tpl_vars['LANG']['orderyears']; ?>
 @ <?php echo $this->_tpl_vars['regoption']['transfer']; ?>
</option><?php endif; ?>
          <?php endforeach; endif; unset($_from); ?>
        </select>
        <?php endif; ?></td>
    </tr>
    <?php endforeach; endif; unset($_from); ?>
  </table>
  </div>
  
  <p class="center">
    <input type="submit" value="<?php echo $this->_tpl_vars['LANG']['ordernowbutton']; ?>
 &gt;&gt;" class="button1 color2" />
  </p>
</form>
<?php else: ?>

<div class="clear">&nbsp;</div>

		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['LANG']['domainspricing']; ?>
</h2>
		</div><!-- .bigheader -->

<div class="table-responsive table-grey">
<table>
  <tr>
    <th><?php echo $this->_tpl_vars['LANG']['domaintld']; ?>
</th>
    <th><?php echo $this->_tpl_vars['LANG']['domainminyears']; ?>
</th>
    <th><?php echo $this->_tpl_vars['LANG']['domainsregister']; ?>
</th>
    <th><?php echo $this->_tpl_vars['LANG']['domainstransfer']; ?>
</th>
    <th><?php echo $this->_tpl_vars['LANG']['domainsrenew']; ?>
</th>
  </tr>
  <?php $_from = $this->_tpl_vars['tldpricelist']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['tldpricelist']):
?>
  <tr>
    <td><?php echo $this->_tpl_vars['tldpricelist']['tld']; ?>
</td>
    <td><?php echo $this->_tpl_vars['tldpricelist']['period']; ?>
</td>
    <td><?php if ($this->_tpl_vars['tldpricelist']['register']): ?><?php echo $this->_tpl_vars['tldpricelist']['register']; ?>
<?php else: ?><?php echo $this->_tpl_vars['LANG']['domainregnotavailable']; ?>
<?php endif; ?></td>
    <td><?php if ($this->_tpl_vars['tldpricelist']['transfer']): ?><?php echo $this->_tpl_vars['tldpricelist']['transfer']; ?>
<?php else: ?><?php echo $this->_tpl_vars['LANG']['domainregnotavailable']; ?>
<?php endif; ?></td>
    <td><?php if ($this->_tpl_vars['tldpricelist']['renew']): ?><?php echo $this->_tpl_vars['tldpricelist']['renew']; ?>
<?php else: ?><?php echo $this->_tpl_vars['LANG']['domainregnotavailable']; ?>
<?php endif; ?></td>
  </tr>
  <?php endforeach; endif; unset($_from); ?>
</table>
</div>

<?php endif; ?>