From 01643211608ff03e3aef03449cf0e01761cece86 Mon Sep 17 00:00:00 2001 From: allo Date: Sat, 5 Aug 2006 18:34:31 +0000 Subject: [PATCH] fix for the actions (uploading/deleting, loggin in, ...) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2345 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/htdocsdefault/dir.java | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/htroot/htdocsdefault/dir.java b/htroot/htdocsdefault/dir.java index 0bfb7944c..e9bef631f 100644 --- a/htroot/htdocsdefault/dir.java +++ b/htroot/htdocsdefault/dir.java @@ -273,7 +273,7 @@ public class dir { if (f.isDirectory()) { tree += ""; tree += "" + dateString(d) + ""; - tree += "" + list[i] + ""; + tree += "" + list[i] + ""; tree += "" + formatLong(0, 10) + ""; tree += "Directory"; } else { @@ -286,7 +286,7 @@ public class dir { } if (adminAuthorization) { tree += "" + - "
" + + "" + "" + "" + "
"; @@ -310,32 +310,32 @@ public class dir { if (adminAuthorization) { ident = "Administrator"; account = "" + - "" + - "" + "
upload:
" + + "
upload:" + "" + " " + "" + "
download:
" + + "
download:" + "" + " " + "" + "
"; - logout = "
" + + logout = "" + "" + " (enter empty account)" + "
"; service = "" + "" + "" + - "" + "" + "" + - "
New Directory:
" + + "
" + "" + " " + "" + "
File Upload:
" + + "
" + "Resource = " + "
" + "Description = 
" + @@ -349,14 +349,14 @@ public class dir { "if you want to find files that are indexed in any share zone, add the word 'yacyshare' to the search words."; } else if (uploadAuthorization) { ident = "Uploader"; - account = "" + + account = "" + "" + "" + ""; if (uploadAccountBase64MD5.length() == 0) { logout = ""; } else { - logout = "
" + + logout = "" + "" + " (enter empty account)" + "
"; @@ -364,14 +364,14 @@ public class dir { service = "" + "" + "" + - "" + "" + "" + - "
New Directory:
" + + "
" + "" + " " + "" + "
File Upload:
" + + "
" + "Resource = " + "
" + "Description = 
" + @@ -382,18 +382,18 @@ public class dir { info = "Uploaders are not granted to delete files or directories. If you want to do this, log-in as admin."; } else if (downloadAuthorization) { ident = "Downloader"; - account = "" + + account = "" + "" + "" + " " + - "
" + + "" + "" + "" + "
"; if (downloadAccountBase64MD5.length() == 0) { logout = ""; } else { - logout = "
" + + logout = "" + "" + " (enter empty account)" + "
"; @@ -406,15 +406,15 @@ public class dir { } else { ident = "not authorized"; tree = "To inspect this directory you need either an admin, upload or download account. Please log in."; - account = "
" + + account = "" + "" + "" + "
" + - "
" + + "" + "" + "" + "
" + - "
" + + "" + "" + "" + "
";