diff --git a/apps/susidns/src/jsp/index.jsp b/apps/susidns/src/jsp/index.jsp index 4661f792a296c73b7769c526de4511d7e1dae423..69019bc06ea33cca0973c5048b229950b386d5b9 100644 --- a/apps/susidns/src/jsp/index.jsp +++ b/apps/susidns/src/jsp/index.jsp @@ -69,11 +69,21 @@ </p><p class="whatitis"> <%=intl._t("It regularly updates your hosts.txt file from distributed sources or \"subscriptions\".")%> <%=intl._t("In the default configuration, the address book is only subscribed to {0}.", "i2p-projekt.i2p")%> -<%=intl._t("Subscribing to additional sites is easy, just add them to your <a href=\"subscriptions\">subscriptions</a> file.")%> +<%=intl._t("Subscribing to additional sites is easy, just add them to your <a href=\"subscriptions\">subscriptions</a>.")%> </p> <p class="whatitis"> <%=intl._t("For more information on naming in I2P, see <a href=\"http://i2p-projekt.i2p/naming.html\" target=\"_blank\">the overview</a>.")%> </p> +<h3 id="howtouse"><%=intl._t("How to use the Address Book?")%></h3> +<p class="howtouse"> +<%=intl._t("The I2P Address Book allows you to manage addresses by sorting them into categories.")%> +<%=intl._t("You may use these categories according to how you intend to use the address.")%> +</p> +<ul class="howtouse"> +<li><%=intl._t("Router: These addresses are added automatically, by your subscriptions. If you publish an address book, the router address book will be shared with other I2P users.")%></li> +<li><%=intl._t("Local: This is your personal addresbook, for hosts which you publish and share with others.")%></li> +<li><%=intl._t("Private: This address book if used for addresses which you do not want to share with other I2P users.")%></li> +</ul> <h3 id="howitworks"><%=intl._t("How does the address book application work?")%></h3> <p class="howitworks"> <%=intl._t("The address book application regularly polls your subscriptions and merges their content into your \"router\" address book.")%> diff --git a/apps/susidns/src/themes/dark/susidns.css b/apps/susidns/src/themes/dark/susidns.css index 47d8098236c0f02c622c4ec784ee550f2804a862..f1500f96e78628fbab841c7edd3161fc2702decc 100644 --- a/apps/susidns/src/themes/dark/susidns.css +++ b/apps/susidns/src/themes/dark/susidns.css @@ -323,6 +323,10 @@ h3 { box-shadow: inset 0 0 0 1px #000; } +ul.howtouse { + margin-left: 32px; +} + .headline h3 { margin-top: -10px; } diff --git a/apps/susidns/src/themes/light/susidns.css b/apps/susidns/src/themes/light/susidns.css index 94c69bf92fb7ad6a5dbafa23a9fe6e558662aef6..1ff09eefef27f4e1f8241227c43bd14069d1232d 100644 --- a/apps/susidns/src/themes/light/susidns.css +++ b/apps/susidns/src/themes/light/susidns.css @@ -310,6 +310,17 @@ div.help h3, #add h3, #import h3 { background-position: .5%, 15% !important; } +#howtouse { + padding: 5px 32px; + background: url(/themes/console/light/images/dropdown.png) #f8f8ff; + background-repeat: no-repeat !important; + background-position: .5%, 15% !important; +} + +ul.howtouse { + margin-left: 32px; +} + .expanded { background: url(/themes/console/light/images/dropdown_active.png) #f8f8ff !important; background-repeat: no-repeat !important;