]> git.llucax.com Git - personal/website.old.git/commitdiff
Se agregan svn keywords y se renombra el htaccess.
authorLeandro Lucarella <llucax@gmail.com>
Sun, 23 Mar 2003 05:30:48 +0000 (05:30 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 23 Mar 2003 05:30:48 +0000 (05:30 +0000)
36 files changed:
includes/append.php
includes/default-hooks/default-album-footer.php
includes/default-hooks/default-album-header.php
includes/default-hooks/default-album-item-empty.php
includes/default-hooks/default-album-item.php
includes/default-hooks/default-album-photo.php
includes/default-hooks/default-album-row-footer.php
includes/default-hooks/default-album-row-header.php
includes/default-hooks/default-cabecera.php
includes/default-hooks/default-config.php
includes/default-hooks/default-head.php
includes/default-hooks/default-menu-footer.php
includes/default-hooks/default-menu-header.php
includes/default-hooks/default-menu-item.php
includes/default-hooks/default-menu-parent.php
includes/default-hooks/default-menu-subitem.php
includes/default-hooks/default-pie.php
includes/prepend.php
scripts/mkalbum
www/.htaccess [moved from www/htaccess with 97% similarity]
www/css/album.css
www/css/base.css
www/css/footer.css
www/css/header.css
www/css/menu.css
www/default-config.php
www/desarrollo/default-config.php
www/desarrollo/index.php
www/desarrollo/sitios/default-config.php
www/desarrollo/sitios/default-menu-item.php
www/desarrollo/sitios/index.php
www/facultad/default-config.php
www/facultad/index.php
www/fotos/index.php
www/fotos/photo.php
www/index.php

index 8d7741ecdb8b3fee77f55243d3f4c163104a9b03..9fc87cbe17cdf6e15b75613efc02084315b26945 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: append.php 3 2003-01-31 04:35:46Z luca $
+// $Id$
 //
 
 require_once 'Hook.php';
index 399aabbaefb580e36f4ab99e1b268a5dfcf53c08..3c48645ddabfea1e7aa4ec32030c24495a6ed602 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-album-footer.php 9 2003-02-03 04:48:09Z luca $
+// $Id$
 //
 
 /**
@@ -34,8 +34,8 @@
 $title = @$args[1];
 
 ?>
-<!-- INICIO $Id: default-album-footer.php 9 2003-02-03 04:48:09Z luca $ -->
+<!-- INICIO $Id$ -->
         </TBODY>
     </TABLE>
 </DIV>
-<!-- FIN $Id: default-album-footer.php 9 2003-02-03 04:48:09Z luca $ -->
+<!-- FIN $Id$ -->
index 91789f4c8341b5c6cb03d2a1a3676d3e118ebaf8..b20717a81105aaf49501b4e83a57574f2513d67a 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-album-header.php 13 2003-02-23 04:12:48Z luca $
+// $Id$
 //
 
 /**
@@ -36,9 +36,9 @@ $desc = @$args[1];
 $cols = @$args[2];
 
 ?>
-<!-- INICIO $Id: default-album-header.php 13 2003-02-23 04:12:48Z luca $ -->
+<!-- INICIO $Id$ -->
 <H3 class="album"><?= $desc ?></H3>
 <DIV class="center">
     <TABLE class="album">
         <TBODY>
-<!-- FIN $Id: default-album-header.php 13 2003-02-23 04:12:48Z luca $ -->
+<!-- FIN $Id$ -->
index 2e4776a630273253259041129b019e6a97348191..446a3c7f53335e93569cdbaed7155e73e5525a69 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-album-item-empty.php 6 2003-02-02 04:14:21Z luca $
+// $Id$
 //
 
 /**
@@ -36,6 +36,6 @@ $current  = @$args[1];
 $total    = @$args[2];
 
 ?>
-<!-- INICIO $Id: default-album-item-empty.php 6 2003-02-02 04:14:21Z luca $ -->
+<!-- INICIO $Id$ -->
 <TD class="albumitem">&nbsp;</TD>
-<!-- FIN $Id: default-album-item-empty.php 6 2003-02-02 04:14:21Z luca $ -->
+<!-- FIN $Id$ -->
index 36d8b4090502cb262fe8486ae07ded4b9fe07abd..fc08d04d23cca87c3ed83e39d1ae058ed4f07ce4 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-album-item.php 6 2003-02-02 04:14:21Z luca $
+// $Id$
 //
 
 /**
@@ -44,8 +44,8 @@ $current  = @$args[5];
 $total    = @$args[6];
 
 ?>
-<!-- INICIO $Id: default-album-item.php 6 2003-02-02 04:14:21Z luca $ -->
+<!-- INICIO $Id$ -->
 <TD class="albumitem">
     <A class="albumitem" href="photo?photo=<?= urlencode( $photo ) ?>" title="<?= $desc ?>"><IMG alt="<?= $desc ?>" src="<?= $thumb ?>" class="albumitem"></A>
 </TD>
-<!-- FIN $Id: default-album-item.php 6 2003-02-02 04:14:21Z luca $ -->
+<!-- FIN $Id$ -->
index b45bbeb242dfac5852cfd97b7473a0010ef46f6d..4bd6747e6bf01b4b731603d967ef3761646f2f99 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-album-photo.php 6 2003-02-02 04:14:21Z luca $
+// $Id$
 //
 
 /**
@@ -36,7 +36,7 @@ $photo    = @$args[1];
 $desc     = @$args[2];
 
 ?>
-<!-- INICIO $Id: default-album-photo.php 6 2003-02-02 04:14:21Z luca $ -->
+<!-- INICIO $Id$ -->
 <IMG class="albumphoto" alt="<?= $desc ?>" src="<?= $photo ?>"/>
 <DIV class="albumphoto"><? $desc ?></DIV>
-<!-- FIN $Id: default-album-photo.php 6 2003-02-02 04:14:21Z luca $ -->
+<!-- FIN $Id$ -->
index bdde5f16645f687286d7056c613e0c106deac797..e0c2bf682b3d8301ae8eb06f237a30264be57c0f 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-album-row-footer.php 6 2003-02-02 04:14:21Z luca $
+// $Id$
 //
 
 /**
@@ -31,6 +31,6 @@
  */
 
 ?>
-<!-- INICIO $Id: default-album-row-footer.php 6 2003-02-02 04:14:21Z luca $ -->
+<!-- INICIO $Id$ -->
 </TR>
-<!-- FIN $Id: default-album-row-footer.php 6 2003-02-02 04:14:21Z luca $ -->
+<!-- FIN $Id$ -->
index 8b794f8366549495a510c38e45ed02c392894f3c..bdfc5d3bc4a4df867e667ba579a267a153abc89a 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-album-row-header.php 6 2003-02-02 04:14:21Z luca $
+// $Id$
 //
 
 /**
@@ -31,6 +31,6 @@
  */
 
 ?>
-<!-- INICIO $Id: default-album-row-header.php 6 2003-02-02 04:14:21Z luca $ -->
+<!-- INICIO $Id$ -->
 <TR>
-<!-- FIN $Id: default-album-row-header.php 6 2003-02-02 04:14:21Z luca $ -->
+<!-- FIN $Id$ -->
index 75d6a25f09154bbae5fa3321dea3f0c14d6b3cf8..6fb387fefb53f7dbe946221e9fbdaf48c75b06b5 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-cabecera.php 13 2003-02-23 04:12:48Z luca $
+// $Id$
 //
 
 require_once 'Hook.php';
@@ -40,7 +40,7 @@ $root  = $CONFIG['root'];
 
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!-- INICIO $Id: default-cabecera.php 13 2003-02-23 04:12:48Z luca $ -->
+<!-- INICIO $Id$ -->
 <HTML lang="es">
     <? Hook::hook('head') ?>
     <BODY>
@@ -66,4 +66,4 @@ $root  = $CONFIG['root'];
                         <? Hook_Menu::menu($menu['up'], $menu['root'], $menu['deep'], $menu['level']) ?>
                     </TD>
                     <TD class="bodycontainer" colspan="2">
-<!-- FIN $Id: default-cabecera.php 13 2003-02-23 04:12:48Z luca $ -->
+<!-- FIN $Id$ -->
index ab752208faa4a2b1c7225ca6e37d06f7acb24b81..01fa21e9a0fd03db0ccc1bd23594d9792a01cede 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-config.php 9 2003-02-03 04:48:09Z luca $
+// $Id$
 //
 
 require_once 'Hook/Menu.php';
index 7d5157e6536cbd8d2ed18b6657cb2336780a32ad..44b30478968c736bd90504afba9be58398d6400d 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-head.php 9 2003-02-03 04:48:09Z luca $
+// $Id$
 //
 
 require_once 'Hook.php';
@@ -39,7 +39,7 @@ $desc  = @$CONFIG['desc'];
 $css   = is_array($CONFIG['css']) ? $CONFIG['css'] : array($CONFIG['css']);
 
 ?>
-<!-- INICIO $Id: default-head.php 9 2003-02-03 04:48:09Z luca $ -->
+<!-- INICIO $Id$ -->
 <HEAD>
     <TITLE>Luca's Home<?= $title ? ": $title" : '' ?></TITLE>
     <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
@@ -48,4 +48,4 @@ $css   = is_array($CONFIG['css']) ? $CONFIG['css'] : array($CONFIG['css']);
     <LINK rel="stylesheet" href="<?= "$root/css/$style" ?>" type="text/css">
 <? } ?>
 </HEAD>
