From b573f5b4c2b3d982a63ed8e228ec5b16742cd6e3 Mon Sep 17 00:00:00 2001 From: michitux Date: Tue, 12 Sep 2006 20:31:42 +0000 Subject: [PATCH] New layout in Blacklist_p.html, more padding and margin for fieldsets git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2558 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/Blacklist_p.html | 167 ++++++++++++++++++++-------------------- htroot/env/base.css | 9 ++- 2 files changed, 91 insertions(+), 85 deletions(-) diff --git a/htroot/Blacklist_p.html b/htroot/Blacklist_p.html index 3f57d29a7..dc3a543ed 100644 --- a/htroot/Blacklist_p.html +++ b/htroot/Blacklist_p.html @@ -14,64 +14,62 @@ You may also provide your blacklist to other peers by sharing them; in return you may collect blacklist entries from other peers.

+

Active list: #[currentBlacklist]# #(disabled)#::No blacklist selected#(/disabled)#

-
- Edit list: +
+ Select list: -
-
- New list: + New list:
-

Active list: #[currentBlacklist]# #(disabled)#::No blacklist selected#(/disabled)#

-
- Activate this list for ... -
- #{currentActiveFor}# -
-
- -
- #{/currentActiveFor}# -
- -
-
+
+ Settings for this list +
+ Activate this list for ... +
+ #{currentActiveFor}# +
+
+ +
+ #{/currentActiveFor}# +
+ +
- - -
- -
+
+ Edit this list + +

These are the domain name / path patterns in this blacklist:
You can select them here for deletion

- - -
- -
- -
-
+
+ + +
+ +
+ +
  • domain/fullpath
  • domain/.* or regexpr
  • @@ -80,55 +78,58 @@
  • *.sub.domain/.* or regexpr
  • sub.domain.*/.* or regexpr
- - -
- +
+ + +

+ #(status)# + :: + #[item]# was removed from blacklist + :: + #[item]# was added to the blacklist + #(/status)# +

+
+ +
- -
-
- Import blacklist items from other YaCy peers: - - Host: -
- -
-
- - -
-
- Import blacklist items from URL: - - URL:
- -
-
- - -
-
- Import blacklist items from file: - - File: - -
-
+
+ Import blacklist items from... + +
+
+ other YaCy peers: + + Host: + +
+
-

- #(status)# - :: - #[item]# was removed from blacklist - :: - #[item]# was added to the blacklist - #(/status)# -

+ +
+
+ URL: + + URL: + +
+
+ +
+
+ file: + + File: + +
+
+
#%env/templates/footer.template%# diff --git a/htroot/env/base.css b/htroot/env/base.css index eafa06354..40f39c006 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -300,8 +300,8 @@ a.BookmarkLink { /* Forms and key-value pairs with dl */ fieldset { - margin:5px; - padding:5px; + margin:10px 5px; + padding:10px; } legend { @@ -361,6 +361,11 @@ table.StatusTable { border-spacing:1px; } +body#Blacklist fieldset.editList { + float:left; + margin-top:0; +} + /* other */ div.ProgressBarCaption {