mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-17 00:16:01 +00:00
En mantenimiento puesta la gestión de URL para que vuelva siempre a donde estaba tanto desde altas, modificaciones o bajas
Reformateado de ficheros
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<link rel="stylesheet" href="css/jquery.simplecolorpicker.css">
|
||||
<link rel="stylesheet" href="css/jquery.simplecolorpicker-glyphicons.css">
|
||||
<style type="text/css"></style>
|
||||
|
||||
|
||||
<script type="text/javascript" src="./css/jquery.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@@ -1,53 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
|
||||
<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>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
|
||||
<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>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="zonaCabecera">
|
||||
<table class="tablaCabecera">
|
||||
|
||||
<tbody>
|
||||
<div class="zonaCabecera">
|
||||
<table class="tablaCabecera">
|
||||
|
||||
<tr>
|
||||
<tbody>
|
||||
|
||||
<th style="font-size: 14pt;" colspan="4" >{opcion}</th>
|
||||
<tr>
|
||||
|
||||
</tr>
|
||||
<th style="font-size: 14pt;" colspan="4" >{opcion}</th>
|
||||
|
||||
<tr>
|
||||
</tr>
|
||||
|
||||
<td style="text-align: left; width: 15%;">{control}</td>
|
||||
<tr>
|
||||
|
||||
<td style="width:15%;">{usuario}</td>
|
||||
<td style="text-align: left; width: 15%;">{control}</td>
|
||||
|
||||
<td style="width:40%;">{aplicacion}</td>
|
||||
<td style="width:15%;">{usuario}</td>
|
||||
|
||||
<td style="text-align: right; width: 30%;">{fecha}</td>
|
||||
<td style="width:40%;">{aplicacion}</td>
|
||||
|
||||
</tr>
|
||||
<td style="text-align: right; width: 30%;">{fecha}</td>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</tr>
|
||||
|
||||
</div>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="zonaMenu">{menu}<br>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="zonaMenu">{menu}<br>
|
||||
|
||||
<div class="zonaPrincipal">
|
||||
|
||||
{contenido}<br>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
<div class="zonaPrincipal">
|
||||
|
||||
{contenido}<br>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user