X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=philter%2Fphilter%2Findex.php;h=5b31d0c357981cae3e1bcba07a78a40f1d6096a7;hb=0cff7bb626480c7502f06993a418c75d13afe3ce;hp=b8819ce52099951e26be4576a2b5b200356a7cd0;hpb=242c14dcc552bebdf4e6f7f92c32cb6d0a045efb;p=old-projects.git diff --git a/philter/philter/index.php b/philter/philter/index.php index b8819ce..5b31d0c 100644 --- a/philter/philter/index.php +++ b/philter/philter/index.php @@ -38,11 +38,13 @@ if(count($_POST)) { // a FORM has been submitted require("include/js_factory.inc.php"); /********** globals plugins **********/ - +?> +
+config['global_plugin'])) { echo "
\n" - ."\n" - ."\n"; + ."
Global rules
\n"; foreach($philter->config['global_plugin'] as $g_plugin) { echo "
\n"; @@ -57,24 +59,25 @@ if(count($philter->config['global_plugin'])) { /********** emails **********/ ?> - - - -
Emails pool
+
+
to_form(); -?> -
- - - +
+
+ +
Filtering rules
- +
+
rules as $id=>$rule) @@ -83,9 +86,10 @@ echo $mail_pool->to_form(); $presel = (isset($_POST['rule']['id']) ? $_POST['rule']['id'] : (isset($_POST['order']['select']) ? $_POST['order']['select'] : 0)); - echo "\n"; + echo "\n"; foreach($filter->rules as $id=>$rule) echo "
- - - - + +
+ +
@@ -105,26 +109,29 @@ echo $mail_pool->to_form();
- -
Rule Configuration + + +
- - Name of this rule : - -
- All matches - One match + +
+
+ +
- Blocking Rule -
Matches List -
-
Actions List -
-
- - - + + +
+
+
+
+
+ + + +