Primer commit del sistema avantika sin cambios
This commit is contained in:
60
templates/forms/editar-sucursal.tpl
Executable file
60
templates/forms/editar-sucursal.tpl
Executable file
@@ -0,0 +1,60 @@
|
||||
<div id="divForm">
|
||||
<form id="editSucursalForm" name="editSucursalForm" method="post">
|
||||
<input type="hidden" id="sucursalId" name="sucursalId" value="{$post.sucursalId}"/>
|
||||
<fieldset>
|
||||
<div class="formLine" style="width:100%; text-align:left">
|
||||
<div style="width:50%;float:left">* Nombre:</div>
|
||||
<br />
|
||||
<input name="nombre" id="nombre" type="text" value="{$post.nombre}" class="largeInput wide2" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Número de Sucursal:</div>
|
||||
<input name="noSuc" id="noSuc" type="text" value="{$post.noSuc}" value="{$post.noSuc}" class="largeInput wide2"/>
|
||||
<br />
|
||||
<div align="center"><b>.:: Dirección ::.</b></div>
|
||||
|
||||
<div style="width:30%;float:left">Calle:</div>
|
||||
<input name="calle" id="calle" type="text" value="{$post.calle}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">No. Exterior:</div>
|
||||
<input name="noExt" id="noExt" type="text" value="{$post.noExt}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">No. Interior:</div>
|
||||
<input name="noInt" id="noInt" type="text" value="{$post.noInt}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Referencia:</div>
|
||||
<input name="referencia" id="referencia" type="text" value="{$post.referencia}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Colonia:</div>
|
||||
<input name="colonia" id="colonia" type="text" value="{$post.colonia}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Localidad:</div>
|
||||
<input name="localidad" id="localidad" type="text" value="{$post.localidad}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Municipio o Delegación:</div>
|
||||
<input name="municipio" id="municipio" type="text" value="{$post.municipio}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Ciudad:</div>
|
||||
<input name="ciudad" id="ciudad" type="text" value="{$post.ciudad}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Código Postal:</div>
|
||||
<input name="cp" id="cp" type="text" value="{$post.cp}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Estado:</div>
|
||||
<input name="estado" id="estado" type="text" value="{$post.estado}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Pais:</div>
|
||||
<input name="pais" id="pais" type="text" value="{$post.pais}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Teléfono:</div>
|
||||
<input name="telefono" id="telefono" type="text" value="{$post.telefono}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Google Map:</div>
|
||||
<input name="mapa" id="mapa" type="text" value="{$post.mapa}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Nombre del Arrendatario:</div>
|
||||
<input name="arrendatario" id="arrendatario" type="text" value="{$post.arrendatario}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Monto de la Renta:</div>
|
||||
<input name="montoRenta" id="montoRenta" type="text" value="{$post.montoRenta}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">Fecha de Vencimiento:</div>
|
||||
<input name="fechaVenc" id="fechaVenc" type="text" value="{$post.fechaVenc}" class="largeInput wide2"/>
|
||||
<div style="width:30%;float:left">* % IVA:</div>
|
||||
<input name="iva" id="iva" type="text" value="{$post.iva}" class="largeInput wide2"/>
|
||||
|
||||
|
||||
</div>
|
||||
<div style="clear:both"></div>
|
||||
<hr />
|
||||
* Campos requeridos
|
||||
<div class="formLine" style="text-align:center; padding-left:300px">
|
||||
<a class="button" id="editarSucursal" name="editarSucursal"><span>Actualizar</span></a>
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user