Files
ventas_php/templates_c/42c12bf624aab74a84b4f4942d7d677cde5eb838.file.search-clientes.tpl.php

35 lines
1.2 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-07 17:58:14
compiled from "./templates/forms/search-clientes.tpl" */ ?>
<?php /*%%SmartyHeaderCode:154107707540ce306e21e79-17714151%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'42c12bf624aab74a84b4f4942d7d677cde5eb838' =>
array (
0 => './templates/forms/search-clientes.tpl',
1 => 1410130452,
),
),
'nocache_hash' => '154107707540ce306e21e79-17714151',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<table width="100%" cellpadding="0" cellspacing="0" id="box-table-a" style="border-top:1px solid #999999">
<thead>
<tr>
<th scope="col" align="center">
<div align="center">B&uacute;squeda por RFC o Nombre</div>
</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">
<input type="text" size="35" name="word" id="word" class="largeInput" onkeyup="CheckKey(event)" />
<input type="button" name="btnSearch" value="Buscar" class="btnSearch" onclick="Search()" />
</td>
</tr>
</tbody>
</table>