diff --git a/webui/src/main/webapp/AboutMe.jsp b/webui/src/main/webapp/AboutMe.jsp index 007def7d..0ccbfe07 100644 --- a/webui/src/main/webapp/AboutMe.jsp +++ b/webui/src/main/webapp/AboutMe.jsp @@ -10,6 +10,8 @@ <% String pagetitle=Util._t("About Me"); +String helptext = Util._t("This page shows information about your MuWire identity"); + Core core = (Core) application.getAttribute("core"); %> diff --git a/webui/src/main/webapp/AdvancedSharing.jsp b/webui/src/main/webapp/AdvancedSharing.jsp index cbf114b2..1b6be874 100644 --- a/webui/src/main/webapp/AdvancedSharing.jsp +++ b/webui/src/main/webapp/AdvancedSharing.jsp @@ -6,6 +6,7 @@ <% String pagetitle=Util._t("Advanced Sharing"); +String helptext = Util._t("On this page you can configure advanced settings for each shared directory."); %> diff --git a/webui/src/main/webapp/BrowseHost.jsp b/webui/src/main/webapp/BrowseHost.jsp index 601da486..c150bee2 100644 --- a/webui/src/main/webapp/BrowseHost.jsp +++ b/webui/src/main/webapp/BrowseHost.jsp @@ -9,6 +9,7 @@ <% String pagetitle=Util._t("Browse Host"); +String helptext = Util._t("On this page you can browse the files shared by other MuWire users"); String currentBrowse = null; if (request.getParameter("currentHost") != null) { diff --git a/webui/src/main/webapp/ConfigurationPage.jsp b/webui/src/main/webapp/ConfigurationPage.jsp index 4ee39709..f24060b6 100644 --- a/webui/src/main/webapp/ConfigurationPage.jsp +++ b/webui/src/main/webapp/ConfigurationPage.jsp @@ -12,6 +12,8 @@ <% String pagetitle=Util._t("Configuration"); +String helptext = Util._t("On this page you can change various MuWire options"); + Core core = (Core) application.getAttribute("core"); String inboundLength = core.getI2pOptions().getProperty("inbound.length"); diff --git a/webui/src/main/webapp/Downloads.jsp b/webui/src/main/webapp/Downloads.jsp index 4f4ae4ce..85601203 100644 --- a/webui/src/main/webapp/Downloads.jsp +++ b/webui/src/main/webapp/Downloads.jsp @@ -10,7 +10,10 @@ <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@include file="initcode.jsi"%> -<% String pagetitle=Util._t("Downloads"); %> +<% +String pagetitle=Util._t("Downloads"); +String helptext = Util._t("This page shows files which you are currently downloading from other MuWire users."); +%>
diff --git a/webui/src/main/webapp/Feeds.jsp b/webui/src/main/webapp/Feeds.jsp index 7547539c..1cb9d5ed 100644 --- a/webui/src/main/webapp/Feeds.jsp +++ b/webui/src/main/webapp/Feeds.jsp @@ -6,6 +6,10 @@ <% String pagetitle=Util._t("Feeds"); +String helptext = Util._t("Every MuWire user can have a file feed to which they can publish shared files of their choosing. " + + "You can subscribe to the feeds of other users. That is similar to following someone on a social network."); +helptext += "