-<!-- FIN $Id: default-head.php 9 2003-02-03 04:48:09Z luca $ -->
+<!-- FIN $Id$ -->
index f88f35999c800f803802cb992b7e4b1ebafe2954..335fcff82891ce0f44e54e11ce07be8e1b4fa683 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-menu-footer.php 5 2003-02-01 22:41:25Z luca $
+// $Id$
 //
 
 /**
@@ -31,7 +31,7 @@
  */
 
 ?>
-<!-- INICIO $Id: default-menu-footer.php 5 2003-02-01 22:41:25Z luca $ -->
+<!-- INICIO $Id$ -->
     </TBODY>
 </TABLE>
-<!-- FIN $Id: default-menu-footer.php 5 2003-02-01 22:41:25Z luca $ -->
+<!-- FIN $Id$ -->
index acf0a697ab49e346de2fef0621761d61b29eb6f3..e1e199bdbf17b0e2a27c4a569e763de0323767ec 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-menu-header.php 13 2003-02-23 04:12:48Z luca $
+// $Id$
 //
 
 /**
@@ -31,7 +31,7 @@
  */
 
 ?>
-<!-- INICIO $Id: default-menu-header.php 13 2003-02-23 04:12:48Z luca $ -->
+<!-- INICIO $Id$ -->
 <TABLE class="menu">
     <TBODY>
