[Openfirst-cvscommit] photogallery viewphoto.php,1.9,1.10 index.php,1.10,1.11 gallery.php,1.12,1.13
Brought to you by:
xtimg
From: <dav...@us...> - 2003-09-13 15:38:29
|
Update of /cvsroot/openfirst/photogallery In directory sc8-pr-cvs1:/tmp/cvs-serv20924/photogallery Modified Files: viewphoto.php index.php gallery.php Log Message: Minor bug and design changes. Index: viewphoto.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/viewphoto.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** viewphoto.php 23 Aug 2003 20:32:49 -0000 1.9 --- viewphoto.php 13 Sep 2003 15:38:24 -0000 1.10 *************** *** 42,46 **** EMail = '".$_POST['email']."', Comment = '".$_POST['comment']."', ! Date = '".time()."'") or die(ofirst_dberror()); echo "<br><br>Your comment has been successfully posted! [ <a href='viewphoto.php?ID=".$_GET['ID']."&PHOTO=".$_GET['PHOTO']."'>View Image</a> ]<br><br>"; --- 42,46 ---- EMail = '".$_POST['email']."', Comment = '".$_POST['comment']."', ! Dates = '".time()."'") or die(ofirst_dberror()); echo "<br><br>Your comment has been successfully posted! [ <a href='viewphoto.php?ID=".$_GET['ID']."&PHOTO=".$_GET['PHOTO']."'>View Image</a> ]<br><br>"; *************** *** 98,102 **** </tr> <tr> ! <tth>Date</th> <td><?php echo date("F j, Y, g:i a",$image->Dates); ?></td> </tr> --- 98,102 ---- </tr> <tr> ! <th>Date</th> <td><?php echo date("F j, Y, g:i a",$image->Dates); ?></td> </tr> *************** *** 161,165 **** ?> ! <tr onMouseOver="this.style.backgroundColor='#cccccc'" onMouseOut="this.style.backgroundColor='#ffffff'" bgcolor="#ffffff"> <td width="33%"><strong><?php echo $comment->Author; ?><br></strong><a href='mailto:<?php echo $comment->EMail; ?>'>E-Mail Now</a><br> <?php --- 161,165 ---- ?> ! <tr> <td width="33%"><strong><?php echo $comment->Author; ?><br></strong><a href='mailto:<?php echo $comment->EMail; ?>'>E-Mail Now</a><br> <?php *************** *** 170,176 **** ?></td> <td width="67%"> ! <?php if(function_exists("slur_block")) { $comment = slur_block($comment->Comment); } ! if(function_exists("emoticon_translate")) { $comment = emoticon_translate($comment->Comment); } ! echo ($comment->Comment); ?> </td> </tr> --- 170,178 ---- ?></td> <td width="67%"> ! <?php ! if(function_exists("slur_block")) { $comment = slur_block($comment->Comment); } ! if(function_exists("emoticon_translate")) { $comment = emoticon_translate($comment); } ! echo $comment; ! ?> </td> </tr> *************** *** 186,191 **** </table> <p> </p> ! <p>The content within the galleries is copyright. ! In order to use or copy content contained within the galleries please contact the team's webmaster ! or leader.</p> <?php include($footer); ?> --- 188,192 ---- </table> <p> </p> ! <p>The content within the galleries is copyright. In order to use or copy content<br> ! contained within the galleries please contact the team's webmaster or leader.</p> <?php include($footer); ?> Index: index.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/index.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** index.php 1 Sep 2003 20:10:37 -0000 1.10 --- index.php 13 Sep 2003 15:38:25 -0000 1.11 *************** *** 36,40 **** <p>Welcome to the gallery viewer. Please select a gallery from the list below:<br> </p> ! <table width="701"> <tr> <th> </th> --- 36,40 ---- <p>Welcome to the gallery viewer. Please select a gallery from the list below:<br> </p> ! <table width="637"> <tr> <th> </th> *************** *** 66,71 **** ?> </table> ! <p>The content within the galleries is copyright. ! In order to use or copy content contained within the galleries please contact the team's webmaster ! or leader.</p> <?php include($footer); ?> --- 66,71 ---- ?> </table> ! <p>The content within the galleries is copyright. In order to use or copy content ! contained<br> ! within the galleries please contact the team's webmaster or leader.</p> <?php include($footer); ?> Index: gallery.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/gallery.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** gallery.php 1 Sep 2003 20:10:36 -0000 1.12 --- gallery.php 13 Sep 2003 15:38:25 -0000 1.13 *************** *** 110,115 **** ?> </table> ! <p>The content within the galleries is copyright. ! In order to use or copy content contained within the galleries please contact the team's webmaster ! or leader.</p> <?php include($footer); ?> --- 110,115 ---- ?> </table> ! <p>The content within the galleries is copyright. In order to use or copy content ! contained<br> ! within the galleries please contact the team's webmaster or leader.</p> <?php include($footer); ?> |