<?php /* Smarty version 2.6.28, created on 2017-04-02 00:56:23
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/clientareaproductdetails.tpl */ ?>
<script type="text/javascript" src="includes/jscript/pwstrength.js"></script>

		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['groupname']; ?>
 - <?php echo $this->_tpl_vars['product']; ?>
</h2>
		</div><!-- .bigheader -->

		<div class="table-responsive table-grey">
<table>
        <tr>
          <td width="20%"><?php echo $this->_tpl_vars['LANG']['clientareahostingregdate']; ?>
:</td>
          <td><?php echo $this->_tpl_vars['regdate']; ?>
</td>
        </tr>
        <tr>
          <td><?php echo $this->_tpl_vars['LANG']['orderproduct']; ?>
:</td>
          <td><?php echo $this->_tpl_vars['groupname']; ?>
 - <?php echo $this->_tpl_vars['product']; ?>
</td>
        </tr>
        <?php if ($this->_tpl_vars['domain']): ?><tr>
          <td><?php echo $this->_tpl_vars['LANG']['clientareahostingdomain']; ?>
/license:</td>
          <td><?php echo $this->_tpl_vars['domain']; ?>
</td>
        </tr>
        <?php endif; ?>
        <?php if ($this->_tpl_vars['dedicatedip']): ?><tr>
          <td><?php echo $this->_tpl_vars['LANG']['domainregisternsip']; ?>
:</td>
          <td><?php echo $this->_tpl_vars['dedicatedip']; ?>
</td>
        </tr>
        <?php endif; ?>
        <?php $_from = $this->_tpl_vars['configurableoptions']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['configoption']):
?><tr>
          <td><?php echo $this->_tpl_vars['configoption']['optionname']; ?>
:</td>
          <td><?php if ($this->_tpl_vars['configoption']['optiontype'] == 3): ?><?php if ($this->_tpl_vars['configoption']['selectedqty']): ?><?php echo $this->_tpl_vars['LANG']['yes']; ?>
<?php else: ?><?php echo $this->_tpl_vars['LANG']['no']; ?>
<?php endif; ?><?php elseif ($this->_tpl_vars['configoption']['optiontype'] == 4): ?><?php echo $this->_tpl_vars['configoption']['selectedqty']; ?>
 x <?php echo $this->_tpl_vars['configoption']['selectedoption']; ?>
<?php else: ?><?php echo $this->_tpl_vars['configoption']['selectedoption']; ?>
<?php endif; ?></td>
        </tr>
        <?php endforeach; endif; unset($_from); ?>
        <?php $_from = $this->_tpl_vars['productcustomfields']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['customfield']):
?>        
        <tr>
          <td><?php echo $this->_tpl_vars['customfield']['name']; ?>
:</td>
          <td><?php echo $this->_tpl_vars['customfield']['value']; ?>
</td>
        </tr>        
        <?php endforeach; endif; unset($_from); ?>
        <?php if ($this->_tpl_vars['lastupdate']): ?>
        <tr>
          <td><?php echo $this->_tpl_vars['LANG']['clientareadiskusage']; ?>
:</td>
          <td><?php echo $this->_tpl_vars['diskusage']; ?>
MB / <?php echo $this->_tpl_vars['disklimit']; ?>
MB (<strong><?php echo $this->_tpl_vars['diskpercent']; ?>
</strong>)</td>
        </tr>
        <tr>
          <td><?php echo $this->_tpl_vars['LANG']['clientareabwusage']; ?>
:</td>
          <td><?php echo $this->_tpl_vars['bwusage']; ?>
MB / <?php echo $this->_tpl_vars['bwlimit']; ?>
MB (<strong><?php echo $this->_tpl_vars['bwpercent']; ?>
</strong>)</td>
        </tr>
        <?php endif; ?>
        <tr>
          <td><?php echo $this->_tpl_vars['LANG']['orderpaymentmethod']; ?>
:</td>
          <td><?php echo $this->_tpl_vars['paymentmethod']; ?>
</td>
        </tr>
        <tr>
          <td><?php echo $this->_tpl_vars['LANG']['firstpaymentamount']; ?>
:</td>
          <td><?php echo $this->_tpl_vars['firstpaymentamount']; ?>
</td>
        </tr>
        <tr>
          <td><?php echo $this->_tpl_vars['LANG']['recurringamount']; ?>
