From d9c27be4892b7ed9b16c7a0e229dbff1d64139b3 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 23 Mar 2003 04:50:53 +0000 Subject: [PATCH 1/1] =?utf8?q?Import=20inicial=20despu=C3=A9s=20del=20/var?= =?utf8?q?=20incident.=20:(?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- includes/append.php | 38 ++++++++ .../default-hooks/default-album-footer.php | 41 ++++++++ .../default-hooks/default-album-header.php | 44 +++++++++ .../default-album-item-empty.php | 41 ++++++++ includes/default-hooks/default-album-item.php | 51 ++++++++++ .../default-hooks/default-album-photo.php | 42 ++++++++ .../default-album-row-footer.php | 36 +++++++ .../default-album-row-header.php | 36 +++++++ includes/default-hooks/default-cabecera.php | 69 ++++++++++++++ includes/default-hooks/default-config.php | 45 +++++++++ includes/default-hooks/default-head.php | 51 ++++++++++ .../default-hooks/default-menu-footer.php | 37 +++++++ .../default-hooks/default-menu-header.php | 37 +++++++ includes/default-hooks/default-menu-item.php | 50 ++++++++++ .../default-hooks/default-menu-parent.php | 50 ++++++++++ .../default-hooks/default-menu-subitem.php | 52 ++++++++++ includes/default-hooks/default-pie.php | 72 ++++++++++++++ includes/prepend.php | 51 ++++++++++ scripts/mkalbum | 81 ++++++++++++++++ www/.menu | 1 + www/css/album.css | 75 +++++++++++++++ www/css/base.css | 79 +++++++++++++++ www/css/footer.css | 69 ++++++++++++++ www/css/header.css | 90 ++++++++++++++++++ www/css/menu.css | 79 +++++++++++++++ www/default-config.php | 35 +++++++ www/desarrollo/.menu | 1 + www/desarrollo/default-config.php | 34 +++++++ www/desarrollo/index.php | 33 +++++++ www/desarrollo/sitios/.menu | 1 + www/desarrollo/sitios/default-config.php | 34 +++++++ www/desarrollo/sitios/default-menu-item.php | 50 ++++++++++ www/desarrollo/sitios/index.php | 32 +++++++ www/facultad/.menu | 1 + www/facultad/default-config.php | 34 +++++++ www/facultad/index.php | 32 +++++++ www/fotos/.album | 1 + www/fotos/.menu | 1 + www/fotos/index.php | 37 +++++++ www/fotos/photo.php | 61 ++++++++++++ www/htaccess | 33 +++++++ www/images/home.png | Bin 0 -> 882 bytes www/images/menu_item.png | Bin 0 -> 626 bytes www/images/menu_parent.png | Bin 0 -> 667 bytes www/images/menu_subitem.png | Bin 0 -> 716 bytes www/images/valid-css.png | Bin 0 -> 1134 bytes www/images/valid-html401.png | Bin 0 -> 2948 bytes www/index.php | 32 +++++++ 48 files changed, 1769 insertions(+) create mode 100644 includes/append.php create mode 100644 includes/default-hooks/default-album-footer.php create mode 100644 includes/default-hooks/default-album-header.php create mode 100644 includes/default-hooks/default-album-item-empty.php create mode 100644 includes/default-hooks/default-album-item.php create mode 100644 includes/default-hooks/default-album-photo.php create mode 100644 includes/default-hooks/default-album-row-footer.php create mode 100644 includes/default-hooks/default-album-row-header.php create mode 100644 includes/default-hooks/default-cabecera.php create mode 100644 includes/default-hooks/default-config.php create mode 100644 includes/default-hooks/default-head.php create mode 100644 includes/default-hooks/default-menu-footer.php create mode 100644 includes/default-hooks/default-menu-header.php create mode 100644 includes/default-hooks/default-menu-item.php create mode 100644 includes/default-hooks/default-menu-parent.php create mode 100644 includes/default-hooks/default-menu-subitem.php create mode 100644 includes/default-hooks/default-pie.php create mode 100644 includes/prepend.php create mode 100755 scripts/mkalbum create mode 100644 www/.menu create mode 100644 www/css/album.css create mode 100644 www/css/base.css create mode 100644 www/css/footer.css create mode 100644 www/css/header.css create mode 100644 www/css/menu.css create mode 100644 www/default-config.php create mode 100644 www/desarrollo/.menu create mode 100644 www/desarrollo/default-config.php create mode 100644 www/desarrollo/index.php create mode 100644 www/desarrollo/sitios/.menu create mode 100644 www/desarrollo/sitios/default-config.php create mode 100644 www/desarrollo/sitios/default-menu-item.php create mode 100644 www/desarrollo/sitios/index.php create mode 100644 www/facultad/.menu create mode 100644 www/facultad/default-config.php create mode 100644 www/facultad/index.php create mode 100644 www/fotos/.album create mode 100644 www/fotos/.menu create mode 100644 www/fotos/index.php create mode 100644 www/fotos/photo.php create mode 100644 www/htaccess create mode 100644 www/images/home.png create mode 100644 www/images/menu_item.png create mode 100644 www/images/menu_parent.png create mode 100644 www/images/menu_subitem.png create mode 100644 www/images/valid-css.png create mode 100644 www/images/valid-html401.png create mode 100644 www/index.php diff --git a/includes/append.php b/includes/append.php new file mode 100644 index 0000000..8d7741e --- /dev/null +++ b/includes/append.php @@ -0,0 +1,38 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: append.php 3 2003-01-31 04:35:46Z luca $ +// + +require_once 'Hook.php'; + +// Pie de la página web. +Hook::hook('pie'); + +// Hook append. +Hook::hook('append'); + +// $id$ +?> diff --git a/includes/default-hooks/default-album-footer.php b/includes/default-hooks/default-album-footer.php new file mode 100644 index 0000000..399aabb --- /dev/null +++ b/includes/default-hooks/default-album-footer.php @@ -0,0 +1,41 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-album-footer.php 9 2003-02-03 04:48:09Z luca $ +// + +/** + * Draws an album footer. + * + * @param string $title Album Title. + */ +$title = @$args[1]; + +?> + + + + + diff --git a/includes/default-hooks/default-album-header.php b/includes/default-hooks/default-album-header.php new file mode 100644 index 0000000..91789f4 --- /dev/null +++ b/includes/default-hooks/default-album-header.php @@ -0,0 +1,44 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-album-header.php 13 2003-02-23 04:12:48Z luca $ +// + +/** + * Draws an album header. + * + * @param string $desc Album description. + * @param int $cols How many columns the album has. + */ +$desc = @$args[1]; +$cols = @$args[2]; + +?> + +

+
+ + + diff --git a/includes/default-hooks/default-album-item-empty.php b/includes/default-hooks/default-album-item-empty.php new file mode 100644 index 0000000..2e4776a --- /dev/null +++ b/includes/default-hooks/default-album-item-empty.php @@ -0,0 +1,41 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-album-item-empty.php 6 2003-02-02 04:14:21Z luca $ +// + +/** + * Draws an empty album item. + * + * @param int $current Current photo number. + * @param int $total Total number of photos. + */ +$current = @$args[1]; +$total = @$args[2]; + +?> + + + diff --git a/includes/default-hooks/default-album-item.php b/includes/default-hooks/default-album-item.php new file mode 100644 index 0000000..36d8b40 --- /dev/null +++ b/includes/default-hooks/default-album-item.php @@ -0,0 +1,51 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-album-item.php 6 2003-02-02 04:14:21Z luca $ +// + +/** + * Draws an album item. + * + * @param string $photo Photo file. + * @param string $desc Description. + * @param string $thumb Thumbnail file. + * @param bool $selected True if this photo is selected. + * @param int $current Current photo number. + * @param int $total Total number of photos. + */ +$photo = @$args[1]; +$desc = @$args[2]; +$thumb = @$args[3]; +$selected = @$args[4]; +$current = @$args[5]; +$total = @$args[6]; + +?> + + + diff --git a/includes/default-hooks/default-album-photo.php b/includes/default-hooks/default-album-photo.php new file mode 100644 index 0000000..b45bbeb --- /dev/null +++ b/includes/default-hooks/default-album-photo.php @@ -0,0 +1,42 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-album-photo.php 6 2003-02-02 04:14:21Z luca $ +// + +/** + * Draws a photo. + * + * @param string $photo Photo file. + * @param string $desc Description. + */ +$photo = @$args[1]; +$desc = @$args[2]; + +?> + +<?= $desc ?> +
+ diff --git a/includes/default-hooks/default-album-row-footer.php b/includes/default-hooks/default-album-row-footer.php new file mode 100644 index 0000000..bdde5f1 --- /dev/null +++ b/includes/default-hooks/default-album-row-footer.php @@ -0,0 +1,36 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-album-row-footer.php 6 2003-02-02 04:14:21Z luca $ +// + +/** + * Draws an album row footer. + */ + +?> + + + diff --git a/includes/default-hooks/default-album-row-header.php b/includes/default-hooks/default-album-row-header.php new file mode 100644 index 0000000..8b794f8 --- /dev/null +++ b/includes/default-hooks/default-album-row-header.php @@ -0,0 +1,36 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-album-row-header.php 6 2003-02-02 04:14:21Z luca $ +// + +/** + * Draws an album row header. + */ + +?> + + + diff --git a/includes/default-hooks/default-cabecera.php b/includes/default-hooks/default-cabecera.php new file mode 100644 index 0000000..75d6a25 --- /dev/null +++ b/includes/default-hooks/default-cabecera.php @@ -0,0 +1,69 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-cabecera.php 13 2003-02-23 04:12:48Z luca $ +// + +require_once 'Hook.php'; +require_once 'Hook/Menu.php'; + +/** + * Draws the HTML header. + */ + +global $CONFIG; +$menu = $CONFIG['menu']; +$title = $CONFIG['title']; +$root = $CONFIG['root']; + +?> + + + + + +
  + <?= $desc ?> +
+ + + + + + + + +
+

Húngara

+
el
+
+ + Volver a la página inicial + +
+
+

+
+ diff --git a/includes/default-hooks/default-config.php b/includes/default-hooks/default-config.php new file mode 100644 index 0000000..ab75220 --- /dev/null +++ b/includes/default-hooks/default-config.php @@ -0,0 +1,45 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-config.php 9 2003-02-03 04:48:09Z luca $ +// + +require_once 'Hook/Menu.php'; + +global $CONFIG; + +$CONFIG['root'] = ''; +$CONFIG['css'][] = 'base'; +$CONFIG['css'][] = 'header'; +$CONFIG['css'][] = 'footer'; +$CONFIG['css'][] = 'menu'; +$CONFIG['css'][] = 'album'; +$CONFIG['title'] = Hook_Menu::getName(); +$CONFIG['menu']['up'] = true; +$CONFIG['menu']['root'] = '.'; +$CONFIG['menu']['deep'] = 1; +$CONFIG['menu']['level']= 0; + +?> diff --git a/includes/default-hooks/default-head.php b/includes/default-hooks/default-head.php new file mode 100644 index 0000000..7d5157e --- /dev/null +++ b/includes/default-hooks/default-head.php @@ -0,0 +1,51 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-head.php 9 2003-02-03 04:48:09Z luca $ +// + +require_once 'Hook.php'; + +/** + * Draws a HTML HEAD. + */ + +global $CONFIG; +$root = $CONFIG['root']; +$title = $CONFIG['title']; +$desc = @$CONFIG['desc']; +$css = is_array($CONFIG['css']) ? $CONFIG['css'] : array($CONFIG['css']); + +?> + + + Luca's Home<?= $title ? ": $title" : '' ?> + + + + " type="text/css"> + + + diff --git a/includes/default-hooks/default-menu-footer.php b/includes/default-hooks/default-menu-footer.php new file mode 100644 index 0000000..f88f359 --- /dev/null +++ b/includes/default-hooks/default-menu-footer.php @@ -0,0 +1,37 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-menu-footer.php 5 2003-02-01 22:41:25Z luca $ +// + +/** + * Draws the menu header. + */ + +?> + +
+ diff --git a/includes/default-hooks/default-menu-header.php b/includes/default-hooks/default-menu-header.php new file mode 100644 index 0000000..acf0a69 --- /dev/null +++ b/includes/default-hooks/default-menu-header.php @@ -0,0 +1,37 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-menu-header.php 13 2003-02-23 04:12:48Z luca $ +// + +/** + * Draws the menu header. + */ + +?> + + + + diff --git a/includes/default-hooks/default-menu-item.php b/includes/default-hooks/default-menu-item.php new file mode 100644 index 0000000..2137fc0 --- /dev/null +++ b/includes/default-hooks/default-menu-item.php @@ -0,0 +1,50 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-menu-item.php 13 2003-02-23 04:12:48Z luca $ +// + +/** + * Draws the menu item. + * + * @param string $link Link where to point to. + * @param string $name Name of the link. + */ +$link = @$args[1]; +$name = @$args[2]; +$root = $GLOBALS['CONFIG']['root']; + +?> + + + + + diff --git a/includes/default-hooks/default-menu-parent.php b/includes/default-hooks/default-menu-parent.php new file mode 100644 index 0000000..019443e --- /dev/null +++ b/includes/default-hooks/default-menu-parent.php @@ -0,0 +1,50 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-menu-parent.php 13 2003-02-23 04:12:48Z luca $ +// + +/** + * Draws the menu item. + * + * @param string $link Link where to point to. + * @param string $name Name of the link. + */ +$link = @$args[1]; +$name = @$args[2]; +$root = $GLOBALS['CONFIG']['root']; + +?> + + + + + diff --git a/includes/default-hooks/default-menu-subitem.php b/includes/default-hooks/default-menu-subitem.php new file mode 100644 index 0000000..b41229c --- /dev/null +++ b/includes/default-hooks/default-menu-subitem.php @@ -0,0 +1,52 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-menu-subitem.php 13 2003-02-23 04:12:48Z luca $ +// + +/** + * Draws the menu item. + * + * @param string $link Link where to point to. + * @param string $name Name of the link. + * @param int $level Identation level. + */ +$link = @$args[1]; +$name = @$args[2]; +$level = @$args[3]; +$root = $GLOBALS['CONFIG']['root']; + +?> + + + + + diff --git a/includes/default-hooks/default-pie.php b/includes/default-hooks/default-pie.php new file mode 100644 index 0000000..0c63e53 --- /dev/null +++ b/includes/default-hooks/default-pie.php @@ -0,0 +1,72 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-pie.php 11 2003-02-14 03:21:16Z luca $ +// + +require_once 'Hook.php'; +require_once 'File/Util.php'; + +/** + * Draws an HTML footer. + */ + +global $CONFIG; + +$root = $CONFIG['root']; + +?> + + + + + + + + + + + + + + + + diff --git a/includes/prepend.php b/includes/prepend.php new file mode 100644 index 0000000..5b74a34 --- /dev/null +++ b/includes/prepend.php @@ -0,0 +1,51 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: prepend.php 9 2003-02-03 04:48:09Z luca $ +// + +// Configuración local: +putenv('LC_ALL=es_AR'); +setlocale(LC_ALL, 'es_AR'); +umask(0007); + +require_once 'Hook.php'; + +//Debug: +ini_set('display_errors', true); +error_reporting(E_ALL); + +// Hook de configuración. +global $CONFIG; +Hook::config('config'); + +// Hook prepend. +Hook::hook('prepend'); + +// Cabecera de la página web. +Hook::hook('cabecera'); + +// $Id: prepend.php 9 2003-02-03 04:48:09Z luca $ +?> diff --git a/scripts/mkalbum b/scripts/mkalbum new file mode 100755 index 0000000..87fcdab --- /dev/null +++ b/scripts/mkalbum @@ -0,0 +1,81 @@ +#!/usr/bin/php4 -qC + | +// +--------------------------------------------------------------------+ +// +// $Id: mkalbum 8 2003-02-02 21:53:11Z luca $ +// + +// Configuración local: +putenv('LC_ALL=es_AR'); +setlocale(LC_ALL, 'es_AR'); +set_time_limit(0); +umask(0007); + +//Debug: +ini_set('display_errors', true); +ini_set('html_errors', false); +error_reporting(E_ALL); + +// Creates album object. +require_once 'Hook/Album.php'; +$album =& new Hook_Album(); + +// Opens stdin. +$in = fopen('php://stdin', 'r'); + +// Gets the name. +echo 'Enter the album name for the menu: '; +$name = chop(fgets($in, 4096)); + +// Writes the name. +require_once 'Hook/Menu.php'; +Hook_Menu::setName($name); + +// Gets the description. +echo "Enter the album description ('.' in single line to finish):\n"; +$desc = ''; +while (($buff = chop(fgets($in, 4096))) !== '.') { + $desc .= "$buff\n"; +} +$desc = chop($desc); + +// Writes the description. +$album->setDescription($desc); + +//Closes stdin. +fclose($in); + +// Creates a symlink to the parent's index.php. +symlink('../index.php', 'index.php'); +symlink('../photo.php', 'photo.php'); + +// Creates the thumbnails. +echo "Generating thumbnails, this could take a while, please wait...\n"; +$album->createThumbs(); + +echo "Done!\n" + +// $Id: mkalbum 8 2003-02-02 21:53:11Z luca $ +?> diff --git a/www/.menu b/www/.menu new file mode 100644 index 0000000..09c9125 --- /dev/null +++ b/www/.menu @@ -0,0 +1 @@ +Página Inicial \ No newline at end of file diff --git a/www/css/album.css b/www/css/album.css new file mode 100644 index 0000000..915903c --- /dev/null +++ b/www/css/album.css @@ -0,0 +1,75 @@ +/* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: + * +--------------------------------------------------------------------+ + * | Luca's Website (L'SWS) | + * +--------------------------------------------------------------------+ + * | This file is part of L'SWS. | + * | | + * | L'SWS is free software; you can redistribute it and/or modify it | + * | under the terms of the GNU General Public License as published by | + * | the Free Software Foundation; either version 2 of the License, or | + * | (at your option) any later version. | + * | | + * | L'SWS is distributed in the hope that it will be useful, but | + * | WITHOUT ANY WARRANTY; without even the implied warranty of | + * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | + * | General Public License for more details. | + * | | + * | You should have received a copy of the GNU General Public License | + * | along with Hooks; if not, write to the Free Software Foundation, | + * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | + * +--------------------------------------------------------------------+ + * | Created: sáb feb 1 22:00:05 ART 2003 | + * | Authors: Leandro Lucarella | + * +--------------------------------------------------------------------+ + * + * $Id: album.css 6 2003-02-02 04:14:21Z luca $ + * + */ + +/** + * Album styles. + */ +TABLE.album { + width: 0%; + text-align: center; + vertical-align: middle; +} + +TH.album { + font-size: large; +} + +TD.albumitem { + margin: 0pt; + height: 100px; + width: 100px; +} + +A.albumitem { + color: red; + background-color: white; +} + +A.albumitem:hover { + text-decoration: none; +} + +A.albumitem:visited { + color: black; + background-color: white; +} + +A.albumitem:active { + color: black; + background-color: white; +} + +IMG.albumitem { + border: thin solid black; +} + +IMG.albumphoto { + border: thin solid black; +} + +/* $Id: album.css 6 2003-02-02 04:14:21Z luca $ */ diff --git a/www/css/base.css b/www/css/base.css new file mode 100644 index 0000000..3aa3ab4 --- /dev/null +++ b/www/css/base.css @@ -0,0 +1,79 @@ +/* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: + * +--------------------------------------------------------------------+ + * | Luca's Website (L'SWS) | + * +--------------------------------------------------------------------+ + * | This file is part of L'SWS. | + * | | + * | L'SWS is free software; you can redistribute it and/or modify it | + * | under the terms of the GNU General Public License as published by | + * | the Free Software Foundation; either version 2 of the License, or | + * | (at your option) any later version. | + * | | + * | L'SWS is distributed in the hope that it will be useful, but | + * | WITHOUT ANY WARRANTY; without even the implied warranty of | + * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | + * | General Public License for more details. | + * | | + * | You should have received a copy of the GNU General Public License | + * | along with Hooks; if not, write to the Free Software Foundation, | + * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | + * +--------------------------------------------------------------------+ + * | Created: vie ene 31 00:52:00 ART 2003 | + * | Authors: Leandro Lucarella | + * +--------------------------------------------------------------------+ + * + * $Id: base.css 14 2003-02-23 04:45:34Z luca $ + * + */ + +/** + * Base styles. + */ +BODY { + font-family: Verdana, Helvetica, sans-serif; + color: black; + background-color: white; + margin: 0pt; + padding: 0pt; + font-size: 9pt; +} + +TABLE { + width: 100%; +} + +TD { + border: none; +} + +IMG { + border: 0pt; +} + +A { + color: blue; + background-color: transparent; + text-decoration: none; +} + +A:hover { + text-decoration: underline; +} + +A:active { + color: white; + background-color: teal; + text-decoration: underline; +} + +:first-letter { + color: blue; + font-size: larger; + background-color: transparent; +} + +.center { + text-align: center; +} + +/* $Id: base.css 14 2003-02-23 04:45:34Z luca $ */ diff --git a/www/css/footer.css b/www/css/footer.css new file mode 100644 index 0000000..3abc333 --- /dev/null +++ b/www/css/footer.css @@ -0,0 +1,69 @@ +/* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: + * +--------------------------------------------------------------------+ + * | Luca's Website (L'SWS) | + * +--------------------------------------------------------------------+ + * | This file is part of L'SWS. | + * | | + * | L'SWS is free software; you can redistribute it and/or modify it | + * | under the terms of the GNU General Public License as published by | + * | the Free Software Foundation; either version 2 of the License, or | + * | (at your option) any later version. | + * | | + * | L'SWS is distributed in the hope that it will be useful, but | + * | WITHOUT ANY WARRANTY; without even the implied warranty of | + * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | + * | General Public License for more details. | + * | | + * | You should have received a copy of the GNU General Public License | + * | along with Hooks; if not, write to the Free Software Foundation, | + * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | + * +--------------------------------------------------------------------+ + * | Created: sáb feb 1 19:21:30 ART 2003 | + * | Authors: Leandro Lucarella | + * +--------------------------------------------------------------------+ + * + * $Id: footer.css 13 2003-02-23 04:12:48Z luca $ + * + */ + +/** + * Footer styles. + */ +DIV.lastupdate { + font-size: smaller; + font-style: italic; + margin-top: 0pt; + margin-bottom: 3pt; + text-align: center; +} + +TD.validhtml { + margin: 0pt; + text-align: left; + vertical-align: middle; +} + +TD.copyleft { + font-size: smaller; + margin: 0pt; + text-align: center; + vertical-align: middle; +} + +TD.validcss { + margin: 0pt; + text-align: right; + vertical-align: middle; +} + +HR.footseparator { + margin-top: 20pt; + margin-bottom: 0pt; + color: navy; + background-color: navy; + width: 100%; + height: 1pt; + text-align: center; +} + +/* $Id: footer.css 13 2003-02-23 04:12:48Z luca $ */ diff --git a/www/css/header.css b/www/css/header.css new file mode 100644 index 0000000..336e10c --- /dev/null +++ b/www/css/header.css @@ -0,0 +1,90 @@ +/* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: + * +--------------------------------------------------------------------+ + * | Luca's Website (L'SWS) | + * +--------------------------------------------------------------------+ + * | This file is part of L'SWS. | + * | | + * | L'SWS is free software; you can redistribute it and/or modify it | + * | under the terms of the GNU General Public License as published by | + * | the Free Software Foundation; either version 2 of the License, or | + * | (at your option) any later version. | + * | | + * | L'SWS is distributed in the hope that it will be useful, but | + * | WITHOUT ANY WARRANTY; without even the implied warranty of | + * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | + * | General Public License for more details. | + * | | + * | You should have received a copy of the GNU General Public License | + * | along with Hooks; if not, write to the Free Software Foundation, | + * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | + * +--------------------------------------------------------------------+ + * | Created: sáb feb 1 19:19:54 ART 2003 | + * | Authors: Leandro Lucarella | + * +--------------------------------------------------------------------+ + * + * $Id: header.css 14 2003-02-23 04:45:34Z luca $ + * + */ + +/** + * Header styles. + */ +TABLE.structure { + width: 100%; + margin: 0pt; +} + +H1 { + position: relative; + left: 7pt; + top: -5pt; + text-align: center; + font-size: x-large; + letter-spacing: 4pt; +} + +H1:first-letter { + position: relative; + top: 2pt; + color: blue; + background-color: transparent; + font-size: xx-large; +} + +H2 { + font-size: large; +} + +TD.logocontainer DIV { + position: absolute; + left: 2pt; + top: 5pt; + font-size: larger; + font-weight: bold; + font-family: Arial Black, sans-serif; +} + +TD.logocontainer DIV.home { + position: absolute; + left: 52pt; + top: 35pt; +} + +TD.titlecontainer { + text-align: center; + vertical-align: middle; +} + +TD.menucontainer { + text-align: left; + vertical-align: top; + width: 115pt; +} + +TD.bodycontainer { + text-align: left; + vertical-align: top; + padding-left: 5pt; +} + +/* $Id: header.css 14 2003-02-23 04:45:34Z luca $ */ diff --git a/www/css/menu.css b/www/css/menu.css new file mode 100644 index 0000000..4cac062 --- /dev/null +++ b/www/css/menu.css @@ -0,0 +1,79 @@ +/* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: + * +--------------------------------------------------------------------+ + * | Luca's Website (L'SWS) | + * +--------------------------------------------------------------------+ + * | This file is part of L'SWS. | + * | | + * | L'SWS is free software; you can redistribute it and/or modify it | + * | under the terms of the GNU General Public License as published by | + * | the Free Software Foundation; either version 2 of the License, or | + * | (at your option) any later version. | + * | | + * | L'SWS is distributed in the hope that it will be useful, but | + * | WITHOUT ANY WARRANTY; without even the implied warranty of | + * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | + * | General Public License for more details. | + * | | + * | You should have received a copy of the GNU General Public License | + * | along with Hooks; if not, write to the Free Software Foundation, | + * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | + * +--------------------------------------------------------------------+ + * | Created: sáb feb 1 19:22:18 ART 2003 | + * | Authors: Leandro Lucarella | + * +--------------------------------------------------------------------+ + * + * $Id: menu.css 14 2003-02-23 04:45:34Z luca $ + * + */ + +/** + * Menu styles. + */ +TABLE.menu IMG { + float: left; + margin-right: 3pt; +} + +TABLE.menu TH { + font-weight: bold; + text-align: center; + vertical-align: middle; + color: white; + background-color: black; + padding: 2pt; +} + +TABLE.menu A { + color: black; + background-color: transparent; + text-decoration: none; +} + +TABLE.menu A:active { + color: red; + background-color: transparent; +} + +TABLE.menu TD:hover { + color: white; + background-color: rgb(70%,70%,100%); +} + +TD.menuitem { + font-weight: bold; + vertical-align: middle; +} + +IMG.menuparent { + margin-left: 0pt; +} + +IMG.menuitem { + margin-left: 8pt; +} + +IMG.menusubitem { + margin-left: 16pt; +} + +/* $Id: menu.css 14 2003-02-23 04:45:34Z luca $ */ diff --git a/www/default-config.php b/www/default-config.php new file mode 100644 index 0000000..cfa4f45 --- /dev/null +++ b/www/default-config.php @@ -0,0 +1,35 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-config.php 11 2003-02-14 03:21:16Z luca $ +// + +global $CONFIG; + +$CONFIG['title'] = "Pagina Inicial"; +$CONFIG['menu']['up'] = false; +$CONFIG['menu']['deep'] = 0; + +?> diff --git a/www/desarrollo/.menu b/www/desarrollo/.menu new file mode 100644 index 0000000..b8f103f --- /dev/null +++ b/www/desarrollo/.menu @@ -0,0 +1 @@ +Desarrollo diff --git a/www/desarrollo/default-config.php b/www/desarrollo/default-config.php new file mode 100644 index 0000000..f708770 --- /dev/null +++ b/www/desarrollo/default-config.php @@ -0,0 +1,34 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-config.php 14 2003-02-23 04:45:34Z luca $ +// + +global $CONFIG; + +$CONFIG['title'] = "Cosas que estoy desarrollando"; +$CONFIG['menu']['deep'] = 0; + +?> diff --git a/www/desarrollo/index.php b/www/desarrollo/index.php new file mode 100644 index 0000000..f40e713 --- /dev/null +++ b/www/desarrollo/index.php @@ -0,0 +1,33 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: index.php 14 2003-02-23 04:45:34Z luca $ +// + +?> + +En esta página se encuentran las cosas que estoy desarrollando actualmente +o las que he desarrollado en algún momento. + diff --git a/www/desarrollo/sitios/.menu b/www/desarrollo/sitios/.menu new file mode 100644 index 0000000..9ba34f9 --- /dev/null +++ b/www/desarrollo/sitios/.menu @@ -0,0 +1 @@ +Sitios diff --git a/www/desarrollo/sitios/default-config.php b/www/desarrollo/sitios/default-config.php new file mode 100644 index 0000000..2f5978a --- /dev/null +++ b/www/desarrollo/sitios/default-config.php @@ -0,0 +1,34 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-config.php 14 2003-02-23 04:45:34Z luca $ +// + +global $CONFIG; + +$CONFIG['title'] = "Sitios que estoy desarrollando"; +$CONFIG['menu']['deep'] = 0; + +?> diff --git a/www/desarrollo/sitios/default-menu-item.php b/www/desarrollo/sitios/default-menu-item.php new file mode 100644 index 0000000..dedae05 --- /dev/null +++ b/www/desarrollo/sitios/default-menu-item.php @@ -0,0 +1,50 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-menu-item.php 14 2003-02-23 04:45:34Z luca $ +// + +/** + * Draws the menu item. + * + * @param string $link Link where to point to. + * @param string $name Name of the link. + */ +$link = @$args[1]; +$name = @$args[2]; +$root = $GLOBALS['CONFIG']['root']; + +?> + + + + Flecha item + + + + + + diff --git a/www/desarrollo/sitios/index.php b/www/desarrollo/sitios/index.php new file mode 100644 index 0000000..8605795 --- /dev/null +++ b/www/desarrollo/sitios/index.php @@ -0,0 +1,32 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: index.php 14 2003-02-23 04:45:34Z luca $ +// + +?> + +En esta página se encuentran los sitios que estoy desarrollando actualmente. + diff --git a/www/facultad/.menu b/www/facultad/.menu new file mode 100644 index 0000000..b9aad03 --- /dev/null +++ b/www/facultad/.menu @@ -0,0 +1 @@ +Facultad \ No newline at end of file diff --git a/www/facultad/default-config.php b/www/facultad/default-config.php new file mode 100644 index 0000000..e5e30f6 --- /dev/null +++ b/www/facultad/default-config.php @@ -0,0 +1,34 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: default-config.php 5 2003-02-01 22:41:25Z luca $ +// + +global $CONFIG; + +$CONFIG['title'] = "Facultad"; +$CONFIG['menu']['deep'] = -1; + +?> diff --git a/www/facultad/index.php b/www/facultad/index.php new file mode 100644 index 0000000..0400532 --- /dev/null +++ b/www/facultad/index.php @@ -0,0 +1,32 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: index.php 4 2003-01-31 23:55:34Z luca $ +// + +?> + +Hola Mundo! + diff --git a/www/fotos/.album b/www/fotos/.album new file mode 100644 index 0000000..9d6ed9e --- /dev/null +++ b/www/fotos/.album @@ -0,0 +1 @@ +Album de fotos general, debería estar vacío :) diff --git a/www/fotos/.menu b/www/fotos/.menu new file mode 100644 index 0000000..d109989 --- /dev/null +++ b/www/fotos/.menu @@ -0,0 +1 @@ +Fotos \ No newline at end of file diff --git a/www/fotos/index.php b/www/fotos/index.php new file mode 100644 index 0000000..8e0fbfd --- /dev/null +++ b/www/fotos/index.php @@ -0,0 +1,37 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: index.php 6 2003-02-02 04:14:21Z luca $ +// + +require_once 'Hook/Album.php'; + +// Creates the album object. +$album =& new Hook_Album('.', 4); + +?> + +album() ?> + diff --git a/www/fotos/photo.php b/www/fotos/photo.php new file mode 100644 index 0000000..4cceea8 --- /dev/null +++ b/www/fotos/photo.php @@ -0,0 +1,61 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: photo.php 6 2003-02-02 04:14:21Z luca $ +// + +require_once 'Hook/Album.php'; + +// Creates the album object. +$album =& new Hook_Album('.', 4); + +$photo = @$_REQUEST['photo']; + +?> + + + + + + + + + + + + + + +
+
+
+ Á l b u m   d e   f o t o s +
+
+

+

photo($photo) ?>
+
+ + diff --git a/www/htaccess b/www/htaccess new file mode 100644 index 0000000..598dfd6 --- /dev/null +++ b/www/htaccess @@ -0,0 +1,33 @@ +# vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: +# +--------------------------------------------------------------------+ +# | Luca's Website (L'SWS) | +# +--------------------------------------------------------------------+ +# | This file is part of L'SWS. | +# | | +# | L'SWS is free software; you can redistribute it and/or modify it | +# | under the terms of the GNU General Public License as published by | +# | the Free Software Foundation; either version 2 of the License, or | +# | (at your option) any later version. | +# | | +# | L'SWS is distributed in the hope that it will be useful, but | +# | WITHOUT ANY WARRANTY; without even the implied warranty of | +# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | +# | General Public License for more details. | +# | | +# | You should have received a copy of the GNU General Public License | +# | along with Hooks; if not, write to the Free Software Foundation, | +# | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | +# +--------------------------------------------------------------------+ +# | Created: vie ene 31 00:47:59 ART 2003 | +# | Authors: Leandro Lucarella | +# +--------------------------------------------------------------------+ +# +# $Id: .htaccess 12 2003-02-22 15:53:42Z luca $ +# +# php directives +php_value auto_prepend_file "/home/luca/apache/includes/prepend.php" +php_value auto_append_file "/home/luca/apache/includes/append.php" +php_value include_path ".:/home/luca/apache/includes:/home/luca/apache/hooks/lib:/usr/share/pear" + +# Apache Options +Options +MultiViews diff --git a/www/images/home.png b/www/images/home.png new file mode 100644 index 0000000000000000000000000000000000000000..365617f84b6e159c749e5f916807ec40b352fa51 GIT binary patch literal 882 zcmV-&1C9KNP)~=ef zqR`OLfGo>ctyVfZI;gI$#$+<>3rP#O{(KZwRdG6D1 zqPMqKjE#+nP$(n-(bm=`^d4xA-bsSNAV#ARNs>|p5<6O!l$20eSs9;?L?U{(qF+Tb zGc)n=^20lPZujuuVr@cNJjR#9A3fb5)X)+ax(`71HByu3WY&(F`-1xPw` zJ%C3Dfh0+Mdvuq;izi(3&f*QMFgiMl&*#JI^#V{@TFTnm8l9b;0Jnhl{XQSw38yKq+QNRVnnLqjo9n=-kgm%z>O@o@ltPW#wAVnnR%-0{fBNJ_%Q#6)a3 zoeAJQz{0`;XJi9Erar=P2YH8b0jRC5O-Y!Vno7t`HuvuF+I8yqZ(GxD@0OB4sH*zz zM%xv(wze=F&SN|Ji^b3atC29Pq3^7({v;A!$MDF(B#oo;5^{lOQf5$3kjqjJ-@FfrzU;?mjHkFqaNTOumDU07rGFeU%cfX4i1gv zv-z`yU&T!z1t>rR7(n32_}JrXb2DhIky0W$eriaA=*crQZ?qyl^VNgo=j6S=W%~_a z1KI#Y;81`ovzJiPXv zwBwo~1OkB&60KU8`%EH{)7Z0iq+F^z`x#H)1l9}ytI^=o`YN`x5u(%RUelY{M5cq` zQnv7-Qm`%>04=9Qv6QE7)d!A9YegxWW9{|#N~K`k25Lt81m$Ryqk2fv<4#Q}hvM%X zUspD^^Xcjm@DZrDTd+xdNz!OoJp$oq2qB@kog@Ask;-hAo&axwKR`_YBft`1;^v~W z@#|L?V*9OHmH7KaYHOqT6j*MPtH2Jp$vOax0l^N0fJ|)eoE{GkXMj7v31E~yv6i?C zfto%E0^}@?Irzw{ZqI4jk@B9;76I3BbaQZ4GGB-htiv4-w0}$>sP*00000 M07*qoM6N<$g1=x7q5uE@ literal 0 HcmV?d00001 diff --git a/www/images/menu_parent.png b/www/images/menu_parent.png new file mode 100644 index 0000000000000000000000000000000000000000..148d37018e5012a8ca8a6824ef1c368a853886a2 GIT binary patch literal 667 zcmV;M0%ZM(P)0STy2(+bkoB0PHWa&h72+{}2;?y*^2@2sv>&--rh z3HSln{{c>wCQI|vx2GqZgAT58+1U7l)76pnYTlSv^UJ_WGo%?XTAD1)Uz@pluIEq> zN-KiM=jYcIoNkA9Co|x?;jmZrmYX3Bz)$^df`LhJ`e&5a8rN=YJdmSw9yzFgMcv> z`KL4tPz5%D2#8ZaTpuI=g$N>o6^mGlh=6PZY(41JPf67W4U1SS7-KN8LF*W6Ez(4& zd!y002ovPDHLkV1hpQ BD~A98 literal 0 HcmV?d00001 diff --git a/www/images/menu_subitem.png b/www/images/menu_subitem.png new file mode 100644 index 0000000000000000000000000000000000000000..758b77d3c125f851578bd2df0e141b5a0825a625 GIT binary patch literal 716 zcmV;-0yF)IP)3Y!+HjLB!IErBrLHh+3^}Y?{eTlFrN`2 z(9ZoAfP;hczqM{?sdRVO?b7kWjdl=$bB?-c;q%9@@LYx{;^1ouzzC0`6ZvBA&i=Ef zZt8|MuvUzPVFaK3K&jY+%EA&peVBu@;$nJg7KLIDf*|aZqy$pwZRjiY<{ZbpHBx@s zvP`=S07N&moTAE;g~JCk`QmQ%|@$CJ(sm8 zr4MbZaguo~MF@c;CqQHL*G|@t1E2XgbTkjMRv)NU%?Szsp39a9A+H?AEe3v&1rZ=C z65?VUgsjgI=NwCwDpF|!uP5KC^pD`VY#zW2^H{I%`#AtmR2d0TT+Jfq9JOj4&!3Fq z(eUG;hSj`4*U~+g&2iwJ=dwZ=1X&(&#D0%LDTP_9WAxce%)EI&*le_}TBg0+Hs`vb z9aEF)orEOrQ4|T9u3_)K-I)Kffa$5(!G_(uW|{Upu*IS1hIRlz5~!s#T`6W<+- zt4%e$w+9&~i2E*D*W)T9Bhx(p?A&_0|7X(X^Ya7IW>?MPDaUzu zczTO0wr<^e|Jf%QG42CClNSR6E4d`dFZlmw6q^`8Jh0FrC=HPY3SEXN1j@jH0f@DT z;lF?am<8g&3^agg*jyz(n}LC8qNj^vNX4zUQ)`1SI|v-Rel?4G(T!h0t6h3r9Tx_% z{GPN=z+e1GN8qGw>eHn5|8FmNua|o1m5;W_zoO+QbMz<2znfQG#(ynM{=I#{0V!X> zqF)tO-~TK+p#QH~U+~Uxw*7OC?@4lzU=MuwAfY=*I-PyJf}6|jF4ry6#nK@bObtKJ z{jpr)a7XQvK=_v<_kY&OUtDf7N2Y`!=sAP5DASo0{WX7G;uf&=`Gs|Enroa;cP#bwBZgT0Vk8}Ij!pi@+JzOex~wA_|LQI>iZ4KOPMZj@RJmq z{=ckJgo`sg=^ee+rLf!@|1r#|1Qou-tz zozY_28jcOAqH_ZHT>9G+6r2tD{%tx^c*pF4-nNSOH_A#)UvDaE^>6pwzeB^b1utmshBn2mW1YZ#q&(r+Ne9lLHSPV z;lJMu*6nF1eX&Vu#au@n)2h{;1^hB;>x|=8`0r4N5Dq`3W>NpNuIHfS-r}72x2dtZ z|1vypS3P_!s?6%3q3f=mrP_V^@twUAXY`EwoTZxX&st-k^Kye`&fdVV(2iA`qSwCa zO3SD?y)^LM2F^-1=1_^hVN1d%c)e7=87<81^0{cK;`g>k^UAjGxu$SW%#%-OqR3cMOS7CD$Nw90jSF7TjZ+3b%7?`))PKP%lew!LZ} z9@4ntXMQ2~DY0cQL^+Gz9jsW~FI2w%Uw?1i^C{7@K5}j{esbPgg&e IbxsLQ074N#oB#j- literal 0 HcmV?d00001 diff --git a/www/images/valid-html401.png b/www/images/valid-html401.png new file mode 100644 index 0000000000000000000000000000000000000000..3855210c6c3c85c56f90221b3247fa664374b6bf GIT binary patch literal 2948 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 u<6_B8LPrR4Yk%46NvwrLr$}XJlYam}=l+xQy | +// +--------------------------------------------------------------------+ +// +// $Id: index.php 4 2003-01-31 23:55:34Z luca $ +// + +?> + +Hola Mundo! + -- 2.43.0