Primer commit del sistema avantika sin cambios
This commit is contained in:
68
templates/forms/editar-rfc.tpl
Executable file
68
templates/forms/editar-rfc.tpl
Executable file
@@ -0,0 +1,68 @@
|
||||
<div id="divForm">
|
||||
<form id="editRfcForm" name="editRfcForm" method="post">
|
||||
<fieldset>
|
||||
<div class="formLine" style="width:100%; text-align:left">
|
||||
<div style="width:60%;float:left">* RFC y Homoclave (12 o 13 Letras SIN espacion o guiones):</div>
|
||||
<input name="rfc" id="rfc" type="text" value="{$post.rfc}" maxlength="13" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">* Nombre Completo o Razón Social:</div>
|
||||
<br />
|
||||
<input name="razonSocial" id="razonSocial" type="text" value="{$post.razonSocial}" size="50" class="largeInput wide2"/>
|
||||
<hr />
|
||||
</div>
|
||||
<div class="formLine">
|
||||
<div align="center"><b>.:: Porcentajes ::.</b></div>
|
||||
<br />
|
||||
<div style="width:30%;float:left">Bonificación:</div>
|
||||
<input name="bonificacion" id="bonificacion" type="text" value="{$post.porcentajeBonificacion}" size="50" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Devolución:</div>
|
||||
<input name="devolucion" id="devolucion" type="text" value="{$post.porcentajeDevolucion}" size="50" class="largeInput wide2"/>
|
||||
</div>
|
||||
<div class="formLine">
|
||||
<div align="center"><b>.:: Devolución ::.</b></div>
|
||||
<br />
|
||||
<div style="width:30%;float:left">Días para realizar Devolución:</div>
|
||||
<input name="diasDevolucion" id="diasDevolucion" type="text" value="{$post.diasDevolucion}" size="50" class="largeInput wide2"/>
|
||||
</div>
|
||||
<div class="formLine">
|
||||
<div align="center"><b>.:: Dirección ::.</b></div>
|
||||
<br />
|
||||
<div style="width:30%;float:left">Calle:</div>
|
||||
<input name="calle" id="calle" type="text" value="{$post.calle}" size="50" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">No. Exterior:</div>
|
||||
<input name="noExt" id="noExt" type="text" value="{$post.noExt}" size="10" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">No. Interior:</div>
|
||||
<input name="noInt" id="noInt" type="text" value="{$post.noInt}" size="10" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Referencia:</div>
|
||||
<input name="referencia" id="referencia" type="text" value="{$post.referencia}" size="50" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Colonia:</div>
|
||||
<input name="colonia" id="colonia" type="text" value="{$post.colonia}" size="30" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Localidad:</div>
|
||||
<input name="localidad" id="localidad" type="text" value="{$post.localidad}" size="30" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Municipio o Delegación:</div>
|
||||
<input name="municipio" id="municipio" type="text" value="{$post.municipio}" size="30" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Ciudad:</div>
|
||||
<input name="ciudad" id="ciudad" type="text" value="{$post.ciudad}" size="30" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Código Postal:</div>
|
||||
<input name="cp" id="cp" type="text" value="{$post.cp}" size="10" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Estado:</div>
|
||||
<input name="estado" id="estado" type="text" value="{$post.estado}" size="30" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Pais:</div>
|
||||
<input name="pais" id="pais" type="text" value="{$post.pais}" size="50" class="largeInput wide2"/>
|
||||
<div style="width:60%;float:left">* Régimen Fiscal:</div>
|
||||
<input name="regimenFiscal" id="regimenFiscal" type="text" value="{$post.regimenFiscal}" size="13" class="largeInput wide2"/>
|
||||
<hr />
|
||||
<div style="clear:both"></div>
|
||||
* Campos requeridos
|
||||
|
||||
</div>
|
||||
|
||||
<div style="clear:both"></div>
|
||||
<div class="formLine" style="text-align:center; padding-left:290px">
|
||||
<a class="button" id="editarRfc" name="editarRfc"><span>Actualizar</span></a>
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
<input type="hidden" id="rfcId" name="rfcId" value="{$post.rfcId}" />
|
||||
<input type="hidden" name="type" id="type" value="saveEditRfc" />
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user