<?php /* Smarty version 2.6.28, created on 2017-04-01 23:52:02
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/clientareacancelrequest.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'sprintf2', '/home/solusito/public_html/templates/eco-net-v3-5/clientareacancelrequest.tpl', 78, false),)), $this); ?>
		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['LANG']['clientareacancelrequest']; ?>
</h2>
		</div><!-- .bigheader -->

<?php if ($this->_tpl_vars['invalid']): ?>

	<div class="notice notice-error">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['LANG']['clientareacancelinvalid']; ?>
</p>
		</div>
	</div>

<?php else: ?>

<?php if ($this->_tpl_vars['requested']): ?>

	<div class="notice notice-success">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['LANG']['clientareacancelconfirmation']; ?>
</p>
		</div>
	</div>

<?php else: ?>

	<div class="notice notice-error">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['LANG']['cancelationr_notice']; ?>
</p>
		</div>
	</div>


		<div class="table-responsive table-grey">
				<table>
				
					<tr>
						<th><?php echo $this->_tpl_vars['LANG']['cancelationr_th1']; ?>
</th>
						<?php if ($this->_tpl_vars['domain']): ?><th width="70%"><?php echo $this->_tpl_vars['LANG']['cancelationr_th2']; ?>
</th><?php endif; ?>
					</tr>
					
					<tr>
						<td><?php echo $this->_tpl_vars['groupname']; ?>
 - <?php echo $this->_tpl_vars['productname']; ?>
</td>
						<?php if ($this->_tpl_vars['domain']): ?><td><?php echo $this->_tpl_vars['domain']; ?>
</td><?php endif; ?>
					</tr>
					
				</table>
				
		</div>

<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>
?action=cancel&amp;id=<?php echo $this->_tpl_vars['id']; ?>
">
<input type="hidden" name="sub" value="submit" />

  		<div class="feildset">
		
			<div class="col1">
			
				<div>
					<label>
						<span><?php echo $this->_tpl_vars['LANG']['clientareacancelreason']; ?>
: (<?php echo $this->_tpl_vars['LANG']['required']; ?>
)</span>
						<textarea name="cancellationreason" placeholder="<?php echo $this->_tpl_vars['LANG']['cancelationr_reason']; ?>
" autofocus="autofocus"></textarea>
					</label>
				</div>
				
				<div>
					<label>
						<span><?php echo $this->_tpl_vars['LANG']['clientareacancellationtype']; ?>
: (<?php echo $this->_tpl_vars['LANG']['required']; ?>
)</span>
						<select name="type">
						<option value="Immediate"><?php echo $this->_tpl_vars['LANG']['clientareacancellationimmediate']; ?>
</option>
						<option value="End of Billing Period"><?php echo $this->_tpl_vars['LANG']['clientareacancellationendofbillingperiod']; ?>
</option>
						</select>
					</label>
				</div>
				
				<?php if ($this->_tpl_vars['domainid']): ?>
				<div>
					<label>				
				<p><strong><?php echo $this->_tpl_vars['LANG']['cancelrequestdomain']; ?>
</strong></p>
				
				<p><?php echo ((is_array($_tmp=$this->_tpl_vars['LANG']['cancelrequestdomaindesc'])) ? $this->_run_mod_handler('sprintf2', true, $_tmp, $this->_tpl_vars['domainnextduedate'], $this->_tpl_vars['domainprice'], $this->_tpl_vars['domainregperiod']) : smarty_modifier_sprintf2($_tmp, $this->_tpl_vars['domainnextduedate'], $this->_tpl_vars['domainprice'], $this->_tpl_vars['domainregperiod'])); ?>
</p>
				
				<input type="checkbox" name="canceldomain" id="canceldomain" /> <label for="canceldomain" class="textred"><?php echo $this->_tpl_vars['LANG']['cancelrequestdomainconfirm']; ?>
</label>
					</label>
				</div>				
				<?php endif; ?>				
										
			
			</div>
			
		</div>


<p class="center"><input type="submit" value="<?php echo $this->_tpl_vars['LANG']['clientareacancelrequestbutton']; ?>
" class="button1 color2" /></p>
</form>

<?php endif; ?><?php endif; ?>