new tomcat

This commit is contained in:
aranganath 2005-05-17 16:50:28 +00:00
parent 879ecc62c4
commit c568828cb8
256 changed files with 19009 additions and 235 deletions

Binary file not shown.

View file

@ -0,0 +1,71 @@
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.thdl.lex.*;
public final class index_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html");
pageContext = _jspxFactory.getPageContext(this, request, response,
"/jsp/error.jsp", true, 12288, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write('\n');
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "jsp/header.jsf", out, false);
out.write('\n');
out.write('\n');
out.write("\n");
out.write("<div id=\"columnSingle\">\n");
out.write("<h2>Dictionary Welcome Page</h2>\n");
out.write("<p>\n");
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "jsp/navLinks.jsf", out, false);
out.write("\n");
out.write("</p>\n");
out.write("\n");
out.write("</div><!--END columnSingle-->\n");
out.write("\n");
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "jsp/footer.jsf", out, false);
out.write('\n');
out.write('\n');
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,609 @@
package org.apache.jsp.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class displayMeta_jsf extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(1);
_jspx_dependants.add("/WEB-INF/tld/c.tld");
}
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_set_var_value_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_if_test;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value_escapeXml_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_set_value_target_property_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value_escapeXml_default_nobody;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_jspx_tagPool_c_set_var_value_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_if_test = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_out_value_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_out_value_escapeXml_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_set_value_target_property_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_out_value_escapeXml_default_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_jspx_tagPool_c_set_var_value_nobody.release();
_jspx_tagPool_c_if_test.release();
_jspx_tagPool_c_out_value_nobody.release();
_jspx_tagPool_c_out_value_escapeXml_nobody.release();
_jspx_tagPool_c_set_value_target_property_nobody.release();
_jspx_tagPool_c_out_value_escapeXml_default_nobody.release();
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write('\n');
out.write('\n');
out.write('\n');
if (_jspx_meth_c_set_0(_jspx_page_context))
return;
out.write('\n');
if (_jspx_meth_c_set_1(_jspx_page_context))
return;
out.write('\n');
if (_jspx_meth_c_set_2(_jspx_page_context))
return;
out.write('\n');
out.write('\n');
if (_jspx_meth_c_if_0(_jspx_page_context))
return;
out.write('\n');
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
private boolean _jspx_meth_c_set_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_0 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_var_value_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_0.setPageContext(_jspx_page_context);
_jspx_th_c_set_0.setParent(null);
_jspx_th_c_set_0.setVar("isNote");
_jspx_th_c_set_0.setValue("${ sessionScope.visit.helper.component.label == \"analyticalNote\" }");
int _jspx_eval_c_set_0 = _jspx_th_c_set_0.doStartTag();
if (_jspx_th_c_set_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_var_value_nobody.reuse(_jspx_th_c_set_0);
return false;
}
private boolean _jspx_meth_c_set_1(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_1 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_var_value_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_1.setPageContext(_jspx_page_context);
_jspx_th_c_set_1.setParent(null);
_jspx_th_c_set_1.setVar("isTranslation");
_jspx_th_c_set_1.setValue("${ sessionScope.visit.helper.componentIsTranslation }");
int _jspx_eval_c_set_1 = _jspx_th_c_set_1.doStartTag();
if (_jspx_th_c_set_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_var_value_nobody.reuse(_jspx_th_c_set_1);
return false;
}
private boolean _jspx_meth_c_set_2(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_2 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_var_value_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_2.setPageContext(_jspx_page_context);
_jspx_th_c_set_2.setParent(null);
_jspx_th_c_set_2.setVar("component");
_jspx_th_c_set_2.setValue("${ sessionScope.visit.helper.component }");
int _jspx_eval_c_set_2 = _jspx_th_c_set_2.doStartTag();
if (_jspx_th_c_set_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_var_value_nobody.reuse(_jspx_th_c_set_2);
return false;
}
private boolean _jspx_meth_c_if_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_0 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_0.setPageContext(_jspx_page_context);
_jspx_th_c_if_0.setParent(null);
_jspx_th_c_if_0.setTest("${ sessionScope.visit.helper.showMeta }");
int _jspx_eval_c_if_0 = _jspx_th_c_if_0.doStartTag();
if (_jspx_eval_c_if_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write('\n');
out.write('\n');
out.write('\n');
out.write('\n');
if (_jspx_meth_c_if_1(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write("\n");
out.write("\n");
out.write("<span class=\"metadata\">\n");
out.write("\n");
if (_jspx_meth_c_if_2(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write("\n");
out.write("\n");
out.write("<span class=\"label\">Created by </span>");
if (_jspx_meth_c_out_1(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write(' ');
out.write(' ');
out.write('\n');
if (_jspx_meth_c_if_3(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write("\n");
out.write("\n");
out.write("</span>\n");
out.write("\n");
if (_jspx_meth_c_if_4(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write('\n');
out.write('\n');
int evalDoAfterBody = _jspx_th_c_if_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_0);
return false;
}
private boolean _jspx_meth_c_if_1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_1 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_1.setPageContext(_jspx_page_context);
_jspx_th_c_if_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_if_1.setTest("${ !( isNote || isTranslation ) }");
int _jspx_eval_c_if_1 = _jspx_th_c_if_1.doStartTag();
if (_jspx_eval_c_if_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("<a class=\"meta\" href=\"#\"><img src=\"/lex/images/meta.gif\" alt=\" view metadata\" />\n");
int evalDoAfterBody = _jspx_th_c_if_1.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_1);
return false;
}
private boolean _jspx_meth_c_if_2(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_2 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_2.setPageContext(_jspx_page_context);
_jspx_th_c_if_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_if_2.setTest("${ sessionScope.visit.user.developer }");
int _jspx_eval_c_if_2 = _jspx_th_c_if_2.doStartTag();
if (_jspx_eval_c_if_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("<span class=\"label\"> Id: </span>");
if (_jspx_meth_c_out_0(_jspx_th_c_if_2, _jspx_page_context))
return true;
out.write("\t\n");
out.write("<br />\n");
int evalDoAfterBody = _jspx_th_c_if_2.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_2);
return false;
}
private boolean _jspx_meth_c_out_0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_0 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_0.setPageContext(_jspx_page_context);
_jspx_th_c_out_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_out_0.setValue("${ component.metaId }");
int _jspx_eval_c_out_0 = _jspx_th_c_out_0.doStartTag();
if (_jspx_th_c_out_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_0);
return false;
}
private boolean _jspx_meth_c_out_1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_1 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_1.setPageContext(_jspx_page_context);
_jspx_th_c_out_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_out_1.setValue("${ applicationScope.flatData.users[ component.meta.createdBy ] }");
_jspx_th_c_out_1.setEscapeXml("false");
int _jspx_eval_c_out_1 = _jspx_th_c_out_1.doStartTag();
if (_jspx_th_c_out_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_1);
return false;
}
private boolean _jspx_meth_c_if_3(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_3 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_3.setPageContext(_jspx_page_context);
_jspx_th_c_if_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_if_3.setTest("${ ! sessionScope.visit.user.guest }");
int _jspx_eval_c_if_3 = _jspx_th_c_if_3.doStartTag();
if (_jspx_eval_c_if_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write('\n');
if (_jspx_meth_c_set_3(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("<span class=\"label\">on </span>");
if (_jspx_meth_c_out_2(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\t\t\n");
out.write("<span class=\"label\">for </span>");
if (_jspx_meth_c_out_3(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("<br />\n");
out.write("<span class=\"label\">Modified by </span>");
if (_jspx_meth_c_out_4(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write('\n');
if (_jspx_meth_c_set_4(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("<span class=\"label\">on </span>");
if (_jspx_meth_c_out_5(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("<span class=\"label\">for </span>");
if (_jspx_meth_c_out_6(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("<br />\n");
out.write("<span class=\"label\">Source:\t</span>");
if (_jspx_meth_c_out_7(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write(" \n");
out.write("<br />\n");
out.write("<span class=\"label\">Script:\t</span>");
if (_jspx_meth_c_out_8(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("<br />\n");
out.write("<span class=\"label\">Language:\t</span>");
if (_jspx_meth_c_out_9(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("<br />\n");
out.write("<span class=\"label\">Dialect:\t</span>");
if (_jspx_meth_c_out_10(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("<br />\n");
out.write("<span class=\"label\">Translation: </span>\n");
out.write("<br />\n");
out.write("<span class=\"label\">Note:\t</span>");
if (_jspx_meth_c_out_11(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\t<br />\n");
int evalDoAfterBody = _jspx_th_c_if_3.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_3);
return false;
}
private boolean _jspx_meth_c_set_3(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_3 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_value_target_property_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_3.setPageContext(_jspx_page_context);
_jspx_th_c_set_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_set_3.setTarget("${ sessionScope.visit.helper }");
_jspx_th_c_set_3.setProperty("date");
_jspx_th_c_set_3.setValue("${ component.meta.createdOn }");
int _jspx_eval_c_set_3 = _jspx_th_c_set_3.doStartTag();
if (_jspx_th_c_set_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_value_target_property_nobody.reuse(_jspx_th_c_set_3);
return false;
}
private boolean _jspx_meth_c_out_2(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_2 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_default_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_2.setPageContext(_jspx_page_context);
_jspx_th_c_out_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_2.setValue("${ sessionScope.visit.helper.formattedDate }");
_jspx_th_c_out_2.setDefault("unknown");
_jspx_th_c_out_2.setEscapeXml("false");
int _jspx_eval_c_out_2 = _jspx_th_c_out_2.doStartTag();
if (_jspx_th_c_out_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_default_nobody.reuse(_jspx_th_c_out_2);
return false;
}
private boolean _jspx_meth_c_out_3(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_3 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_default_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_3.setPageContext(_jspx_page_context);
_jspx_th_c_out_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_3.setValue("${ applicationScope.flatData.projectSubjects[ component.meta.createdByProjSub ] }");
_jspx_th_c_out_3.setDefault("none");
_jspx_th_c_out_3.setEscapeXml("false");
int _jspx_eval_c_out_3 = _jspx_th_c_out_3.doStartTag();
if (_jspx_th_c_out_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_default_nobody.reuse(_jspx_th_c_out_3);
return false;
}
private boolean _jspx_meth_c_out_4(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_4 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_default_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_4.setPageContext(_jspx_page_context);
_jspx_th_c_out_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_4.setValue("${ applicationScope.flatData.users[ component.meta.modifiedBy ] }");
_jspx_th_c_out_4.setDefault("unknown");
_jspx_th_c_out_4.setEscapeXml("false");
int _jspx_eval_c_out_4 = _jspx_th_c_out_4.doStartTag();
if (_jspx_th_c_out_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_default_nobody.reuse(_jspx_th_c_out_4);
return false;
}
private boolean _jspx_meth_c_set_4(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_4 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_value_target_property_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_4.setPageContext(_jspx_page_context);
_jspx_th_c_set_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_set_4.setTarget("${ sessionScope.visit.helper }");
_jspx_th_c_set_4.setProperty("date");
_jspx_th_c_set_4.setValue("${ component.meta.modifiedOn }");
int _jspx_eval_c_set_4 = _jspx_th_c_set_4.doStartTag();
if (_jspx_th_c_set_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_value_target_property_nobody.reuse(_jspx_th_c_set_4);
return false;
}
private boolean _jspx_meth_c_out_5(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_5 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_default_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_5.setPageContext(_jspx_page_context);
_jspx_th_c_out_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_5.setValue("${ sessionScope.visit.helper.formattedDate }");
_jspx_th_c_out_5.setDefault("unknown");
_jspx_th_c_out_5.setEscapeXml("false");
int _jspx_eval_c_out_5 = _jspx_th_c_out_5.doStartTag();
if (_jspx_th_c_out_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_default_nobody.reuse(_jspx_th_c_out_5);
return false;
}
private boolean _jspx_meth_c_out_6(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_6 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_default_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_6.setPageContext(_jspx_page_context);
_jspx_th_c_out_6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_6.setValue("${ applicationScope.flatData.projectSubjects[ component.meta.modifiedByProjSub ] }");
_jspx_th_c_out_6.setDefault("none");
_jspx_th_c_out_6.setEscapeXml("false");
int _jspx_eval_c_out_6 = _jspx_th_c_out_6.doStartTag();
if (_jspx_th_c_out_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_default_nobody.reuse(_jspx_th_c_out_6);
return false;
}
private boolean _jspx_meth_c_out_7(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_7 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_default_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_7.setPageContext(_jspx_page_context);
_jspx_th_c_out_7.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_7.setValue("${ applicationScope.flatData.sources[ component.meta.source ] }");
_jspx_th_c_out_7.setDefault("unknown");
_jspx_th_c_out_7.setEscapeXml("false");
int _jspx_eval_c_out_7 = _jspx_th_c_out_7.doStartTag();
if (_jspx_th_c_out_7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_default_nobody.reuse(_jspx_th_c_out_7);
return false;
}
private boolean _jspx_meth_c_out_8(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_8 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_default_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_8.setPageContext(_jspx_page_context);
_jspx_th_c_out_8.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_8.setValue("${ applicationScope.flatData.scripts[ component.meta.script ] }");
_jspx_th_c_out_8.setDefault("unknown");
_jspx_th_c_out_8.setEscapeXml("false");
int _jspx_eval_c_out_8 = _jspx_th_c_out_8.doStartTag();
if (_jspx_th_c_out_8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_default_nobody.reuse(_jspx_th_c_out_8);
return false;
}
private boolean _jspx_meth_c_out_9(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_9 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_default_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_9.setPageContext(_jspx_page_context);
_jspx_th_c_out_9.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_9.setValue("${ applicationScope.flatData.languages[ component.meta.language ] }");
_jspx_th_c_out_9.setDefault("unknown");
_jspx_th_c_out_9.setEscapeXml("false");
int _jspx_eval_c_out_9 = _jspx_th_c_out_9.doStartTag();
if (_jspx_th_c_out_9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_default_nobody.reuse(_jspx_th_c_out_9);
return false;
}
private boolean _jspx_meth_c_out_10(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_10 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_default_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_10.setPageContext(_jspx_page_context);
_jspx_th_c_out_10.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_10.setValue("${ applicationScope.flatData.majorDialectFamilies[ component.meta.dialect ] }");
_jspx_th_c_out_10.setDefault("unknown");
_jspx_th_c_out_10.setEscapeXml("false");
int _jspx_eval_c_out_10 = _jspx_th_c_out_10.doStartTag();
if (_jspx_th_c_out_10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_default_nobody.reuse(_jspx_th_c_out_10);
return false;
}
private boolean _jspx_meth_c_out_11(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_11 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_default_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_11.setPageContext(_jspx_page_context);
_jspx_th_c_out_11.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_11.setValue("${ component.meta.note }");
_jspx_th_c_out_11.setDefault("unknown");
_jspx_th_c_out_11.setEscapeXml("false");
int _jspx_eval_c_out_11 = _jspx_th_c_out_11.doStartTag();
if (_jspx_th_c_out_11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_default_nobody.reuse(_jspx_th_c_out_11);
return false;
}
private boolean _jspx_meth_c_if_4(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_4 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_4.setPageContext(_jspx_page_context);
_jspx_th_c_if_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_if_4.setTest("${ !( isNote || isTranslation ) }");
int _jspx_eval_c_if_4 = _jspx_th_c_if_4.doStartTag();
if (_jspx_eval_c_if_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("</a>\n");
int evalDoAfterBody = _jspx_th_c_if_4.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_4);
return false;
}
}

View file

@ -0,0 +1,559 @@
package org.apache.jsp.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.thdl.lex.*;
import org.thdl.lex.component.*;
public final class displayNotes_jsf extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(1);
_jspx_dependants.add("/WEB-INF/tld/c.tld");
}
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_if_test;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_set_value_target_property_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_forEach_var_items;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value_escapeXml_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_set_var_value_nobody;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_jspx_tagPool_c_if_test = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_set_value_target_property_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_forEach_var_items = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_out_value_escapeXml_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_set_var_value_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_jspx_tagPool_c_if_test.release();
_jspx_tagPool_c_set_value_target_property_nobody.release();
_jspx_tagPool_c_forEach_var_items.release();
_jspx_tagPool_c_out_value_escapeXml_nobody.release();
_jspx_tagPool_c_set_var_value_nobody.release();
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 524288, false);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write('\n');
out.write('\n');
out.write('\n');
if (_jspx_meth_c_if_0(_jspx_page_context))
return;
out.write('\n');
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
private boolean _jspx_meth_c_if_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
HttpServletRequest request = (HttpServletRequest)_jspx_page_context.getRequest();
HttpServletResponse response = (HttpServletResponse)_jspx_page_context.getResponse();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_0 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_0.setPageContext(_jspx_page_context);
_jspx_th_c_if_0.setParent(null);
_jspx_th_c_if_0.setTest("${ sessionScope.visit.helper.showNotes }");
int _jspx_eval_c_if_0 = _jspx_th_c_if_0.doStartTag();
if (_jspx_eval_c_if_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\n");
out.write("<!--displayNotes.jsf-->\n");
out.write("\n");
if (_jspx_meth_c_set_0(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write('\n');
if (_jspx_meth_c_if_1(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write('\n');
int evalDoAfterBody = _jspx_th_c_if_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_0);
return false;
}
private boolean _jspx_meth_c_set_0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_0 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_value_target_property_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_0.setPageContext(_jspx_page_context);
_jspx_th_c_set_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_set_0.setValue("${sessionScope.visit.helper.component.analyticalNotes}");
_jspx_th_c_set_0.setTarget("${sessionScope.visit.helper}");
_jspx_th_c_set_0.setProperty("collection");
int _jspx_eval_c_set_0 = _jspx_th_c_set_0.doStartTag();
if (_jspx_th_c_set_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_value_target_property_nobody.reuse(_jspx_th_c_set_0);
return false;
}
private boolean _jspx_meth_c_if_1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
HttpServletRequest request = (HttpServletRequest)_jspx_page_context.getRequest();
HttpServletResponse response = (HttpServletResponse)_jspx_page_context.getResponse();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_1 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_1.setPageContext(_jspx_page_context);
_jspx_th_c_if_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_if_1.setTest("${ sessionScope.visit.helper.collectionSize > 0 }");
int _jspx_eval_c_if_1 = _jspx_th_c_if_1.doStartTag();
if (_jspx_eval_c_if_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("<h3>Notes</h3>\n");
out.write("<ol class=\"notes\">\n");
if (_jspx_meth_c_forEach_0(_jspx_th_c_if_1, _jspx_page_context))
return true;
out.write("\n");
out.write("</ol>\n");
out.write("\n");
int evalDoAfterBody = _jspx_th_c_if_1.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_1);
return false;
}
private boolean _jspx_meth_c_forEach_0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_1, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
HttpServletRequest request = (HttpServletRequest)_jspx_page_context.getRequest();
HttpServletResponse response = (HttpServletResponse)_jspx_page_context.getResponse();
// c:forEach
org.apache.taglibs.standard.tag.el.core.ForEachTag _jspx_th_c_forEach_0 = (org.apache.taglibs.standard.tag.el.core.ForEachTag) _jspx_tagPool_c_forEach_var_items.get(org.apache.taglibs.standard.tag.el.core.ForEachTag.class);
_jspx_th_c_forEach_0.setPageContext(_jspx_page_context);
_jspx_th_c_forEach_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_1);
_jspx_th_c_forEach_0.setVar("note");
_jspx_th_c_forEach_0.setItems("${ sessionScope.visit.helper.component.analyticalNotes }");
int[] _jspx_push_body_count_c_forEach_0 = new int[] { 0 };
try {
int _jspx_eval_c_forEach_0 = _jspx_th_c_forEach_0.doStartTag();
if (_jspx_eval_c_forEach_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("<li>\n");
out.write("\t\t<p class = \"data\">\n");
out.write("\t\t");
if (_jspx_meth_c_if_2(_jspx_th_c_forEach_0, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write("\n");
out.write("\n");
out.write("\n");
out.write("<span class=\"analysis\">\n");
if (_jspx_meth_c_out_5(_jspx_th_c_forEach_0, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write('\n');
out.write('\n');
out.write('\n');
if (_jspx_meth_c_set_1(_jspx_th_c_forEach_0, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write('\n');
out.write('\n');
if (_jspx_meth_c_set_2(_jspx_th_c_forEach_0, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write('\n');
out.write('\n');
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "displayMeta.jsf", out, false);
out.write('\n');
out.write('\n');
if (_jspx_meth_c_set_3(_jspx_th_c_forEach_0, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write("\n");
out.write("</span>\n");
out.write("</p>\n");
out.write("</li>\n");
int evalDoAfterBody = _jspx_th_c_forEach_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_forEach_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
} catch (Throwable _jspx_exception) {
while (_jspx_push_body_count_c_forEach_0[0]-- > 0)
out = _jspx_page_context.popBody();
_jspx_th_c_forEach_0.doCatch(_jspx_exception);
} finally {
_jspx_th_c_forEach_0.doFinally();
_jspx_tagPool_c_forEach_var_items.reuse(_jspx_th_c_forEach_0);
}
return false;
}
private boolean _jspx_meth_c_if_2(javax.servlet.jsp.tagext.JspTag _jspx_th_c_forEach_0, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_2 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_2.setPageContext(_jspx_page_context);
_jspx_th_c_if_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_forEach_0);
_jspx_th_c_if_2.setTest("${ editMode }");
int _jspx_eval_c_if_2 = _jspx_th_c_if_2.doStartTag();
if (_jspx_eval_c_if_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t<span class=\"compEditOptions\">\n");
out.write("\t\t\t");
if (_jspx_meth_c_if_3(_jspx_th_c_if_2, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write("\n");
out.write("\t\t\t");
if (_jspx_meth_c_if_4(_jspx_th_c_if_2, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write("\n");
out.write("\t\t\t");
if (_jspx_meth_c_if_6(_jspx_th_c_if_2, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write("\n");
out.write("\t\t</span>\n");
out.write("\t");
int evalDoAfterBody = _jspx_th_c_if_2.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_2);
return false;
}
private boolean _jspx_meth_c_if_3(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_3 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_3.setPageContext(_jspx_page_context);
_jspx_th_c_if_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_if_3.setTest("${ sessionScope.visit.user.administrator }");
int _jspx_eval_c_if_3 = _jspx_th_c_if_3.doStartTag();
if (_jspx_eval_c_if_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_0(_jspx_th_c_if_3, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_1(_jspx_th_c_if_3, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write("\n");
out.write("\t\t\t");
int evalDoAfterBody = _jspx_th_c_if_3.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_3);
return false;
}
private boolean _jspx_meth_c_out_0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_0 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_0.setPageContext(_jspx_page_context);
_jspx_th_c_out_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_0.setValue("<a href=\"/lex/action?cmd=getUpdateForm&amp;comp=analyticalNote&amp;metaId=${ note.metaId }&amp;parentId=${ note.parentId }\" title=\"Edit this analyticalNote\"><img alt=\"Edit this analyticalNote\" src=\"/lex/images/edit.gif\"/></a>");
_jspx_th_c_out_0.setEscapeXml("false");
int _jspx_eval_c_out_0 = _jspx_th_c_out_0.doStartTag();
if (_jspx_th_c_out_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_0);
return false;
}
private boolean _jspx_meth_c_out_1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_1 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_1.setPageContext(_jspx_page_context);
_jspx_th_c_out_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_1.setValue("<a href=\"/lex/action?cmd=getRemoveForm&amp;comp=analyticalNote&amp;metaId=${ note.metaId }&amp;parentId=${ note.parentId }\" title=\"Remove this analyticalNote\"><img alt=\"Remove this analyticalNote\" src=\"/lex/images/remove.gif\"/></a>");
_jspx_th_c_out_1.setEscapeXml("false");
int _jspx_eval_c_out_1 = _jspx_th_c_out_1.doStartTag();
if (_jspx_th_c_out_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_1);
return false;
}
private boolean _jspx_meth_c_if_4(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_4 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_4.setPageContext(_jspx_page_context);
_jspx_th_c_if_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_if_4.setTest("${ sessionScope.visit.user.editor }");
int _jspx_eval_c_if_4 = _jspx_th_c_if_4.doStartTag();
if (_jspx_eval_c_if_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_if_5(_jspx_th_c_if_4, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write("\n");
out.write("\t\t\t");
int evalDoAfterBody = _jspx_th_c_if_4.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_4);
return false;
}
private boolean _jspx_meth_c_if_5(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_4, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_5 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_5.setPageContext(_jspx_page_context);
_jspx_th_c_if_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_4);
_jspx_th_c_if_5.setTest("${ sessionScope.visit.user.id == note.meta.createdBy }");
int _jspx_eval_c_if_5 = _jspx_th_c_if_5.doStartTag();
if (_jspx_eval_c_if_5 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t\t\t\t");
if (_jspx_meth_c_out_2(_jspx_th_c_if_5, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write("\n");
out.write("\t\t\t\t\t");
if (_jspx_meth_c_out_3(_jspx_th_c_if_5, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write("\n");
out.write("\t\t\t\t");
int evalDoAfterBody = _jspx_th_c_if_5.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_5);
return false;
}
private boolean _jspx_meth_c_out_2(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_5, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_2 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_2.setPageContext(_jspx_page_context);
_jspx_th_c_out_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_5);
_jspx_th_c_out_2.setValue("<a href=\"/lex/action?cmd=getUpdateForm&amp;comp=analyticalNote&amp;metaId=${ note.metaId }&amp;parentId=${ note.parentId }\" title=\"Edit this analyticalNote\"><img alt=\"Edit this analyticalNote\" src=\"/lex/images/edit.gif\"/></a>");
_jspx_th_c_out_2.setEscapeXml("false");
int _jspx_eval_c_out_2 = _jspx_th_c_out_2.doStartTag();
if (_jspx_th_c_out_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_2);
return false;
}
private boolean _jspx_meth_c_out_3(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_5, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_3 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_3.setPageContext(_jspx_page_context);
_jspx_th_c_out_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_5);
_jspx_th_c_out_3.setValue("<a href=\"/lex/action?cmd=getRemoveForm&amp;comp=analyticalNote&amp;metaId=${ note.metaId }&amp;parentId=${ note.parentId }\" title=\"Remove this analyticalNote\"><img alt=\"Remove this analyticalNote\" src=\"/lex/images/remove.gif\"/></a>");
_jspx_th_c_out_3.setEscapeXml("false");
int _jspx_eval_c_out_3 = _jspx_th_c_out_3.doStartTag();
if (_jspx_th_c_out_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_3);
return false;
}
private boolean _jspx_meth_c_if_6(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_6 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_6.setPageContext(_jspx_page_context);
_jspx_th_c_if_6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_if_6.setTest("${ sessionScope.visit.user.proofer }");
int _jspx_eval_c_if_6 = _jspx_th_c_if_6.doStartTag();
if (_jspx_eval_c_if_6 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_4(_jspx_th_c_if_6, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write("\n");
out.write("\t\t\t");
int evalDoAfterBody = _jspx_th_c_if_6.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_6);
return false;
}
private boolean _jspx_meth_c_out_4(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_6, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_4 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_4.setPageContext(_jspx_page_context);
_jspx_th_c_out_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_6);
_jspx_th_c_out_4.setValue("<a href=\"/lex/action?cmd=getUpdateForm&amp;comp=analyticalNote&amp;metaId=${ note.metaId }&amp;parentId=${ note.parentId }\" title=\"Edit this analyticalNote\"><img alt=\"Edit this analyticalNote\" src=\"/lex/images/edit.gif\"/></a>");
_jspx_th_c_out_4.setEscapeXml("false");
int _jspx_eval_c_out_4 = _jspx_th_c_out_4.doStartTag();
if (_jspx_th_c_out_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_4);
return false;
}
private boolean _jspx_meth_c_out_5(javax.servlet.jsp.tagext.JspTag _jspx_th_c_forEach_0, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_5 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_5.setPageContext(_jspx_page_context);
_jspx_th_c_out_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_forEach_0);
_jspx_th_c_out_5.setValue("${ note.analyticalNote }");
_jspx_th_c_out_5.setEscapeXml("false");
int _jspx_eval_c_out_5 = _jspx_th_c_out_5.doStartTag();
if (_jspx_th_c_out_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_5);
return false;
}
private boolean _jspx_meth_c_set_1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_forEach_0, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_1 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_var_value_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_1.setPageContext(_jspx_page_context);
_jspx_th_c_set_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_forEach_0);
_jspx_th_c_set_1.setVar("parent");
_jspx_th_c_set_1.setValue("${ sessionScope.visit.helper.component }");
int _jspx_eval_c_set_1 = _jspx_th_c_set_1.doStartTag();
if (_jspx_th_c_set_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_var_value_nobody.reuse(_jspx_th_c_set_1);
return false;
}
private boolean _jspx_meth_c_set_2(javax.servlet.jsp.tagext.JspTag _jspx_th_c_forEach_0, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_2 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_value_target_property_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_2.setPageContext(_jspx_page_context);
_jspx_th_c_set_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_forEach_0);
_jspx_th_c_set_2.setTarget("${ sessionScope.visit.helper }");
_jspx_th_c_set_2.setProperty("component");
_jspx_th_c_set_2.setValue("${ note }");
int _jspx_eval_c_set_2 = _jspx_th_c_set_2.doStartTag();
if (_jspx_th_c_set_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_value_target_property_nobody.reuse(_jspx_th_c_set_2);
return false;
}
private boolean _jspx_meth_c_set_3(javax.servlet.jsp.tagext.JspTag _jspx_th_c_forEach_0, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_3 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_value_target_property_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_3.setPageContext(_jspx_page_context);
_jspx_th_c_set_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_forEach_0);
_jspx_th_c_set_3.setTarget("${ sessionScope.visit.helper }");
_jspx_th_c_set_3.setProperty("component");
_jspx_th_c_set_3.setValue("${ parent }");
int _jspx_eval_c_set_3 = _jspx_th_c_set_3.doStartTag();
if (_jspx_th_c_set_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_value_target_property_nobody.reuse(_jspx_th_c_set_3);
return false;
}
}

View file

@ -0,0 +1,860 @@
package org.apache.jsp.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.thdl.lex.*;
import org.thdl.lex.component.*;
public final class displayTerm_jsf extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(1);
_jspx_dependants.add("/WEB-INF/tld/c.tld");
}
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_set_value_target_property_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_catch_var;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value_escapeXml_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_if_test;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value_nobody;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_jspx_tagPool_c_set_value_target_property_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_catch_var = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_out_value_escapeXml_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_if_test = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_out_value_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_jspx_tagPool_c_set_value_target_property_nobody.release();
_jspx_tagPool_c_catch_var.release();
_jspx_tagPool_c_out_value_escapeXml_nobody.release();
_jspx_tagPool_c_if_test.release();
_jspx_tagPool_c_out_value_nobody.release();
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html");
pageContext = _jspxFactory.getPageContext(this, request, response,
"/jsp/error.jsp", true, 524288, false);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\n");
out.write("\n");
out.write("\n");
out.write("<!--displayTerm.jsf-->\n");
out.write("\n");
out.write("\n");
out.write("\n");
out.write("\n");
out.write("<!--TERM-->\n");
out.write("<h1 class=\"tmw-block\">\n");
if (_jspx_meth_c_set_0(_jspx_page_context))
return;
out.write('\n');
if (_jspx_meth_c_catch_0(_jspx_page_context))
return;
out.write('\n');
if (_jspx_meth_c_if_0(_jspx_page_context))
return;
out.write("\t\n");
out.write("</h1>\n");
out.write("\n");
out.write("<p class=\"data\" >\n");
out.write("\n");
out.write("\t\t");
if (_jspx_meth_c_if_1(_jspx_page_context))
return;
out.write("\n");
out.write("\t\t\t\t\n");
out.write("\t\t<strong>");
if (_jspx_meth_c_out_21(_jspx_page_context))
return;
out.write("</strong>\n");
out.write("\n");
out.write("\t\t");
if (_jspx_meth_c_set_1(_jspx_page_context))
return;
out.write('\n');
out.write(' ');
out.write(' ');
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "displayMeta.jsf", out, false);
out.write("\n");
out.write("\n");
out.write("\t\t");
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "displayNotes.jsf", out, false);
out.write("\n");
out.write("\n");
out.write("</p>\n");
out.write("\n");
out.write("\t<!--END TERM-->\n");
out.write("\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
private boolean _jspx_meth_c_set_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_0 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_value_target_property_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_0.setPageContext(_jspx_page_context);
_jspx_th_c_set_0.setParent(null);
_jspx_th_c_set_0.setTarget("${ sessionScope.visit.helper}");
_jspx_th_c_set_0.setProperty("wylie");
_jspx_th_c_set_0.setValue("${ sessionScope.visit.query.entry.term }");
int _jspx_eval_c_set_0 = _jspx_th_c_set_0.doStartTag();
if (_jspx_th_c_set_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_value_target_property_nobody.reuse(_jspx_th_c_set_0);
return false;
}
private boolean _jspx_meth_c_catch_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:catch
org.apache.taglibs.standard.tag.common.core.CatchTag _jspx_th_c_catch_0 = (org.apache.taglibs.standard.tag.common.core.CatchTag) _jspx_tagPool_c_catch_var.get(org.apache.taglibs.standard.tag.common.core.CatchTag.class);
_jspx_th_c_catch_0.setPageContext(_jspx_page_context);
_jspx_th_c_catch_0.setParent(null);
_jspx_th_c_catch_0.setVar("exception");
int[] _jspx_push_body_count_c_catch_0 = new int[] { 0 };
try {
int _jspx_eval_c_catch_0 = _jspx_th_c_catch_0.doStartTag();
if (_jspx_eval_c_catch_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write('\n');
if (_jspx_meth_c_out_0(_jspx_th_c_catch_0, _jspx_page_context, _jspx_push_body_count_c_catch_0))
return true;
out.write('\n');
int evalDoAfterBody = _jspx_th_c_catch_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_catch_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
} catch (Throwable _jspx_exception) {
while (_jspx_push_body_count_c_catch_0[0]-- > 0)
out = _jspx_page_context.popBody();
_jspx_th_c_catch_0.doCatch(_jspx_exception);
} finally {
_jspx_th_c_catch_0.doFinally();
_jspx_tagPool_c_catch_var.reuse(_jspx_th_c_catch_0);
}
return false;
}
private boolean _jspx_meth_c_out_0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_catch_0, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_catch_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_0 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_0.setPageContext(_jspx_page_context);
_jspx_th_c_out_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_catch_0);
_jspx_th_c_out_0.setValue("${ sessionScope.visit.helper.tibetan }");
_jspx_th_c_out_0.setEscapeXml("false");
int _jspx_eval_c_out_0 = _jspx_th_c_out_0.doStartTag();
if (_jspx_th_c_out_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_0);
return false;
}
private boolean _jspx_meth_c_if_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_0 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_0.setPageContext(_jspx_page_context);
_jspx_th_c_if_0.setParent(null);
_jspx_th_c_if_0.setTest("${ ! empty exception }");
int _jspx_eval_c_if_0 = _jspx_th_c_if_0.doStartTag();
if (_jspx_eval_c_if_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t<span class=\"error-info\">Wylie conversion error: ");
if (_jspx_meth_c_out_1(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write("</span>\n");
int evalDoAfterBody = _jspx_th_c_if_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_0);
return false;
}
private boolean _jspx_meth_c_out_1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_1 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_1.setPageContext(_jspx_page_context);
_jspx_th_c_out_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_out_1.setValue("${ exception }");
int _jspx_eval_c_out_1 = _jspx_th_c_out_1.doStartTag();
if (_jspx_th_c_out_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_1);
return false;
}
private boolean _jspx_meth_c_if_1(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_1 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_1.setPageContext(_jspx_page_context);
_jspx_th_c_if_1.setParent(null);
_jspx_th_c_if_1.setTest("${ editMode }");
int _jspx_eval_c_if_1 = _jspx_th_c_if_1.doStartTag();
if (_jspx_eval_c_if_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t\t\t\n");
out.write("\t\t\t");
if (_jspx_meth_c_if_2(_jspx_th_c_if_1, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\n");
out.write("\t\t\t");
if (_jspx_meth_c_if_3(_jspx_th_c_if_1, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\n");
out.write("\t\t\t");
if (_jspx_meth_c_if_6(_jspx_th_c_if_1, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t\t\n");
out.write("\t\t");
int evalDoAfterBody = _jspx_th_c_if_1.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_1);
return false;
}
private boolean _jspx_meth_c_if_2(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_1, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_2 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_2.setPageContext(_jspx_page_context);
_jspx_th_c_if_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_1);
_jspx_th_c_if_2.setTest("${ sessionScope.visit.user.administrator }");
int _jspx_eval_c_if_2 = _jspx_th_c_if_2.doStartTag();
if (_jspx_eval_c_if_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t\t<span class=\"compEditOptions\">\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_2(_jspx_th_c_if_2, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_3(_jspx_th_c_if_2, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_4(_jspx_th_c_if_2, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_5(_jspx_th_c_if_2, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_6(_jspx_th_c_if_2, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_7(_jspx_th_c_if_2, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_8(_jspx_th_c_if_2, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_9(_jspx_th_c_if_2, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_10(_jspx_th_c_if_2, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t</span>\n");
out.write("\t\t\t");
int evalDoAfterBody = _jspx_th_c_if_2.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_2);
return false;
}
private boolean _jspx_meth_c_out_2(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_2 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_2.setPageContext(_jspx_page_context);
_jspx_th_c_out_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_out_2.setValue("<a href=\"/lex/action?cmd=getUpdateTermForm&amp;comp=term&amp;metaId=${ sessionScope.visit.query.entry.metaId }\" title=\"Edit Term\"><img alt=\"Edit Term\" src=\"/lex/images/edit.gif\"/></a>");
_jspx_th_c_out_2.setEscapeXml("false");
int _jspx_eval_c_out_2 = _jspx_th_c_out_2.doStartTag();
if (_jspx_th_c_out_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_2);
return false;
}
private boolean _jspx_meth_c_out_3(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_3 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_3.setPageContext(_jspx_page_context);
_jspx_th_c_out_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_out_3.setValue("<a href=\"/lex/action?cmd=getAnnotationForm&amp;comp=term&amp;metaId=${sessionScope.visit.query.entry.metaId}\" title=\"Add Analytical Note\"><img alt=\"Add Analytical Note\" src=\"/lex/images/note.gif\"/></a>");
_jspx_th_c_out_3.setEscapeXml("false");
int _jspx_eval_c_out_3 = _jspx_th_c_out_3.doStartTag();
if (_jspx_th_c_out_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_3);
return false;
}
private boolean _jspx_meth_c_out_4(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_4 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_4.setPageContext(_jspx_page_context);
_jspx_th_c_out_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_out_4.setValue("<a href=\"/lex/action?cmd=getInsertForm&amp;comp=pronunciation&amp;parentId=${sessionScope.visit.query.entry.metaId}\" title=\"Add Pronunciation\"><img alt=\"Add Pronunciation\" src=\"/lex/images/pron.gif\"/></a>");
_jspx_th_c_out_4.setEscapeXml("false");
int _jspx_eval_c_out_4 = _jspx_th_c_out_4.doStartTag();
if (_jspx_th_c_out_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_4);
return false;
}
private boolean _jspx_meth_c_out_5(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_5 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_5.setPageContext(_jspx_page_context);
_jspx_th_c_out_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_out_5.setValue("<a href=\"/lex/action?cmd=getInsertForm&amp;comp=etymology&amp;parentId=${sessionScope.visit.query.entry.metaId}\" title=\"Add Etymology\"><img alt=\"Add Etymology\" src=\"/lex/images/etym.gif\"/></a>");
_jspx_th_c_out_5.setEscapeXml("false");
int _jspx_eval_c_out_5 = _jspx_th_c_out_5.doStartTag();
if (_jspx_th_c_out_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_5);
return false;
}
private boolean _jspx_meth_c_out_6(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_6 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_6.setPageContext(_jspx_page_context);
_jspx_th_c_out_6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_out_6.setValue("<a href=\"/lex/action?cmd=getInsertForm&amp;comp=spelling&amp;parentId=${sessionScope.visit.query.entry.metaId}\" title=\"Add Spelling\"><img alt=\"Add Spelling\" src=\"/lex/images/spell.gif\"/></a>");
_jspx_th_c_out_6.setEscapeXml("false");
int _jspx_eval_c_out_6 = _jspx_th_c_out_6.doStartTag();
if (_jspx_th_c_out_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_6);
return false;
}
private boolean _jspx_meth_c_out_7(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_7 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_7.setPageContext(_jspx_page_context);
_jspx_th_c_out_7.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_out_7.setValue("<a href=\"/lex/action?cmd=getInsertForm&amp;comp=grammaticalFunction&amp;parentId=${sessionScope.visit.query.entry.metaId}\" title=\"Add Grammatical Function\"><img alt=\"Add a Grammatical Function\" src=\"/lex/images/gram.gif\"/></a>");
_jspx_th_c_out_7.setEscapeXml("false");
int _jspx_eval_c_out_7 = _jspx_th_c_out_7.doStartTag();
if (_jspx_th_c_out_7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_7);
return false;
}
private boolean _jspx_meth_c_out_8(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_8 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_8.setPageContext(_jspx_page_context);
_jspx_th_c_out_8.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_out_8.setValue("<a href=\"/lex/action?cmd=getInsertForm&amp;comp=encyclopediaArticle&amp;parentId=${sessionScope.visit.query.entry.metaId}\" title=\"Add Encyclopedia Article\"><img alt=\"Add Encyclopedia Article\" src=\"/lex/images/ency.gif\"/></a>");
_jspx_th_c_out_8.setEscapeXml("false");
int _jspx_eval_c_out_8 = _jspx_th_c_out_8.doStartTag();
if (_jspx_th_c_out_8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_8);
return false;
}
private boolean _jspx_meth_c_out_9(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_9 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_9.setPageContext(_jspx_page_context);
_jspx_th_c_out_9.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_out_9.setValue("<a href=\"/lex/action?cmd=getInsertForm&amp;comp=definition&amp;parentId=${sessionScope.visit.query.entry.metaId}\" title=\"Add Definition\"><img alt=\"Add Definition\" src=\"/lex/images/def.gif\"/></a>");
_jspx_th_c_out_9.setEscapeXml("false");
int _jspx_eval_c_out_9 = _jspx_th_c_out_9.doStartTag();
if (_jspx_th_c_out_9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_9);
return false;
}
private boolean _jspx_meth_c_out_10(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_10 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_10.setPageContext(_jspx_page_context);
_jspx_th_c_out_10.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_out_10.setValue("<a href=\"/lex/action?cmd=getRemoveTermForm&amp;comp=term&amp;metaId=${ sessionScope.visit.query.entry.metaId }\" title=\"Remove Term\"><img alt=\"Edit Term\" src=\"/lex/images/remove.gif\"/></a>");
_jspx_th_c_out_10.setEscapeXml("false");
int _jspx_eval_c_out_10 = _jspx_th_c_out_10.doStartTag();
if (_jspx_th_c_out_10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_10);
return false;
}
private boolean _jspx_meth_c_if_3(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_1, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_3 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_3.setPageContext(_jspx_page_context);
_jspx_th_c_if_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_1);
_jspx_th_c_if_3.setTest("${ sessionScope.visit.user.editor }");
int _jspx_eval_c_if_3 = _jspx_th_c_if_3.doStartTag();
if (_jspx_eval_c_if_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t\t<span class=\"compEditOptions\">\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_if_4(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_12(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_13(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_14(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_15(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_16(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_17(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_18(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_if_5(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t</span>\n");
out.write("\t\t\t");
int evalDoAfterBody = _jspx_th_c_if_3.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_3);
return false;
}
private boolean _jspx_meth_c_if_4(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_4 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_4.setPageContext(_jspx_page_context);
_jspx_th_c_if_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_if_4.setTest("${ sessionScope.visit.user.id == sessionScope.visit.query.entry.meta.createdBy }");
int _jspx_eval_c_if_4 = _jspx_th_c_if_4.doStartTag();
if (_jspx_eval_c_if_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_11(_jspx_th_c_if_4, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
int evalDoAfterBody = _jspx_th_c_if_4.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_4);
return false;
}
private boolean _jspx_meth_c_out_11(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_4, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_11 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_11.setPageContext(_jspx_page_context);
_jspx_th_c_out_11.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_4);
_jspx_th_c_out_11.setValue("<a href=\"/lex/action?cmd=getUpdateTermForm&amp;comp=term&amp;metaId=${ sessionScope.visit.query.entry.metaId }\" title=\"Edit Term\"><img alt=\"Edit Term\" src=\"/lex/images/edit.gif\"/></a>");
_jspx_th_c_out_11.setEscapeXml("false");
int _jspx_eval_c_out_11 = _jspx_th_c_out_11.doStartTag();
if (_jspx_th_c_out_11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_11);
return false;
}
private boolean _jspx_meth_c_out_12(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_12 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_12.setPageContext(_jspx_page_context);
_jspx_th_c_out_12.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_12.setValue("<a href=\"/lex/action?cmd=getAnnotationForm&amp;comp=term&amp;metaId=${sessionScope.visit.query.entry.metaId}\" title=\"Add Analytical Note\"><img alt=\"Add Analytical Note\" src=\"/lex/images/note.gif\"/></a>");
_jspx_th_c_out_12.setEscapeXml("false");
int _jspx_eval_c_out_12 = _jspx_th_c_out_12.doStartTag();
if (_jspx_th_c_out_12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_12);
return false;
}
private boolean _jspx_meth_c_out_13(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_13 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_13.setPageContext(_jspx_page_context);
_jspx_th_c_out_13.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_13.setValue("<a href=\"/lex/action?cmd=getInsertForm&amp;comp=pronunciation&amp;parentId=${sessionScope.visit.query.entry.metaId}\" title=\"Add Pronunciation\"><img alt=\"Add Pronunciation\" src=\"/lex/images/pron.gif\"/></a>");
_jspx_th_c_out_13.setEscapeXml("false");
int _jspx_eval_c_out_13 = _jspx_th_c_out_13.doStartTag();
if (_jspx_th_c_out_13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_13);
return false;
}
private boolean _jspx_meth_c_out_14(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_14 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_14.setPageContext(_jspx_page_context);
_jspx_th_c_out_14.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_14.setValue("<a href=\"/lex/action?cmd=getInsertForm&amp;comp=etymology&amp;parentId=${sessionScope.visit.query.entry.metaId}\" title=\"Add Etymology\"><img alt=\"Add Etymology\" src=\"/lex/images/etym.gif\"/></a>");
_jspx_th_c_out_14.setEscapeXml("false");
int _jspx_eval_c_out_14 = _jspx_th_c_out_14.doStartTag();
if (_jspx_th_c_out_14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_14);
return false;
}
private boolean _jspx_meth_c_out_15(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_15 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_15.setPageContext(_jspx_page_context);
_jspx_th_c_out_15.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_15.setValue("<a href=\"/lex/action?cmd=getInsertForm&amp;comp=spelling&amp;parentId=${sessionScope.visit.query.entry.metaId}\" title=\"Add Spelling\"><img alt=\"Add Spelling\" src=\"/lex/images/spell.gif\"/></a>");
_jspx_th_c_out_15.setEscapeXml("false");
int _jspx_eval_c_out_15 = _jspx_th_c_out_15.doStartTag();
if (_jspx_th_c_out_15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_15);
return false;
}
private boolean _jspx_meth_c_out_16(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_16 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_16.setPageContext(_jspx_page_context);
_jspx_th_c_out_16.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_16.setValue("<a href=\"/lex/action?cmd=getInsertForm&amp;comp=grammaticalFunction&amp;parentId=${sessionScope.visit.query.entry.metaId}\" title=\"Add Grammatical Function\"><img alt=\"Add a Grammatical Function\" src=\"/lex/images/gram.gif\"/></a>");
_jspx_th_c_out_16.setEscapeXml("false");
int _jspx_eval_c_out_16 = _jspx_th_c_out_16.doStartTag();
if (_jspx_th_c_out_16.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_16);
return false;
}
private boolean _jspx_meth_c_out_17(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_17 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_17.setPageContext(_jspx_page_context);
_jspx_th_c_out_17.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_17.setValue("<a href=\"/lex/action?cmd=getInsertForm&amp;comp=encyclopediaArticle&amp;parentId=${sessionScope.visit.query.entry.metaId}\" title=\"Add Encyclopedia Article\"><img alt=\"Add Encyclopedia Article\" src=\"/lex/images/ency.gif\"/></a>");
_jspx_th_c_out_17.setEscapeXml("false");
int _jspx_eval_c_out_17 = _jspx_th_c_out_17.doStartTag();
if (_jspx_th_c_out_17.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_17);
return false;
}
private boolean _jspx_meth_c_out_18(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_18 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_18.setPageContext(_jspx_page_context);
_jspx_th_c_out_18.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_18.setValue("<a href=\"/lex/action?cmd=getInsertForm&amp;comp=definition&amp;parentId=${sessionScope.visit.query.entry.metaId}\" title=\"Add Definition\"><img alt=\"Add Definition\" src=\"/lex/images/def.gif\"/></a>");
_jspx_th_c_out_18.setEscapeXml("false");
int _jspx_eval_c_out_18 = _jspx_th_c_out_18.doStartTag();
if (_jspx_th_c_out_18.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_18);
return false;
}
private boolean _jspx_meth_c_if_5(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_5 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_5.setPageContext(_jspx_page_context);
_jspx_th_c_if_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_if_5.setTest("${ sessionScope.visit.user.id == sessionScope.visit.query.entry.meta.createdBy }");
int _jspx_eval_c_if_5 = _jspx_th_c_if_5.doStartTag();
if (_jspx_eval_c_if_5 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_19(_jspx_th_c_if_5, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
int evalDoAfterBody = _jspx_th_c_if_5.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_5);
return false;
}
private boolean _jspx_meth_c_out_19(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_5, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_19 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_19.setPageContext(_jspx_page_context);
_jspx_th_c_out_19.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_5);
_jspx_th_c_out_19.setValue("<a href=\"/lex/action?cmd=getRemoveTermForm&amp;comp=term&amp;metaId=${ sessionScope.visit.query.entry.metaId }\" title=\"Remove Term\"><img alt=\"Edit Term\" src=\"/lex/images/remove.gif\"/></a>");
_jspx_th_c_out_19.setEscapeXml("false");
int _jspx_eval_c_out_19 = _jspx_th_c_out_19.doStartTag();
if (_jspx_th_c_out_19.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_19);
return false;
}
private boolean _jspx_meth_c_if_6(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_1, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_6 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_6.setPageContext(_jspx_page_context);
_jspx_th_c_if_6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_1);
_jspx_th_c_if_6.setTest("${ sessionScope.visit.user.proofer }");
int _jspx_eval_c_if_6 = _jspx_th_c_if_6.doStartTag();
if (_jspx_eval_c_if_6 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t\t<span class=\"compEditOptions\">\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_20(_jspx_th_c_if_6, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t</span>\n");
out.write("\t\t\t");
int evalDoAfterBody = _jspx_th_c_if_6.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_6);
return false;
}
private boolean _jspx_meth_c_out_20(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_6, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_20 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_20.setPageContext(_jspx_page_context);
_jspx_th_c_out_20.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_6);
_jspx_th_c_out_20.setValue("<a href=\"/lex/action?cmd=getUpdateTermForm&amp;comp=term&amp;metaId=${ sessionScope.visit.query.entry.metaId }\" title=\"Edit Term\"><img alt=\"Edit Term\" src=\"/lex/images/edit.gif\"/></a>");
_jspx_th_c_out_20.setEscapeXml("false");
int _jspx_eval_c_out_20 = _jspx_th_c_out_20.doStartTag();
if (_jspx_th_c_out_20.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_20);
return false;
}
private boolean _jspx_meth_c_out_21(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_21 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_21.setPageContext(_jspx_page_context);
_jspx_th_c_out_21.setParent(null);
_jspx_th_c_out_21.setValue("${ sessionScope.visit.query.entry.term }");
int _jspx_eval_c_out_21 = _jspx_th_c_out_21.doStartTag();
if (_jspx_th_c_out_21.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_21);
return false;
}
private boolean _jspx_meth_c_set_1(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_1 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_value_target_property_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_1.setPageContext(_jspx_page_context);
_jspx_th_c_set_1.setParent(null);
_jspx_th_c_set_1.setTarget("${ sessionScope.visit.helper }");
_jspx_th_c_set_1.setProperty("component");
_jspx_th_c_set_1.setValue("${ sessionScope.visit.query.entry }");
int _jspx_eval_c_set_1 = _jspx_th_c_set_1.doStartTag();
if (_jspx_th_c_set_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_value_target_property_nobody.reuse(_jspx_th_c_set_1);
return false;
}
}

View file

@ -0,0 +1,529 @@
package org.apache.jsp.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.thdl.lex.*;
import org.thdl.lex.component.*;
public final class displayTransitionalData_jsf extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(1);
_jspx_dependants.add("/WEB-INF/tld/c.tld");
}
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_set_var_value_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_if_test;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value_escapeXml_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value_nobody;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_jspx_tagPool_c_set_var_value_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_if_test = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_out_value_escapeXml_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_out_value_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_jspx_tagPool_c_set_var_value_nobody.release();
_jspx_tagPool_c_if_test.release();
_jspx_tagPool_c_out_value_escapeXml_nobody.release();
_jspx_tagPool_c_out_value_nobody.release();
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 524288, false);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\n");
out.write("\n");
out.write("<!--displayTransitionalData.jsf-->\n");
out.write("\n");
out.write("\n");
out.write("\n");
out.write("<!--TRANSITIONAL DATA-->\n");
if (_jspx_meth_c_set_0(_jspx_page_context))
return;
out.write('\n');
if (_jspx_meth_c_if_0(_jspx_page_context))
return;
out.write('\n');
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
private boolean _jspx_meth_c_set_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_0 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_var_value_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_0.setPageContext(_jspx_page_context);
_jspx_th_c_set_0.setParent(null);
_jspx_th_c_set_0.setVar("transitionalData");
_jspx_th_c_set_0.setValue("${ sessionScope.visit.helper.component }");
int _jspx_eval_c_set_0 = _jspx_th_c_set_0.doStartTag();
if (_jspx_th_c_set_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_var_value_nobody.reuse(_jspx_th_c_set_0);
return false;
}
private boolean _jspx_meth_c_if_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
HttpServletRequest request = (HttpServletRequest)_jspx_page_context.getRequest();
HttpServletResponse response = (HttpServletResponse)_jspx_page_context.getResponse();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_0 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_0.setPageContext(_jspx_page_context);
_jspx_th_c_if_0.setParent(null);
_jspx_th_c_if_0.setTest("${ transitionalData.forPublicConsumption == 'true' || ! sessionScope.visit.user.guest }");
int _jspx_eval_c_if_0 = _jspx_th_c_if_0.doStartTag();
if (_jspx_eval_c_if_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("<li>\n");
out.write("\t");
if (_jspx_meth_c_out_0(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write("\n");
out.write("\t<p class=\"data\">\n");
out.write("\t\t");
if (_jspx_meth_c_if_1(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write("\n");
out.write("\n");
out.write("\t\t<span><b>");
if (_jspx_meth_c_out_8(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write("</b></span> ");
if (_jspx_meth_c_out_9(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write(" <br />\n");
out.write("\t\t");
if (_jspx_meth_c_out_10(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write(" \n");
out.write("\n");
out.write("\t\t");
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "displayMeta.jsf", out, false);
out.write("\n");
out.write("\n");
out.write("\t\t");
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "displayNotes.jsf", out, false);
out.write("\n");
out.write("\t</p>\n");
out.write("</li>\n");
int evalDoAfterBody = _jspx_th_c_if_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_0);
return false;
}
private boolean _jspx_meth_c_out_0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_0 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_0.setPageContext(_jspx_page_context);
_jspx_th_c_out_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_out_0.setValue("<a name='${ sessionScope.visit.helper.hashCodeForComponent }'></a>");
_jspx_th_c_out_0.setEscapeXml("false");
int _jspx_eval_c_out_0 = _jspx_th_c_out_0.doStartTag();
if (_jspx_th_c_out_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_0);
return false;
}
private boolean _jspx_meth_c_if_1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_1 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_1.setPageContext(_jspx_page_context);
_jspx_th_c_if_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_if_1.setTest("${ editMode }");
int _jspx_eval_c_if_1 = _jspx_th_c_if_1.doStartTag();
if (_jspx_eval_c_if_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t<span class=\"compEditOptions\">\n");
out.write("\t\t");
if (_jspx_meth_c_if_2(_jspx_th_c_if_1, _jspx_page_context))
return true;
out.write('\n');
out.write(' ');
out.write(' ');
if (_jspx_meth_c_if_3(_jspx_th_c_if_1, _jspx_page_context))
return true;
out.write('\n');
out.write(' ');
out.write(' ');
if (_jspx_meth_c_if_5(_jspx_th_c_if_1, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t</span>\n");
out.write("\t\t");
int evalDoAfterBody = _jspx_th_c_if_1.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_1);
return false;
}
private boolean _jspx_meth_c_if_2(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_1, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_2 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_2.setPageContext(_jspx_page_context);
_jspx_th_c_if_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_1);
_jspx_th_c_if_2.setTest("${ sessionScope.visit.user.administrator}");
int _jspx_eval_c_if_2 = _jspx_th_c_if_2.doStartTag();
if (_jspx_eval_c_if_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t\t");
if (_jspx_meth_c_out_1(_jspx_th_c_if_2, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t");
if (_jspx_meth_c_out_2(_jspx_th_c_if_2, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t");
if (_jspx_meth_c_out_3(_jspx_th_c_if_2, _jspx_page_context))
return true;
out.write('\n');
out.write(' ');
out.write(' ');
int evalDoAfterBody = _jspx_th_c_if_2.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_2);
return false;
}
private boolean _jspx_meth_c_out_1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_1 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_1.setPageContext(_jspx_page_context);
_jspx_th_c_out_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_out_1.setValue("<a href=\"/lex/action?cmd=getAnnotationForm&amp;comp=transitionalData&amp;metaId=${ transitionalData.metaId }\" title=\"Add Analytical Note\"><img alt=\"Add Analytical Note\" src=\"/lex/images/note.gif\"/></a>");
_jspx_th_c_out_1.setEscapeXml("false");
int _jspx_eval_c_out_1 = _jspx_th_c_out_1.doStartTag();
if (_jspx_th_c_out_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_1);
return false;
}
private boolean _jspx_meth_c_out_2(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_2 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_2.setPageContext(_jspx_page_context);
_jspx_th_c_out_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_out_2.setValue("<a href=\"/lex/action?cmd=getUpdateForm&amp;comp=transitionalData&amp;metaId=${ transitionalData.metaId }\" title=\"Edit this component\"><img alt=\"Edit this component\" src=\"/lex/images/edit.gif\"/></a>");
_jspx_th_c_out_2.setEscapeXml("false");
int _jspx_eval_c_out_2 = _jspx_th_c_out_2.doStartTag();
if (_jspx_th_c_out_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_2);
return false;
}
private boolean _jspx_meth_c_out_3(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_2, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_3 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_3.setPageContext(_jspx_page_context);
_jspx_th_c_out_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_2);
_jspx_th_c_out_3.setValue("<a href=\"/lex/action?cmd=getRemoveForm&amp;comp=transitionalData&amp;metaId=${ transitionalData.metaId }&amp;parentId=${transitionalData.parentId}\" title=\"Remove this component\"><img alt=\"Remove this component\" src=\"/lex/images/remove.gif\"/></a>");
_jspx_th_c_out_3.setEscapeXml("false");
int _jspx_eval_c_out_3 = _jspx_th_c_out_3.doStartTag();
if (_jspx_th_c_out_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_3);
return false;
}
private boolean _jspx_meth_c_if_3(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_1, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_3 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_3.setPageContext(_jspx_page_context);
_jspx_th_c_if_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_1);
_jspx_th_c_if_3.setTest("${ sessionScope.visit.user.editor}");
int _jspx_eval_c_if_3 = _jspx_th_c_if_3.doStartTag();
if (_jspx_eval_c_if_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t\t");
if (_jspx_meth_c_out_4(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t");
if (_jspx_meth_c_if_4(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write('\n');
out.write(' ');
out.write(' ');
int evalDoAfterBody = _jspx_th_c_if_3.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_3);
return false;
}
private boolean _jspx_meth_c_out_4(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_4 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_4.setPageContext(_jspx_page_context);
_jspx_th_c_out_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_4.setValue("<a href=\"/lex/action?cmd=getAnnotationForm&amp;comp=transitionalData&amp;metaId=${ transitionalData.metaId }\" title=\"Add Analytical Note\"><img alt=\"Add Analytical Note\" src=\"/lex/images/note.gif\"/></a>");
_jspx_th_c_out_4.setEscapeXml("false");
int _jspx_eval_c_out_4 = _jspx_th_c_out_4.doStartTag();
if (_jspx_th_c_out_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_4);
return false;
}
private boolean _jspx_meth_c_if_4(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_4 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_4.setPageContext(_jspx_page_context);
_jspx_th_c_if_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_if_4.setTest("${ sessionScope.visit.user.id == sessionScope.visit.helper.component.meta.createdBy }");
int _jspx_eval_c_if_4 = _jspx_th_c_if_4.doStartTag();
if (_jspx_eval_c_if_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_5(_jspx_th_c_if_4, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t\t");
if (_jspx_meth_c_out_6(_jspx_th_c_if_4, _jspx_page_context))
return true;
out.write("\n");
out.write("\t\t\t");
int evalDoAfterBody = _jspx_th_c_if_4.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_4);
return false;
}
private boolean _jspx_meth_c_out_5(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_4, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_5 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_5.setPageContext(_jspx_page_context);
_jspx_th_c_out_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_4);
_jspx_th_c_out_5.setValue("<a href=\"/lex/action?cmd=getUpdateForm&amp;comp=transitionalData&amp;metaId=${ transitionalData.metaId }\" title=\"Edit this component\"><img alt=\"Edit this component\" src=\"/lex/images/edit.gif\"/></a>");
_jspx_th_c_out_5.setEscapeXml("false");
int _jspx_eval_c_out_5 = _jspx_th_c_out_5.doStartTag();
if (_jspx_th_c_out_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_5);
return false;
}
private boolean _jspx_meth_c_out_6(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_4, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_6 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_6.setPageContext(_jspx_page_context);
_jspx_th_c_out_6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_4);
_jspx_th_c_out_6.setValue("<a href=\"/lex/action?cmd=getRemoveForm&amp;comp=transitionalData&amp;metaId=${ transitionalData.metaId }&amp;parentId=${transitionalData.parentId}\" title=\"Remove this component\"><img alt=\"Remove this component\" src=\"/lex/images/remove.gif\"/></a>");
_jspx_th_c_out_6.setEscapeXml("false");
int _jspx_eval_c_out_6 = _jspx_th_c_out_6.doStartTag();
if (_jspx_th_c_out_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_6);
return false;
}
private boolean _jspx_meth_c_if_5(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_1, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_5 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_5.setPageContext(_jspx_page_context);
_jspx_th_c_if_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_1);
_jspx_th_c_if_5.setTest("${ sessionScope.visit.user.proofer }");
int _jspx_eval_c_if_5 = _jspx_th_c_if_5.doStartTag();
if (_jspx_eval_c_if_5 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t\t");
if (_jspx_meth_c_out_7(_jspx_th_c_if_5, _jspx_page_context))
return true;
out.write('\n');
out.write(' ');
out.write(' ');
int evalDoAfterBody = _jspx_th_c_if_5.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_5);
return false;
}
private boolean _jspx_meth_c_out_7(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_5, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_7 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_7.setPageContext(_jspx_page_context);
_jspx_th_c_out_7.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_5);
_jspx_th_c_out_7.setValue("<a href=\"/lex/action?cmd=getUpdateForm&amp;comp=transitionalData&amp;metaId=${ transitionalData.metaId }\" title=\"Edit this component\"><img alt=\"Edit this component\" src=\"/lex/images/edit.gif\"/></a>");
_jspx_th_c_out_7.setEscapeXml("false");
int _jspx_eval_c_out_7 = _jspx_th_c_out_7.doStartTag();
if (_jspx_th_c_out_7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_7);
return false;
}
private boolean _jspx_meth_c_out_8(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_8 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_8.setPageContext(_jspx_page_context);
_jspx_th_c_out_8.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_out_8.setValue("${ transitionalData.transitionalDataLabel.transitionalDataLabel }");
int _jspx_eval_c_out_8 = _jspx_th_c_out_8.doStartTag();
if (_jspx_th_c_out_8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_8);
return false;
}
private boolean _jspx_meth_c_out_9(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_9 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_9.setPageContext(_jspx_page_context);
_jspx_th_c_out_9.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_out_9.setValue("${ pronunciation.phonetics }");
_jspx_th_c_out_9.setEscapeXml("false");
int _jspx_eval_c_out_9 = _jspx_th_c_out_9.doStartTag();
if (_jspx_th_c_out_9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_9);
return false;
}
private boolean _jspx_meth_c_out_10(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_10 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_10.setPageContext(_jspx_page_context);
_jspx_th_c_out_10.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_out_10.setValue("${ transitionalData.transitionalDataText }");
_jspx_th_c_out_10.setEscapeXml("false");
int _jspx_eval_c_out_10 = _jspx_th_c_out_10.doStartTag();
if (_jspx_th_c_out_10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_10);
return false;
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,141 @@
package org.apache.jsp.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.io.*;
import org.thdl.lex.*;
import org.thdl.lex.component.*;
public final class error_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(1);
_jspx_dependants.add("/WEB-INF/tld/c.tld");
}
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
Throwable exception = org.apache.jasper.runtime.JspRuntimeLibrary.getThrowable(request);
if (exception != null) {
response.setStatus(HttpServletResponse.SC_INTERNAL_SERVER_ERROR);
}
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 524288, false);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\n");
out.write("\n");
out.write("\n");
out.write("<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n");
out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"DTD/xhtml1-strict.dtd\">\n");
out.write("<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n");
out.write("<head>\n");
out.write("<style>\n");
out.write("#debug table\n");
out.write("{\n");
out.write("border: black solid 1px;\n");
out.write("/* border-collapse:collapse;\n");
out.write("border-color: black;\n");
out.write("border-style:solid; \n");
out.write("border-weight:1px; */\n");
out.write("color:black;\n");
out.write("width: 790px;;\n");
out.write("margin:5px 5px 5px 5px;\n");
out.write("}\n");
out.write("#debug th, #debug td\n");
out.write("{\n");
out.write("border: black solid 1px;\n");
out.write("background-color:cyan;\n");
out.write("font-size:.9em;\n");
out.write("text-align: left;\n");
out.write("vertical-align: top;\n");
out.write("}\n");
out.write("</style>\n");
out.write("\n");
out.write("<title>THDL Dictionary Error Page</title>\n");
out.write("</head>\n");
out.write("<body> \n");
out.write("\n");
out.write("<div id=\"error\">\n");
out.write("<p>\n");
out.write("You have reached the Error page. \n");
out.write("This page indicates that Lex has caught an exception that it does not know how to deal with. \n");
out.write("The message appears below.<br />\n");
out.write("<a href=\"/lex/action\">Return to the home page.</a> <br /><br />\n");
out.write("\n");
out.write("\n");
out.write("<b>Message: </b> ");
out.print( exception.getMessage() );
out.write(" <br /><br />\n");
out.write("\n");
if (request.getAttribute("comp") != null)
{ LexComponent lab = (LexComponent) request.getAttribute("comp");
out.write("\n");
out.write("<b> Label: </b> <i> ");
out.print( lab );
out.write(" </i><br /><br /> \n");
out.write("\n");
}
out.write(" <br /><br />\n");
out.write("\n");
out.write("<b>Stack Trace: </b>\n");
StringWriter writer = new StringWriter();
exception.printStackTrace( new PrintWriter(writer) );
String stackTrace = writer.getBuffer().toString();
out.write("\n");
out.write("<pre>\n");
out.print( stackTrace );
out.write("\n");
out.write("</pre> \n");
out.write("\n");
out.write("\n");
out.write("\n");
out.write("</p>\n");
out.write("</div>\n");
out.write("\n");
out.write("\n");
out.write("\n");
out.write("</body>\n");
out.write("</html>\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}

View file

@ -0,0 +1,71 @@
package org.apache.jsp.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.thdl.lex.LexLogger;
public final class footer_jsf extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(1);
_jspx_dependants.add("/WEB-INF/tld/c.tld");
}
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write('\n');
out.write('\n');
out.write('\n');
out.write("\n");
out.write("\n");
out.write("</div><!--END Main-->\n");
out.write("\n");
out.write("</body>\n");
out.write("</html>\n");
out.write("\n");
LexLogger.debug( "Footer.jsf has finished rendering." );
out.write('\n');
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}

View file

@ -0,0 +1,153 @@
package org.apache.jsp.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.thdl.lex.*;
public final class header_jsf extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(1);
_jspx_dependants.add("/WEB-INF/tld/c.tld");
}
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_if_test;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_jspx_tagPool_c_if_test = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_jspx_tagPool_c_if_test.release();
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\n");
out.write("\n");
out.write("\n");
out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n");
out.write("<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n");
out.write("<head>\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8;\" />\n");
out.write("\n");
out.write("<script type='text/javascript' src='http://iris.lib.virginia.edu/tibet/scripts/thdl_scripts.js'></script>\n");
out.write("<script type='text/javascript' src='/lex/js/lex.js'></script>\n");
out.write("\n");
out.write("<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/lex/css/lex.css\" />\n");
out.write("\n");
out.write("<title>THDL Tibetan Collaborative Dictionaries</title>\n");
out.write("<style type=\"text/css\">\n");
if (_jspx_meth_c_if_0(_jspx_page_context))
return;
out.write("\n");
out.write("/* ");
out.print( org.thdl.tib.text.TibetanHTML.getStyles( "20" ) );
out.write(" */\n");
out.write("</style>\n");
out.write("</head>\n");
out.write("<body> \n");
out.write("\n");
out.write("<div id=\"banner\">\n");
out.write("\t<a id=\"logo\" href=\"http://iris.lib.virginia.edu/tibet/index.html\"><img id=\"test\" alt=\"THDL Logo\" src=\"http://iris.lib.virginia.edu/tibet/images/logo.png\"/></a>\n");
out.write("\t<h1>The Tibetan &amp; Himalayan Digital Library</h1>\n");
out.write("\n");
out.write("\t<div id=\"menubar\">\n");
out.write("\t\t");
out.write("\n");
out.write("\t</div><!--END menubar-->\n");
out.write("</div><!--END banner-->\n");
out.write("\n");
out.write("<div id=\"sub_banner\">\n");
out.write("\t<div id=\"search\">\n");
out.write("\t\t<form method=\"get\" action=\"http://www.google.com/u/thdl\">\n");
out.write("\t\t\t<p>\n");
out.write("\t\t\t\t<input type=\"text\" name=\"q\" id=\"q\" size=\"15\" maxlength=\"255\" value=\"\" />\n");
out.write("\t\t\t\t<input type=\"submit\" name=\"sa\" id=\"sa\" value=\"Search\"/>\n");
out.write("\t\t\t\t<input type=\"hidden\" name=\"hq\" id=\"hq\" value=\"inurl:iris.lib.virginia.edu\"/>\n");
out.write("\t\t\t</p>\n");
out.write("\t\t</form>\n");
out.write("\t</div>\n");
out.write("\n");
out.write("\t <div id=\"breadcrumbs\">\n");
out.write("\t\t<a href=\"http://iris.lib.virginia.edu/tibet/index.html\">THDL</a> &gt;\n");
out.write("\t\t<a href=\"http://iris.lib.virginia.edu/tibet/reference/index.html\">Reference</a> &gt;\n");
out.write("\t\tTHDL Tibetan Collaborative Dictionaries\n");
out.write("\t</div> \n");
out.write("</div><!--END sub_banner-->\n");
out.write("\n");
out.write("<div id=\"main\">\n");
out.write("\n");
out.write('\n');
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
private boolean _jspx_meth_c_if_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_0 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_0.setPageContext(_jspx_page_context);
_jspx_th_c_if_0.setParent(null);
_jspx_th_c_if_0.setTest("${ ! sessionScope.visit.helper.showEditOptions }");
int _jspx_eval_c_if_0 = _jspx_th_c_if_0.doStartTag();
if (_jspx_eval_c_if_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("p.data\n");
out.write("{\n");
out.write("border: none;\n");
out.write("}\n");
int evalDoAfterBody = _jspx_th_c_if_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_0);
return false;
}
}

View file

@ -0,0 +1,599 @@
package org.apache.jsp.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.thdl.lex.*;
import org.thdl.lex.component.*;
public final class menu_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(1);
_jspx_dependants.add("/WEB-INF/tld/c.tld");
}
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_set_var_value_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_if_test;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_set_value_target_property_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_forEach_var_items;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value_escapeXml_nobody;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_jspx_tagPool_c_set_var_value_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_if_test = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_set_value_target_property_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_out_value_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_forEach_var_items = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_out_value_escapeXml_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_jspx_tagPool_c_set_var_value_nobody.release();
_jspx_tagPool_c_if_test.release();
_jspx_tagPool_c_set_value_target_property_nobody.release();
_jspx_tagPool_c_out_value_nobody.release();
_jspx_tagPool_c_forEach_var_items.release();
_jspx_tagPool_c_out_value_escapeXml_nobody.release();
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=UTF-8");
pageContext = _jspxFactory.getPageContext(this, request, response,
"/jsp/error.jsp", true, 524288, false);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write('\n');
out.write('\n');
request.setCharacterEncoding("UTF-8");
out.write('\n');
out.write('\n');
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "header.jsf", out, false);
out.write("\n");
out.write("<!--menu.jsp-->\n");
if (_jspx_meth_c_set_0(_jspx_page_context))
return;
out.write('\n');
if (_jspx_meth_c_if_0(_jspx_page_context))
return;
out.write("\n");
out.write("\n");
out.write("<div id=\"columnLeft\">\n");
out.write("\t\n");
out.write("\t<div class=\"highlightBox\">\n");
out.write("\t<form id=\"quickSearch\" action=\"/lex/action\" method=\"get\" >\n");
out.write("\t<h2>Dictionary Quick Search</h2>\n");
out.write("\t<p>\n");
out.write("\t<input type=\"hidden\" name=\"cmd\" value=\"find\" />\n");
out.write("\t<input type=\"hidden\" name=\"comp\" value=\"term\" />\n");
out.write("\tTerm: <input type=\"text\" name=\"term\" id=\"term\" size=\"20\" value=\"\" /> <br />\n");
out.write("\tFind:\n");
out.write("\n");
out.write("\t<select name=\"findMode\">\n");
out.write("\t\t<option value=\"exact\">Exact match</option>\n");
out.write("\t\t<option value=\"startsWith\">At beginning of term</option>\n");
out.write("\t\t<option value=\"anywhere\">Anywhere in term</option>\n");
out.write("\t</select>\n");
out.write("\t</p>\n");
out.write("\t\n");
out.write("\t<p>\n");
out.write("\t<input type=\"submit\" value=\"Find Term\"/>\n");
out.write("\t</p>\n");
out.write("\t</form>\n");
out.write("\t</div>\n");
out.write("\t\n");
out.write("\t");
if (_jspx_meth_c_if_1(_jspx_page_context))
return;
out.write('\n');
out.write('\n');
out.write(' ');
if (_jspx_meth_c_if_2(_jspx_page_context))
return;
out.write("\n");
out.write("</div><!--END COLUMN LEFT-->\n");
out.write("\t\n");
out.write("<div id=\"columnCenter\">\n");
out.write("\t");
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "navLinks.jsf", out, false);
out.write("\n");
out.write("\t<h1>THDL Tibetan Collaborative Dictionaries: Main Menu</h1>\n");
out.write("\t<p>\n");
out.write("\t\t");
if (_jspx_meth_c_set_2(_jspx_page_context))
return;
out.write("\n");
out.write("\t\t<span class=\"label\">Last Update</span>: ");
if (_jspx_meth_c_out_0(_jspx_page_context))
return;
out.write("\n");
out.write("\t</p>\n");
out.write("\t");
if (_jspx_meth_c_if_3(_jspx_page_context))
return;
out.write("\n");
out.write("\n");
out.write("\t<h2>Recently Modified Terms</h2>\n");
out.write("\n");
out.write("\t<div id=\"recentTerms\">\n");
out.write("\n");
out.write("\t\n");
out.write("\t");
if (_jspx_meth_c_forEach_0(_jspx_page_context))
return;
out.write("\n");
out.write("\t</div><!--END RECENT TERMS-->\n");
out.write("</div><!--END COLUMN CENTER-->\n");
out.write("\n");
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "footer.jsf", out, false);
out.write('\n');
out.write('\n');
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
private boolean _jspx_meth_c_set_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_0 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_var_value_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_0.setPageContext(_jspx_page_context);
_jspx_th_c_set_0.setParent(null);
_jspx_th_c_set_0.setVar("editMode");
_jspx_th_c_set_0.setValue("${ false }");
int _jspx_eval_c_set_0 = _jspx_th_c_set_0.doStartTag();
if (_jspx_th_c_set_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_var_value_nobody.reuse(_jspx_th_c_set_0);
return false;
}
private boolean _jspx_meth_c_if_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_0 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_0.setPageContext(_jspx_page_context);
_jspx_th_c_if_0.setParent(null);
_jspx_th_c_if_0.setTest("${ ! sessionScope.visit.user.guest }");
int _jspx_eval_c_if_0 = _jspx_th_c_if_0.doStartTag();
if (_jspx_eval_c_if_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write('\n');
out.write(' ');
if (_jspx_meth_c_set_1(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write('\n');
int evalDoAfterBody = _jspx_th_c_if_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_0);
return false;
}
private boolean _jspx_meth_c_set_1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_1 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_var_value_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_1.setPageContext(_jspx_page_context);
_jspx_th_c_set_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_set_1.setVar("editMode");
_jspx_th_c_set_1.setValue("${ true }");
int _jspx_eval_c_set_1 = _jspx_th_c_set_1.doStartTag();
if (_jspx_th_c_set_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_var_value_nobody.reuse(_jspx_th_c_set_1);
return false;
}
private boolean _jspx_meth_c_if_1(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_1 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_1.setPageContext(_jspx_page_context);
_jspx_th_c_if_1.setParent(null);
_jspx_th_c_if_1.setTest("${ sessionScope.visit.user.canAddTerms }");
int _jspx_eval_c_if_1 = _jspx_th_c_if_1.doStartTag();
if (_jspx_eval_c_if_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\n");
out.write("\t<div class=\"highlightBox\">\n");
out.write("\t<form id=\"newTerm\" action=\"/lex/action\" method=\"get\" >\n");
out.write("\t<h2>Add a new term</h2>\t\n");
out.write("\t<p>\n");
out.write("\t<input type=\"hidden\" name=\"cmd\" value=\"getInsertTermForm\" />\n");
out.write("\t<input type=\"hidden\" name=\"comp\" value=\"term\" />\n");
out.write("\tTerm: <input type=\"text\" name=\"term\" id=\"term\" size=\"20\" value=\"\" />\n");
out.write("\t</p>\n");
out.write("\t<p class=\"inlineDocumentation\">\n");
out.write("\tNote: if an exact match of this term already exists, this action will direct to the edit page for that term.\n");
out.write("\t</p>\n");
out.write("\t<p>\n");
out.write("\t<input type=\"submit\" value=\"New Entry\" /> <br />\n");
out.write("\t</p>\n");
out.write("\t</form>\n");
out.write("\t</div>\n");
out.write("\t\n");
out.write("\t");
int evalDoAfterBody = _jspx_th_c_if_1.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_1);
return false;
}
private boolean _jspx_meth_c_if_2(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_2 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_2.setPageContext(_jspx_page_context);
_jspx_th_c_if_2.setParent(null);
_jspx_th_c_if_2.setTest("${ editMode }");
int _jspx_eval_c_if_2 = _jspx_th_c_if_2.doStartTag();
if (_jspx_eval_c_if_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t\t\t\n");
out.write("\t<div class=\"highlightBox\">\n");
out.write("\t<h2>Defaults &amp; Preferences</h2>\n");
out.write("\t<form id=\"defaults\" action=\"/lex/action\" method=\"get\" >\n");
out.write("\t<p>\n");
out.write("\t<input type=\"hidden\" name=\"cmd\" value=\"getMetaDefaultsForm\" />\n");
out.write("\t<input type=\"submit\" value=\"Defaults\"/> \n");
out.write("\t</p>\n");
out.write("\t</form>\n");
out.write("\t\n");
out.write("\t<form id=\"preferences\" action=\"/lex/action\" method=\"get\" >\n");
out.write("\t<p>\n");
out.write("\t<input type=\"hidden\" name=\"cmd\" value=\"getMetaPrefsForm\" />\n");
out.write("\t<input type=\"submit\" value=\"Preferences\" /> <br />\n");
out.write("\t</p>\n");
out.write("\t</form>\n");
out.write("\n");
out.write("\t<form id=\"oai\" action=\"/lex/action\" method=\"get\" >\n");
out.write("\t<p>\n");
out.write("\t<input type=\"hidden\" name=\"cmd\" value=\"refreshSources\" />\n");
out.write("\t<input type=\"submit\" value=\"Refresh Sources\" /> <br />\n");
out.write("\t</p>\n");
out.write("\t</form>\n");
out.write("<p><span class=\"warning\">This dictionary requires the <a href=\"http://iris.lib.virginia.edu/tibet/tools/tmw.html\">TibetanMachineWeb font</a> to display Tibetan script.</span></p>\n");
out.write("\n");
out.write("\t</div>\n");
out.write("\t\n");
out.write("\t");
int evalDoAfterBody = _jspx_th_c_if_2.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_2);
return false;
}
private boolean _jspx_meth_c_set_2(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_2 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_value_target_property_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_2.setPageContext(_jspx_page_context);
_jspx_th_c_set_2.setParent(null);
_jspx_th_c_set_2.setTarget("${ sessionScope.visit.helper }");
_jspx_th_c_set_2.setProperty("date");
_jspx_th_c_set_2.setValue("${ applicationScope.global.lastUpdate }");
int _jspx_eval_c_set_2 = _jspx_th_c_set_2.doStartTag();
if (_jspx_th_c_set_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_value_target_property_nobody.reuse(_jspx_th_c_set_2);
return false;
}
private boolean _jspx_meth_c_out_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_0 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_0.setPageContext(_jspx_page_context);
_jspx_th_c_out_0.setParent(null);
_jspx_th_c_out_0.setValue("${ sessionScope.visit.helper.formattedDate }");
int _jspx_eval_c_out_0 = _jspx_th_c_out_0.doStartTag();
if (_jspx_th_c_out_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_0);
return false;
}
private boolean _jspx_meth_c_if_3(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_3 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_3.setPageContext(_jspx_page_context);
_jspx_th_c_if_3.setParent(null);
_jspx_th_c_if_3.setTest("${ ! empty message }");
int _jspx_eval_c_if_3 = _jspx_th_c_if_3.doStartTag();
if (_jspx_eval_c_if_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t<p id=\"message\">\n");
out.write("\t\t");
if (_jspx_meth_c_out_1(_jspx_th_c_if_3, _jspx_page_context))
return true;
out.write("\n");
out.write("\t</p>\n");
out.write("\t");
int evalDoAfterBody = _jspx_th_c_if_3.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_3);
return false;
}
private boolean _jspx_meth_c_out_1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_3, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_1 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_1.setPageContext(_jspx_page_context);
_jspx_th_c_out_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_3);
_jspx_th_c_out_1.setValue("${ message }");
int _jspx_eval_c_out_1 = _jspx_th_c_out_1.doStartTag();
if (_jspx_th_c_out_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_1);
return false;
}
private boolean _jspx_meth_c_forEach_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:forEach
org.apache.taglibs.standard.tag.el.core.ForEachTag _jspx_th_c_forEach_0 = (org.apache.taglibs.standard.tag.el.core.ForEachTag) _jspx_tagPool_c_forEach_var_items.get(org.apache.taglibs.standard.tag.el.core.ForEachTag.class);
_jspx_th_c_forEach_0.setPageContext(_jspx_page_context);
_jspx_th_c_forEach_0.setParent(null);
_jspx_th_c_forEach_0.setVar("term");
_jspx_th_c_forEach_0.setItems("${applicationScope.global.recentTerms }");
int[] _jspx_push_body_count_c_forEach_0 = new int[] { 0 };
try {
int _jspx_eval_c_forEach_0 = _jspx_th_c_forEach_0.doStartTag();
if (_jspx_eval_c_forEach_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t\t<p class=\"tmw-block\">\n");
out.write("\t\t");
if (_jspx_meth_c_set_3(_jspx_th_c_forEach_0, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write('\n');
out.write(' ');
out.write(' ');
if (_jspx_meth_c_set_4(_jspx_th_c_forEach_0, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write('\n');
out.write(' ');
out.write(' ');
if (_jspx_meth_c_out_2(_jspx_th_c_forEach_0, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write(" \n");
out.write("\t\t&nbsp;&nbsp;&nbsp;\n");
out.write("\t\t");
if (_jspx_meth_c_out_3(_jspx_th_c_forEach_0, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write(" \n");
out.write("\t\t&nbsp;&nbsp;\n");
out.write("\t\t<span class=\"tmw-roman\">\n");
out.write("\t\tCreated by ");
if (_jspx_meth_c_out_4(_jspx_th_c_forEach_0, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write(" \n");
out.write("\t\t");
if (_jspx_meth_c_set_5(_jspx_th_c_forEach_0, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write('\n');
out.write(' ');
out.write(' ');
if (_jspx_meth_c_out_5(_jspx_th_c_forEach_0, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write("\n");
out.write("\t\t</span>\n");
out.write("\t\t</p>\n");
out.write("\t");
int evalDoAfterBody = _jspx_th_c_forEach_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_forEach_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
} catch (Throwable _jspx_exception) {
while (_jspx_push_body_count_c_forEach_0[0]-- > 0)
out = _jspx_page_context.popBody();
_jspx_th_c_forEach_0.doCatch(_jspx_exception);
} finally {
_jspx_th_c_forEach_0.doFinally();
_jspx_tagPool_c_forEach_var_items.reuse(_jspx_th_c_forEach_0);
}
return false;
}
private boolean _jspx_meth_c_set_3(javax.servlet.jsp.tagext.JspTag _jspx_th_c_forEach_0, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_3 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_value_target_property_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_3.setPageContext(_jspx_page_context);
_jspx_th_c_set_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_forEach_0);
_jspx_th_c_set_3.setTarget("${ sessionScope.visit.helper}");
_jspx_th_c_set_3.setProperty("wylie");
_jspx_th_c_set_3.setValue("${ term.term }");
int _jspx_eval_c_set_3 = _jspx_th_c_set_3.doStartTag();
if (_jspx_th_c_set_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_value_target_property_nobody.reuse(_jspx_th_c_set_3);
return false;
}
private boolean _jspx_meth_c_set_4(javax.servlet.jsp.tagext.JspTag _jspx_th_c_forEach_0, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_4 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_var_value_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_4.setPageContext(_jspx_page_context);
_jspx_th_c_set_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_forEach_0);
_jspx_th_c_set_4.setVar("tib");
_jspx_th_c_set_4.setValue("${ sessionScope.visit.helper.tibetan } ");
int _jspx_eval_c_set_4 = _jspx_th_c_set_4.doStartTag();
if (_jspx_th_c_set_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_var_value_nobody.reuse(_jspx_th_c_set_4);
return false;
}
private boolean _jspx_meth_c_out_2(javax.servlet.jsp.tagext.JspTag _jspx_th_c_forEach_0, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_2 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_2.setPageContext(_jspx_page_context);
_jspx_th_c_out_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_forEach_0);
_jspx_th_c_out_2.setValue("<a class='tmw-link' href='/lex/action?cmd=displayFull&comp=term&metaId=${term.metaId}'>${ tib } </a>");
_jspx_th_c_out_2.setEscapeXml("false");
int _jspx_eval_c_out_2 = _jspx_th_c_out_2.doStartTag();
if (_jspx_th_c_out_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_2);
return false;
}
private boolean _jspx_meth_c_out_3(javax.servlet.jsp.tagext.JspTag _jspx_th_c_forEach_0, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_3 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_3.setPageContext(_jspx_page_context);
_jspx_th_c_out_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_forEach_0);
_jspx_th_c_out_3.setValue("<a href='/lex/action?cmd=displayFull&comp=term&metaId=${term.metaId}'><span class='tmw-roman'>${ term.term }</span></a>");
_jspx_th_c_out_3.setEscapeXml("false");
int _jspx_eval_c_out_3 = _jspx_th_c_out_3.doStartTag();
if (_jspx_th_c_out_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_3);
return false;
}
private boolean _jspx_meth_c_out_4(javax.servlet.jsp.tagext.JspTag _jspx_th_c_forEach_0, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_4 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_4.setPageContext(_jspx_page_context);
_jspx_th_c_out_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_forEach_0);
_jspx_th_c_out_4.setValue("${ applicationScope.flatData.users[ term.meta.createdBy ] }");
int _jspx_eval_c_out_4 = _jspx_th_c_out_4.doStartTag();
if (_jspx_th_c_out_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_4);
return false;
}
private boolean _jspx_meth_c_set_5(javax.servlet.jsp.tagext.JspTag _jspx_th_c_forEach_0, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_5 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_value_target_property_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_5.setPageContext(_jspx_page_context);
_jspx_th_c_set_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_forEach_0);
_jspx_th_c_set_5.setTarget("${ sessionScope.visit.helper }");
_jspx_th_c_set_5.setProperty("date");
_jspx_th_c_set_5.setValue("${ term.meta.modifiedOn }");
int _jspx_eval_c_set_5 = _jspx_th_c_set_5.doStartTag();
if (_jspx_th_c_set_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_value_target_property_nobody.reuse(_jspx_th_c_set_5);
return false;
}
private boolean _jspx_meth_c_out_5(javax.servlet.jsp.tagext.JspTag _jspx_th_c_forEach_0, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_5 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_5.setPageContext(_jspx_page_context);
_jspx_th_c_out_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_forEach_0);
_jspx_th_c_out_5.setValue("${ sessionScope.visit.helper.formattedDate }");
int _jspx_eval_c_out_5 = _jspx_th_c_out_5.doStartTag();
if (_jspx_th_c_out_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_5);
return false;
}
}

View file

@ -0,0 +1,173 @@
package org.apache.jsp.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class navLinks_jsf extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(1);
_jspx_dependants.add("/WEB-INF/tld/c.tld");
}
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_choose;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_when_test;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_otherwise;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_jspx_tagPool_c_choose = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_when_test = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_otherwise = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_jspx_tagPool_c_choose.release();
_jspx_tagPool_c_when_test.release();
_jspx_tagPool_c_otherwise.release();
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\n");
out.write("\n");
out.write("<ul class=\"navLinks\">\n");
out.write("<li>\n");
out.write("<a href=\"/lex/\">Dictionary Home</a> | \n");
out.write("</li>\n");
out.write("<li>\n");
out.write("<a href=\"/lex/action?cmd=menu\" title=\"Main Menu\">Main Menu</a> | \n");
out.write("</li>\n");
out.write("<li>\n");
out.write("<a href=\"/lex/action?cmd=search\" title=\"Advanced Search\">Advanced Search</a>\n");
out.write("</li>\n");
out.write("\n");
if (_jspx_meth_c_choose_0(_jspx_page_context))
return;
out.write("\n");
out.write("</ul>\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
private boolean _jspx_meth_c_choose_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:choose
org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_choose_0 = (org.apache.taglibs.standard.tag.common.core.ChooseTag) _jspx_tagPool_c_choose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class);
_jspx_th_c_choose_0.setPageContext(_jspx_page_context);
_jspx_th_c_choose_0.setParent(null);
int _jspx_eval_c_choose_0 = _jspx_th_c_choose_0.doStartTag();
if (_jspx_eval_c_choose_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write('\n');
if (_jspx_meth_c_when_0(_jspx_th_c_choose_0, _jspx_page_context))
return true;
out.write('\n');
if (_jspx_meth_c_otherwise_0(_jspx_th_c_choose_0, _jspx_page_context))
return true;
out.write('\n');
int evalDoAfterBody = _jspx_th_c_choose_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_choose_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_choose.reuse(_jspx_th_c_choose_0);
return false;
}
private boolean _jspx_meth_c_when_0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_choose_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:when
org.apache.taglibs.standard.tag.el.core.WhenTag _jspx_th_c_when_0 = (org.apache.taglibs.standard.tag.el.core.WhenTag) _jspx_tagPool_c_when_test.get(org.apache.taglibs.standard.tag.el.core.WhenTag.class);
_jspx_th_c_when_0.setPageContext(_jspx_page_context);
_jspx_th_c_when_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_choose_0);
_jspx_th_c_when_0.setTest("${ sessionScope.visit.user.guest || empty sessionScope.visit }");
int _jspx_eval_c_when_0 = _jspx_th_c_when_0.doStartTag();
if (_jspx_eval_c_when_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("<li>\n");
out.write(" | <a href=\"/lex/login.jsp\">Login</a>\n");
out.write("</li>\n");
int evalDoAfterBody = _jspx_th_c_when_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_when_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_when_test.reuse(_jspx_th_c_when_0);
return false;
}
private boolean _jspx_meth_c_otherwise_0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_choose_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:otherwise
org.apache.taglibs.standard.tag.common.core.OtherwiseTag _jspx_th_c_otherwise_0 = (org.apache.taglibs.standard.tag.common.core.OtherwiseTag) _jspx_tagPool_c_otherwise.get(org.apache.taglibs.standard.tag.common.core.OtherwiseTag.class);
_jspx_th_c_otherwise_0.setPageContext(_jspx_page_context);
_jspx_th_c_otherwise_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_choose_0);
int _jspx_eval_c_otherwise_0 = _jspx_th_c_otherwise_0.doStartTag();
if (_jspx_eval_c_otherwise_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("<li>\n");
out.write(" | <a href=\"/lex/logout.jsp\">Logout</a>\n");
out.write("</li>\n");
int evalDoAfterBody = _jspx_th_c_otherwise_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_otherwise_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_otherwise.reuse(_jspx_th_c_otherwise_0);
return false;
}
}

View file

@ -0,0 +1,178 @@
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.thdl.lex.*;
public final class login_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(1);
_jspx_dependants.add("/WEB-INF/tld/c.tld");
}
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_if_test;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_set_var_value_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value_escapeXml_nobody;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_jspx_tagPool_c_if_test = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_set_var_value_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_out_value_escapeXml_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_jspx_tagPool_c_if_test.release();
_jspx_tagPool_c_set_var_value_nobody.release();
_jspx_tagPool_c_out_value_escapeXml_nobody.release();
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html");
pageContext = _jspxFactory.getPageContext(this, request, response,
"/jsp/error.jsp", true, 524288, false);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write('\n');
out.write('\n');
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "jsp/header.jsf", out, false);
out.write("\n");
out.write("<div id=\"label\">\n");
out.write("Please login to use the THDL Tibetan Collaborative Dictionaries\n");
out.write("</div><!--END label-->\n");
out.write("<div id=\"message\">Message</div><!--END Message-->\n");
out.write("<div id=\"columnSingle\">\n");
out.write("<div class=\"content\">\n");
out.write("\n");
if (_jspx_meth_c_if_0(_jspx_page_context))
return;
out.write("\n");
out.write("\n");
out.write("\n");
out.write("<form id='loginForm' action='/lex/login' method=\"post\">\n");
out.write("<p>\n");
out.write("Username: ");
if (_jspx_meth_c_out_0(_jspx_page_context))
return;
out.write("\n");
out.write("<br />\n");
out.write("Password: <input type='password' name='password' size='20' value=''>\n");
out.write("<br />\n");
out.write("<input type='submit' value='Log in'>\n");
out.write("</p>\n");
out.write("</form>\n");
out.write("<form action='/lex/public' method=\"post\">\n");
out.write("<p>\n");
out.write("If you would just like to browse the dictionary without contributing please proceed here.\n");
out.write("<input type=\"submit\" value=\"Proceed\" />\n");
out.write("</p>\n");
out.write("</form>\n");
out.write("</div><!--END content-->\n");
out.write("</div><!--END columnSingle-->\n");
out.write("\n");
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "jsp/footer.jsf", out, false);
out.write('\n');
out.write('\n');
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
private boolean _jspx_meth_c_if_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:if
org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_0 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
_jspx_th_c_if_0.setPageContext(_jspx_page_context);
_jspx_th_c_if_0.setParent(null);
_jspx_th_c_if_0.setTest("${ ! empty param.retry }");
int _jspx_eval_c_if_0 = _jspx_th_c_if_0.doStartTag();
if (_jspx_eval_c_if_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\n");
out.write("\t<p style=\"color:red\"> Invalid username/password combination.</p>\n");
out.write("\t");
if (_jspx_meth_c_set_0(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write('\n');
int evalDoAfterBody = _jspx_th_c_if_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_if_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_0);
return false;
}
private boolean _jspx_meth_c_set_0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.el.core.SetTag _jspx_th_c_set_0 = (org.apache.taglibs.standard.tag.el.core.SetTag) _jspx_tagPool_c_set_var_value_nobody.get(org.apache.taglibs.standard.tag.el.core.SetTag.class);
_jspx_th_c_set_0.setPageContext(_jspx_page_context);
_jspx_th_c_set_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_set_0.setVar("usernameValue");
_jspx_th_c_set_0.setValue("${ param.username }");
int _jspx_eval_c_set_0 = _jspx_th_c_set_0.doStartTag();
if (_jspx_th_c_set_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_var_value_nobody.reuse(_jspx_th_c_set_0);
return false;
}
private boolean _jspx_meth_c_out_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_0 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_0.setPageContext(_jspx_page_context);
_jspx_th_c_out_0.setParent(null);
_jspx_th_c_out_0.setValue("<input type='text' name='username' size='16' value='${ usernameValue }'>");
_jspx_th_c_out_0.setEscapeXml("false");
int _jspx_eval_c_out_0 = _jspx_th_c_out_0.doStartTag();
if (_jspx_th_c_out_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_out_value_escapeXml_nobody.reuse(_jspx_th_c_out_0);
return false;
}
}

Binary file not shown.