Codigo html:
Código PHP:
<?php
include("conex.php");
include("login.php");
if($loginCorrecto)
{ ?>
<html>
<head>
<title>JuventudMDC - Panel de Administración</title>
<link href="../css/general.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
background-image: url(../imagenes/bg_pattern.gif);
</style></head>
<body>
<div align="center">
<table width="200" border="0" id="general">
<tr>
<td colspan="3"><img src="../imagenes/panel.png" width="500" height="200"></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td width="161"><div align="center"><a href="../noticias/administrar.php"><img src="../imagenes/addnoticia.png" width="100" height="100" border="0" usemap="#Map"></a></div></td>
<td width="162"><div align="center"><a href="../noticias/enoticias.php"><img src="../imagenes/editarnoticia.png" width="100" height="100" border="0" usemap="#map"></a></div></td>
<td width="165"><div align="center"><a href="../noticias/bnoticias.php"><img src="../imagenes/borrar.png" width="100\" height="100" border="0" usemap="#map"></a></div></td>
</tr>
<tr>
<td><div align="center" ><a href="../noticias/administrar.php" class="Estilo16">Crear Noticia </a></div></td>
<td> <div align="center" ><a href="../noticias/enoticias.php" class="Estilo16">Editar Noticia </a></div></td>
<td><div align="center" ><a href="../noticias/bnoticias.php" class="Estilo16">Borrar Noticia </a></div></td>
</tr>
<tr><td><br></td></tr>
<tr>
<td width="161"><div align="center"><a href="../usuarios/addusuario.php"><img src="../imagenes/addusuario.png" width="100" height="100" border="0" usemap="#Map"></a></div></td>
<td width="162"><div align="center"><a href="../usuarios/eusuario.php"><img src="../imagenes/editarusuario.png" width="100" height="100" border="0" usemap="#map"></a></div></td>
<td width="165"><div align="center"><a href="../usuarios/busuario.php"><img src="../imagenes/borrarusuario.png" width="100" height="100" border="0" usemap="#map"></a></div></td>
</tr>
<tr>
<td><div align="center" ><a href="../usuarios/addusuario.php" class="Estilo16">Crear Usuario </a></div></td>
<td><div align="center" ><a href="../usuarios/eusuario.php" class="Estilo16">Editar Usuario </a></div></td>
<td><div align="center" ><a href="../usuarios/busuario.php" class="Estilo16">Borrar Usuario </a></div></td>
</tr>
</table>
</div>
</body>
</html>
<?php }
else
{
echo "<META HTTP-EQUIV=\"refresh\" CONTENT=\"2; url=../panel.php\">";
echo "<table style=\"height:100%;width:100%;\"border=\"0\"><tr><td class=\"estilo34\"><div align=\"center\">El sistema no lo ha identificado, solo los usuarios registrados tienen acceso a esta area<br> Seras redireccionado automaticamente.</div></td></tr></table>";
}
?>
CSS
Código PHP:
<style type="text/css">
<!--
body {
margin-top: 25px;
background-color: #FFFFFF;
background-image: url(../imagenes/bg_pattern.gif);}
#general {border:#CCCCCC 1px solid;}
#gnoticias {margin-left:10px;}
#banner {font-size: 200px;}
#menu_superior {font-size: 14px;
font-weight: bold;}
#mnc { font-size: 12px;
font-weight: bold;}
#ntc { text-align: center;
margin-top: 10px;}
#p1 {border:#EEEEEE 1px solid;}
#reloj { margin:0 auto;}
#piepag {background-image: url(../imagenes/bg_pattern.gif);}
#izk {float:left; margin-top:10px; margin-left:10px;}
#cnt {margin-top:10px;}
#tiempo {margin-top:5px;}
a:link {
text-decoration: none;
color: none;
}
a:visited {
text-decoration: none;
color: none;
}
a:hover {
text-decoration: none;
color: #FF6600;
}
a:active {
text-decoration: none;
color: none;
}
.Estilo15 {color: #000000}
.Estilo16 {color: #456789}
.Estilo33 {font-family: Geneva, Arial, Helvetica, sans-serif}
body,td,th {
font-family: Geneva, Arial, Helvetica, sans-serif;
}
.Estilo34 {color: #FF6600}
.Estilo35 {
color: #FF00FF;
font-size: 35px;
font-weight: bold;
}
.Estilo36 {
font-size: 16px;
font-weight: bold;
}
.Estilo37 {
color: #FF00FF;
font-weight: bold;
}
.Estilo38 {
color: #FF00FF;
font-style: italic;
}
.Estilo39 {
font-size: 10px;
color: #666666;
}
.Estilo40 {font-size: 24px}
-->
</style>