mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-16 07:56:00 +00:00
54 lines
911 B
HTML
54 lines
911 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<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>
|
|
|
|
</body>
|
|
</html>
|