Index: lams_tool_lamc/web/AdvancedContent.jsp =================================================================== diff -u -r32fc4979f5d351d85b0b1d751810fe1433ee0fcc -r4db5a791a1d9fc010b172c50f9f60677ed71d0fe --- lams_tool_lamc/web/AdvancedContent.jsp (.../AdvancedContent.jsp) (revision 32fc4979f5d351d85b0b1d751810fe1433ee0fcc) +++ lams_tool_lamc/web/AdvancedContent.jsp (.../AdvancedContent.jsp) (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -1,8 +1,8 @@ -<%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> -<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> -<%@ taglib uri="/WEB-INF/struts-logic-el.tld" prefix="logic-el" %> -<%@ taglib uri="/WEB-INF/c.tld" prefix="c" %> -<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %> +<%@ taglib uri="tags-html-el" prefix="html" %> +<%@ taglib uri="tags-bean" prefix="bean" %> +<%@ taglib uri="tags-logic-el" prefix="logic-el" %> +<%@ taglib uri="tags-c" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> <%@ taglib uri="fck-editor" prefix="FCK" %> Index: lams_tool_lamc/web/AnswersContent.jsp =================================================================== diff -u --- lams_tool_lamc/web/AnswersContent.jsp (revision 0) +++ lams_tool_lamc/web/AnswersContent.jsp (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -0,0 +1,39 @@ +<%@ taglib uri="tags-html-el" prefix="html" %> +<%@ taglib uri="tags-bean" prefix="bean" %> +<%@ taglib uri="tags-logic-el" prefix="logic-el" %> +<%@ taglib uri="tags-c" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="fck-editor" prefix="FCK" %> + +<% +String protocol = request.getProtocol(); +if(protocol.startsWith("HTTPS")){ + protocol = "https://"; +}else{ + protocol = "http://"; +} +String root = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; +String pathToLams = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/../.."; +%> + + + + + + + + + + + + + + + + + + + + + + Index: lams_tool_lamc/web/AuthoringMaincontent.jsp =================================================================== diff -u --- lams_tool_lamc/web/AuthoringMaincontent.jsp (revision 0) +++ lams_tool_lamc/web/AuthoringMaincontent.jsp (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -0,0 +1,191 @@ +<%@ taglib uri="tags-html-el" prefix="html" %> +<%@ taglib uri="tags-bean" prefix="bean" %> +<%@ taglib uri="tags-logic-el" prefix="logic-el" %> +<%@ taglib uri="tags-c" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="fck-editor" prefix="FCK" %> + +<% +String protocol = request.getProtocol(); +if(protocol.startsWith("HTTPS")){ + protocol = "https://"; +}else{ + protocol = "http://"; +} +String root = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; +String pathToLams = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/../.."; +%> + + + + + +Tool + + + + + + + + + + + + + +

+ + + + +
+ + + + + +
+ + + + + + + +
+ +
+ + + + + + + +
+ +
+ + + + + + + +
+ +
+ + + + + + + + + +
+ +

+ + + + +
+ <%@ include file="Errorbox.jsp" %> +
+ +
+ + + + + + +
+ Cancel + +
+ + +
+

Advanced Definitions

+ + + + + +
+ <%@ include file="Errorbox.jsp" %> +
+ +
+ +
+
+ + +
+

Instructions

+ + + + + +
+ <%@ include file="Errorbox.jsp" %> +
+ +
+ +
+
+ +
+

+ + + + + + + + + + + + + Index: lams_tool_lamc/web/BaseContent.jsp =================================================================== diff -u --- lams_tool_lamc/web/BaseContent.jsp (revision 0) +++ lams_tool_lamc/web/BaseContent.jsp (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -0,0 +1,21 @@ + +

Base Content

Index: lams_tool_lamc/web/BasicContent.jsp =================================================================== diff -u -rf9c1408c2def6cea28bacadcf8a61297680fafec -r4db5a791a1d9fc010b172c50f9f60677ed71d0fe --- lams_tool_lamc/web/BasicContent.jsp (.../BasicContent.jsp) (revision f9c1408c2def6cea28bacadcf8a61297680fafec) +++ lams_tool_lamc/web/BasicContent.jsp (.../BasicContent.jsp) (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -1,8 +1,8 @@ -<%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> -<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> -<%@ taglib uri="/WEB-INF/struts-logic-el.tld" prefix="logic-el" %> -<%@ taglib uri="/WEB-INF/c.tld" prefix="c" %> -<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %> +<%@ taglib uri="tags-html-el" prefix="html" %> +<%@ taglib uri="tags-bean" prefix="bean" %> +<%@ taglib uri="tags-logic-el" prefix="logic-el" %> +<%@ taglib uri="tags-c" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> <%@ taglib uri="fck-editor" prefix="FCK" %> Index: lams_tool_lamc/web/RedoQuestions.jsp =================================================================== diff -u -r59fe1db88f298509908caae77a8ddfd6fb7d2292 -r4db5a791a1d9fc010b172c50f9f60677ed71d0fe --- lams_tool_lamc/web/RedoQuestions.jsp (.../RedoQuestions.jsp) (revision 59fe1db88f298509908caae77a8ddfd6fb7d2292) +++ lams_tool_lamc/web/RedoQuestions.jsp (.../RedoQuestions.jsp) (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -1,8 +1,9 @@ -<%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> -<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> -<%@ taglib uri="/WEB-INF/struts-logic-el.tld" prefix="logic-el" %> -<%@ taglib uri="/WEB-INF/c.tld" prefix="c" %> -<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %> +<%@ taglib uri="tags-html-el" prefix="html" %> +<%@ taglib uri="tags-bean" prefix="bean" %> +<%@ taglib uri="tags-logic-el" prefix="logic-el" %> +<%@ taglib uri="tags-c" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="fck-editor" prefix="FCK" %> @@ -69,7 +70,5 @@ - - Index: lams_tool_lamc/web/ResultsSummary.jsp =================================================================== diff -u -rdd305c6242c7675477fb8d73791292317636170b -r4db5a791a1d9fc010b172c50f9f60677ed71d0fe --- lams_tool_lamc/web/ResultsSummary.jsp (.../ResultsSummary.jsp) (revision dd305c6242c7675477fb8d73791292317636170b) +++ lams_tool_lamc/web/ResultsSummary.jsp (.../ResultsSummary.jsp) (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -1,8 +1,9 @@ -<%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> -<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> -<%@ taglib uri="/WEB-INF/struts-logic-el.tld" prefix="logic-el" %> -<%@ taglib uri="/WEB-INF/c.tld" prefix="c" %> -<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %> +<%@ taglib uri="tags-html-el" prefix="html" %> +<%@ taglib uri="tags-bean" prefix="bean" %> +<%@ taglib uri="tags-logic-el" prefix="logic-el" %> +<%@ taglib uri="tags-c" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="fck-editor" prefix="FCK" %>
@@ -83,8 +84,6 @@ - - + + Index: lams_tool_lamc/web/Template.jsp =================================================================== diff -u --- lams_tool_lamc/web/Template.jsp (revision 0) +++ lams_tool_lamc/web/Template.jsp (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -0,0 +1,60 @@ + +<%@ taglib uri="tags-tiles" prefix="tiles" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-c" prefix="c" %> + + + + + + + + <tiles:getAsString name="title"/> + + + + + + + + +
Index: lams_tool_lamc/web/SystemErrorContent.jsp =================================================================== diff -u --- lams_tool_lamc/web/SystemErrorContent.jsp (revision 0) +++ lams_tool_lamc/web/SystemErrorContent.jsp (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -0,0 +1,44 @@ + + +<%@ taglib uri="tags-html-el" prefix="html" %> +<%@ taglib uri="tags-bean" prefix="bean" %> +<%@ taglib uri="tags-logic-el" prefix="logic-el" %> +<%@ taglib uri="tags-c" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="fck-editor" prefix="FCK" %> + + +
+ + + + +
+ +
+
+ <%@ include file="Errorbox.jsp" %> +
+
+
+ + + + + + + + + + +
+ + Index: lams_tool_lamc/web/ViewAnswers.jsp =================================================================== diff -u -rec8e0309c7c7f6c561c9bd049037d4d7c2d7a7ce -r4db5a791a1d9fc010b172c50f9f60677ed71d0fe --- lams_tool_lamc/web/ViewAnswers.jsp (.../ViewAnswers.jsp) (revision ec8e0309c7c7f6c561c9bd049037d4d7c2d7a7ce) +++ lams_tool_lamc/web/ViewAnswers.jsp (.../ViewAnswers.jsp) (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -1,8 +1,9 @@ -<%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> -<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> -<%@ taglib uri="/WEB-INF/struts-logic-el.tld" prefix="logic-el" %> -<%@ taglib uri="/WEB-INF/c.tld" prefix="c" %> -<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %> +<%@ taglib uri="tags-html-el" prefix="html" %> +<%@ taglib uri="tags-bean" prefix="bean" %> +<%@ taglib uri="tags-logic-el" prefix="logic-el" %> +<%@ taglib uri="tags-c" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="fck-editor" prefix="FCK" %> Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/FCKeditor.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/c-rt.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/c.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/dbConnection.properties'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/fmt-rt.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/fmt.tld'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_lamc/web/WEB-INF/jstl/tlds/c-rt.tld =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/jstl/tlds/c-rt.tld (revision 0) +++ lams_tool_lamc/web/WEB-INF/jstl/tlds/c-rt.tld (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -0,0 +1,393 @@ + + + + 1.0 + 1.2 + c_rt + http://java.sun.com/jstl/core_rt + JSTL core RT + JSTL 1.0 core library + + + + org.apache.taglibs.standard.tlv.JstlCoreTLV + + + Provides core validation features for JSTL tags. + + + + + catch + org.apache.taglibs.standard.tag.common.core.CatchTag + JSP + + Catches any Throwable that occurs in its body and optionally + exposes it. + + + var + false + false + + + + + choose + org.apache.taglibs.standard.tag.common.core.ChooseTag + JSP + + Simple conditional tag that establishes a context for + mutually exclusive conditional operations, marked by + <when> and <otherwise> + + + + + if + org.apache.taglibs.standard.tag.rt.core.IfTag + JSP + + Simple conditional tag, which evalutes its body if the + supplied condition is true and optionally exposes a Boolean + scripting variable representing the evaluation of this condition + + + test + true + true + boolean + + + var + false + false + + + scope + false + false + + + + + import + org.apache.taglibs.standard.tag.rt.core.ImportTag + org.apache.taglibs.standard.tei.ImportTEI + JSP + + Retrieves an absolute or relative URL and exposes its contents + to either the page, a String in 'var', or a Reader in 'varReader'. + + + url + true + true + + + var + false + false + + + scope + false + false + + + varReader + false + false + + + context + false + true + + + charEncoding + false + true + + + + + forEach + org.apache.taglibs.standard.tag.rt.core.ForEachTag + org.apache.taglibs.standard.tei.ForEachTEI + JSP + + The basic iteration tag, accepting many different + collection types and supporting subsetting and other + functionality + + + items + false + true + java.lang.Object + + + begin + false + true + int + + + end + false + true + int + + + step + false + true + int + + + var + false + false + + + varStatus + false + false + + + + + forTokens + org.apache.taglibs.standard.tag.rt.core.ForTokensTag + JSP + + Iterates over tokens, separated by the supplied delimeters + + + items + true + true + java.lang.String + + + delims + true + true + java.lang.String + + + begin + false + true + int + + + end + false + true + int + + + step + false + true + int + + + var + false + false + + + varStatus + false + false + + + + + out + org.apache.taglibs.standard.tag.rt.core.OutTag + JSP + + Like <%= ... >, but for expressions. + + + value + true + true + + + default + false + true + + + escapeXml + false + true + + + + + + otherwise + org.apache.taglibs.standard.tag.common.core.OtherwiseTag + JSP + + Subtag of <choose> that follows <when> tags + and runs only if all of the prior conditions evaluated to + 'false' + + + + + param + org.apache.taglibs.standard.tag.rt.core.ParamTag + JSP + + Adds a parameter to a containing 'import' tag's URL. + + + name + true + true + + + value + false + true + + + + + redirect + org.apache.taglibs.standard.tag.rt.core.RedirectTag + JSP + + Redirects to a new URL. + + + var + false + false + + + scope + false + false + + + url + false + true + + + context + false + true + + + + + remove + org.apache.taglibs.standard.tag.common.core.RemoveTag + empty + + Removes a scoped variable (from a particular scope, if specified). + + + var + true + false + + + scope + false + false + + + + + set + org.apache.taglibs.standard.tag.rt.core.SetTag + JSP + + Sets the result of an expression evaluation in a 'scope' + + + var + false + false + + + value + false + true + + + target + false + true + + + property + false + true + + + scope + false + false + + + + + url + org.apache.taglibs.standard.tag.rt.core.UrlTag + JSP + + Creates a URL with optional query parameters. + + + var + false + false + + + scope + false + false + + + value + false + true + + + context + false + true + + + + + when + org.apache.taglibs.standard.tag.rt.core.WhenTag + JSP + + Subtag of <choose> that includes its body if its + condition evalutes to 'true' + + + test + true + true + boolean + + + + Index: lams_tool_lamc/web/WEB-INF/jstl/tlds/c.tld =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/jstl/tlds/c.tld (revision 0) +++ lams_tool_lamc/web/WEB-INF/jstl/tlds/c.tld (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -0,0 +1,416 @@ + + + + 1.0 + 1.2 + c + http://java.sun.com/jstl/core + JSTL core + JSTL 1.0 core library + + + + org.apache.taglibs.standard.tlv.JstlCoreTLV + + + expressionAttributes + + out:value + out:default + out:escapeXml + if:test + import:url + import:context + import:charEncoding + forEach:items + forEach:begin + forEach:end + forEach:step + forTokens:items + forTokens:begin + forTokens:end + forTokens:step + param:encode + param:name + param:value + redirect:context + redirect:url + set:property + set:target + set:value + url:context + url:value + when:test + + + Whitespace-separated list of colon-separated token pairs + describing tag:attribute combinations that accept expressions. + The validator uses this information to determine which + attributes need their syntax validated. + + + + + + catch + org.apache.taglibs.standard.tag.common.core.CatchTag + JSP + + Catches any Throwable that occurs in its body and optionally + exposes it. + + + var + false + false + + + + + choose + org.apache.taglibs.standard.tag.common.core.ChooseTag + JSP + + Simple conditional tag that establishes a context for + mutually exclusive conditional operations, marked by + <when> and <otherwise> + + + + + out + org.apache.taglibs.standard.tag.el.core.OutTag + JSP + + Like <%= ... >, but for expressions. + + + value + true + false + + + default + false + false + + + escapeXml + false + false + + + + + if + org.apache.taglibs.standard.tag.el.core.IfTag + JSP + + Simple conditional tag, which evalutes its body if the + supplied condition is true and optionally exposes a Boolean + scripting variable representing the evaluation of this condition + + + test + true + false + + + var + false + false + + + scope + false + false + + + + + import + org.apache.taglibs.standard.tag.el.core.ImportTag + org.apache.taglibs.standard.tei.ImportTEI + JSP + + Retrieves an absolute or relative URL and exposes its contents + to either the page, a String in 'var', or a Reader in 'varReader'. + + + url + true + false + + + var + false + false + + + scope + false + false + + + varReader + false + false + + + context + false + false + + + charEncoding + false + false + + + + + forEach + org.apache.taglibs.standard.tag.el.core.ForEachTag + org.apache.taglibs.standard.tei.ForEachTEI + JSP + + The basic iteration tag, accepting many different + collection types and supporting subsetting and other + functionality + + + items + false + false + + + begin + false + false + + + end + false + false + + + step + false + false + + + var + false + false + + + varStatus + false + false + + + + + forTokens + org.apache.taglibs.standard.tag.el.core.ForTokensTag + JSP + + Iterates over tokens, separated by the supplied delimeters + + + items + true + false + + + delims + true + false + + + begin + false + false + + + end + false + false + + + step + false + false + + + var + false + false + + + varStatus + false + false + + + + + otherwise + org.apache.taglibs.standard.tag.common.core.OtherwiseTag + JSP + + Subtag of <choose> that follows <when> tags + and runs only if all of the prior conditions evaluated to + 'false' + + + + + param + org.apache.taglibs.standard.tag.el.core.ParamTag + JSP + + Adds a parameter to a containing 'import' tag's URL. + + + name + true + false + + + value + false + false + + + + + redirect + org.apache.taglibs.standard.tag.el.core.RedirectTag + JSP + + Redirects to a new URL. + + + var + false + false + + + scope + false + false + + + url + true + false + + + context + false + false + + + + + remove + org.apache.taglibs.standard.tag.common.core.RemoveTag + empty + + Removes a scoped variable (from a particular scope, if specified). + + + var + true + false + + + scope + false + false + + + + + set + org.apache.taglibs.standard.tag.el.core.SetTag + JSP + + Sets the result of an expression evaluation in a 'scope' + + + var + false + false + + + value + false + false + + + target + false + false + + + property + false + false + + + scope + false + false + + + + + url + org.apache.taglibs.standard.tag.el.core.UrlTag + JSP + + Prints or exposes a URL with optional query parameters + (via the c:param tag). + + + var + false + false + + + scope + false + false + + + value + true + false + + + context + false + false + + + + + when + org.apache.taglibs.standard.tag.el.core.WhenTag + JSP + + Subtag of <choose> that includes its body if its + condition evalutes to 'true' + + + test + true + false + + + + Index: lams_tool_lamc/web/WEB-INF/jstl/tlds/fmt-rt.tld =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/jstl/tlds/fmt-rt.tld (revision 0) +++ lams_tool_lamc/web/WEB-INF/jstl/tlds/fmt-rt.tld (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -0,0 +1,403 @@ + + + + 1.0 + 1.2 + fmt_rt + http://java.sun.com/jstl/fmt_rt + JSTL fmt RT + JSTL 1.0 i18n-capable formatting library + + + + org.apache.taglibs.standard.tlv.JstlFmtTLV + + + Provides core validation features for JSTL tags. + + + + + requestEncoding + org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag + empty + + Sets the request character encoding + + + value + false + true + + + + + setLocale + org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag + empty + + Stores the given locale in the locale configuration variable + + + value + true + true + + + variant + false + true + + + scope + false + false + + + + + timeZone + org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag + JSP + + Specifies the time zone for any time formatting or parsing actions + nested in its body + + + value + true + true + + + + + setTimeZone + org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag + empty + + Stores the given time zone in the time zone configuration variable + + + value + true + true + + + var + false + false + + + scope + false + false + + + + + bundle + org.apache.taglibs.standard.tag.rt.fmt.BundleTag + JSP + + Loads a resource bundle to be used by its tag body + + + basename + true + true + + + prefix + false + true + + + + + setBundle + org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag + empty + + Loads a resource bundle and stores it in the named scoped variable or + the bundle configuration variable + + + basename + true + true + + + var + false + false + + + scope + false + false + + + + + message + org.apache.taglibs.standard.tag.rt.fmt.MessageTag + JSP + + Maps key to localized message and performs parametric replacement + + + key + false + true + + + bundle + false + true + + + var + false + false + + + scope + false + false + + + + + param + org.apache.taglibs.standard.tag.rt.fmt.ParamTag + JSP + + Supplies an argument for parametric replacement to a containing + <message> tag + + + value + false + true + + + + + formatNumber + org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag + JSP + + Formats a numeric value as a number, currency, or percentage + + + value + false + true + + + type + false + true + + + pattern + false + true + + + currencyCode + false + true + + + currencySymbol + false + true + + + groupingUsed + false + true + + + maxIntegerDigits + false + true + + + minIntegerDigits + false + true + + + maxFractionDigits + false + true + + + minFractionDigits + false + true + + + var + false + false + + + scope + false + false + + + + + parseNumber + org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag + JSP + + Parses the string representation of a number, currency, or percentage + + + value + false + true + + + type + false + true + + + pattern + false + true + + + parseLocale + false + true + + + integerOnly + false + true + + + var + false + false + + + scope + false + false + + + + + formatDate + org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag + empty + + Formats a date and/or time using the supplied styles and pattern + + + value + true + true + + + type + false + true + + + dateStyle + false + true + + + timeStyle + false + true + + + pattern + false + true + + + timeZone + false + true + + + var + false + false + + + scope + false + false + + + + + parseDate + org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag + JSP + + Parses the string representation of a date and/or time + + + value + false + true + + + type + false + true + + + dateStyle + false + true + + + timeStyle + false + true + + + pattern + false + true + + + timeZone + false + true + + + parseLocale + false + true + + + var + false + false + + + scope + false + false + + + + Index: lams_tool_lamc/web/WEB-INF/jstl/tlds/fmt.tld =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/jstl/tlds/fmt.tld (revision 0) +++ lams_tool_lamc/web/WEB-INF/jstl/tlds/fmt.tld (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -0,0 +1,442 @@ + + + + 1.0 + 1.2 + fmt + http://java.sun.com/jstl/fmt + JSTL fmt + JSTL 1.0 i18n-capable formatting library + + + + org.apache.taglibs.standard.tlv.JstlFmtTLV + + + expressionAttributes + + requestEncoding:value + setLocale:value + setLocale:variant + timeZone:value + setTimeZone:value + bundle:basename + bundle:prefix + setBundle:basename + message:key + message:bundle + param:value + formatNumber:value + formatNumber:pattern + formatNumber:currencyCode + formatNumber:currencySymbol + formatNumber:groupingUsed + formatNumber:maxIntegerDigits + formatNumber:minIntegerDigits + formatNumber:maxFractionDigits + formatNumber:minFractionDigits + parseNumber:value + parseNumber:pattern + parseNumber:parseLocale + parseNumber:integerOnly + formatDate:value + formatDate:pattern + formatDate:timeZone + parseDate:value + parseDate:pattern + parseDate:timeZone + parseDate:parseLocale + + + Whitespace-separated list of colon-separated token pairs + describing tag:attribute combinations that accept expressions. + The validator uses this information to determine which + attributes need their syntax validated. + + + + + + requestEncoding + org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag + empty + + Sets the request character encoding + + + value + false + false + + + + + setLocale + org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag + empty + + Stores the given locale in the locale configuration variable + + + value + true + false + + + variant + false + false + + + scope + false + false + + + + + timeZone + org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag + JSP + + Specifies the time zone for any time formatting or parsing actions + nested in its body + + + value + true + false + + + + + setTimeZone + org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag + empty + + Stores the given time zone in the time zone configuration variable + + + value + true + false + + + var + false + false + + + scope + false + false + + + + + bundle + org.apache.taglibs.standard.tag.el.fmt.BundleTag + JSP + + Loads a resource bundle to be used by its tag body + + + basename + true + false + + + prefix + false + false + + + + + setBundle + org.apache.taglibs.standard.tag.el.fmt.SetBundleTag + empty + + Loads a resource bundle and stores it in the named scoped variable or + the bundle configuration variable + + + basename + true + false + + + var + false + false + + + scope + false + false + + + + + message + org.apache.taglibs.standard.tag.el.fmt.MessageTag + JSP + + Maps key to localized message and performs parametric replacement + + + key + false + false + + + bundle + false + false + + + var + false + false + + + scope + false + false + + + + + param + org.apache.taglibs.standard.tag.el.fmt.ParamTag + JSP + + Supplies an argument for parametric replacement to a containing + <message> tag + + + value + false + false + + + + + formatNumber + org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag + JSP + + Formats a numeric value as a number, currency, or percentage + + + value + false + false + + + type + false + false + + + pattern + false + false + + + currencyCode + false + false + + + currencySymbol + false + false + + + groupingUsed + false + false + + + maxIntegerDigits + false + false + + + minIntegerDigits + false + false + + + maxFractionDigits + false + false + + + minFractionDigits + false + false + + + var + false + false + + + scope + false + false + + + + + parseNumber + org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag + JSP + + Parses the string representation of a number, currency, or percentage + + + value + false + false + + + type + false + false + + + pattern + false + false + + + parseLocale + false + false + + + integerOnly + false + false + + + var + false + false + + + scope + false + false + + + + + formatDate + org.apache.taglibs.standard.tag.el.fmt.FormatDateTag + empty + + Formats a date and/or time using the supplied styles and pattern + + + value + true + false + + + type + false + false + + + dateStyle + false + false + + + timeStyle + false + false + + + pattern + false + false + + + timeZone + false + false + + + var + false + false + + + scope + false + false + + + + + parseDate + org.apache.taglibs.standard.tag.el.fmt.ParseDateTag + JSP + + Parses the string representation of a date and/or time + + + value + false + false + + + type + false + false + + + dateStyle + false + false + + + timeStyle + false + false + + + pattern + false + false + + + timeZone + false + false + + + parseLocale + false + false + + + var + false + false + + + scope + false + false + + + + Index: lams_tool_lamc/web/WEB-INF/jstl/tlds/sql-rt.tld =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/jstl/tlds/sql-rt.tld (revision 0) +++ lams_tool_lamc/web/WEB-INF/jstl/tlds/sql-rt.tld (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -0,0 +1,188 @@ + + + + 1.0 + 1.2 + sql_rt + http://java.sun.com/jstl/sql_rt + JSTL sql RT + JSTL 1.0 sql library + + + + org.apache.taglibs.standard.tlv.JstlSqlTLV + + + Provides core validation features for JSTL tags. + + + + + transaction + org.apache.taglibs.standard.tag.rt.sql.TransactionTag + JSP + + Provides nested database action elements with a shared Connection, + set up to execute all statements as one transaction. + + + dataSource + false + true + + + isolation + false + true + + + + + query + org.apache.taglibs.standard.tag.rt.sql.QueryTag + JSP + + Executes the SQL query defined in its body or through the + sql attribute. + + + var + true + false + + + scope + false + false + + + sql + false + true + + + dataSource + false + true + + + startRow + false + true + + + maxRows + false + true + + + + + update + org.apache.taglibs.standard.tag.rt.sql.UpdateTag + JSP + + Executes the SQL update defined in its body or through the + sql attribute. + + + var + false + false + + + scope + false + false + + + sql + false + true + + + dataSource + false + true + + + + + param + org.apache.taglibs.standard.tag.rt.sql.ParamTag + JSP + + Sets a parameter in an SQL statement to the specified value. + + + value + false + true + + + + + dateParam + org.apache.taglibs.standard.tag.rt.sql.DateParamTag + empty + + Sets a parameter in an SQL statement to the specified java.util.Date value. + + + value + true + true + + + type + false + true + + + + + setDataSource + org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag + empty + + Creates a simple DataSource suitable only for prototyping. + + + var + false + false + + + scope + false + false + + + dataSource + false + true + + + driver + false + true + + + url + false + true + + + user + false + true + + + password + false + true + + + Index: lams_tool_lamc/web/WEB-INF/jstl/tlds/sql.tld =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/jstl/tlds/sql.tld (revision 0) +++ lams_tool_lamc/web/WEB-INF/jstl/tlds/sql.tld (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -0,0 +1,213 @@ + + + + 1.0 + 1.2 + sql + http://java.sun.com/jstl/sql + JSTL sql + JSTL 1.0 sql library + + + + org.apache.taglibs.standard.tlv.JstlSqlTLV + + + expressionAttributes + + transaction:dataSource + transaction:isolation + query:sql + query:dataSource + query:startRow + query:maxRows + update:sql + update:dataSource + param:value + dateParam:value + dateParam:type + setDataSource:dataSource + setDataSource:driver + setDataSource:url + setDataSource:user + setDataSource:password + + + Whitespace-separated list of colon-separated token pairs + describing tag:attribute combinations that accept expressions. + The validator uses this information to determine which + attributes need their syntax validated. + + + + + + transaction + org.apache.taglibs.standard.tag.el.sql.TransactionTag + JSP + + Provides nested database action elements with a shared Connection, + set up to execute all statements as one transaction. + + + dataSource + false + false + + + isolation + false + false + + + + + query + org.apache.taglibs.standard.tag.el.sql.QueryTag + JSP + + Executes the SQL query defined in its body or through the + sql attribute. + + + var + true + false + + + scope + false + false + + + sql + false + false + + + dataSource + false + false + + + startRow + false + false + + + maxRows + false + false + + + + + update + org.apache.taglibs.standard.tag.el.sql.UpdateTag + JSP + + Executes the SQL update defined in its body or through the + sql attribute. + + + var + false + false + + + scope + false + false + + + sql + false + false + + + dataSource + false + false + + + + + param + org.apache.taglibs.standard.tag.el.sql.ParamTag + JSP + + Sets a parameter in an SQL statement to the specified value. + + + value + false + false + + + + + dateParam + org.apache.taglibs.standard.tag.el.sql.DateParamTag + empty + + Sets a parameter in an SQL statement to the specified java.util.Date val +ue. + + + value + true + true + + + type + false + true + + + + + setDataSource + org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag + empty + + Creates a simple DataSource suitable only for prototyping. + + + var + false + false + + + scope + false + false + + + dataSource + false + false + + + driver + false + false + + + url + false + false + + + user + false + false + + + password + false + false + + + Index: lams_tool_lamc/web/WEB-INF/jstl/tlds/x-rt.tld =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/jstl/tlds/x-rt.tld (revision 0) +++ lams_tool_lamc/web/WEB-INF/jstl/tlds/x-rt.tld (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -0,0 +1,256 @@ + + + + 1.0 + 1.2 + x_rt + http://java.sun.com/jstl/xml_rt + JSTL XML RT + JSTL 1.0 XML library + + + + org.apache.taglibs.standard.tlv.JstlXmlTLV + + + Provides validation features for JSTL XML tags. + + + + + choose + org.apache.taglibs.standard.tag.common.core.ChooseTag + JSP + + Simple conditional tag that establishes a context for + mutually exclusive conditional operations, marked by + <when> and <otherwise> + + + + + out + org.apache.taglibs.standard.tag.rt.xml.ExprTag + empty + + Like <%= ... >, but for XPath expressions. + + + select + true + false + + + escapeXml + false + true + + + + + if + org.apache.taglibs.standard.tag.common.xml.IfTag + JSP + + XML conditional tag, which evalutes its body if the + supplied XPath expression evalutes to 'true' as a boolean + + + select + true + false + + + var + false + false + + + scope + false + false + + + + + forEach + org.apache.taglibs.standard.tag.common.xml.ForEachTag + JSP + + XML iteration tag. + + + var + false + false + + + select + true + false + + + + + otherwise + org.apache.taglibs.standard.tag.common.core.OtherwiseTag + JSP + + Subtag of <choose> that follows <when> tags + and runs only if all of the prior conditions evaluated to + 'false' + + + + + param + org.apache.taglibs.standard.tag.rt.xml.ParamTag + JSP + + Adds a parameter to a containing 'transform' tag's Transformer + + + name + true + true + + + value + false + true + + + + + parse + org.apache.taglibs.standard.tag.rt.xml.ParseTag + org.apache.taglibs.standard.tei.XmlParseTEI + JSP + + Parses XML content from 'source' attribute or 'body' + + + var + false + false + + + varDom + false + false + + + scope + false + false + + + scopeDom + false + false + + + xml + false + true + + + systemId + false + true + + + filter + false + true + + + + + set + org.apache.taglibs.standard.tag.common.xml.SetTag + empty + + Saves the result of an XPath expression evaluation in a 'scope' + + + var + true + false + + + select + false + false + + + scope + false + false + + + + + transform + org.apache.taglibs.standard.tag.rt.xml.TransformTag + org.apache.taglibs.standard.tei.XmlTransformTEI + JSP + + Conducts a transformation given a source XML document + and an XSLT stylesheet + + + var + false + false + + + scope + false + false + + + result + false + true + + + xml + false + true + + + xmlSystemId + false + true + + + xslt + false + true + + + xsltSystemId + false + true + + + + + when + org.apache.taglibs.standard.tag.common.xml.WhenTag + JSP + + Subtag of <choose> that includes its body if its + expression evalutes to 'true' + + + select + true + false + + + + Index: lams_tool_lamc/web/WEB-INF/jstl/tlds/x.tld =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/jstl/tlds/x.tld (revision 0) +++ lams_tool_lamc/web/WEB-INF/jstl/tlds/x.tld (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -0,0 +1,273 @@ + + + + 1.0 + 1.2 + x + http://java.sun.com/jstl/xml + JSTL XML + JSTL 1.0 XML library + + + + org.apache.taglibs.standard.tlv.JstlXmlTLV + + + expressionAttributes + + out:escapeXml + parse:xml + parse:systemId + parse:filter + transform:xml + transform:xmlSystemId + transform:xslt + transform:xsltSystemId + transform:result + + + Whitespace-separated list of colon-separated token pairs + describing tag:attribute combinations that accept expressions. + The validator uses this information to determine which + attributes need their syntax validated. + + + + + + choose + org.apache.taglibs.standard.tag.common.core.ChooseTag + JSP + + Simple conditional tag that establishes a context for + mutually exclusive conditional operations, marked by + <when> and <otherwise> + + + + + out + org.apache.taglibs.standard.tag.el.xml.ExprTag + empty + + Like <%= ... >, but for XPath expressions. + + + select + true + false + + + escapeXml + false + false + + + + + if + org.apache.taglibs.standard.tag.common.xml.IfTag + JSP + + XML conditional tag, which evalutes its body if the + supplied XPath expression evalutes to 'true' as a boolean + + + select + true + false + + + var + false + false + + + scope + false + false + + + + + forEach + org.apache.taglibs.standard.tag.common.xml.ForEachTag + JSP + + XML iteration tag. + + + var + false + false + + + select + true + false + + + + + otherwise + org.apache.taglibs.standard.tag.common.core.OtherwiseTag + JSP + + Subtag of <choose> that follows <when> tags + and runs only if all of the prior conditions evaluated to + 'false' + + + + + param + org.apache.taglibs.standard.tag.el.xml.ParamTag + JSP + + Adds a parameter to a containing 'transform' tag's Transformer + + + name + true + false + + + value + false + false + + + + + parse + org.apache.taglibs.standard.tag.el.xml.ParseTag + org.apache.taglibs.standard.tei.XmlParseTEI + JSP + + Parses XML content from 'source' attribute or 'body' + + + var + false + false + + + varDom + false + false + + + scope + false + false + + + scopeDom + false + false + + + xml + false + false + + + systemId + false + false + + + filter + false + false + + + + + set + org.apache.taglibs.standard.tag.common.xml.SetTag + empty + + Saves the result of an XPath expression evaluation in a 'scope' + + + var + true + false + + + select + false + false + + + scope + false + false + + + + + transform + org.apache.taglibs.standard.tag.el.xml.TransformTag + org.apache.taglibs.standard.tei.XmlTransformTEI + JSP + + Conducts a transformation given a source XML document + and an XSLT stylesheet + + + var + false + false + + + scope + false + false + + + result + false + false + + + xml + false + false + + + xmlSystemId + false + false + + + xslt + false + false + + + xsltSystemId + false + false + + + + + when + org.apache.taglibs.standard.tag.common.xml.WhenTag + JSP + + Subtag of <choose> that includes its body if its + expression evalutes to 'true' + + + select + true + false + + + + Index: lams_tool_lamc/web/WEB-INF/lams.tld =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/lams.tld (revision 0) +++ lams_tool_lamc/web/WEB-INF/lams.tld (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -0,0 +1,48 @@ + + + + + + 1.0 + 1.1 + lams + + + + + + LAMSURL + org.lamsfoundation.lams.web.tag.LAMSURLTag + + + + + + user + org.lamsfoundation.lams.web.tag.UserTag + + + + property + true + true + + + + + + + css + org.lamsfoundation.lams.web.tag.CssTag + + + + + + WebAppURL + org.lamsfoundation.lams.web.tag.WebAppURLTag + + + + + Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/mcApplicationContext.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/sql-rt.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/sql.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/struts-bean-el.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/struts-bean.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/struts-html-el.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/struts-html.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/struts-logic-el.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/struts-logic.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/struts-nested.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/struts-tiles-el.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/struts-tiles.tld'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_lamc/web/WEB-INF/tiles/tiles-defs.xml =================================================================== diff -u -r1d54b5509eea881872edc0028f5d9c4c1003068f -r4db5a791a1d9fc010b172c50f9f60677ed71d0fe --- lams_tool_lamc/web/WEB-INF/tiles/tiles-defs.xml (.../tiles-defs.xml) (revision 1d54b5509eea881872edc0028f5d9c4c1003068f) +++ lams_tool_lamc/web/WEB-INF/tiles/tiles-defs.xml (.../tiles-defs.xml) (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -1,5 +1,10 @@ + + + - + - - - + + + - + - + @@ -55,20 +60,20 @@ - + - + - + Index: lams_tool_lamc/web/WEB-INF/web.xml =================================================================== diff -u -ra94de5ff6e0fa1bf65e068d94c81ccdd232c06df -r4db5a791a1d9fc010b172c50f9f60677ed71d0fe --- lams_tool_lamc/web/WEB-INF/web.xml (.../web.xml) (revision a94de5ff6e0fa1bf65e068d94c81ccdd232c06df) +++ lams_tool_lamc/web/WEB-INF/web.xml (.../web.xml) (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -130,13 +130,87 @@ /403.html - + + + + + tags-bean + /WEB-INF/struts/tlds/struts-bean.tld + - fck-editor - /WEB-INF/fckeditor/tlds/FCKeditor.tld + tags-html + /WEB-INF/struts/tlds/struts-html.tld + + tags-logic + /WEB-INF/struts/tlds/struts-logic.tld + + + + tags-tiles + /WEB-INF/struts/tlds/struts-tiles.tld + + + + tags-bean-el + /WEB-INF/struts/tlds/struts-bean-el.tld + + + + tags-html-el + /WEB-INF/struts/tlds/struts-html-el.tld + + + + tags-logic-el + /WEB-INF/struts/tlds/struts-logic-el.tld + + + + tags-tiles-el + /WEB-INF/struts/tlds/struts-tiles-el.tld + + + + + + + + tags-fmt + /WEB-INF/jstl/tlds/fmt.tld + + + + tags-fmt-rt + /WEB-INF/jstl/tlds/fmt-rt.tld + + + + tags-c + /WEB-INF/jstl/tlds/c.tld + + + + tags-core-rt + /WEB-INF/jstl/tlds/c-rt.tld + + + + + + + tags-lams + /WEB-INF/lams.tld + + + + + fck-editor + /WEB-INF/fckeditor/tlds/FCKeditor.tld + + Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/x-rt.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/x.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/answersContent.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/authoringMaincontent.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/baseContent.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/errorList.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/errorbox.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/footer.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/header.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_lamc/web/index.jsp =================================================================== diff -u -r7d4312121d0ac51529464536ca8203c445f5d433 -r4db5a791a1d9fc010b172c50f9f60677ed71d0fe --- lams_tool_lamc/web/index.jsp (.../index.jsp) (revision 7d4312121d0ac51529464536ca8203c445f5d433) +++ lams_tool_lamc/web/index.jsp (.../index.jsp) (revision 4db5a791a1d9fc010b172c50f9f60677ed71d0fe) @@ -1,11 +1,10 @@ -<%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> -<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> -<%@ taglib uri="/WEB-INF/struts-logic-el.tld" prefix="logic-el" %> -<%@ taglib uri="/WEB-INF/c.tld" prefix="c" %> -<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %> +<%@ taglib uri="tags-html-el" prefix="html" %> +<%@ taglib uri="tags-bean" prefix="bean" %> +<%@ taglib uri="tags-logic-el" prefix="logic-el" %> +<%@ taglib uri="tags-c" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> <%@ taglib uri="fck-editor" prefix="FCK" %> - <% String userContentId="1234"; Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/learningIndex.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/messagebox.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/systemErrorContent.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4db5a791a1d9fc010b172c50f9f60677ed71d0fe refers to a dead (removed) revision in file `lams_tool_lamc/web/template.jsp'. Fisheye: No comparison available. Pass `N' to diff?