comparison src/main/java/app/bbs/thinks/ShowMatrix.java @ 190:269bada9eedc

add
author tatsuki
date Fri, 17 Oct 2014 15:16:56 +0900
parents ef5045af0753
children
comparison
equal deleted inserted replaced
189:8788cc341358 190:269bada9eedc
60 PrintWriter _pw) throws Exception { 60 PrintWriter _pw) throws Exception {
61 _pw.write("<html><body>\n"); 61 _pw.write("<html><body>\n");
62 62
63 if (nodeName == null) 63 if (nodeName == null)
64 nodeName = "rootNode"; 64 nodeName = "rootNode";
65 65 if (path == null)
66 path = "";
67
66 _pw.write("<h1>" + bbs.sanitize(nodeName) + " Path = " + path + "</h1>\n"); 68 _pw.write("<h1>" + bbs.sanitize(nodeName) + " Path = " + path + "</h1>\n");
67 69
68 _pw.write("<form action='" + createBoardMessagePath 70 _pw.write("<form action='" + createBoardMessagePath
69 + "' method='POST'>\n"); 71 + "' method='POST'>\n");
70 _pw.write("<p><input type='hidden' name='bname' value='" + bbs.sanitize(_bname) 72 _pw.write("<p><input type='hidden' name='bname' value='" + bbs.sanitize(_bname)