X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=philter%2Fphilter%2Findex.php;h=5b31d0c357981cae3e1bcba07a78a40f1d6096a7;hb=0cff7bb626480c7502f06993a418c75d13afe3ce;hp=5f4ab09c3f81dbc270074be5d4d2f80b884e6e19;hpb=693b6ec6fa26c0d1d818638f2f949a50aba7382a;p=old-projects.git diff --git a/philter/philter/index.php b/philter/philter/index.php index 5f4ab09..5b31d0c 100644 --- a/philter/philter/index.php +++ b/philter/philter/index.php @@ -38,12 +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" - .""; + echo "\n" + ."
Global rules
\n"; foreach($philter->config['global_plugin'] as $g_plugin) { echo "\n
\n"; @@ -58,34 +59,37 @@ if(count($philter->config['global_plugin'])) { /********** emails **********/ ?> - - - -\n
Emails pool
+
+
to_form(); -echo "
\n"; - /********** filters **********/ ?> - - +
+
+ +
Filtering rules
- +
+ \n
rules as $id=>$rule) - echo "rank}\" />\n"; + echo "rank}\" />\n"; $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 "
\n"; ?>
- - - - + +
+ +
@@ -105,26 +109,29 @@ echo "
\n"; - -
Rule Configuration + + +
- - Name of this rule : - -
- All matches - One match + +
+
+ +
- Blocking Rule -
Matches List -
-
Actions List -
-
- - - + + +
+
+
+
+
+ + + +