MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/public_html/abogados/menu_revistas.php
<?php include ('a.php');?>


<!DOCTYPE HTML>
<html>
<head>
<title>MENU REVISTAS</title>
	<meta http-equiv="X-UA-Compatible" content="IE=8; IE=9; IE=edge" />
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">


<style>
    *{margin: 0;padding: 0;}
    body{background-image:url(../ELEMENTS/fondo.jpg);font-family:Geneva, Arial, Helvetica, sans-serif;}
    header {background-color: #B7271F; text-align: center;}
    .cerrarsesion{width: auto;height: 20px;background-color: #DBD8C9;color: #000;font-size: 13px;position:absolute;top: 15px;right:10px;z-index:0;padding: 10px;border-radius: 10px;cursor: pointer;}
    .cerrarsesion:hover{background-color: #ffffff;color: #000;}
    .titulo{width: 100%;text-align: center;background-color: #dbd8c9;color: #b20606;padding: 6px 0;font-size: 18px;}
    table{margin: 0 auto;border: 8px solid #bebebe;}
    .divirmenu{text-align: center;}
    .irmenu{width: 200px;background-color: #1c4fa0;color: #fff; padding: 4px;border-radius: 6px;margin-top: 5px;margin-bottom: 5px;}
    .irmenu:hover{background-color: #67a0d9; color: #000;}
    
    /*Botones De Menu*/
    .boton{width: 100%; margin: 0 auto; font-size: 13px; font-weight: 500; padding: 5px; background-color: #fffbe8; cursor: pointer;}
    .boton:hover{background-color: #4d598b;color: #fff;}
       
    .in{background-color: #dbd8c9;color: #000;padding: 6px;}
    input[type=text]{border-radius: 5px; padding: 3px;background-color: #fffde8;}
</style>


</head>


<body>


<header>
    <img src="../ELEMENTS/bannerInterasjudinet.png" alt="" width=" 700" height="70">
</header>
<h3 class="titulo">Menu Revistas Juridicas</h3>
<?php echo "<div class='cerrarsesion' onclick='location.href=\"../cerrar_session.php\"'>CERRAR SESION</div>";?>



<main>
<form action="" method="post" name="formulario">

<table width="353"  border="0" cellpadding="2" cellspacing="3">
   
<tr>
    <td><?php echo "<input type='button' class='boton' onclick='location.href=\"ingresar_revistas.php?ced=$ced&nom=$nom\"' value='Ingresar Revistas Juridicas'>";?>
    </td>
</tr>
    
<tr>
    <td><?php echo "<input type='button' class='boton' onclick='location.href=\"consultar_revistas.php?ced=$ced&nom=$nom\"' value='Consultar Record De Actuaciones'>";?></td>
</tr>
</table>

<?php 

echo"<div class='divirmenu'>
<input type='button' name='menu' id='menu' class='irmenu' onClick='window.location.href=\"../menu_admin.php\"' value='IR AL MENU'></div>";
    
?>

<!--<table>
    <tr>
        <td class="in">Nombre del Funcionario:</td>
        <td>
       <input type="text" name="nombre" value="<?php echo $nom ?>" maxlength="50" size="50" readonly="">
        </td>
    </tr>
</table>-->
	
</form>
</main>
</body>
</html>