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