<body onload="document.getElementById('mac').focus()">
<p> </p>
<table width="80%" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<td>[<a href="javascript:history.back(1)">Atras</a>]</td>
</tr>
<tr>
<td align="center" bgcolor="#CCCCCC"><strong>RECEIVING M A C</strong></td>
</tr>
</table>
<p> </p>
<form action="<?php echo $editFormAction; ?>" method="POST" name="form1" id="form1" onsubmit="MM_validateForm('mac','','R','serial','','R');return document.MM_returnValue">
<table width="80%" border="0" align="center" cellpadding="3" cellspacing="0" class="tablagris">
<tr>
<td colspan="5" align="center" bgcolor="#F5F5F5">OPERADOR:<strong><?php echo $row_Recomaestra1['Operador']; ?></strong></td>
</tr>
<tr>
<td width="120" align="right" bgcolor="#EFEFEF"><span class="texto2">No. Sap:</span></td>
<td width="209" bgcolor="#EFEFEF" class="texto2"><?php echo $row_Recomaestra1['sap']; ?></td>
<td width="153" align="right" bgcolor="#EFEFEF"><span class="texto2">Manufacturer:</span></td>
<td colspan="2" bgcolor="#EFEFEF" class="texto2"><?php echo $row_Recomaestra1['fabricante']; ?></td>
</tr>
<tr>
<td align="right" bgcolor="#F5F5F5"><span class="texto2">Category:</span></td>
<td bgcolor="#F5F5F5"><?php echo $row_Recomaestra1['categoria']; ?></td>
<td align="right" bgcolor="#F5F5F5"><span class="texto2">Model:</span></td>
<td colspan="2" bgcolor="#F5F5F5" class="texto2"><?php echo $row_Recomaestra1['modelo']; ?></td>
</tr>
<tr>
<td align="right" bgcolor="#EFEFEF"><span class="texto2">Wire Receipt:</span></td>
<td bgcolor="#EFEFEF"><?php echo $row_Recomaestra1['numentra']; ?></td>
<td align="right" bgcolor="#EFEFEF"><span class="texto2">Location:</span></td>
<td width="156" bgcolor="#EFEFEF"><?php echo $row_Recomaestra1['location']; ?></td>
<td width="138" bgcolor="#EFEFEF">box <?php echo $row_Recomaestra1['caja']; ?> Layette <?php echo $row_Recomaestra1['canastilla']; ?></td>
</tr>
<tr>
<td align="right" bgcolor="#F5F5F5"><span class="texto2">Estado:</span></td>
<td bgcolor="#F5F5F5"><?php echo $row_Recomaestra1['estado']; ?> / <?php echo $row_Recomaestra1['marcacion']; ?></td>
<td align="right" bgcolor="#F5F5F5"><span class="texto2">Mac:</span></td>
<td colspan="2" bgcolor="#F5F5F5" class="texto2"><input name="mac" type="text" class="selecform" id="mac" size="12" maxlength="12" onkeypress="pasaSiguiente(this, document.getElementById('serial'), 13)" /></td>
</tr>
<tr>
<td align="right" bgcolor="#EFEFEF"><span class="texto2">Origin:</span></td>
<td bgcolor="#EFEFEF"><?php echo $row_Recomaestra1['origen']; ?></td>
<td align="right" bgcolor="#EFEFEF" class="texto2">Serial:</td>
<td colspan="2" bgcolor="#EFEFEF" class="texto2"><input name="serial" type="text" class="selecform" id="serial" size="32" onkeyup="this.value = this.value.replace (/[~!@/#$%^&*()_+,-.?[']/, '') "/></td>
</tr>
<tr>
<td colspan="3" bgcolor="#FFBE84"><input name="estado" type="hidden" id="estado" value="Field Pull" />
<input name="user" type="hidden" id="user" value="<?php echo $row_Recomaestra1['user']; ?>" />
<input name="categoria" type="hidden" id="categoria" value="<?php echo $row_Recomaestra1['categoria']; ?>" />
<input name="fabricante" type="hidden" id="fabricante" value="<?php echo $row_Recomaestra1['fabricante']; ?>" />
<input name="modelos" type="hidden" id="modelos" value="<?php echo $row_Recomaestra1['modelo']; ?>" />
<input name="location" type="hidden" id="location" value="<?php echo $row_Recomaestra1['location']; ?>" />
<input name="origen" type="hidden" id="origen" value="<?php echo $row_Recomaestra1['origen']; ?>" />
<input name="sap" type="hidden" id="sap" value="<?php echo $row_Recomaestra1['sap']; ?>" />
<input name="numentra" type="hidden" id="numentra" value="<?php echo $row_Recomaestra1['numentra']; ?>" />
<input name="caja" type="hidden" id="caja" value="<?php echo $row_Recomaestra1['caja']; ?>" />
<input name="canastilla" type="hidden" id="canastilla" value="<?php echo $row_Recomaestra1['canastilla']; ?>" />
<input name="marcacion" type="hidden" id="marcacion" value="<?php echo $row_Recomaestra1['marcacion']; ?>" />
<input name="operador" type="hidden" id="operador" value="<?php echo $row_Recomaestra1['Operador']; ?>" /></td>
<td colspan="2" bgcolor="#FFBE84"><input type="submit" value="Guardar" />
<input type="button" name="button2" id="button2" value="Cambio" onclick="window.location='recibo3.php?varwr=<?php echo $row_Recomaestra1['numentra']; ?>'" />
<a href="recibo6.php?busca=<?php echo $row_Recomaestra1['numentra']; ?>">
<label>
<input type="button" name="button" id="button" value="Salir y Cerrar Wr" onclick="window.location='recibo6.php?busca=<?php echo $row_Recomaestra1['numentra']; ?>'"/>
</label>
</a></td>
</tr>
</table>
<input type="hidden" name="MM_insert" value="form1" />
</form>
<p> </p>
<table width="80%" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<td bgcolor="#CCCCCC">Sap</td>
<td bgcolor="#CCCCCC">Mac</td>
<td bgcolor="#CCCCCC">Serial</td>
<td bgcolor="#CCCCCC">Fecha</td>
<td bgcolor="#CCCCCC">Operador</td>
<td bgcolor="#CCCCCC">wr</td>
<td bgcolor="#CCCCCC"> </td>
</tr>
<?php do { ?>
<tr>
<td bgcolor="#E4E4E4"><?php echo $row_Recomaestra1['sap']; ?></td>
<td bgcolor="#E4E4E4"><?php echo $row_Recomaestra1['mac']; ?></td>
<td bgcolor="#E4E4E4"><?php echo $row_Recomaestra1['serial']; ?></td>
<td bgcolor="#E4E4E4"><?php echo $row_Recomaestra1['fecha']; ?></td>
<td bgcolor="#E4E4E4"><?php echo $row_Recomaestra1['Operador']; ?></td>
<td bgcolor="#E4E4E4"><?php echo $row_Recomaestra1['numentra']; ?></td>
<td bgcolor="#E4E4E4"><a href="delete.php?campoid=<?php echo $row_Recomaestra1['id']; ?>&busca=<?php echo $row_Recomaestra1['user']; ?>"><img src="img/ico_x.gif" width="13" height="13" border="0" /></a></td>
</tr>
</table>
<p> </p>
</body>
</html>
<?php
?>