<?php /* Smarty version 2.6.28, created on 2017-01-28 21:47:40
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/clientareadomains.tpl */ ?>
<script>
function toggleCheckboxes() {
    jQuery(".domids").attr('checked',!jQuery(".domids:first").is(':checked'));
}
</script>

		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['LANG']['clientareanavdomains']; ?>
</h2>
		</div><!-- .bigheader -->

    <div class="floatleft"><?php echo $this->_tpl_vars['numproducts']; ?>
 <?php echo $this->_tpl_vars['LANG']['recordsfound']; ?>
,  <?php echo $this->_tpl_vars['LANG']['page']; ?>
 <?php echo $this->_tpl_vars['pagenumber']; ?>
 <?php echo $this->_tpl_vars['LANG']['pageof']; ?>
 <?php echo $this->_tpl_vars['totalpages']; ?>
</div>
    
    <div class="floatright">
    <form method="post" action="clientarea.php?action=domains">
    <input type="text" name="q" value="<?php if ($this->_tpl_vars['q']): ?><?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>" class="searchinput" placeholder="<?php echo $this->_tpl_vars['LANG']['searchenterdomain']; ?>
" />
    <input type="submit" value="<?php echo $this->_tpl_vars['LANG']['searchfilter']; ?>
" class="searchinput button1 color1" />
    </form>
    </div>

<div class="clear">&nbsp;</div>

<form method="post" action="clientarea.php?action=bulkdomain">

<div class="table-responsive table-grey">
<table>
  <tr>
    <th width="20"><input type="checkbox" onclick="toggleCheckboxes()" /></th>
    <th><a href="clientarea.php?action=domains<?php if ($this->_tpl_vars['q']): ?>&q=<?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>&orderby=regdate"><?php echo $this->_tpl_vars['LANG']['clientareahostingregdate']; ?>
</a><?php if ($this->_tpl_vars['orderby'] == 'regdate'): ?> &raquo;<?php endif; ?></th>
    <th><a href="clientarea.php?action=domains<?php if ($this->_tpl_vars['q']): ?>&q=<?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>&orderby=domain"><?php echo $this->_tpl_vars['LANG']['clientareahostingdomain']; ?>
</a><?php if ($this->_tpl_vars['orderby'] == 'domain'): ?> &raquo;<?php endif; ?></th>
    <th><a href="clientarea.php?action=domains<?php if ($this->_tpl_vars['q']): ?>&q=<?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>&orderby=nextduedate"><?php echo $this->_tpl_vars['LANG']['clientareahostingnextduedate']; ?>
</a><?php if ($this->_tpl_vars['orderby'] == 'nextduedate'): ?> &raquo;<?php endif; ?></th>
    <th><a href="clientarea.php?action=domains<?php if ($this->_tpl_vars['q']): ?>&q=<?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>&orderby=price"><?php echo $this->_tpl_vars['LANG']['orderprice']; ?>
</a><?php if ($this->_tpl_vars['orderby'] == 'price'): ?> &raquo;<?php endif; ?></th>
    <th width="20">&nbsp;</th>
  </tr>
  <?php $_from = $this->_tpl_vars['domains']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['domain']):
?>
  <tr class="clientareatable<?php echo $this->_tpl_vars['domain']['rawstatus']; ?>
">
    <td><input type="checkbox" name="domids[]" class="domids" value="<?php echo $this->_tpl_vars['domain']['id']; ?>
" /></td>
    <td><?php echo $this->_tpl_vars['domain']['registrationdate']; ?>
</td>
    <td><a href="http://<?php echo $this->_tpl_vars['domain']['domain']; ?>
" target="_blank"><?php echo $this->_tpl_vars['domain']['domain']; ?>
</a></td>
    <td><?php echo $this->_tpl_vars['domain']['nextduedate']; ?>
</td>
    <td><?php echo $this->_tpl_vars['domain']['amount']; ?>
