<? include('includes/main.php'); ?>
<? include('includes/arfunctions.php'); ?>
<?
echo texttitle(STR_QUOTE_COMMENT_ADD);
if ($comment) arquotecommentadd($comment);
echo '<form action="adminarquotecomadd.php" method="post"><input type="hidden" name="nonprintable" value="1"><table>';
echo '<tr><td align="'.TABLE_LEFT_SIDE_ALIGN.'">'.STR_QUOTE_COMMENT.':</td><td><input type="text" name="comment" size="30" maxlength="100"></td></tr>';
echo '</table><input type="submit" value="'.STR_ADD.'"></form>';
?>
<? include('includes/footer.php'); ?>