File: /home/asjudine/public_html/adirectoress/menu_recorridos.php
<?php require_once('a.php'); ?>
<!DOCTYPE HTML>
<html>
<head>
<title>Menu Recorridos</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 type="text/css">
*{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;}
.titulo{width: 100%;text-align: center;background-color: #dbd8c9;color: #b20606;padding: 6px 0;font-size: 18px;}
table{margin: 0 auto;border: 0px 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;}
.fecha{background-color: #d6e08b; padding: 2px;color: #000;font-size: 15px; text-align: left;}
td{padding: 0px; border: 0px solid #a0a0a0;}
.td{background-color: #e5e5e5; padding: 1px 30px;color: #00135F;font-size: 14px;font-weight: 600; text-align: center;}
.boton1{width:30%;background-color: #ffffff;color: #000;padding: 2px;border:2px solid #580000;border-radius:10px;}
.boton1:hover{background-color: #6f0000;color: #fff;cursor: pointer;}
input[type=text]{border-radius: 5px; padding: 3px;background-color: #fffde8;}
.boton{width: 100%; margin: 0 auto; font-size: 13px; font-weight: 500; padding: 4px; background-color: #fffbe8; cursor: pointer; text-align: left; padding-left: 20px;}
.boton:hover{background-color: #4d598b;color: #fff;}
.titulos{color: red; font-size: 12px; font-weight: 300; }
</style>
</head>
<body>
<header>
<img src="../ELEMENTS/bannerInterasjudinet.png" alt="" width=" 700" height="70">
</header>
<h3 class="titulo">MENU RECORRIDOS DIRECTORES DE SERVICIO</h3>
<?php echo "<div class='cerrarsesion' onclick='location.href=\"../cerrar_session.php\"'>CERRAR SESION</div>";?>
<form action="" method="post" name="formulario" >
<br>
<!--<center class="Estilo1">
<p class="titulos">MENU RECORRIDOS DIRECTORES DE SERVICIO</p>
</center>-->
<table width="434" border="6" align="center" cellpadding="6" cellspacing="3" >
<tr>
<td width="600">
<fieldset>
<table width="404" border="6" align="center" cellpadding="6" cellspacing="3">
<tr>
<td width="418"><center>
<p class="EstiloED">
<!--echo "<a href='formulario_recorridos.php'>Ingresar Informacion Recorrido Por Funcionario</a>" ?>-->
<input type="button" class="boton" onclick="location.href='formulario_recorridos.php';" value="Ingresar Informacion Recorrido Por Funcionario" />
</p>
</center></td>
</tr>
<tr>
<td width="418" bgcolor="#FFFFFF" ><center>
<p class="EstiloED">
<!--echo "<a href='viaticos_consulta_imagen.php'>Verificacion Imagenes Subidas</a>" ?>-->
<input type="button" class="boton" onclick="location.href='viaticos_consulta_imagen.php';" value="Verificacion Imagenes Subidas" />
</p>
</center></td>
</tr>
<tr>
<td width="418" bgcolor="#FFFFFF" ><center>
<p class="EstiloED">
<!--echo "<a href='consulta_recorrido_fecha.php'>Consulta Recorrido Por Fecha De Desplazamiento</a>" ?>-->
<input type="button" class="boton" onclick="location.href='consulta_recorrido_fecha.php';" value="Consulta Recorrido Por Fecha De Desplazamiento" />
</p>
</center></td>
</tr>
<tr>
<td width="418" bgcolor="#FFFFFF" ><center>
<p class="EstiloED">
<!--echo "<a href='recorrido_funcionario.php'>Consulta Recorrido Por Funcionario</a>" ?>-->
<input type="button" class="boton" onclick="location.href='recorrido_funcionario.php';" value="Consulta Recorrido Por Funcionario" />
</p>
</center></td>
</tr>
<tr>
<td width="418" ><center>
<p class="EstiloED">
<!--echo "<a href='viaticos_autorizados_sucursal_recorridos.php'>Consulta Viaticos Autorizados</a>" ?>-->
<input type="button" class="boton" onclick="location.href='viaticos_autorizados_sucursal_recorridos.php';" value="Consulta Viaticos Autorizados" />
</p>
</center></td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
</fieldset>
<table width="341" border="0" align="center" cellpadding="2" cellspacing="3">
<tr>
<td><div align="center">
<p>
<input name="button3" type="button" class="irmenu" onClick="window.location.href='../menu_admin.php'" value="Menu Principal">
</p>
</div></td>
</tr>
<tr>
</table>
</form>
</body>
</html>