<?php /* Smarty version 2.6.28, created on 2017-04-01 14:33:08
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/configuressl-steptwo.tpl */ ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => ($this->_tpl_vars['template'])."/pageheader.tpl", 'smarty_include_vars' => array('title' => $this->_tpl_vars['LANG']['sslconfsslcertificate'])));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

<?php if ($this->_tpl_vars['errormessage']): ?>
<div class="alert alert-error">
    <p class="bold"><?php echo $this->_tpl_vars['LANG']['clientareaerrors']; ?>
</p>
    <ul>
        <?php echo $this->_tpl_vars['errormessage']; ?>

    </ul>
</div>
<?php endif; ?>

<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => ($this->_tpl_vars['template'])."/subheader.tpl", 'smarty_include_vars' => array('title' => $this->_tpl_vars['LANG']['sslcertinfo'])));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

<div class="row">
<div class="col2half">
    <p><h4><?php echo $this->_tpl_vars['LANG']['sslcerttype']; ?>
:</h4> <?php echo $this->_tpl_vars['certtype']; ?>
</p>
</div>
<div class="col2half">
    <p><h4><?php echo $this->_tpl_vars['LANG']['sslorderdate']; ?>
:</h4> <?php echo $this->_tpl_vars['date']; ?>
</p>
</div>
<?php if ($this->_tpl_vars['domain']): ?><div class="col2half">
    <p><h4><?php echo $this->_tpl_vars['LANG']['domainname']; ?>
:</h4> <?php echo $this->_tpl_vars['domain']; ?>
</p>
</div><?php endif; ?>
<div class="col2half">
    <p><h4><?php echo $this->_tpl_vars['LANG']['orderprice']; ?>
:</h4> <?php echo $this->_tpl_vars['price']; ?>
</p>
</div>
<div class="col2half">
    <p><h4><?php echo $this->_tpl_vars['LANG']['sslstatus']; ?>
:</h4> <?php echo $this->_tpl_vars['status']; ?>
</p>
</div>
<?php $_from = $this->_tpl_vars['displaydata']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['displaydataname'] => $this->_tpl_vars['displaydatavalue']):
?>
<div class="col2half">
    <p><h4><?php echo $this->_tpl_vars['displaydataname']; ?>
:</h4> <?php echo $this->_tpl_vars['displaydatavalue']; ?>
</p>
</div>
<?php endforeach; endif; unset($_from); ?>
</div>

<form class="form-horizontal" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>
?cert=<?php echo $this->_tpl_vars['cert']; ?>
&step=3">

<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => ($this->_tpl_vars['template'])."/subheader.tpl", 'smarty_include_vars' => array('title' => $this->_tpl_vars['LANG']['sslcertapproveremail'])));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

<p><?php echo $this->_tpl_vars['LANG']['sslcertapproveremaildetails']; ?>
</p>
<fieldset>

    <div class="control-group">
	    <label class="full control-label bold" for="servertype"><?php echo $this->_tpl_vars['LANG']['sslcertapproveremail']; ?>
</label>
		<div class="controls">
            <?php $_from = $this->_tpl_vars['approveremails']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['approveremail']):
?>
            <div class="col2half">
            <label class="full control-label"><input type="radio" class="radio inline" name="approveremail" value="<?php echo $this->_tpl_vars['approveremail']; ?>
"<?php if ($this->_tpl_vars['num'] == 0): ?> checked<?php endif; ?> /> <span><?php echo $this->_tpl_vars['approveremail']; ?>
</span></label>
            </div>
            <?php endforeach; endif; unset($_from); ?>
		</div>
	</div>

</fieldset>

<?php if ($this->_tpl_vars['san_enabled']): ?>
<?php $_from = $this->_tpl_vars['san_domains']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['sanid'] => $this->_tpl_vars['san_domain']):
?>
<fieldset>

    <div class="control-group">
	    <label class="full control-label bold" for="servertype"><?php echo $this->_tpl_vars['LANG']['sslcertapproveremail']; ?>
: <?php echo $this->_tpl_vars['san_domain']['domain']; ?>
</label>
		<div class="controls">
                <?php $_from = $this->_tpl_vars['san_domain']['emails']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['san_approveremail']):
?>
            <div class="col2half">
            <label class="full control-label"><input type="radio" class="radio inline" name="san_approveremail[<?php echo $this->_tpl_vars['san_domain']['domain']; ?>
]" value="<?php echo $this->_tpl_vars['san_approveremail']; ?>
"<?php if ($this->_tpl_vars['num'] == 0): ?> checked<?php endif; ?> /> <span><?php echo $this->_tpl_vars['san_approveremail']; ?>
</span></label>
            </div>
            <?php endforeach; endif; unset($_from); ?>
		</div>
	</div>

</fieldset>
<?php endforeach; endif; unset($_from); ?>
<?php endif; ?>

<p class="textcenter"><input type="submit" value="<?php echo $this->_tpl_vars['LANG']['ordercontinuebutton']; ?>
" class="btn btn-primary" /></p>

</form>

<br />
<br />
<br />