aqui esta el cuerpo de la pagina:
HTML:
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="reset.css" rel="stylesheet" type="text/css" /> <link href="style.css" rel="stylesheet" type="text/css" /> <link href="js/jquery.wysiwyg.css" rel="stylesheet" type="text/css" /> <link type="text/css" media="screen" rel="stylesheet" href="js/colorbox.css" /> <link type="text/css" media="screen" rel="stylesheet" href="js/colorbox-custom.css" />
div.wysiwyg ul.panel li {padding:0px !important;} /**textarea visual editor padding override**/
<!--[if IE 6]>
<link rel="stylesheet" href="ie.css" type="text/css" />
<![endif]-->
<!--[if IE]>
<link type="text/css" media="screen" rel="stylesheet" href="js/colorbox-custom-ie.css" title="Cleanity" />
<![endif]-->
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="js/jquery.colorbox-min.js"></script> <script type="text/javascript" src="js/jquery.ui.js"></script> <script type="text/javascript" src="js/jquery.corners.min.js"></script> <script type="text/javascript" src="js/jquery.wysiwyg.js"></script>
<script src="js/tabs.pack.js" type="text/javascript"></script> <script type="text/javascript" src="js/cleanity.js"></script>
<div class="hidden"><!-- the modal box container - this div is hidden until it is called from a modal box trigger. see cleanity.js for details --> <div id="sample-modal"><h2 style="font-size:160%; font-weight:bold; margin:10px 0;">Modal Box Content
</h2><p>Place your desired modal box content here
</p></div> </div><!-- end of hidden --> <h1><a href="#">Telecomunicaciones Fams
</a></h1> <p id="userbox">Hola
<strong><?php echo $row_rsUsuarios['nombre']; ?> </strong>|
<a href="logout.php"> Salir
</a> <br /> <small><?php include('fecha.php') ?> -
<?php include('hora.php') ?></small></p> <li><a href="indexl.php">PRINCIPAL
</a></li> <li class="selected"><a href="ordenes.php">ORDENES DE REPARACION
</a></li> </div><!-- end of #header -->
<h2>Panel de Administracion
</h2> <a href="indexl.php" id="topLink">Volver
</a> </div><!-- end of div#content-top --> <h4 class="yellow">Menu
</h4><!--end of div.box-container --></div><!-- end of div.box --><!--end of div.box --><!-- end of div.box --> </div> <!-- end of div#left-col -->
<h4 class="white">Cambio de Status
</h4> <div class="box-container"> <form name="form" action="<?php echo $editFormAction; ?>" method="POST">
<p>Nº de Orden:
<input name="ordenID" type="text" id="ordenID" value="<?php echo $row_rsReparaciones['ordenID']; ?>" readonly="readonly" />
</p> <p>Fecha de Entrada:
<?php echo $row_rsReparaciones['fechaEN']; ?></p> <p>Fecha de Reparación:
<input name="fechaRE" type="text" id="fechaRE" /></p> <p>Nombre:
<?php echo $row_rsReparaciones['Nombre']; ?></p> <p>Marca:
<?php echo $row_rsReparaciones['marca']; ?></p> <p>Modelo:
<?php echo $row_rsReparaciones['modelo']; ?></p> <p>Serial:
<?php echo $row_rsReparaciones['serial']; ?></p> <p>Fallas:
<?php echo $row_rsReparaciones['fallas']; ?></p> <p>Estado Físico:
<?php echo $row_rsReparaciones['estado_fisico']; ?></p> <p>Accesorios:
<?php echo $row_rsReparaciones['accesorios']; ?></p> <p>Nº de Celular:
<?php echo $row_rsReparaciones['n_celular']; ?></p> <p>Nº de Bloqueo:
<?php echo $row_rsReparaciones['n_bloqueo']; ?></p> <p>Nº de Contacto:
<?php echo $row_rsReparaciones['n_contacto']; ?></p> <p>Email:
<input style="width:300px;" name="correo" type="text" id="correo" value="<?php echo $row_rsReparaciones['correo']; ?>" readonly="readonly" />
</p> <p>Recibido por:
<?php echo $row_rsReparaciones['recibido_por']; ?></p> <p>Trabajo Realizado:
<input name="trabajo_realizado" type="text" id="trabajo_realizado" /></p> <p>Reparado por:
<input name="reparado_por" type="text" id="reparado_por" /></p> <p>Monto de la Reparación:
<input name="monto_reparacion" type="text" id="monto_reparacion" /></p> <p>Estatus:
<select name="estatus" id="estatus"> <option value="NO TIENE REPARACION">NO TIENE REPARACION
</option> <p><input name="" type="submit" value="Actualizar Orden" /></p> <input type="hidden" name="MM_update" value="form" /> <input name="mail" type="hidden" id="mail" value="correo" /> <!-- end of div.box-container -->
</div><!-- end of div.box --><!-- end of div.box -->
</div><!-- end of div#mid-col -->
<div id="right-col"><!-- end of div.box --><!-- end of div.box --> </div><!-- end of div#right-col -->
</div><!-- end of div#content --> </div><!-- end of #container -->
<?php
mysql_free_result($rsUsuarios);
mysql_free_result($rsReparaciones);
?>