]> git.llucax.com Git - mecon/samurai.git/blob - src/www/include/hooks/default-head.php
(no commit message)
[mecon/samurai.git] / src / www / include / hooks / default-head.php
1 <?php 
2     require_once 'lib/HE/hooks.php';
3 // +--------------------------------------------------------------------+
4 // |                           SAMURAI                                  |
5 // +--------------------------------------------------------------------+
6 // |   Sistema de Administracion y Matenimiento de Usuarios Relativo A  |
7 // |                             Intranet                               |
8 // |                      Ministerio de Economía                        |
9 // +--------------------------------------------------------------------+
10 // | Creado: fri mar 21 ART 2003                                        |
11 // | Autor:  Martin Marrese <mmarre@mecon.gov.ar>                       |
12 // +--------------------------------------------------------------------+
13 //
14 // $Id$
15 //
16 // $URL$
17 // $Rev$
18 // $Date$
19 // $Author$
20 ?>
21
22 <html>
23     <head>
24         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
25         <title>
26             <?php hook('titulo-sistema');?>
27         </title>
28         <?php hook('script');?>
29         <link rel="StyleSheet" href="./css/SA_Estilos.css">
30         <!-- REQUERIMIENTO DEL OBJETO Tabla.php -->
31         <link rel="StyleSheet" href="HTML/Tabla/tabla_estilos.css">
32     </head> 
33     <body bgcolor="#FFFFFF" color="#000000" align="center">
34         <table width="760" align="center" cellpadding="0" cellspacing="0" border="0">
35             <tr>
36                 <td><?php hook('copete');?></td>
37             </tr>
38             <tr>
39                 <td><?php hook('secciones');?></td>
40             </tr>
41             <tr>
42                 <td>