:</td>
          <td><?php echo $this->_tpl_vars['recurringamount']; ?>
</td>
        </tr>
        <tr>
          <td><?php echo $this->_tpl_vars['LANG']['clientareahostingnextduedate']; ?>
:</td>
          <td><?php echo $this->_tpl_vars['nextduedate']; ?>
</td>
        </tr>
        <tr>
          <td><?php echo $this->_tpl_vars['LANG']['orderbillingcycle']; ?>
:</td>
          <td><?php echo $this->_tpl_vars['billingcycle']; ?>
</td>
        </tr>
        <tr>
          <td><?php echo $this->_tpl_vars['LANG']['clientareastatus']; ?>
:</td>
          <td><?php echo $this->_tpl_vars['status']; ?>
</td>
        </tr>
        <?php if ($this->_tpl_vars['suspendreason']): ?><tr>
          <td><?php echo $this->_tpl_vars['LANG']['suspendreason']; ?>
:</td>
          <td><?php echo $this->_tpl_vars['suspendreason']; ?>
</td>
        </tr><?php endif; ?>
</table>
</div>


<div class="center"><?php echo $this->_tpl_vars['moduleclientarea']; ?>
</div>

<?php if ($this->_tpl_vars['username']): ?>

<?php if ($this->_tpl_vars['modulechangepassword']): ?>
<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>
?action=productdetails">
  <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['id']; ?>
" />
  <input type="hidden" name="modulechangepassword" value="true" />
  <?php endif; ?>
  
  <h3><?php echo $this->_tpl_vars['LANG']['serverlogindetails']; ?>
</h3>
  
  <?php if ($this->_tpl_vars['modulechangepwresult'] == 'success'): ?>
  
			<div class="notice notice-success">
				<div class="inside">
					<p><?php echo $this->_tpl_vars['LANG']['serverchangepasswordsuccessful']; ?>
</p>
				</div>
			</div>  
  
  <?php elseif ($this->_tpl_vars['modulechangepwresult'] == 'error'): ?>
  
			<div class="notice notice-error">
				<div class="inside">
					<p><?php echo $this->_tpl_vars['modulechangepasswordmessage']; ?>
</p>
				</div>
			</div>    
  <?php endif; ?>
  
  		<div class="table-responsive table-grey">
  <table>
          <tr>
            <td width="20%"><?php echo $this->_tpl_vars['LANG']['serverusername']; ?>
/<?php echo $this->_tpl_vars['LANG']['serverpassword']; ?>
:</td>
            <td><?php echo $this->_tpl_vars['username']; ?>
<?php if ($this->_tpl_vars['password']): ?> / <?php echo $this->_tpl_vars['password']; ?>
<?php endif; ?></td>
          </tr>
          <?php if ($this->_tpl_vars['modulechangepassword']): ?>
          <tr>
            <td><?php echo $this->_tpl_vars['LANG']['serverchangepasswordenter']; ?>
:</td>
            <td><input type="password" name="newpw" id="newpw" placeholder="<?php echo $this->_tpl_vars['LANG']['productdetails_password1']; ?>
" /></td>
          </tr>
          <tr>
            <td><?php echo $this->_tpl_vars['LANG']['serverchangepasswordconfirm']; ?>
:</td>
            <td><input type="password" name="confirmpw" placeholder="<?php echo $this->_tpl_vars['LANG']['productdetails_password2']; ?>
" /></td>
          </tr>
          <?php endif; ?>
      </table>
  </div>
  
  <?php if ($this->_tpl_vars['modulechangepassword']): ?>
  <p class="center">
    <input type="submit" value="<?php echo $this->_tpl_vars['LANG']['serverchangepasswordupdate']; ?>
" class="button1 orange2" />
  </p>
</form>
<?php endif; ?>

<?php endif; ?>

<?php if ($this->_tpl_vars['downloads']): ?>

		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['LANG']['downloadstitle']; ?>
</h2>
		</div><!-- .bigheader -->

<?php $_from = $this->_tpl_vars['downloads']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['download']):
?>
<div class="table-responsive table-grey">
<table>
        <tr>
          <td width="20%"><?php echo $this->_tpl_vars['LANG']['downloadname']; ?>
