<?php

/*


    phpMyGB: A Free guestbook for your site.
    Copyright (C) 2001  Mike Mullis

    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
    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

*/


?>


<?php
if (isset($location)) {
    $location = "<font face=\"Arial, Verdana\" size=\"1\"><b>Location:</b>&nbsp; $location<br></font>";
}
?>

<table BORDER=0 COLS=1 WIDTH="100%" HEIGHT="55" BGCOLOR="#000000" CELLPADDING="0" NOSAVE >
<tr ALIGN=CENTER VALIGN=CENTER NOSAVE>
<td NOSAVE>
<table BORDER=0 CELLSPACING=3 CELLPADDING=1 COLS=1 WIDTH="100%" HEIGHT="40" BGCOLOR="#FFFFFF" NOSAVE >
<tr NOSAVE>
<td BGCOLOR="#00BEF7" NOSAVE><FONT face="Arial, Verdana, Helvetica"><B><?php echo "$name &nbsp; $mailtag &nbsp; $urltag &nbsp; $icqtag &nbsp; $aimtag &nbsp; $yimtag"; ?></B></FONT></td>
</tr>

<tr NOSAVE>
<td NOSAVE><?php //echo "$datestamp"; ?>
<p><?php echo "$location<font face=\"Arial, Verdana\" size=\"2\">$comments"; ?></font></td>
</tr>


<tr NOSAVE>
<td NOSAVE><font size=1 face="Arial, Verdana" color=\"#e7e7e7\">(Added <?php echo "$datestamp"; ?>)</font></td>
</tr>
</table>
</td>
</tr>
</table>
<br>
