ClaveAudio_Web/buscar.php
2011-05-06 11:33:27 +00:00

56 lines
3.0 KiB
PHP

<style type="text/css">
<!--
.grupo { font: 11px Verdana, Arial, Helvetica; margin-top: 3px; padding-left: 4px;}
form { margin: 0; padding: 0; }
select { font: 11px Verdana, Arial, Helvetica; background: #eee; padding: 2px;}
input.name { border: 1px solid #7A706A; font: 11px Verdana, Arial, Helvetica; background: #eee; padding: 2px; line-height: 13px; }
input.submit { border: 1px solid #596C80; font: 10px Verdana, Arial, Helvetica; background: #5A86B3; line-height: 14px; font-weight: bold; color: #fff; }
input:focus { background: #fff; }
select:focus { background: #fff; }
.labelSearch {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; color: #000000; text-decoration: none}
-->
</style>
<script language="javascript">MM_preloadImages('_imgs/gom.gif');function doBuscar(){document.buscador.submit();}</script>
<form id="buscador" name="buscador" action="tienda.php" method="post">
<table width="168" border="0" cellpadding="0" cellspacing="0" bgcolor="#E2E4E5" id="buscador">
<tr>
<td width="6"><img src="_imgs/d.gif" width="6" height="6"></td>
<td width="156"><img src="_imgs/d.gif" width="156" height="6"></td>
<td width="6"><img src="_imgs/d.gif" width="6" height="6"></td></tr>
<tr>
<td width="6"><img src="_imgs/d.gif" width="6" height="20"></td>
<td width="156"><input name="buscar" type="text" id="buscar" maxlength="20" style="width:150px;" class="name"></td>
<td width="6"><img src="_imgs/d.gif" width="6" height="20"></td></tr>
<tr><td colspan="3"><img src="_imgs/d.gif" width="6" height="6"></td></tr>
<tr>
<td width="6"><img src="_imgs/d.gif" width="6" height="22"></td>
<td width="156">
<select name="marcas" id="marcas" style="width:150px">
<option value="" selected>Todas las marcas</option>
<?php include("marcas.htm"); ?>
</select>
</td>
<td width="6"><img src="_imgs/d.gif" width="6" height="22"></td></tr>
<tr><td colspan="3"><img src="_imgs/d.gif" width="6" height="6"></td></tr>
<tr>
<td width="6"><img src="_imgs/d.gif" width="6" height="22"></td>
<td width="156">
<select name="cat" id="cat" style="width:150px">
<option value="" selected>Todas las categor&iacute;as</option>
<?php include("categorias2.htm"); ?>
</select>
</td>
<td width="6"><img src="_imgs/d.gif" width="6" height="22"></td></tr>
<tr><td colspan="3"><img src="_imgs/d.gif" width="6" height="6"></td></tr>
<tr>
<td width="6"><img src="_imgs/d.gif" width="6" height="20"></td>
<td width="156" align="right"><a href="javascript:doBuscar();" class="labelSearch" onMouseOver="MM_swapImage('go','','_imgs/gom.gif',1)" onMouseOut="MM_swapImgRestore()">BUSCAR&nbsp;<img src="_imgs/gog.gif" width="13" height="13" border="0" align="absbottom" id="go" nombre="go"></a></td>
<td width="6"><img src="_imgs/d.gif" width="6" height="20"></td></tr>
<tr><td colspan="3"><img src="_imgs/d.gif" width="6" height="6"></td></tr>
</table></form>
<script language="javascript">document.buscador.buscar.focus();</script>