-<!-- FIN $Id: default-menu-header.php 13 2003-02-23 04:12:48Z luca $ -->
+<!-- FIN $Id$ -->
index 2137fc0e8424f4b97dc43b70bfa93b3cbb8cbb96..82e12e00478dc83abef81cb02a2db8052fd7fdce 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-menu-item.php 13 2003-02-23 04:12:48Z luca $
+// $Id$
 //
 
 /**
@@ -37,7 +37,7 @@ $name = @$args[2];
 $root = $GLOBALS['CONFIG']['root'];
 
 ?>
-<!-- INICIO $Id: default-menu-item.php 13 2003-02-23 04:12:48Z luca $ -->
+<!-- INICIO $Id$ -->
 <TR>
     <TD class="menuitem">
         <IMG src="<?= $root ?>/images/menu_item"
@@ -47,4 +47,4 @@ $root = $GLOBALS['CONFIG']['root'];
         </A>
     </TD>
 </TR>
-<!-- FIN $Id: default-menu-item.php 13 2003-02-23 04:12:48Z luca $ -->
+<!-- FIN $Id$ -->
index 019443e7bb94e9bc7282a3475c07e18db3a0e8c6..8ceef213e2467e6cec9cd92a19822cd0e3017a50 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-menu-parent.php 13 2003-02-23 04:12:48Z luca $
+// $Id$
 //
 
 /**
@@ -37,7 +37,7 @@ $name = @$args[2];
 $root = $GLOBALS['CONFIG']['root'];
 
 ?>
-<!-- INICIO $Id: default-menu-parent.php 13 2003-02-23 04:12:48Z luca $ -->
+<!-- INICIO $Id$ -->
 <TR>
     <TD class="menuitem">
         <IMG src="<?= $root ?>/images/menu_parent"
@@ -47,4 +47,4 @@ $root = $GLOBALS['CONFIG']['root'];
         </A>
     </TD>
 </TR>
-<!-- FIN $Id: default-menu-parent.php 13 2003-02-23 04:12:48Z luca $ -->
+<!-- FIN $Id$ -->
index b41229c6011438d20d7ca59741d8ae352f32a49c..fb92017ab86b7a035ff66ecdc8421003c8d4b61d 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-menu-subitem.php 13 2003-02-23 04:12:48Z luca $
+// $Id$
 //
 
 /**
@@ -39,7 +39,7 @@ $level = @$args[3];
 $root  = $GLOBALS['CONFIG']['root'];
 
 ?>
-<!-- INICIO $Id: default-menu-subitem.php 13 2003-02-23 04:12:48Z luca $ -->
+<!-- INICIO $Id$ -->
 <TR>
     <TD>
         <IMG src="<?= $root ?>/images/menu_subitem"
@@ -49,4 +49,4 @@ $root  = $GLOBALS['CONFIG']['root'];
         </A>
     </TD>
 </TR>
-<!-- FIN $Id: default-menu-subitem.php 13 2003-02-23 04:12:48Z luca $ -->
+<!-- FIN $Id$ -->
index 0c63e537a794128e5e6e03d4491a94b417e21825..c64bb2545f29ed27209d88214867de0e15e5a3e1 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-pie.php 11 2003-02-14 03:21:16Z luca $
+// $Id$
 //
 
 require_once 'Hook.php';
@@ -38,7 +38,7 @@ global $CONFIG;
 $root = $CONFIG['root'];
 
 ?>
-<!-- INICIO $Id: default-pie.php 11 2003-02-14 03:21:16Z luca $ -->
+<!-- INICIO $Id$ -->
                     </TD>
                 </TR>
                 <TR>
@@ -69,4 +69,4 @@ $root = $CONFIG['root'];
         </TABLE>
     </BODY>
 </HTML>
-<!-- FIN $Id: default-pie.php 11 2003-02-14 03:21:16Z luca $ -->
+<!-- FIN $Id$ -->
index 5b74a342b2c49d4c4c92a3fdc6f761a31b74c970..fe878aa59db25d1356eae3d14b7516cac5e988b8 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: prepend.php 9 2003-02-03 04:48:09Z luca $
+// $Id$
 //
 
 // Configuración local:
@@ -47,5 +47,5 @@ Hook::hook('prepend');
 // Cabecera de la página web.
 Hook::hook('cabecera');
 
-// $Id: prepend.php 9 2003-02-03 04:48:09Z luca $
+// $Id$
 ?>
index 87fcdab896f6e759ba36f62bdbda76737d2ee64d..86f6c7853253fa5dd4d99428826bea6dff6d2312 100755 (executable)
@@ -24,7 +24,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: mkalbum 8 2003-02-02 21:53:11Z luca $
+// $Id$
 //
 
 // Configuración local:
@@ -77,5 +77,5 @@ $album->createThumbs();
 
 echo "Done!\n"
 
-// $Id: mkalbum 8 2003-02-02 21:53:11Z luca $
+// $Id$
 ?>
similarity index 97%
rename from www/htaccess
rename to www/.htaccess
index 598dfd61b6fa6b22ebfb1ec546bc85f073743d77..c372b84a7cf7224caa170ad31d143f0a03e62707 100644 (file)
@@ -22,7 +22,7 @@
 # | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 # +--------------------------------------------------------------------+
 #
-# $Id: .htaccess 12 2003-02-22 15:53:42Z luca $
+# $Id$
 #
 # php directives
 php_value auto_prepend_file "/home/luca/apache/includes/prepend.php"
index 915903c00a99a353c325859b57787be613b7f14a..a4bd26807a236470ddcdcbf5dc71c651fd8039e8 100644 (file)
@@ -22,7 +22,7 @@
  * | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
  * +--------------------------------------------------------------------+
  *
- * $Id: album.css 6 2003-02-02 04:14:21Z luca $
+ * $Id$
  *
  */
 
