RouterConsole: Add Help & FAQ link, minor label improvements.

This commit is contained in:
duck
2010-07-07 19:04:30 +00:00
parent 525806d776
commit f4b06e586e
2 changed files with 22 additions and 12 deletions

View File

@ -34,7 +34,13 @@ public class SummaryBarRenderer {
.append(_("I2P Router Console")) .append(_("I2P Router Console"))
.append("\" title=\"") .append("\" title=\"")
.append(_("I2P Router Console")) .append(_("I2P Router Console"))
.append("\"></a><hr>"); .append("\"></a><hr>")
.append("<h3><a href=\"/help.jsp\" target=\"_top\" title=\"")
.append(_("I2P Router Help &amp; FAQ"))
.append("\">")
.append(_("Help &amp; FAQ"))
.append("</a></h3><hr>");
File lpath = new File(_context.getBaseDir(), "docs/toolbar.html"); File lpath = new File(_context.getBaseDir(), "docs/toolbar.html");
// you better have target="_top" for the links in there... // you better have target="_top" for the links in there...
@ -153,19 +159,24 @@ public class SummaryBarRenderer {
.append(_("I2P Router Help")) .append(_("I2P Router Help"))
.append("\">") .append("\">")
.append(_("General")) .append(_("General"))
.append("</a></h3><hr>" + .append("</a></h3><hr>\n" +
"<h4><a title=\"")
"<table><tr>" +
"<td align=\"left\"><b>")
.append(_("Local Identity"))
.append(":</b></td>" +
"<td align=\"right\">" +
"<a title=\"")
.append(_("Your unique I2P router identity is")) .append(_("Your unique I2P router identity is"))
.append(' ') .append(' ')
.append(_helper.getIdent()) .append(_helper.getIdent())
.append(", ") .append(", ")
.append(_("never reveal it to anyone")) .append(_("never reveal it to anyone"))
.append("\" href=\"/netdb.jsp?r=.\" target=\"_top\">") .append("\" href=\"/netdb.jsp?r=.\" target=\"_top\">")
.append(_("Local Identity")) .append(_("show"))
.append("</a></h4><hr>\n" + .append("</a></td></tr>\n" +
"<table><tr><td align=\"left\">" + "<tr><td align=\"left\"><b>")
"<b>")
.append(_("Version")) .append(_("Version"))
.append(":</b></td>" + .append(":</b></td>" +
"<td align=\"right\">") "<td align=\"right\">")
@ -185,6 +196,8 @@ public class SummaryBarRenderer {
"<hr><h4><a href=\"/config.jsp#help\" target=\"_top\" title=\"") "<hr><h4><a href=\"/config.jsp#help\" target=\"_top\" title=\"")
.append(_("Help with configuring your firewall and router for optimal I2P performance")) .append(_("Help with configuring your firewall and router for optimal I2P performance"))
.append("\">") .append("\">")
.append(_("Network"))
.append(": ")
.append(_helper.getReachability()) .append(_helper.getReachability())
.append("</a></h4><hr>\n"); .append("</a></h4><hr>\n");

View File

@ -1,13 +1,10 @@
2010-07-06 duck 2010-07-07 duck
* susidns: Dutch translation (thanks to monkeybrains) * RouterConsole: Add Help & FAQ link, minor label improvements.
2010-07-05 zzz 2010-07-05 zzz
* i2psnark: Fix transition to end game * i2psnark: Fix transition to end game
* I2PTunnelIRCClient: Filter PART messages like we do for QUIT * I2PTunnelIRCClient: Filter PART messages like we do for QUIT
2010-07-05 duck
* I2PTunnel & I2PSnark: Dutch translation (thanks to monkeybrains)
2010-07-04 duck 2010-07-04 duck
* RouterConsole: Dutch translation (thanks to monkeybrains) * RouterConsole: Dutch translation (thanks to monkeybrains)