Removed old System.out.
This commit is contained in:
parent
96abf2265d
commit
6523075679
1 changed files with 0 additions and 15 deletions
|
@ -73,8 +73,6 @@ public class Index_xhtml extends HttpServlet
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
System.out.println("----------------------------");
|
|
||||||
|
|
||||||
String htmlSource = "<div id=\"pseudo\">a pseudo</div>";
|
String htmlSource = "<div id=\"pseudo\">a pseudo</div>";
|
||||||
|
|
||||||
Page page = new Page(htmlSource);
|
Page page = new Page(htmlSource);
|
||||||
|
@ -101,8 +99,6 @@ public class Index_xhtml extends HttpServlet
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
System.out.println("----------------------------");
|
|
||||||
|
|
||||||
String htmlSource = "<div id=\"pseudo\">a pseudo</div>";
|
String htmlSource = "<div id=\"pseudo\">a pseudo</div>";
|
||||||
|
|
||||||
Page page = new Page(htmlSource);
|
Page page = new Page(htmlSource);
|
||||||
|
@ -135,8 +131,6 @@ public class Index_xhtml extends HttpServlet
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
System.out.println("----------------------------");
|
|
||||||
|
|
||||||
StringList source = new StringList();
|
StringList source = new StringList();
|
||||||
source.appendln("<ul>");
|
source.appendln("<ul>");
|
||||||
source.appendln(" <li id=\"words\">a word</li>");
|
source.appendln(" <li id=\"words\">a word</li>");
|
||||||
|
@ -177,8 +171,6 @@ public class Index_xhtml extends HttpServlet
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
System.out.println("----------------------------");
|
|
||||||
|
|
||||||
StringList source = new StringList();
|
StringList source = new StringList();
|
||||||
source.appendln("<ul>");
|
source.appendln("<ul>");
|
||||||
source.appendln(" <li id=\"words\">a word</li>");
|
source.appendln(" <li id=\"words\">a word</li>");
|
||||||
|
@ -220,8 +212,6 @@ public class Index_xhtml extends HttpServlet
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
System.out.println("----------------------------");
|
|
||||||
|
|
||||||
StringList source = new StringList();
|
StringList source = new StringList();
|
||||||
source.append("<table>\n");
|
source.append("<table>\n");
|
||||||
source.append(" <tr id='identity'><td>noid</td><td id='first_name'>Jean</td><td id='last_name'>Reve</td></tr>\n");
|
source.append(" <tr id='identity'><td>noid</td><td id='first_name'>Jean</td><td id='last_name'>Reve</td></tr>\n");
|
||||||
|
@ -242,7 +232,6 @@ public class Index_xhtml extends HttpServlet
|
||||||
StringList display = new StringList();
|
StringList display = new StringList();
|
||||||
display.appendln(StringEscapeUtils.escapeXml(htmlSource).replace("\n", "<br/>\n").replace(" ", " \n")).appendln("<br/>");
|
display.appendln(StringEscapeUtils.escapeXml(htmlSource).replace("\n", "<br/>\n").replace(" ", " \n")).appendln("<br/>");
|
||||||
display.append("+").appendln("<br/>");
|
display.append("+").appendln("<br/>");
|
||||||
System.out.println("datas = new Data ();");
|
|
||||||
display.append("page.setContent (\"identity\", 0, \"last_name\", \"Jemba\");").appendln("<br/>");
|
display.append("page.setContent (\"identity\", 0, \"last_name\", \"Jemba\");").appendln("<br/>");
|
||||||
display.append("page.setContent (\"identity\", 0, \"first_name\", \"Epo\");").appendln("<br/>");
|
display.append("page.setContent (\"identity\", 0, \"first_name\", \"Epo\");").appendln("<br/>");
|
||||||
display.append("page.setContent (\"identity\", 1, \"last_name\", \"Momon\");").appendln("<br/>");
|
display.append("page.setContent (\"identity\", 1, \"last_name\", \"Momon\");").appendln("<br/>");
|
||||||
|
@ -264,8 +253,6 @@ public class Index_xhtml extends HttpServlet
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
System.out.println("----------------------------");
|
|
||||||
|
|
||||||
StringList source = new StringList();
|
StringList source = new StringList();
|
||||||
source.appendln("<ul id=\"words\">");
|
source.appendln("<ul id=\"words\">");
|
||||||
source.appendln(" <li id=\"first\">alpha</li>");
|
source.appendln(" <li id=\"first\">alpha</li>");
|
||||||
|
@ -357,8 +344,6 @@ public class Index_xhtml extends HttpServlet
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
System.out.println("----------------------------");
|
|
||||||
|
|
||||||
Page defaultPage = new Page("/fr/devinsy/kiss4web/demo/website/xidyn/languages_demo.html");
|
Page defaultPage = new Page("/fr/devinsy/kiss4web/demo/website/xidyn/languages_demo.html");
|
||||||
Page frenchPage = new Page("/fr/devinsy/kiss4web/demo/website/xidyn/languages_demo.html", Locale.FRENCH);
|
Page frenchPage = new Page("/fr/devinsy/kiss4web/demo/website/xidyn/languages_demo.html", Locale.FRENCH);
|
||||||
Page germanPage = new Page("/fr/devinsy/kiss4web/demo/website/xidyn/languages_demo.html", Locale.GERMAN);
|
Page germanPage = new Page("/fr/devinsy/kiss4web/demo/website/xidyn/languages_demo.html", Locale.GERMAN);
|
||||||
|
|
Loading…
Reference in a new issue