Viewing file: 1.php (4.26 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php include ("../../conex.php"); ?>
<html>
<head>
<title>Boletín Legal Ambiental</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
a:link { color: #006699; text-decoration: underline}
a:visited { color: #006699; text-decoration: underline}
a:hover { color: #006699; text-decoration: underline}
.Estilo1 {
color: #669900;
font-weight: bold;
}
.Estilo2 {color: #669900}
-->
</style>
</head>
<body bgcolor="#E0EBCC" text="#000000">
<table width="600" border="5" align="center" cellpadding="0" cellspacing="0">
<tr bordercolor="#669900">
<td height="60" bgcolor="#FFFFFF">
<table width="600" border="0" height="60" cellpadding="0" cellspacing="0">
<tr>
<td background="../../images/bg.jpg">
<div align="center"><img src="../../images/header-bol.png" width="781" height="228"></div>
<div align="center"><span class="Estilo1">14/05/2010</span></div></td>
</tr>
</table> </td>
</tr>
<tr bgcolor="#FFFFFF">
<td>
<table width="100%" border="1" cellpadding="20" cellspacing="0" background="../images/bg1.png">
<tr>
<td width="50%" class="text">
<p><strong><font size="2">En esta Sección </font></strong>...<br>
<br>
<font size="2">
<?php
$sql="select * from boletin where"; echo $_SERVER['PHP_SELF'];
//echo "$sql";
//id='$id'";mysql_quey($consulta) or die(mysql_error());
// $cursor = mysql_query( $sql, $conexion ) or die(mysql_error());
// $num_rows = mysql_num_rows($cursor);
if ($normativa == "") {
echo "• <a href='#1'><strong>Normativa</strong></a><br>"; }
if ($normativa == "") {
echo "• <a href='#2'><strong>Jurisprudencia</strong></a><br>"; }
if ($normativa == "") {
echo "• <a href='#3'><strong>Actos Administrativos </strong></a><br>"; }
if ($normativa == "") {
echo "• <a href='#4'><strong>Conceptos Juridicos </strong></a><br>"; }
if ($normativa == "") {
echo "• <a href='#5'><strong>Doctrina</strong></a>"; }
?>
</font></p> </td>
<td width="50%" class="text">
<table width="240" border="0" height="100" cellpadding="0" cellspacing="1" bgcolor="#669900" align="center">
<tr>
<td bgcolor="#EFF5E5">
<div align="center"><font color="#669900" size="+2">Boletín Legal No. 1 </font></div> </td>
</tr>
</table> </td>
</tr>
</table> </td>
</tr>
<?php echo "$normativa"; ?>
<tr>
<td bgcolor="#FFFFFF">
<table width="100%" border="0" cellpadding="20" cellspacing="0" background="file:///C|/wamp/www/BLA/images/bg1.png">
<?php echo "$jurisprudencia"; ?>
</table> </td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<table width="100%" border="0" cellpadding="20" cellspacing="0" background="file:///C|/wamp/www/BLA/images/bg1.png">
<?php echo "$actos"; ?>
</table> </td>
</tr>
<?php echo "$conceptos"; ?>
<?php echo "$doctrina"; ?>
<tr>
<td bgcolor="#FFFFFF">
<table width="100%" border="0" cellpadding="20" cellspacing="0" background="file:///C|/wamp/www/BLA/images/bg1.png">
<tr bordercolor="#669900">
<td bordercolor="#669900" bgcolor="#EFF5E5" class="text"><div align="justify"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Estas recibiendo este boletin porque te has suscrito a el en nuestro sitio web. Si no deseas recibir mas este boletin envia un correo a la siguiente dirección boletinlegalambiental@secretariadeambiente.gov.co con el asunto cancelar suscripción.</font></div></td>
</tr>
</table> </td>
</tr>
<tr>
<td bgcolor="#669900" height="18">
<div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF">Copyright
© 2010 Secretaria Distrital de Ambiente. Derechos Reservados..</font></div> </td>
</tr>
</table>
</body>
</html>
|