:</td>
          <td><?php echo $this->_tpl_vars['download']['type']; ?>
 <a href="<?php echo $this->_tpl_vars['download']['link']; ?>
"><?php echo $this->_tpl_vars['download']['title']; ?>
</a></td>
        </tr>
        <tr>
          <td><?php echo $this->_tpl_vars['LANG']['downloaddescription']; ?>
:</td>
          <td><?php echo $this->_tpl_vars['download']['description']; ?>
</td>
        </tr>
</table>
</div>        
<?php endforeach; endif; unset($_from); ?>

<?php endif; ?>

		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['LANG']['clientareaaccountaddons']; ?>
</h2>
		</div><!-- .bigheader -->

<?php if ($this->_tpl_vars['addonsavailable']): ?><p><a href="cart.php?gid=addons&pid=<?php echo $this->_tpl_vars['id']; ?>
" class="button1 color2"><?php echo $this->_tpl_vars['LANG']['orderavailableaddons']; ?>
</a></p><?php endif; ?>

<div class="table-responsive table-grey">
<table>
  <tr>
    <th><?php echo $this->_tpl_vars['LANG']['clientareaaddon']; ?>
</th>
    <th><?php echo $this->_tpl_vars['LANG']['clientareaaddonpricing']; ?>
</th>
    <th><?php echo $this->_tpl_vars['LANG']['clientareahostingnextduedate']; ?>
</th>
  </tr>
  <?php $_from = $this->_tpl_vars['addons']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['addon']):
?>
  <tr class="<?php echo $this->_tpl_vars['addon']['class']; ?>
">
    <td><?php echo $this->_tpl_vars['addon']['name']; ?>
</td>
    <td align="center"><?php echo $this->_tpl_vars['addon']['pricing']; ?>
</td>
    <td align="center"><?php echo $this->_tpl_vars['addon']['nextduedate']; ?>
</td>
  </tr>
  <?php endforeach; else: ?>
  <tr>
    <td colspan="3" align="center"><?php echo $this->_tpl_vars['LANG']['clientareanoaddons']; ?>
</td>
  </tr>
  <?php endif; unset($_from); ?>
</table>
</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>
    
  <div class="domainmanagement">    
    
    <?php if ($this->_tpl_vars['packagesupgrade']): ?>
      <form method="post" action="upgrade.php">
        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['id']; ?>
" />
        <input type="hidden" name="type" value="package" />
          <input type="submit" value="<?php echo $this->_tpl_vars['LANG']['upgradedowngradepackage']; ?>
" class="button1 color2" />
      </form>
      <?php endif; ?>
      
    <?php if ($this->_tpl_vars['configoptionsupgrade']): ?>
      <form method="post" action="upgrade.php">
        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['id']; ?>
" />
        <input type="hidden" name="type" value="configoptions" />
          <input type="submit" value="<?php echo $this->_tpl_vars['LANG']['upgradedowngradeconfigoptions']; ?>
" class="button1 color2" />
      </form>
      <?php endif; ?>
      
    <?php if ($this->_tpl_vars['showcancelbutton'] && ( $this->_tpl_vars['status'] == $this->_tpl_vars['LANG']['clientareaactive'] || $this->_tpl_vars['status'] == $this->_tpl_vars['LANG']['clientareasuspended'] )): ?>
      <input type="button" value="<?php echo $this->_tpl_vars['LANG']['clientareacancelrequestbutton']; ?>
" onclick="window.location='clientarea.php?action=cancel&amp;id=<?php echo $this->_tpl_vars['id']; ?>
'" class="button1 color2" />
<?php endif; ?>
<?php $_from = $this->_tpl_vars['modulecustombuttons']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['label'] => $this->_tpl_vars['command']):
?>
                <li><a href="clientarea.php?action=productdetails&amp;id=<?php echo $this->_tpl_vars['id']; ?>
&amp;modop=custom&amp;a=<?php echo $this->_tpl_vars['command']; ?>
" class="button1 color2"><?php echo $this->_tpl_vars['label']; ?>
</a></li>
                <?php endforeach; endif; unset($_from); ?>

	</div>
	
	<div class="clear">&nbsp;</div>


<input type="button" value="<?php echo $this->_tpl_vars['LANG']['clientareabacklink']; ?>
" onclick="window.location='clientarea.php?action=products'" class="button1 color1" />