<?PHP
// Acknowledgement after sending invitations
//
// Version: $Revision: 1.1 $
// Date: $Date: 2006/08/06 19:19:08 $
//
// Copyright (c) 2006 Benjamin Oshrin
// License restrictions apply, see LICENSE for details.
$auth_required = 1;
include "../lib/mrsbs.inc";
$pgtitle = $tx['reviewmtg'];
$pgtype = "schedule";
if(!authorize("schedule", "review", $rvar_mtgid))
mexit($tx['op.err.perm'], 1);
?>
<HTML>
<HEAD>
<TITLE><?PHP print $pgtitle;?></TITLE>
</HEAD>
<BODY>
<TABLE CLASS="main">
<?PHP include "../lib/titlebar.php";?>
<TR>
<TD CLASS="main">
<UL>
<LI><A HREF="review.php?mtgid=<?PHP print hstr($rvar_mtgid);?>"><?PHP print $tx['sd.view.status'];?></A></LI>
<LI><A HREF="../index.php"><?PHP print $tx['progname'] . " " . $tx['op.home'];?></A></LI>
</UL>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>