KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/logicswapweb/aplicaciones/admon/noticias/tb_relaciones/eli_relaciones.php
<?            
	 include("../../generales/config_panel.php");
	 include("../../generales/config_permisos.php");
	 include("../../generales/operabd.php");
	 include("met_relaciones.php");
	 if(isset($elirelacion))	eli_relacion($noticia_id, $noticia_idrelacion);
?>
<!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="20" bgcolor="#CCCCCC" class="migasactivo">
				  <a class="migas" href="../../contenido.php" style="cursor:hand; " onMouseover="this.style.color='0000FF'" onMouseOut="this.style.color='ffffFF';" title="Indice de Aplicaciones">Beginning</a>
				  <span class="migas">/</span> 
				  <a class="migas" href="../menu.php" style="cursor:hand; " onMouseover="this.style.color='0000FF'" onMouseOut="this.style.color='ffffFF';" title="Men� de Noticias">Menu</a>
				  <span class="migas">/</span>
				  <a class="migas" href="relaciones.php" style="cursor:hand;" onMouseover="this.style.color='0000FF'" onMouseOut="this.style.color='ffffFF';" >Relaciones </a>
				  <span class="migas">/</span>Eliminar relaciones
				</td>
			</tr>
	<tr>
	  <td height="30" colspan="4"><? btn_aplnoticias($apl_permisos);?></td>
  </tr>
	<tr>
	  	<td colspan="4">
      <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr align="center" class="filatitulo">
          <td width="2%" bgcolor="#000099"><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%" bgcolor="#000099"><b class="titular1"><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="2">T&iacute;tulo</font></b></td>
          <td width="28%" bgcolor="#000099"><b class="titular1"><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="2">Tema</font></b></td>
          <td width="20%" bgcolor="#000099" ><b class="titular1"><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="2">Seleccionar</font></b></td>
        </tr>
        <?   distitulotema($noticia_id);
             listar_relacionesxeliminar($noticia_id);
          ?>
        <tr align="center" class="filatitulo">
          <td width="2%" bgcolor="#000099"><div align="left" class="nombreColum"><b></b></div></td>
          <td width="50%" bgcolor="#000099">&nbsp;</td>
          <td width="20%" bgcolor="#000099">&nbsp;</td>
          <td width="28%" bgcolor="#000099">&nbsp;</td>
        </tr>
    </table>
		</td>
	</tr>
	<tr>
	  	<td colspan="4">&nbsp;</td>
	</tr>
	<tr>
	  	<td colspan="4"n align="center">
        <font size="3" face="Arial, Helvetica, sans-serif">
           <input type="button" onClick = envia_datos(<? echo $noticia_id;?>) name="Eliminar" value="Eliminar" class="boton1">
           &nbsp;&nbsp;&nbsp
           <input type="button" onClick = "javascript: document.location.href ='relaciones.php'" name="cancel" value="Cancelar" class="boton1">
		</font>
		</td>
	</tr>
	</form>
</table>
</body>
<script src="../../generales/genjavascript.js" language="javascript"></script>
<script> 
function envia_datos(noticia_id){
	notid=GetRadioValue( document.form1.seleccion ); 
	if(notid==null) alert('Debe seleccionar una noticia');
	else{	
		document.form1.submit();
		window.location.href='eli_relaciones.php?noticia_id='+noticia_id+'&noticia_idrelacion='+notid+'&elirelacion=1';
	}
	
}
</script> 
</html>

Anon7 - 2021