summaryrefslogtreecommitdiff
path: root/htroot/BlacklistImpExp_p.html
diff options
context:
space:
mode:
authorlow012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-12-27 20:09:36 +0000
committerlow012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-12-27 20:09:36 +0000
commit0e56675596794291d7a37ba0489deb52ce673f32 (patch)
tree7867c54f1606d4a83710eda5d7bcff451f99f664 /htroot/BlacklistImpExp_p.html
parentcf69557ea22d3d5e457708392c5cfdbb3ab8c299 (diff)
*) cleaning up ;-)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5413 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/BlacklistImpExp_p.html')
-rw-r--r--htroot/BlacklistImpExp_p.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/htroot/BlacklistImpExp_p.html b/htroot/BlacklistImpExp_p.html
index 2a9e1f74a..97f3058cd 100644
--- a/htroot/BlacklistImpExp_p.html
+++ b/htroot/BlacklistImpExp_p.html
@@ -36,13 +36,14 @@
<input type="submit" value="Load new blacklist items" />
</fieldset>
</form>
-
- <!-- blacklist import from file -->
+
+ <!-- blacklist import from text file -->
<form action="sharedBlacklist_p.html" method="post" enctype="multipart/form-data">
<fieldset>
<legend>plain text file:</legend>
Upload a regular text file which contains one blacklist entry per line.<br /><br />
<input type="hidden" name="currentBlacklist" value="#[currentBlacklist]#" />
+ <input type="hidden" name="type" value="plaintext" />
<input type="file" name="file" />
<input type="submit" value="Load new blacklist items" />
</fieldset>