From 0114224d1f4c9f11c4b0916ceddd0faac99795bc Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Thu, 5 Dec 2019 13:40:37 +0000 Subject: [PATCH] various html fixes, version the js, thanks zzz --- webui/src/main/webapp/Downloads.jsp | 4 +--- webui/src/main/webapp/Home.jsp | 10 +++++++--- webui/src/main/webapp/css.jsi | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/webui/src/main/webapp/Downloads.jsp b/webui/src/main/webapp/Downloads.jsp index abbe543c..5a4c8c05 100644 --- a/webui/src/main/webapp/Downloads.jsp +++ b/webui/src/main/webapp/Downloads.jsp @@ -15,7 +15,7 @@ <%@include file="css.jsi"%> - + <%@include file="header.jsi"%> @@ -23,9 +23,7 @@
-
-

Download Details

Click on a download to view details

diff --git a/webui/src/main/webapp/Home.jsp b/webui/src/main/webapp/Home.jsp index 188a7c7c..f99ea464 100644 --- a/webui/src/main/webapp/Home.jsp +++ b/webui/src/main/webapp/Home.jsp @@ -19,14 +19,17 @@ <%@include file="css.jsi"%> - + -<%@include file="header.jsi"%> <% if (groupBy.equals("sender")) { %> -
Group By File
<% } else { %> +<% } %> +<%@include file="header.jsi"%> +<% if (groupBy.equals("sender")) { %> +
Group By File
+<% } else { %>
Group By Sender
<% } %> @@ -90,6 +93,7 @@
+
diff --git a/webui/src/main/webapp/css.jsi b/webui/src/main/webapp/css.jsi index 031f4c26..e7e92ae3 100644 --- a/webui/src/main/webapp/css.jsi +++ b/webui/src/main/webapp/css.jsi @@ -1,4 +1,4 @@ MuWire ${version} - +