</td>
    <td><a href="<?php echo $_SERVER['PHP_SELF']; ?>
?action=domaindetails&id=<?php echo $this->_tpl_vars['domain']['id']; ?>
'" class="button1 color2"><?php echo $this->_tpl_vars['LANG']['button_manage']; ?>
</a></td>
  </tr>
  <?php endforeach; else: ?>
  <tr>
    <td colspan="6" align="center"><?php echo $this->_tpl_vars['LANG']['norecordsfound']; ?>
</td>
  </tr>
  <?php endif; unset($_from); ?>
</table>
</div>

<p><select name="update" onchange="submit()" class="inputstyle">
<option><?php echo $this->_tpl_vars['LANG']['domainbulkmanagement']; ?>
</option>
<option>------------------------------</option>
<option value="nameservers"><?php echo $this->_tpl_vars['LANG']['domainmanagens']; ?>
</option>
<option value="autorenew"><?php echo $this->_tpl_vars['LANG']['domainautorenewstatus']; ?>
</option>
<option value="reglock"><?php echo $this->_tpl_vars['LANG']['domainreglockstatus']; ?>
</option>
<option value="contactinfo"><?php echo $this->_tpl_vars['LANG']['domaincontactinfoedit']; ?>
</option>
<option value="renew"><?php echo $this->_tpl_vars['LANG']['domainmassrenew']; ?>
</option>
</select> <input type="submit" value="<?php echo $this->_tpl_vars['LANG']['go']; ?>
" class="button1 color1" /></p>

</form>

			<ul class="navsub floatleft">
				<li><a href="clientarea.php?action=domains<?php if ($this->_tpl_vars['q']): ?>&q=<?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>&itemlimit=10">10</a></li>
				<li><a href="clientarea.php?action=domains<?php if ($this->_tpl_vars['q']): ?>&q=<?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>&itemlimit=25">25</a></li>
				<li><a href="clientarea.php?action=domains<?php if ($this->_tpl_vars['q']): ?>&q=<?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>&itemlimit=50">50</a></li>
				<li><a href="clientarea.php?action=domains<?php if ($this->_tpl_vars['q']): ?>&q=<?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>&itemlimit=100">100</a></li>
				<li><a href="clientarea.php?action=domains<?php if ($this->_tpl_vars['q']): ?>&q=<?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>&itemlimit=all"><?php echo $this->_tpl_vars['LANG']['all']; ?>
</a></li>
			</ul>
			
			<ul class="navsub floatright">
				<?php if ($this->_tpl_vars['prevpage']): ?><li><a href="clientarea.php?action=domains<?php if ($this->_tpl_vars['q']): ?>&q=<?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>&amp;page=<?php echo $this->_tpl_vars['prevpage']; ?>
">&laquo; <?php echo $this->_tpl_vars['LANG']['previouspage']; ?>
</a></li><?php endif; ?>
				<?php if ($this->_tpl_vars['nextpage']): ?><li><a href="supporttickets.php?clientarea.php?action=domains<?php if ($this->_tpl_vars['q']): ?>&q=<?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>&amp;page=<?php echo $this->_tpl_vars['nextpage']; ?>
"><?php echo $this->_tpl_vars['LANG']['nextpage']; ?>
 &raquo;</a></li><?php endif; ?>
			</ul>			
			
			<div class="clear">&nbsp;</div>

<div class="serviceblock clientareatableactive"><?php echo $this->_tpl_vars['LANG']['clientareaactive']; ?>
</div>
<div class="serviceblock clientareatablepending"><?php echo $this->_tpl_vars['LANG']['clientareapending']; ?>
</div>
<div class="serviceblock clientareatablesuspended"><?php echo $this->_tpl_vars['LANG']['clientareasuspended']; ?>
</div>
<div class="serviceblock clientareatableterminated"><?php echo $this->_tpl_vars['LANG']['clientareaterminated']; ?>
</div>
<div class="clear">&nbsp;</div>

<div style="height: 15px;"></div>