Author: juiceman
Date: 2008-12-28 06:19:20 +0000 (Sun, 28 Dec 2008)
New Revision: 24806
Modified:
trunk/freenet/src/freenet/clients/http/SimpleHelpToadlet.java
trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
Log:
Page description
Modified: trunk/freenet/src/freenet/clients/http/SimpleHelpToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/SimpleHelpToadlet.java
2008-12-28 05:27:43 UTC (rev 24805)
+++ trunk/freenet/src/freenet/clients/http/SimpleHelpToadlet.java
2008-12-28 06:19:20 UTC (rev 24806)
@@ -36,12 +36,20 @@
if(ctx.isAllowedFullAccess())
contentNode.addChild(core.alerts.createSummary());
- HTMLNode helpScreenBox =
contentNode.addChild(ctx.getPageMaker().getInfobox("infobox-content",
L10n.getString("SimpleHelpToadlet.connectivityTitle")));
- HTMLNode helpScreenContent =
ctx.getPageMaker().getContentNode(helpScreenBox);
- HTMLNode p = helpScreenContent.addChild("p");
- L10n.addL10nHTML(p, "SimpleHelpToadlet.connectivityText");
+ HTMLNode helpScreenBox1 =
contentNode.addChild(ctx.getPageMaker().getInfobox("infobox-content",
L10n.getString("SimpleHelpToadlet.descriptionTitle")));
+ HTMLNode helpScreenContent1 =
ctx.getPageMaker().getContentNode(helpScreenBox1);
+ HTMLNode p1 = helpScreenContent1.addChild("p1");
+ L10n.addL10nHTML(p1, "SimpleHelpToadlet.descriptionText");
+
+ HTMLNode helpScreenBox2 =
contentNode.addChild(ctx.getPageMaker().getInfobox("infobox-content",
L10n.getString("SimpleHelpToadlet.connectivityTitle")));
+ HTMLNode helpScreenContent2 =
ctx.getPageMaker().getContentNode(helpScreenBox2);
+ HTMLNode p2 = helpScreenContent2.addChild("p2");
+ L10n.addL10nHTML(p2, "SimpleHelpToadlet.connectivityText");
+
+
this.writeHTMLReply(ctx, 200, "OK", pageNode.generate());
+
}
@Override
Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
===================================================================
--- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2008-12-28
05:27:43 UTC (rev 24805)
+++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2008-12-28
06:19:20 UTC (rev 24806)
@@ -1118,6 +1118,8 @@
ShortOption.parseError=The value specified can't be parsed as a 16-bit integer
: ${val}
SimpleHelpToadlet.connectivityText=${p}${b}Testing.${/b}${p}Test${hr}Blah blah
blah, etc etc etc
SimpleHelpToadlet.connectivityTitle=Connectivity
+SimpleHelpToadlet.descriptionText=This page should provide basic info for you
to get started with Freenet. There are many other places for more in-depth
information such as the offical Freenet website http://freenetproject.org, the
offical wiki http://wiki.freenetproject.org or in-Freenet Freesites.
+SimpleHelpToadlet.descriptionTitle=Description
SimpleHelpToadlet.help=Help
SimpleToadletServer.advancedMode=Enable Advanced Mode?
SimpleToadletServer.advancedModeLong=Enables display of advanced options and
information in the web interface by default. This setting should be turned to
false in most cases.
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs