|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/files/cache/template_compiled/ |
Upload File : |
<?php if(!defined("__ZBXE__")) exit();?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/spamfilter/tpl/filter/","insert_config.xml");
$oXmlFilter->compile();
?>
<?php
$oTemplate = &TemplateHandler::getInstance();
print $oTemplate->compile('./modules/spamfilter/tpl/','header.html');
?>
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
<table cellspacing="0" class="rowTable">
<tr>
<th scope="col"><div><?php @print($__Context->lang->interval);?></div></th>
<td>
<input type="text" name="interval" value="<?php @print($__Context->config->interval);?>" class="inputTypeText" /> <?php @print($__Context->lang->unit_sec);?>
<p><?php @print($__Context->lang->about_interval);?></p>
</td>
</tr>
<tr class="row2">
<th scope="col"><div><?php @print($__Context->lang->limit_count);?></div></th>
<td>
<input type="text" name="limit_count" value="<?php @print($__Context->config->limit_count?$__Context->config->limit_count:5);?>" class="inputTypeText" />
<p><?php @print($__Context->lang->about_limit_count);?></p>
</td>
</tr>
<tr>
<th scope="col"><div><?php @print($__Context->lang->check_trackback);?></div></th>
<td>
<input type="checkbox" name="check_trackback" value="Y" <?php if($__Context->config->check_trackback=='Y'){ ?>checked="checked"<?php } ?> />
<p><?php @print($__Context->lang->about_check_trackback);?></p>
</td>
</tr>
<tr class="row2">
<th colspan="2" class="button">
<span class="button black strong"><input type="submit" value="<?php @print($__Context->lang->cmd_registration);?>" accesskey="s" /></span>
</th>
</tr>
</table>
</form>