41 lines
1.3 KiB
Smarty
Executable File
41 lines
1.3 KiB
Smarty
Executable File
<form name="frmTickets" id="frmTickets" method="post" action="export/reporte-tickets.php">
|
|
<input type="hidden" name="type" value="search" />
|
|
<table width="100%" cellpadding="0" cellspacing="0" id="box-table-a" style="border-top:1px solid #999999">
|
|
<thead>
|
|
<tr>
|
|
<th align="center" width="100"></th>
|
|
<th align="center"><div align="center">Código Barra</div></th>
|
|
<th align="center" width="100"></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td align="center"></td>
|
|
<td align="center">
|
|
<input type="text" class="largeInput" name="codigoBarra2" id="codigoBarra2" style="width:200px" />
|
|
</td>
|
|
<td align="center"></td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td align="center">
|
|
<input type="button" name="btnSearch" value="Generar" class="btnSearch" onclick="Generar()" />
|
|
</td>
|
|
<td align="center">
|
|
<div style="float:right; padding-right:50px"><a href="#" onclick="ExportInv(); return false;"><img src="{$WEB_ROOT}/images/icons/excel.png" title="Exportar Reporte"/></a></div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3">
|
|
<div align="center">
|
|
<div id="loadBusqueda" style="display:none">
|
|
<br />
|
|
<img src="http://www.facturase.com/images/loading.gif" width="16" height="16" />
|
|
<br />Cargando...
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</form> |