Update of /cvsroot/openfirst/photogallery
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21474
Modified Files:
viewphoto.php
Log Message:
Commit outstanding changes for viewphoto.php and admin/editphoto.php both of which should make it more bearable to work with large quantities of images.
Index: viewphoto.php
===================================================================
RCS file: /cvsroot/openfirst/photogallery/viewphoto.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** viewphoto.php 28 Feb 2004 02:12:17 -0000 1.15
--- viewphoto.php 9 Apr 2004 18:51:52 -0000 1.16
***************
*** 137,141 ****
$dirlocate = $gallerydir.$gallery->GalleryName."/";
echo "<a href='" . $dirlocate . $_GET['PHOTO'] . "'>
! <img width='400' src='".$dirlocate.$_GET['PHOTO']."'>
<br>View image alone</a>";
?>
--- 137,141 ----
$dirlocate = $gallerydir.$gallery->GalleryName."/";
echo "<a href='" . $dirlocate . $_GET['PHOTO'] . "'>
! <img width='400' src=\"".$dirlocate.$_GET['PHOTO']."\">
<br>View image alone</a>";
?>
|