Código HTML:
Ver original <h2>Currículum Vitae Único
</h2>
<p>Escriba para buscar por nombre de Investigador.
</p>
<form class="form-wrapper cf" name="form1" method="post" action="busq.php"> <input type="text" placeholder="Buscar..." name= "busca" required>
<a name="arriba"></a> <a href="#abajo" title="Ir Abajo">Ir abajo
</a> <div id="contenedortabla"> <?php
include("conectar.php");
mysql_select_db("nodal_hidalgo", $conectar);
$strConsulta = "select distinct a.applid ,f.investigador,
b.nombre_institucion, d.nombre_centro, a.correos_elect,
f.SNI, f.RENIECiy,f.RCEA,f.ESTATAL
from tbl_datosp_investigador as a, tbl_adscripcion as b,
tbl_registros_siicyt as c,
cat_centro_inv as d,
viscvu as f
where a.applid=b.applid and c.applid=b.applid
and a.applid=f.applid
and b.bsinst=d.bsinst
group by a.applid
order by f.investigador";
$pacientes = mysql_query($strConsulta);
$numfilas = mysql_num_rows($pacientes);
echo '<table cellpadding="0" cellspacing="5" class=tabla>';
echo '
<tr><th>Investigador
</th><th>Institución
</th><th>Centro de Investigación
</th><th>Email
</th><th>Nivel SNI
</th><th>Nivel RCEA
</th><th>Nivel RENIECyT
</th><th>Nivel ESTATAL
</th><th>ver más
</th></th>';
for ($i=0; $i<$numfilas; $i++)
{
$fila = mysql_fetch_array($pacientes);
echo '<tr class=modo1 class=modo2><td>'.$fila['investigador'].'
</td>';
echo '
<td>'.$fila['nombre_institucion'].'
</td>';
echo '
<td>'.$fila['nombre_centro'].'
</td> ';
echo '
<td>' .$fila['correos_elect'].'
</td>';
echo '
<td>' .$fila['SNI'].'
</td>';
echo '
<td>' .$fila['RENIECiy'].'
</td>';
echo '
<td>' .$fila['RCEA'].'
</td>';
echo '
<td>' .$fila['ESTATAL'].'
</td>';
echo '
<td><a href="info_inves.php?id='.$fila['applid'].'">ver
</a></td></tr>';
}
?>
<a href="#arriba" title="Ir Arriba">Ir arriba
</a>
<a href="http://www.forosdelweb.com/GLOSARIO/glosario.php" target="_blank"><img src="http://www.forosdelweb.com/Objetos/gloo.jpg" width="44px" height="44px" alt="Glosario" title="Glosario" /> </a>
<a href="https://twitter.com/cocyteh" target="_blank"> <img src="http://www.forosdelweb.com/Objetos/Twitter.png" width="44px" height="44px" alt="Twitter" title="Twitter"/>
<a href="http://www.facebook.com/Cocyteh" target="_blank"> <img src="http://www.forosdelweb.com/Objetos/Facebook_3.png" width="44px" height="44px" alt="Facebook" title="Facebook" />
<div id="piedos"> <p>Ignacio Allende 406, tercer piso, Colonia Centro.
C.P. 42000. Pachuca de Soto, Hidalgo, México
<p>Teléfonos: 771 71 68058 y 771 71 57154
</p>
<div id="curva-inferior"></div>
<script type="text/javascript"> var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});