[Openfirst-cvscommit] photogallery email.php,1.15,1.16
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-03-14 00:55:10
|
Update of /cvsroot/openfirst/photogallery In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20907/photogallery Modified Files: email.php Log Message: -Corrected usage of $home -Added $server Index: email.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/email.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** email.php 7 Aug 2004 02:10:31 -0000 1.15 --- email.php 14 Mar 2005 00:55:00 -0000 1.16 *************** *** 65,80 **** <table width='550' border='0' cellspacing='0' cellpadding='0'> <tr> ! <td height='23'><p>Hello ".$recipient.",</p> ! <p>This is a message from the <b>".$title."</b> photo ! gallery mailing system. <b>".$from." (".$email.")</b> ! has requested that you peview this image. Here are his comments:</p> <table width='400' border='1' align='center' cellpadding='6' cellspacing='0' bordercolor='#333333'> <tr> ! <td height='23'><p>".$comment."<br> </p> </td> </tr> </table> ! <p align='center'><a href='$home$basepath/photogallery/'><img src='".$home.$basepath."/photogallery/gallery/$gallery->GalleryName/".$_POST['photo']."' width='300' height='200'></a></p> <p align='left'>Thank you for your time,</p> <p align='left'>The <b>".$title."</b> photo gallery.<br> --- 65,80 ---- <table width='550' border='0' cellspacing='0' cellpadding='0'> <tr> ! <td height='23'><p>Hello $recipient,</p> ! <p>This is a message from the <b>$title</b> photo ! gallery mailing system. <b>$from ($email)</b> ! has requested that you peview this image. Here are his/her comments:</p> <table width='400' border='1' align='center' cellpadding='6' cellspacing='0' bordercolor='#333333'> <tr> ! <td height='23'><p>$comment<br> </p> </td> </tr> </table> ! <p align='center'><a href='$server$basepath/photogallery/'><img src='$server$basepath/photogallery/gallery/$gallery->GalleryName/".$_POST['photo']."' width='300' height='200'></a></p> <p align='left'>Thank you for your time,</p> <p align='left'>The <b>".$title."</b> photo gallery.<br> *************** *** 122,126 **** </table> ! <p align='center'><a href='$home$basepath/photogallery/'><img src='".$home.$basepath."/photogallery/gallery/$gallery->GalleryName/".$_POST['photo']."' width='300' height='200'></a></p> <p align='left'>Thank you for your time,</p> <p align='left'>The <b>".$title."</b> photo gallery.<br></p> --- 122,126 ---- </table> ! <p align='center'><a href='$server$basepath/photogallery/'><img src='$server$basepath/photogallery/gallery/$gallery->GalleryName/".$_POST['photo']."' width='300' height='200'></a></p> <p align='left'>Thank you for your time,</p> <p align='left'>The <b>".$title."</b> photo gallery.<br></p> |