summaryrefslogtreecommitdiff
path: root/htroot/sharedBlacklist_p.html
diff options
context:
space:
mode:
authorallo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-04-28 19:38:35 +0000
committerallo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-04-28 19:38:35 +0000
commit52abc456fb18afdb588dcdb9393dc9fb6b0756f4 (patch)
treea763eac6159ba015b48d9569fa0aa4c8be1cd8d8 /htroot/sharedBlacklist_p.html
parent9cc4171d6d84644b9d7c49a2be00a74a7f3457e3 (diff)
new Templates
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@70 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/sharedBlacklist_p.html')
-rw-r--r--htroot/sharedBlacklist_p.html37
1 files changed, 33 insertions, 4 deletions
diff --git a/htroot/sharedBlacklist_p.html b/htroot/sharedBlacklist_p.html
index 716993f51..c65368021 100644
--- a/htroot/sharedBlacklist_p.html
+++ b/htroot/sharedBlacklist_p.html
@@ -18,17 +18,46 @@ function selectall(){
<br><br>
<h2>Add Items to Blacklist</h2>
+#(page)#
<p>This are all new Blacklist Entries from "#[name]#":</p>
-<p>#[status]#</p>
+::
+#(/page)#
+<p>
+#(status)#
+::
+#{list}#
+<b>#[entry]#</b> was added to your Blacklist.<br>
+#{/list}#
+::
+File Error! Wrong Path?
+::
+YaCy-Peer &quot;#[name]#&quot; not found.
+::
+URL &quot;#[address]#&quot; not found or empty list.
+::
+Wrong Invocation! Please invoke with sharedBlacklist.html?name=PeerName
+#(/status)#
+</p>
<form action="sharedBlacklist_p.html" method="post" enctype="multipart/form-data">
<input type="hidden" name="num" value="#[num]#">
<input type="hidden" name="filename" value="#[filename]#">
-<p><table border="1" cellspacing="1" cellpadding="3">
+<p>
+#(page)#
+<table border="1" cellspacing="1" cellpadding="3">
<tr><th>Hostname/File/URL</th><th width="100%" align="left">Blocked Server</th><th>&nbsp;</th></tr>
-#[table]#
+#{urllist}#
+<tr>
+<td>#[name]#</td>
+<td>#[url]#</td>
+<td><input type="checkbox" name="#[count]#" value="#[url]#"></td>
+</tr>
+#{/urllist}#
<tr><td colspan="3"><input type="button" onclick="selectall()" value="select all"><br><input type="submit" value="add" name="add"></td></tr>
-</table></p>
+</table>
+::
+#(/page)#
+</p>
</form>
#[footer]#