54 lines
1.9 KiB
PHP
54 lines
1.9 KiB
PHP
|
|
<?php
|
||
|
|
ini_set('display_errors', true);
|
||
|
|
session_start();
|
||
|
|
include('../db.php');
|
||
|
|
|
||
|
|
if (!session_is_registered("clave_audio")) {
|
||
|
|
include("login.php");
|
||
|
|
if (!$continuar) exit;
|
||
|
|
}
|
||
|
|
?>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>gestión clave audio</title>
|
||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||
|
|
<link href="../_incl/linkMenu.css" rel="stylesheet" type="text/css" />
|
||
|
|
<script type="text/javascript" src="../_incl/linkMenu.js"></script>
|
||
|
|
<style type="text/css">
|
||
|
|
<!--
|
||
|
|
.E1 {
|
||
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
|
|
font-size: 10px;
|
||
|
|
color: #B3ADAD;
|
||
|
|
}
|
||
|
|
-->
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
||
|
|
<?php include("top.htm"); ?>
|
||
|
|
<table id="main" border="0" cellpadding="0" cellspacing="0">
|
||
|
|
<tr>
|
||
|
|
<td><img src="_imgs/d.gif" width="6" height="12"></td>
|
||
|
|
<td><img src="_imgs/d.gif" width="147" height="12"></td>
|
||
|
|
<td><img src="_imgs/d.gif" width="6" height="12"></td>
|
||
|
|
<td><img src="_imgs/d.gif" width="2" height="12"></td>
|
||
|
|
<td><img src="_imgs/d.gif" width="6" height="12"></td>
|
||
|
|
<td><img src="_imgs/d.gif" width="724" height="12"></td></tr>
|
||
|
|
<tr>
|
||
|
|
<td><img src="_imgs/d.gif" width="6" height="550"></td>
|
||
|
|
<td width="147" valign="top"><?php include("menu.htm"); ?></td>
|
||
|
|
<td></td>
|
||
|
|
<td background="_imgs/ptos.gif"></td>
|
||
|
|
<td></td>
|
||
|
|
<td valign="top"><iframe SCROLLING="yes" name="contenido" width="100%" height="550" src="referencia.htm" border="0" frameborder="0" marginwidth="0" marginheight="0"></iframe></td></tr>
|
||
|
|
<tr>
|
||
|
|
<td colspan="6"><img src="_imgs/d.gif" width="12" height="12"></td></tr>
|
||
|
|
<tr>
|
||
|
|
<td colspan="5"><img src="_imgs/d.gif" width="12" height="12"></td>
|
||
|
|
<td valign="top">
|
||
|
|
<div align="center" class="E1">© 2005 Clave Audio, S.L. </div></td></tr>
|
||
|
|
<tr>
|
||
|
|
<td colspan="6"><img src="_imgs/d.gif" width="12" height="12"></td></tr>
|
||
|
|
</table>
|
||
|
|
</body>
|
||
|
|
</html>
|