Tareas #639. Mostrar el nombre del fichero de curriculum de un candidato
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk@63 e2b1556b-49f8-d141-9351-52d6861a72d9
This commit is contained in:
parent
50d35d8a46
commit
b6ed798fe8
@ -212,7 +212,7 @@ function menu_curriculums($oid, $tipo){
|
||||
while($rows = @mysql_fetch_array($resultado)){
|
||||
$ruta = $rows["curriculum"];
|
||||
$fecha = $rows["fecha"];
|
||||
echo "<tr><td>$fecha</td><td><a href='descargas.php?tipo=cv&cod=".$rows['cod']."' target=popup onclick=window.open('', 'popup', 'width = 200, height = 100')>Ver</a></td><td>
|
||||
echo "<tr><td>$fecha</td><td><a href='descargas.php?tipo=cv&cod=".$rows['cod']."' target=popup onclick=window.open('', 'popup', 'width = 200, height = 100')>".$rows['curriculum']."</a></td><td>
|
||||
<a href='borrar_curriculum.php?oid=$oid&tipo=$tipo&fecha=$fecha&curriculum=$ruta'>
|
||||
<img src='css/eliminar.png'/></a></td></tr>";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user