From cf9a18cee5a7f53a6985be019e1f04118b299ba0 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Mon, 16 Dec 2019 05:11:20 +0000 Subject: [PATCH] style init page --- webui/src/main/webapp/MuWire.jsp | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/webui/src/main/webapp/MuWire.jsp b/webui/src/main/webapp/MuWire.jsp index c45155dd..06c42fe5 100644 --- a/webui/src/main/webapp/MuWire.jsp +++ b/webui/src/main/webapp/MuWire.jsp @@ -5,10 +5,15 @@ <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<% + String pagetitle = Util._t("Initial Setup"); +%> + <%@include file="css.jsi"%> +<%@include file="header.jsi"%> <% String defaultDownloadLocation = System.getProperty("user.home")+File.separator+"Downloads"; @@ -29,14 +34,14 @@
<%=error.getMessage()%>
<% } %> -

<%=Util._t("Welcome to MuWire! Please select a nickname and download locations")%>

+

<%=Util._t("Welcome to MuWire! Please select a nickname and download locations")%>

<%=Util._t("These directories will be created if they do not already exist")%>

- <%=Util._t("Nickname")%>: + <%=Util._t("Nickname")%>:

- <%=Util._t("Directory for saving downloaded files")%>: + <%=Util._t("Directory for saving downloaded files")%>:

- <%=Util._t("Directory for storing incomplete files")%>: + <%=Util._t("Directory for storing incomplete files")%>:

">