@@ -72,4 +72,4 @@ IMG.albumphoto {
     border: thin solid black;
 }
 
-/* $Id: album.css 6 2003-02-02 04:14:21Z luca $ */
+/* $Id$ */
index 3aa3ab4bab0ec20a70294df2aa38e8ae8d41207a..5cbcbc0e4fc9f0c3a2e1e4dfb072f374de1e19a4 100644 (file)
@@ -22,7 +22,7 @@
  * | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
  * +--------------------------------------------------------------------+
  *
- * $Id: base.css 14 2003-02-23 04:45:34Z luca $
+ * $Id$
  *
  */
 
@@ -76,4 +76,4 @@ A:active {
     text-align: center;
 }
 
-/* $Id: base.css 14 2003-02-23 04:45:34Z luca $ */
+/* $Id$ */
index 3abc3334c5538f6a177afac8619f51f81baffe72..0f96eb56bc965e9be0c75ad6a321e2dec83d5878 100644 (file)
@@ -22,7 +22,7 @@
  * | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
  * +--------------------------------------------------------------------+
  *
- * $Id: footer.css 13 2003-02-23 04:12:48Z luca $
+ * $Id$
  *
  */
 
@@ -66,4 +66,4 @@ HR.footseparator {
     text-align: center;
 }
 
