$email=gettranslate($userlang,"Received email");
$STR = <<<EOT
+<TABLE WIDTH="100%" BORDER="0" CellSpacing="0">
<TR>
<TD align=left>
<FORM action="{$myfilename}.php" method="post">
</FORM>
</TD>
</TR>
+</TABLE>
EOT;
return $STR;
$top=topper($isadmin,$logname,"$myfilename");
$footer=footer("$myfilename");
$tblheader=tblheader($username,$numrec,$offset,$limit);
+$tblfooter="";
+if ($limit>30)
+ $tblfooter=$tblheader;
$rqst->close();
$start
$top
<CENTER>
-<table WIDTH="100%" BORDER="0" CellSpacing="0">
$tblheader
<table class="table-userlist" WIDTH="100%" BORDER="1" CellSpacing="0">
<TR>
</TR>
$line
</Table>
-</Table>
+$tblfooter
</CENTER>
<BR>
$footer