Viewing file: jurisprudencia.php (5.98 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Jurisprudencia</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#background-image
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
margin: 45px;
width: 480px;
text-align: left;
border-collapse: collapse;
background: url('images/blurry.jpg') 330px 59px no-repeat;
}
#background-image th
{
padding: 12px;
font-weight: normal;
font-size: 14px;
color: #90AE1A;
}
#background-image td
{
padding: 9px 12px;
color: #666;
border-top: 1px solid #fff;
}
#background-image tfoot td
{
font-size: 11px;
}
#background-image tbody td
{
background: url('images/back.png');
}
* html #background-image tbody td
{
/*
----------------------------
PUT THIS ON IE6 ONLY STYLE
AS THE RULE INVALIDATES
YOUR STYLESHEET
----------------------------
*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
background: none;
}
#background-image tbody tr:hover td
{
color: #339;
background: none;
}
</style>
<script type="text/javascript" src="js/lib.js"></script>
<script type="text/javascript" src="js/popup.js"></script>
<script type="text/javascript" >
// redefining default features
var _POPUP_FEATURES = 'location=0,statusbar=0,menubar=0,width=457,height=350';
listen('load', window, function() {
listen('click', 'popup-listen', event_popup );
listen('click', 'popup-feat' , event_popup_features('location=0,statusbar=1,menubar=1,width=190,height=320') );
mlisten('click', getElementsByClass('popup','a'), event_popup );
});
</script>
<script type="text/javascript" src="js/jquery1.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".menu1 a").hover(function() {
$(this).next("em").animate({opacity: "show", top: "-75"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-85"}, "fast");
});
});
</script>
<style type="text/css">
.menu1 {
/* margin: 100px 0 0;*/
padding: 0;
list-style: none;
}
.menu1 li {
padding: 0;
margin: 0 2px;
float: left;
position: relative;
text-align: center;
}
.menu1 a {
padding: 14px 10px;
display: block;
color: #000000;
height: 200px;
width: 144px;
text-decoration: none;
font-weight: bold;
background: url(images/jurisprudencia.png) no-repeat center center;
}
.menu1 li em {
background: url(images/hover.png);
width: 180px;
height: 45px;
position: absolute;
top: -85px;
left: -15px;
text-align: center;
padding: 20px 12px 10px;
font-style: normal;
z-index: 2;
display: none;
}
</style>
</head>
<body>
<div class="main">
<div class="header">
<div class="head_2">
<div class="block_header"><img src="images/cabezote BLEGAL.jpg" width="960" height="150" border="0" />
</div>
<div class="menu">
<ul>
<li><a href="index.php" >Inicio</a></li>
<li><a href="norma_menu.php">Normativa</a></li>
<li><a href="actos.php">Actos Administrativos</a></li>
<li><a href="doctrina.php">Doctrina</a></li>
<li><a href="jurisprudencia.php" class="active">Jurisprudencia</a></li>
</ul>
</div>
<div class="text">
<div class="left_t"></div>
<div class="right_t"><a href="#"><img src="images/historia.png" alt="Boletínes Anteriores" title="Boletínes Anteriores" width="31" height="28" border="0" align="right" /></a><a
id="popup-listen"
href="registro/index.php" ><img src="images/subscribe-icon-big.png" alt="Regístrese" title="Regístrese" width="28" height="26" border="0" align="right" />
</a></div>
</div>
</div>
</div>
</div>
<div class="clr"></div>
<div class="body body_bg">
<div class="right">
<h2>Sentencias</h2>
<ul class="sub">
<?php include ("conex.php");
$sqlsen=mysql_query("SELECT `id`,`nombre`,`urlarchivo`,`urlanalisis`,`fecha` FROM `jurisprudencia` where urlanalisis != '' order by fecha DESC",$con) or die(mysql_error());
while($row = mysql_fetch_array($sqlsen)){
echo "
<li><a href='$row[urlarchivo]' target='_blank'>$row[id]</a></li>
";
}
?>
</ul>
<div class="testimonials">
<h2> </h2>
<h5> </h5>
</div>
</div>
<div class="left">
<div>
<h2><span>Jurisprudencia</span></h2>
<p>Conjunto de sentencias de las altas cortes y tribunales, interpretaciones que hacen los tribunales de justicia en sus fallos o sentencias de las normas jurídicas, y constituyen una de las Fuentes del Derecho. Determinan un criterio sobre una cuestión jurídica.</p>
</div>
<div class="line">
<ul class="menu1">
<?php include ("conex.php");
$sqlsen=mysql_query("SELECT `id`,`nombre`,`urlarchivo`,`urlanalisis`,`fecha` FROM `jurisprudencia` where urlanalisis != '' order by fecha DESC",$con) or die(mysql_error());
while($row = mysql_fetch_array($sqlsen)){
echo "
<li>
<a href='jurisprudencia/analisis/$row[urlanalisis]'>Análisis</br>$row[nombre]</a>
<em><font face='Verdana, Geneva, sans-serif' size='-7'>Descargar Análisis $row[nombre]</font></em>
</li>
";
}
?>
</ul>
<div class="clr"></div>
</div>
</div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
<div class="footer">
<p align="center"><a href="#">INICIO</a>|<a href="#">NORMATIVA</a>|<a href="#">ACTOS ADMINISTRATIVOS</a>|<a href="#">DOCTRINA</a>|<a href="#">JURISPRUDENCIA</a> <a href="#"></a> </p>
<p align="center">© Copyright 2011. SECRETARIA DISTRITAL DE AMBIENTE. TODOS LOS DERECHOS RESERVADOS</p>
</div>
</body>
</html>
|