Ver Mensaje Individual
  #8 (permalink)  
Antiguo 27/06/2013, 15:11
hkTr
 
Fecha de Ingreso: junio-2013
Ubicación: Mexico
Mensajes: 16
Antigüedad: 10 años, 10 meses
Puntos: 0
Respuesta: Mostrar varias consultas

ok, bueno no nos liemos más, que solo es una pregunta y como para ponernos a discutir por algo así no demostraría la persona que realmente somos , nuevamente te pido una disculpa y te pongo el código de toda mi plantilla , y espero realmente resuelvan esta pregunta que tengo respecto al código php.

cvu.php

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <link rel="shortcut icon" href="../../Objetos/favicon.ico" />
  4. <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>CVU</title>
  7. <link rel="stylesheet" href="estilos.css"
  8.              type="text/css" media="all">
  9. <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
  10. <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
  11. <script type="text/javascript" src="miquery.js"></script>
  12.  <script type="text/javascript" src="funciones.js"></script>
  13.  
  14. </head>
  15. <div id="global">
  16.    
  17.     <div id="banner-superior">
  18.         <a href="http://cocyteh.hidalgo.gob.mx/" target="_blank"><img src="http://www.forosdelweb.com/Objetos/Banner_1.jpg" title= "COCyTEH" width="900" height="163"
  19.             alt="Haz clic aquí para volver a la página de inicio">
  20.         </a>    
  21.     </div>
  22.     <div id="curva-superior"></div>
  23.     <div id="cabecera"><h1>Investigadores</h1></div>
  24.  
  25.   <div id="navegacion">
  26.             <div>
  27.               <ul id="MenuBar1" class="MenuBarHorizontal">
  28.                   <li><a href="http://www.forosdelweb.com/index.php">Inicio</a>                 </li>
  29.                   <li><a href="#" class="MenuBarItemSubmenu">Investigadores</a>
  30.                     <ul>
  31.                       <li><a href="#" class="MenuBarItemSubmenu">Investigadores SNI</a>
  32.                         <ul>
  33.                           <li><a href="http://www.forosdelweb.com/INVESTIGADORES/InvestigadoresSNI/Investigadores Detalle/inv_detalle.php">Detalle</a></li>
  34.                           <li><a href="#" class="MenuBarItemSubmenu">Resumen</a>
  35.                             <ul>
  36.                             <li><a href="http://www.forosdelweb.com/INVESTIGADORES/InvestigadoresSNI/Investigadores Resumen/inv_niveles.php">Clasificados Por Nivel</a></li>
  37.                             <li><a href="http://www.forosdelweb.com/INVESTIGADORES/InvestigadoresSNI/Investigadores Resumen/inv_institucion.php">Clasificados Por Institución</a></li>
  38.                          
  39.                           </ul>
  40.                          
  41.                           </li>
  42.                         </ul>
  43.                       </li>
  44.                       <li><a href="#" class="MenuBarItemSubmenu">Evaluadores RCEA</a>
  45.                         <ul>
  46.                           <li><a href="http://www.forosdelweb.com/INVESTIGADORES/Evaluadores_RCEA/Evaluadores Detalle/eva_detalle.php">Detalle</a></li>
  47.                           <li><a href="http://www.forosdelweb.com/INVESTIGADORES/Evaluadores_RCEA/Evaluadores Resumen/eva_resumen.php">Resumen</a></li>
  48.                         </ul>