|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/logicswapweb/aplicaciones/admon/noticias/tb_relaciones/ |
Upload File : |
<?
include("../../generales/config_panel.php");
include("met_relaciones.php");
$met_relaciones = new met_relaciones;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>adicionar relaciones</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../../css/panel2.css" rel="stylesheet" type="text/css">
<link href="../../css/panel2Contenido.css" rel="stylesheet" type="text/css">
<link href="../../css/scrollbar2.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="610" border="0" align="left" cellpadding="0" cellspacing="1">
<form name="form1">
<tr valign="top" bgcolor="#FFFFFF">
<td width="100%" height="30" bgcolor="#F9F9F9">
<div align="left" class="vinculo"><a href="../../contenido.php?id=<?=$id_userC?>" style="width: 40; cursor:hand" title="Indice de Aplicaciones">Beginning</a> | <a href="relaciones.php" style="width: 40; cursor:hand" title="Administrar relaciones">Relaciones</a> | <span class="nombreColum_red">Visualizar relaciones</span></div></td>
</tr>
<tr>
<td colspan="4"> </td>
</tr>
<tr>
<td colspan="4">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="listado" align="center">
<tr align="center" class="filatitulo">
<td width="2%"><div align="left" class="nombreColum"><b><a onClick="javascript: document.location.href= 'relaciones.php'" title="Volver" style="cursor:hand; width:40"><img src="../../img/atras.gif" style="cursor:hand "></a></b></div></td>
<td width="50%"><b><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="2">Título</font></b></td>
<td width="28%"><b><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="2">Tema</font></b></td>
<td width="20%" ><b><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="2">Seleccionar</font></b></td>
</tr>
<? $met_relaciones->distitulotema($noticia_id);
$met_relaciones->listar_relaciones($noticia_id);
$met_relaciones->liberar();
$met_relaciones->cerrar();
?>
<tr align="center" class="filatitulo">
<td width="2%"><div align="left" class="nombreColum"><b><a onClick="javascript: document.location.href= 'relaciones.php'" title="Volver" style="cursor:hand; width:40"><img src="../../img/atras.gif" style="cursor:hand "></a></b></div></td>
<td width="50%"> </td>
<td width="20%"> </td>
<td width="28%"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="4"> </td>
</tr>
<tr>
<td colspan="4" align="center">
<font size="3" face="Arial, Helvetica, sans-serif">
<input type="button" onClick = "javascript: document.location.href ='relaciones.php'" name="cancel" value="Cancelar" class="buttonverde">
</font>
</td>
</tr>
</form>
</table>
</body>
<script src="../../generales/genjavascript.js" language="javascript">
</script>
</html>