Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,100 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-09-22 12:27:23
|
||||
compiled from "./templates/forms/agregar-certificado.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:68180924254205bfbb908a0-13135779%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'aaec79aef0c867bbf195c93d756353c6f4afcacd' =>
|
||||
array (
|
||||
0 => './templates/forms/agregar-certificado.tpl',
|
||||
1 => 1410130449,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '68180924254205bfbb908a0-13135779',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<div id="divForm">
|
||||
<form id="frmCertificado" name="frmCertificado" method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="accion" value="guardar_certificado" />
|
||||
<fieldset>
|
||||
|
||||
<div class="formLine" style="width:100%; text-align:left">
|
||||
<div style="width:150px;float:left">Certificados:</div>
|
||||
<div style="width:350px;float:left">
|
||||
<select name="certificado" id="certificado" class="largeInput">
|
||||
<?php if ($_smarty_tpl->getVariable('nom_certificado')->value){?>
|
||||
<option value="<?php echo $_smarty_tpl->getVariable('nom_certificado')->value;?>
|
||||
"><?php echo $_smarty_tpl->getVariable('nom_certificado')->value;?>
|
||||
</option>
|
||||
<?php }?>
|
||||
</select>
|
||||
<div style="position:relative">
|
||||
<div style="display:none;position:absolute;top:-20; z-index:100" id="suggestionDiv"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="clear:both; padding-top:5px"></div>
|
||||
</div>
|
||||
|
||||
<div class="formLine" style="width:100%; text-align:left">
|
||||
<div style="width:150px;float:left">Fecha Certificado:</div>
|
||||
<div style="width:750px;float:left"><input name="fecha" id="fecha" type="text" size="30" readonly="readonly" value="<?php echo $_smarty_tpl->getVariable('fecha_expiracion')->value;?>
|
||||
" class="largeInput"/>
|
||||
<div style="position:relative">
|
||||
<div style="display:none;position:absolute;top:-20; z-index:100" id="suggestionDiv"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="clear:both; padding-top:5px"></div>
|
||||
</div>
|
||||
|
||||
<div class="formLine" style="width:100%; text-align:left">
|
||||
<div style="width:150px;float:left">* Ruta del Certificado:</div>
|
||||
<div style="width:650px;float:left"><input type="file" name="file_certificado" id="file_certificado" class="largeInput" />
|
||||
<div style="position:relative">
|
||||
<div style="color:#FF0000; display:<?php if ($_smarty_tpl->getVariable('errCertificado')->value){?>block<?php }else{ ?>none<?php }?>"><?php echo $_smarty_tpl->getVariable('errCertificado')->value;?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="clear:both; padding-top:5px"></div>
|
||||
</div>
|
||||
|
||||
<div class="formLine" style="width:100%; text-align:left">
|
||||
<div style="width:150px;float:left">* Ruta de la Llave Privada:</div>
|
||||
<div style="width:650px;float:left"><input type="file" name="file_llave" id="file_llave" class="largeInput" />
|
||||
<div style="position:relative">
|
||||
<div style="color:#FF0000; display:<?php if ($_smarty_tpl->getVariable('errLlave')->value){?>block<?php }else{ ?>none<?php }?>"><?php echo $_smarty_tpl->getVariable('errLlave')->value;?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="clear:both; padding-top:5px"></div>
|
||||
</div>
|
||||
|
||||
<div class="formLine" style="width:100%; text-align:left">
|
||||
<div style="width:150px;float:left">* Contrasena Llave Privada:</div>
|
||||
<div style="width:650px;float:left"><input type="password" name="pass_llave" id="pass_llave" size="20" class="largeInput"/>
|
||||
<div style="position:relative">
|
||||
<div style="color:#FF0000; display:<?php if ($_smarty_tpl->getVariable('errPass')->value){?>block<?php }else{ ?>none<?php }?>"><?php echo $_smarty_tpl->getVariable('errPass')->value;?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="clear:both; padding-top:5px"></div>
|
||||
<hr />
|
||||
</div>
|
||||
|
||||
<div align="left">* Campos requeridos.</div>
|
||||
|
||||
<div id="loader" style="padding-left:190px; width:100px; display:none" align="center">
|
||||
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/images/loading.gif" />
|
||||
<br />Enviando...
|
||||
</div>
|
||||
|
||||
<div class="formLine" style="text-align:center; padding-left:200px">
|
||||
<a class="button" id="agregarCertificado" name="agregarCertificado"><span>Actualizar</span></a>
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user