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 = "" + "" + "" + "
" + - "
" + + "" + "" + "" + "
" + - "
" + + "" + "" + "" + "
";