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")%>:

">