mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-19 01:15:56 +00:00
68 lines
1.5 KiB
HTML
68 lines
1.5 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
|
<title>Gestión de Inventario</title>
|
|
|
|
|
|
<link rel="stylesheet" href="css/estilo.css" type="text/css">
|
|
<link rel="shortcut icon" href="img/tux.ico">
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<div class="zonaCabecera">
|
|
<table class="tablaCabecera">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<th style="font-size: 14pt;" colspan="4" >{opcion}</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td style="text-align: left; width: 15%;">{control}</td>
|
|
|
|
<td style="width:15%;">{usuario}</td>
|
|
|
|
<td style="width:40%;">{aplicacion}</td>
|
|
|
|
<td style="text-align: right; width: 30%;">{fecha}</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<div class="zonaMenu">{menu}<br>
|
|
|
|
</div>
|
|
|
|
<div class="zonaPrincipal">
|
|
|
|
{contenido}<br>
|
|
|
|
</div>
|
|
<!-- Piwik -->
|
|
<script type="text/javascript">
|
|
var pkBaseURL = (("https:" == document.location.protocol) ? "https://alpera.arpicm.org/piwik/" : "http://alpera.arpicm.org/piwik/");
|
|
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script><script type="text/javascript">
|
|
try {
|
|
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
|
|
piwikTracker.trackPageView();
|
|
piwikTracker.enableLinkTracking();
|
|
} catch( err ) {}
|
|
</script><noscript><p><img src="http://alpera.arpicm.org/piwik/piwik.php?idsite=1" style="border:0" alt="" /></p></noscript>
|
|
<!-- End Piwik Tracking Code -->
|
|
</body>
|
|
</html>
|