[Openfirst-cvscommit] photogallery/admin edit.php,1.1,1.2
Brought to you by:
xtimg
From: <dav...@us...> - 2003-08-22 08:16:06
|
Update of /cvsroot/openfirst/photogallery/admin In directory sc8-pr-cvs1:/tmp/cvs-serv14342 Modified Files: edit.php Log Message: Minor changes. Index: edit.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/admin/edit.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** edit.php 20 Aug 2003 19:04:07 -0000 1.1 --- edit.php 21 Aug 2003 14:17:28 -0000 1.2 *************** *** 74,83 **** <a href="edit.php?DELETE=<?php echo $_GET['ID']; ?>">Delete Gallery</a> (Must be empty to perform operation)</p> ! <table width="457" align="center"> <tr> ! <th valign="top"> <div align="center"> </div></th> ! <th><strong>Photo Name </strong></th> ! <th><strong>Thumbnail</strong></th> ! <th><strong>Option</strong></th> </tr> <?php --- 74,83 ---- <a href="edit.php?DELETE=<?php echo $_GET['ID']; ?>">Delete Gallery</a> (Must be empty to perform operation)</p> ! <table width="388" align="center"> <tr> ! <th width="48" valign="top"> <div align="center"> </div></th> ! <th width="149"><strong>Photo Name </strong></th> ! <th width="87"><strong>Thumbnail</strong></th> ! <th width="84"><strong>Option</strong></th> </tr> <?php *************** *** 94,98 **** ?> <tr> ! <td valign="top"><div align="center"> <a href="viewphoto.php?ID=<?php echo $_GET['ID']; ?>&PHOTO=<?php echo $file; ?>" target="_blank"><img src="../photo.PNG" width="27" height="31" border="0"></a></div></td> <td valign="top"><?php echo $file; ?></td> <td valign="top"> --- 94,98 ---- ?> <tr> ! <td valign="top"><div align="center"> <a href="../viewphoto.php?ID=<?php echo $_GET['ID']; ?>&PHOTO=<?php echo $file; ?>" target="_blank"><img src="../photo.PNG" width="27" height="31" border="0"></a></div></td> <td valign="top"><?php echo $file; ?></td> <td valign="top"> *************** *** 107,112 **** ?> </td> ! <td valign="top"><a href='makethumb.php?ID=<?php echo $_GET['ID']; ?>&PHOTO=<?php echo $file; ?>'>Make ! Thumbnail</a> <br> <a href='edit.php?ID=<?php echo $_GET['ID']; ?>&DELETEPHOTO=True&PHOTO=<?php echo $file; ?>'>Delete</a></td> </tr> <?php --- 107,114 ---- ?> </td> ! <td valign="top">[ <a href="editphoto.php?ID=<?php echo $_GET['ID']; ?>&PHOTO=<?php echo $file; ?>">Edit</a> ! ]<br> ! [ <a href='edit.php?ID=<?php echo $_GET['ID']; ?>&DELETEPHOTO=True&PHOTO=<?php echo $file; ?>'> ! Delete</a> ] </td> </tr> <?php *************** *** 121,131 **** <center> <br> ! <a href='makethumb.php?ID=<?php echo $_GET['ID']; ?>; ?>&OPTION=all'>Make Thumbnail's ! for Entire Gallery</a><br> <br> </center> <?php }else{ ! showlogin(); } include($footer); --- 123,132 ---- <center> <br> ! <a href='makethumb.php?ID=<?php echo $_GET['ID']; ?>&OPTION=all'>Make Thumbnails for Entire Gallery</a><br> <br> </center> <?php }else{ ! showlogin(); } include($footer); |