<FORM ACTION="<?php echo SmartSieve::setUrl('main.php');?>" METHOD="post" NAME="rules">
<TABLE WIDTH="100%" CELLPADDING="0" BORDER="0" CELLSPACING="0">
<TR>
<TD>
<TABLE WIDTH="100%" BORDER="0" CELLPADDING="2" CELLSPACING="0">
<TR>
<TD CLASS="breadcrumb">
<a href="<?php echo SmartSieve::setUrl('scripts.php');?>"><?php echo SmartSieve::text('Scripts');?> ></a>
<?php echo SmartSieve::text('Filter rules for "%s"', array($script->getName()));?>
</TD>
<TD ALIGN="right" class="heading">
<?php if ($_SESSION['smartsieve']['workingScript'] === SmartSieve::getActiveScript()): ?>
<?php echo SmartSieve::text('Script "%s" is active', array($script->getName()));?>
<?php else:?>
<?php echo SmartSieve::text('Script "%s" is not active', array($script->getName()));?>
<?php endif;?>
<a href="<?php echo SmartSieve::setUrl('scripts.php');?>"><img src="<?php echo SmartSieve::getConf('image_dir', 'images'); echo ($_SESSION['smartsieve']['workingScript'] === SmartSieve::getActiveScript()) ? '/tick.gif' : '/disable.gif';?>" title="<?php echo SmartSieve::text('Manage Scripts');?>" border="0"></a>
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD>
</TD>
</TR>
<TR>
<TD CLASS="main">
<TABLE WIDTH="100%" BORDER="0" CELLPADDING="2" CELLSPACING="0">
<TR class="heading">
<TD><?php echo SmartSieve::text('Filter Rules');?></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<TEXTAREA CLASS="direct" NAME="content" ROWS="30" COLS="80" WRAP="off"><?php echo $content;?></TEXTAREA>
</TD>
</TR>
<TR>
<TD>
<TABLE WIDTH="100%" BORDER="0" CELLPADDING="2" CELLSPACING="0">
<TR>
<TD CLASS="options">
<input type="button" name="save" value="<?php echo SmartSieve::text('Save Changes');?>" onClick="document.rules.action.value='<?php echo FORM_ACTION_SAVE;?>'; document.rules.submit(); return false;">
</TD>
<?php if (SmartSieve::getConf('allow_change_mode')): ?>
<TD ALIGN="right" CLASS="options">
<input type="button" name="changeMode" value="<?php echo SmartSieve::text('GUI mode');?>" onClick="ChangeMode(); return false;">
</TD>
<?php endif; ?>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<INPUT TYPE="hidden" NAME="action" VALUE="" >
<INPUT TYPE="hidden" NAME="rindex" VALUE="" >
</FORM>