* Copyright (C) 2001 Neale Pickett * Copyright (C) 2000 Robert A. Holak * * This program 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. * * This program 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 this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA */ include("common.inc"); $pic = stripslashes($pic); if ($modify) { $id = "id='modify'"; } ?> <?php print "${titleprefix}${pic}"; ?> \n"; } else { print "\n"; } $picindex = GetPicIndex($filelist); StandardLinks("view",diresc($album),$start,$picindex); ?> > \n"; } else { print "
\n"; } ?> > \n"; $fd = fopen($descfile, "r"); while (! feof($fd)) { $buffer = fgets($fd, 4096); print $buffer; } fclose($fd); print "
\n"; } else { print "
\n"; } ?>
Rotate 90° counter-clockwise Rotate 90° clockwise

$srcsize[1]) { $wmul = 1; $hmul = $srcsize[1] / $srcsize[0]; $csize = $srcsize[0]; } else { if ($srcsize[1] != 0) { $wmul = $srcsize[0] / $srcsize[1]; } $hmul = 1; $csize = $srcsize[1]; } $dlinksize = $dispsize; if ($dispsize >= $csize) { $current_dispsize = "Original"; } else { $current_dispsize = $dispsize; } DisplayImg2("", $album, $pic, $current_dispsize, 0, "body", "", 0); ?>
\n"; if ($prev_url) { $file = $filelist[($picindex-1)]; DisplayImg2($prev_url, $album, $file, $thumb_size, $file, 'footer-prev', '<-- Previous'); } else { DisplayImg2(0, "NONE", "blank.gif", $thumb_size, 0, 'footer-prev', 0); } print "\n"; # print "
Generated by PHPixDir