51 lines
1.2 KiB
Smarty
Executable File
51 lines
1.2 KiB
Smarty
Executable File
<div class="grid_16" id="content">
|
|
|
|
<div class="grid_9">
|
|
<h1 class="catalogos">
|
|
Ajustar Inv. PARCIAL con Excel :: Agregar
|
|
</h1>
|
|
</div>
|
|
|
|
<div class="grid_6" id="eventbox" style="font-size:12px">
|
|
Paso {$step} de 3
|
|
</div>
|
|
|
|
<div class="clear">
|
|
</div>
|
|
|
|
<div id="_portlets">
|
|
|
|
<div class="clear"></div>
|
|
|
|
<div class="portlet">
|
|
|
|
<div align="center">
|
|
|
|
{if $step == 1}
|
|
<a href="{$WEB_ROOT}/docs/formato.csv" target="_blank">
|
|
<img src="{$WEB_ROOT}/images/icons/excel.png" border="0" />
|
|
<br />Formato del Archivo
|
|
</a>
|
|
<br />
|
|
{include file="forms/inventario-wizard-1.tpl"}
|
|
{elseif $step == 2}
|
|
{include file="forms/inventario-wizard-2.tpl"}
|
|
{elseif $step == 3}
|
|
{include file="forms/inventario-wizard-3.tpl"}
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
{if $step == 1}
|
|
<br />
|
|
<div align="center">
|
|
<a href="{$WEB_ROOT}/inventario-wizard-list2"> << Regresar </a>
|
|
</div>
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<div class="clear"> </div>
|
|
|
|
</div> |