<?php /* Smarty version 2.6.28, created on 2017-04-01 23:32:35
         compiled from /home/solusito/public_html/modules/servers/gogetssl/templates/reissue.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'sprintf', '/home/solusito/public_html/modules/servers/gogetssl/templates/reissue.tpl', 52, false),)), $this); ?>
<h2>
	<?php echo $this->_tpl_vars['LANG']['gogetssl_reissue_for']; ?>
 <?php echo $this->_tpl_vars['goget_order']['domain']; ?>

</h2>
<form action="" method="POST">
	<fieldset class="onecol">

		<div class="control-group">
			<label class="control-label" for="servertype"><?php echo $this->_tpl_vars['LANG']['sslservertype']; ?>
</label>
			<div class="controls">
				<select name="servertype" id="servertype">
				<option value="" selected disabled><?php echo $this->_tpl_vars['LANG']['pleasechooseone']; ?>
</option>
				<?php $_from = $this->_tpl_vars['webservertypes']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['webservertypeid'] => $this->_tpl_vars['webservertype']):
?><option value="<?php echo $this->_tpl_vars['webservertypeid']; ?>
"<?php if ($this->_tpl_vars['servertype'] == $this->_tpl_vars['webservertypeid']): ?> selected<?php endif; ?>><?php echo $this->_tpl_vars['webservertype']; ?>
</option><?php endforeach; endif; unset($_from); ?>
				</select>
			</div>
		</div>

        <div class="control-group">
            <label class="control-label" for="hashing"><?php echo $this->_tpl_vars['LANG']['gogetssl_hashing']; ?>
</label>
            <div class="controls">
                <select name="hashing" id="hashing">
                    <option value="SHA2" selected>SHA2</option>
                    <option value="SHA1">SHA1</option>
                </select>
            </div>
        </div>

        <?php if ($this->_tpl_vars['goget_product']['product_brand'] == 'comodo'): ?>
        <div class="control-group">
            <label class="control-label" for="validation"><?php echo $this->_tpl_vars['LANG']['gogetssl_validation_method']; ?>
</label>
            <div class="controls">
                <select name="validation" id="validation">
                    <option value="email" selected>Email</option>
                    <option value="http">HTTP</option>
                    <option value="https">HTTPS</option>
                    <option value="dns">DNS</option>
                </select>
            </div>
        </div>
        <?php endif; ?>

		<div class="control-group">
			<label class="control-label" for="csr"><?php echo $this->_tpl_vars['LANG']['sslcsr']; ?>
</label>
			<div class="controls">
				<textarea name="csr" id="csr" rows="7" style="width:90%">-----BEGIN CERTIFICATE REQUEST-----

-----END CERTIFICATE REQUEST-----</textarea>
			</div>
		</div>
		
		<?php $_from = $this->_tpl_vars['goget_additional_domains']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['additional_domain_id'] => $this->_tpl_vars['additional_domain_name']):
?>
			<div class="control-group">
				<label class="control-label" for="csr"><?php echo ((is_array($_tmp=$this->_tpl_vars['LANG']['gogetssl_san_domain_name'])) ? $this->_run_mod_handler('sprintf', true, $_tmp, $this->_tpl_vars['additional_domain_id']) : sprintf($_tmp, $this->_tpl_vars['additional_domain_id'])); ?>
</label>
				<div class="controls">
					<input type="text" name="additional_domain_<?php echo $this->_tpl_vars['additional_domain_id']; ?>
" value="<?php echo $this->_tpl_vars['additional_domain_name']; ?>
" />
				</div>
			</div>
		<?php endforeach; endif; unset($_from); ?>

	</fieldset>
	<p align="center"><a class="btn" href="clientarea.php?action=productdetails&id=<?php echo $_GET['id']; ?>
"> <?php echo $this->_tpl_vars['LANG']['gogetssl_go_back']; ?>
</a>&nbsp;<input type="submit" value="<?php echo $this->_tpl_vars['LANG']['ordercontinuebutton']; ?>
" class="btn btn-primary" /></p>
</form>