]> git.llucax.com Git - mecon/samurai.git/blob - src/www/include/hooks/default-head.php
MUCHAS COSAS.
[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 
27                 hook('titulo-sistema');
28             ?>
29         </title>
30         <?php 
31             hook('script');
32         ?>
33         <? //<!-- ACA VA EL HOOK DE ESTILOS , VER BIEN COMO SE HACE --> ?>
34     </head>
35     <?php // SE CIERRA EN append.php -->?>
36
37     <body bgcolor="#FFFFFF" text="#000000" link="333333" vlink="666666" alink="999999" leftmargin="5" topmargin="5" marginwidth="5" marginheight="5">
38
39 <?//      <!-- TABLE SE CIERRA EN append.php -->
40   //      <!-- TABLA GENERAL --> ?>
41         <table width="760" border="0" cellspacing="0" cellpadding="0" align="center">
42             <tr>
43                 <td colspan="[+ $menu?"2":"1" +]"><?php hook('copete'); ?> </td>
44             </tr>
45             <tr align="center">
46                 <td colspan="[+ $menu?"2":"1" +]"><?php hook('secciones'); ?> </td>
47             </tr>
48             <tr height="100%">
49                 <td valign="top" align="center" width="[+ $menu?"600":"800" +]">