|
|
|
@ -464,10 +464,11 @@ public class IndexControl_p {
|
|
|
|
|
while (iter.hasNext()) {
|
|
|
|
|
us = iter.next().toString();
|
|
|
|
|
uh = (String[]) tm.get(us);
|
|
|
|
|
result.append("<input type=\"checkbox\" name=\"urlhx").append(i++).append("\" value=\"").append(uh[0]).append("\" align=\"top\">");
|
|
|
|
|
if (us.equals(uh[0])) {
|
|
|
|
|
result.append("<input type=\"checkbox\" name=\"urlhx").append(i++).append("\" checked value=\"").append(uh[0]).append("\" align=\"top\">");
|
|
|
|
|
result.append("<span class=\"tt\">").append(uh[0]).append(" <unresolved URL Hash></span><br>");
|
|
|
|
|
} else {
|
|
|
|
|
result.append("<input type=\"checkbox\" name=\"urlhx").append(i++).append("\" value=\"").append(uh[0]).append("\" align=\"top\">");
|
|
|
|
|
result.append("<a href=\"/IndexControl_p.html?").append("keystring=").append(keystring)
|
|
|
|
|
.append("&keyhash=").append(keyhash).append("&urlhash=").append(uh[0])
|
|
|
|
|
.append("&urlstringsearch=").append("&urlstring=").append(us).append("\" class=\"tt\">")
|
|
|
|
|