<?PHP // Acknowledgement of reply // // Version: $Revision: 1.1 $ // Date: $Date: 2006/08/07 03:04:47 $ // // Copyright (c) 2006 Benjamin Oshrin // License restrictions apply, see LICENSE for details. $auth_required = 0; include "../lib/mrsbs.inc"; $pgtitle = $tx['ak.reply']; $pgtype = "reply"; ?> <HTML> <HEAD> <TITLE><?PHP print $pgtitle;?></TITLE> </HEAD> <BODY> <TABLE CLASS="main"> <?PHP include "../lib/titlebar.php";?> <TR> <TD CLASS="main"> <P> <?PHP if(isset($rvar_result)) print $tx['ak.thanks']; ?> </P> <UL> <LI><A HREF="reply.php?inviteid=<?PHP print hstr($rvar_inviteid);?>"><?PHP print $tx['rp.review'];?></A></LI> <LI><A HREF="status.php?inviteid=<?PHP print hstr($rvar_inviteid);?>"><?PHP print $tx['rp.status'];?></A></LI> </UL> </TD> </TR> </TABLE> </BODY> </HTML>