-/* $Id: footer.css 13 2003-02-23 04:12:48Z luca $ */
+/* $Id$ */
index 336e10c8f8a0a9d74aa595e46a93884e88261b26..51fae100a5d23ab1bbe01ed4a012526cc21a1ebc 100644 (file)
@@ -22,7 +22,7 @@
  * | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
  * +--------------------------------------------------------------------+
  *
- * $Id: header.css 14 2003-02-23 04:45:34Z luca $
+ * $Id$
  *
  */
 
@@ -87,4 +87,4 @@ TD.bodycontainer {
     padding-left:   5pt;
 }
 
-/* $Id: header.css 14 2003-02-23 04:45:34Z luca $ */
+/* $Id$ */
index 4cac0624f27165c692a78c956e0087aa1abf8737..51c233c12de2e5008c4d08928cf91796c6a9e29c 100644 (file)
@@ -22,7 +22,7 @@
  * | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
  * +--------------------------------------------------------------------+
  *
- * $Id: menu.css 14 2003-02-23 04:45:34Z luca $
+ * $Id$
  *
  */
 
@@ -76,4 +76,4 @@ IMG.menusubitem {
     margin-left:  16pt;
 }
 
-/* $Id: menu.css 14 2003-02-23 04:45:34Z luca $ */
+/* $Id$ */
index cfa4f456f6c437424012a70be6ae07c53a1787ac..bb0c236766ac95043aed86b7312f87828a6df1a0 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-config.php 11 2003-02-14 03:21:16Z luca $
+// $Id$
 //
 
 global $CONFIG;
index f70877097c0ecf7057651542f54602e9595554c3..f7c573ed0375f6f7bc957a368840f795e41c1bfc 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-config.php 14 2003-02-23 04:45:34Z luca $
+// $Id$
 //
 
 global $CONFIG;
index f40e7131cb60a288b8a484fb9773f34248e39779..6072f19fc9a0011c8465819281b33c01ba241ac0 100644 (file)
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: index.php 14 2003-02-23 04:45:34Z luca $
+// $Id$
 //
 
 ?>
-<!-- INICIO $Id: index.php 14 2003-02-23 04:45:34Z luca $ -->
+<!-- INICIO $Id$ -->
 En esta página se encuentran las cosas que estoy desarrollando actualmente
 o las que he desarrollado en algún momento.
-<!-- FIN $Id: index.php 14 2003-02-23 04:45:34Z luca $ -->
+<!-- FIN $Id$ -->
index 2f5978a2406dabb871a8772f12029235ac5d8799..36692f4707b247d387b5795650727e53cbcea2d0 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-config.php 14 2003-02-23 04:45:34Z luca $
+// $Id$
 //
 
 global $CONFIG;
