]> git.llucax.com Git - personal/website.old.git/blob - www/fotos/photo.php
4cceea830e4ac76647a6333704fa736d5e6249bc
[personal/website.old.git] / www / fotos / photo.php
1 <?php
2 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
3 // +--------------------------------------------------------------------+
4 // |                       Luca's Website (L'SWS)                       |
5 // +--------------------------------------------------------------------+
6 // | This file is part of L'SWS.                                        |
7 // |                                                                    |
8 // | L'SWS is free software; you can redistribute it and/or modify it   |
9 // | under the terms of the GNU General Public License as published by  |
10 // | the Free Software Foundation; either version 2 of the License, or  |
11 // | (at your option) any later version.                                |
12 // |                                                                    |
13 // | L'SWS is distributed in the hope that it will be useful, but       |
14 // | WITHOUT ANY WARRANTY; without even the implied warranty of         |
15 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   |
16 // | General Public License for more details.                           |
17 // |                                                                    |
18 // | You should have received a copy of the GNU General Public License  |
19 // | along with Hooks; if not, write to the Free Software Foundation,   |
20 // | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      |
21 // +--------------------------------------------------------------------+
22 // | Created: sáb feb  1 21:34:02 ART 2003                              |
23 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
24 // +--------------------------------------------------------------------+
25 //
26 // $Id: photo.php 6 2003-02-02 04:14:21Z luca $
27 //
28
29 require_once 'Hook/Album.php';
30
31 // Creates the album object.
32 $album =& new Hook_Album('.', 4);
33
34 $photo = @$_REQUEST['photo'];
35
36 ?>
37 <!-- INICIO $Id: photo.php 6 2003-02-02 04:14:21Z luca $ -->
38 <DIV class="center"><A href="./">Volver</A></DIV>
39 <TABLE valign="top" width="100%">
40 <TBODY>
41   <TR>
42     <TD height="10" class="cuerpo">     
43     </TD>
44   </TR>
45   <TR>
46     <TD class="delimitador">
47       <DIV class="delimitador" align="center">
48       Á&nbsp;l&nbsp;b&nbsp;u&nbsp;m &nbsp; d&nbsp;e &nbsp; f&nbsp;o&nbsp;t&nbsp;o&nbsp;s
49       </DIV>
50     </TD>
51   </TR>
52   <TR>
53     <TD class="cuerpo">
54       <P>
55       <CENTER><? $album->photo($photo) ?></CENTER>
56     </TD>
57   </TR>
58 </TBODY>
59 </TABLE>
60 <div align="center"><a class="cuerpo" href="./">Volver</a></div>
61 <!-- FIN $Id: photo.php 6 2003-02-02 04:14:21Z luca $ -->