<?php /* Smarty version 2.6.28, created on 2017-01-24 15:51:51
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/clientareaproducts.tpl */ ?>
		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['LANG']['clientareaproducts']; ?>
</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=products">
    <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']['products_search']; ?>
" />
    <input type="submit" value="<?php echo $this->_tpl_vars['LANG']['searchfilter']; ?>
" class="searchinput button1 color1" />
    </form>
    </div>

<div class="clear">&nbsp;</div>


<div class="table-responsive table-grey">
<table>
  <tr>
    <th><a href="clientarea.php?action=products<?php if ($this->_tpl_vars['q']): ?>&q=<?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>&orderby=product"><?php echo $this->_tpl_vars['LANG']['orderproduct']; ?>
</a><?php if ($this->_tpl_vars['orderby'] == 'product'): ?> &raquo;<?php endif; ?></th>
    <th><a href="clientarea.php?action=products<?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><a href="clientarea.php?action=products<?php if ($this->_tpl_vars['q']): ?>&q=<?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>&orderby=billingcycle"><?php echo $this->_tpl_vars['LANG']['orderbillingcycle']; ?>
</a><?php if ($this->_tpl_vars['orderby'] == 'billingcycle'): ?> &raquo;<?php endif; ?></th>
    <th><a href="clientarea.php?action=products<?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 width="20">&nbsp;</th>
  </tr>
  <?php $_from = $this->_tpl_vars['services']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['service']):
?>
  <tr class="clientareatable<?php echo $this->_tpl_vars['service']['class']; ?>
">
    <td><?php echo $this->_tpl_vars['service']['group']; ?>
 - <?php echo $this->_tpl_vars['service']['product']; ?>
<?php if ($this->_tpl_vars['service']['domain']): ?><br />
    <strong><?php echo $this->_tpl_vars['service']['domain']; ?>
</strong><?php endif; ?></td>
    <td><?php echo $this->_tpl_vars['service']['amount']; ?>
</td>
    <td><?php echo $this->_tpl_vars['service']['billingcycle']; ?>
</td>
    <td><?php echo $this->_tpl_vars['service']['nextduedate']; ?>
</td>
   
   	<td><a href="<?php echo $_SERVER['PHP_SELF']; ?>
?action=productdetails&id=<?php echo $this->_tpl_vars['service']['id']; ?>
" class="button1 color2"><?php echo $this->_tpl_vars['LANG']['button_manage']; ?>
</a></td>
    </form></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>


<ul class="navsub floatleft">
	<li><a href="clientarea.php?action=products<?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=products<?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=products<?php if ($this->_tpl_vars['q']): ?>&q=<?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>&itemlimit=50<?php if ($this->_tpl_vars['q']): ?>&q=<?php echo $this->_tpl_vars['q']; ?>
<?php endif; ?>">50</a></li>
	<li><a href="clientarea.php?action=products<?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=products<?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=products<?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="clientarea.php?action=products<?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>