index dedae05243ad6d8c4559113734dca41db582b29f..a9bf0d4e919301492584ba8ea411a3da4241a34f 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-menu-item.php 14 2003-02-23 04:45:34Z luca $
+// $Id$
 //
 
 /**
@@ -37,7 +37,7 @@ $name = @$args[2];
 $root = $GLOBALS['CONFIG']['root'];
 
 ?>
-<!-- INICIO $Id: default-menu-item.php 14 2003-02-23 04:45:34Z luca $ -->
+<!-- INICIO $Id$ -->
 <TR>
     <TD class="menuitem">
         <IMG src="<?= $root ?>/images/menu_item"
@@ -47,4 +47,4 @@ $root = $GLOBALS['CONFIG']['root'];
         </A>
     </TD>
 </TR>
-<!-- FIN $Id: default-menu-item.php 14 2003-02-23 04:45:34Z luca $ -->
+<!-- FIN $Id$ -->
index 8605795f4ee2b7ab160ebeaa286744c0046c5263..0b5c9617346b778144ab9325303fa2d1b918d5e0 100644 (file)
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: index.php 14 2003-02-23 04:45:34Z luca $
+// $Id$
 //
 
 ?>
-<!-- INICIO $Id: index.php 14 2003-02-23 04:45:34Z luca $ -->
+<!-- INICIO $Id$ -->
 En esta página se encuentran los sitios que estoy desarrollando actualmente.
-<!-- FIN $Id: index.php 14 2003-02-23 04:45:34Z luca $ -->
+<!-- FIN $Id$ -->
index e5e30f676479509231df2b2ab835ca1814238bad..22da9be3c6ab238c2b2294452f6fffb9891deddd 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: default-config.php 5 2003-02-01 22:41:25Z luca $
+// $Id$
 //
 
 global $CONFIG;
index 0400532fb9946629403023fd4709334ec13758bf..dd31d30fbe9772f5d6c0991a5b93882dcd8ed5d4 100644 (file)
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: index.php 4 2003-01-31 23:55:34Z luca $
+// $Id$
 //
 
 ?>
-<!-- INICIO $Id: index.php 4 2003-01-31 23:55:34Z luca $ -->
+<!-- INICIO $Id$ -->
 Hola Mundo!
-<!-- FIN $Id: index.php 4 2003-01-31 23:55:34Z luca $ -->
+<!-- FIN $Id$ -->
index 8e0fbfdd42a25aab28992d06ec3395f598a3c950..24c8768bffdecea7687847c61c0035e5d5c33e8d 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: index.php 6 2003-02-02 04:14:21Z luca $
+// $Id$
 //
 
 require_once 'Hook/Album.php';
@@ -32,6 +32,6 @@ require_once 'Hook/Album.php';
 $album =& new Hook_Album('.', 4);
 
 ?>
-<!-- INICIO $Id: index.php 6 2003-02-02 04:14:21Z luca $ -->
+<!-- INICIO $Id$ -->
 <? $album->album() ?>
-<!-- FIN $Id: index.php 6 2003-02-02 04:14:21Z luca $ -->
+<!-- FIN $Id$ -->
index 4cceea830e4ac76647a6333704fa736d5e6249bc..1f05a6bcc41970c1b6f47bcd953201a43051c993 100644 (file)
@@ -23,7 +23,7 @@
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: photo.php 6 2003-02-02 04:14:21Z luca $
+// $Id$
 //
 
 require_once 'Hook/Album.php';
@@ -34,7 +34,7 @@ $album =& new Hook_Album('.', 4);
 $photo = @$_REQUEST['photo'];
 
 ?>
-<!-- INICIO $Id: photo.php 6 2003-02-02 04:14:21Z luca $ -->
+<!-- INICIO $Id$ -->
 <DIV class="center"><A href="./">Volver</A></DIV>
 <TABLE valign="top" width="100%">
 <TBODY>
@@ -58,4 +58,4 @@ $photo = @$_REQUEST['photo'];
 </TBODY>
 </TABLE>
 <div align="center"><a class="cuerpo" href="./">Volver</a></div>
-<!-- FIN $Id: photo.php 6 2003-02-02 04:14:21Z luca $ -->
+<!-- FIN $Id$ -->
index 0400532fb9946629403023fd4709334ec13758bf..dd31d30fbe9772f5d6c0991a5b93882dcd8ed5d4 100644 (file)
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: index.php 4 2003-01-31 23:55:34Z luca $
+// $Id$
 //
 
 ?>
-<!-- INICIO $Id: index.php 4 2003-01-31 23:55:34Z luca $ -->
+<!-- INICIO $Id$ -->
 Hola Mundo!
-<!-- FIN $Id: index.php 4 2003-01-31 23:55:34Z luca $ -->
+<!-- FIN $Id$ -->