Index: lams_admin/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_admin/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_admin/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_admin/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_admin/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_admin/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_admin/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_admin/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_admin/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_central/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_central/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_central/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_central/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_central/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_central/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_central/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_central/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_central/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_gradebook/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_gradebook/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_gradebook/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_gradebook/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_gradebook/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_gradebook/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_gradebook/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_gradebook/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_gradebook/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_learning/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_learning/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_learning/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_learning/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_learning/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_learning/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_learning/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_learning/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_learning/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_assessment/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_assessment/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_assessment/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_assessment/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_assessment/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_assessment/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_assessment/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_assessment/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_assessment/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_chat/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_chat/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_chat/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_chat/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_chat/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_chat/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_chat/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_chat/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_chat/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_daco/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_daco/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_daco/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_daco/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_daco/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_daco/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_daco/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_daco/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_daco/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_doku/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_doku/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_doku/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_doku/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_doku/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_doku/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_forum/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_forum/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_forum/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_forum/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_forum/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_forum/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_forum/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_forum/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_forum/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_gmap/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_gmap/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_gmap/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_gmap/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_gmap/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_gmap/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_gmap/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_gmap/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_gmap/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_images/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_images/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_images/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_images/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_images/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_images/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_images/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_images/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_images/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_imscc/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_imscc/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_imscc/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_imscc/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_imscc/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_imscc/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_imscc/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_imscc/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_imscc/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_laqa/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_laqa/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_laqa/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_laqa/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_laqa/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_laqa/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_leader/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_leader/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_leader/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_leader/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_leader/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_leader/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_leader/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_leader/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_leader/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_mindmap/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_mindmap/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_mindmap/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_mindmap/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_mindmap/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_mindmap/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_mindmap/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_mindmap/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_mindmap/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_nb/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_nb/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_nb/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_nb/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_nb/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_nb/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_nb/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_nb/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_nb/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_notebook/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_notebook/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_notebook/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_notebook/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_notebook/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_notebook/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_pixlr/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_pixlr/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_pixlr/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_pixlr/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_pixlr/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_pixlr/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_pixlr/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_pixlr/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_pixlr/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_preview/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_preview/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_preview/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_preview/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_preview/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_preview/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_preview/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_preview/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_preview/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_sbmt/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_sbmt/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_sbmt/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_sbmt/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_sbmt/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_sbmt/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_sbmt/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_sbmt/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_sbmt/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_scratchie/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_scratchie/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_scratchie/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_scratchie/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_scratchie/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_scratchie/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_scratchie/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_scratchie/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_scratchie/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_scribe/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_scribe/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_scribe/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_scribe/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_scribe/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_scribe/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_scribe/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_scribe/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_scribe/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_spreadsheet/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_spreadsheet/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_spreadsheet/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_spreadsheet/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_spreadsheet/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_spreadsheet/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_spreadsheet/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_spreadsheet/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_spreadsheet/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_survey/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_survey/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_survey/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_survey/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_survey/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_survey/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_survey/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_survey/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_survey/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_task/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_task/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_task/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_task/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_task/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_task/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_task/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_task/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_task/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_vote/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_vote/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_vote/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_vote/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_vote/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_vote/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_vote/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_vote/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_vote/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_whiteboard/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_whiteboard/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_whiteboard/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_whiteboard/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_whiteboard/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_whiteboard/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_whiteboard/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_whiteboard/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_whiteboard/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_wiki/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_wiki/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_wiki/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_wiki/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_wiki/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_wiki/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_wiki/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_wiki/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_wiki/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_tool_zoom/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_tool_zoom/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_tool_zoom/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_zoom/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_tool_zoom/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_tool_zoom/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_tool_zoom/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_tool_zoom/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_tool_zoom/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file Index: lams_www/web/WEB-INF/tags/Dropdown.tag =================================================================== diff -u --- lams_www/web/WEB-INF/tags/Dropdown.tag (revision 0) +++ lams_www/web/WEB-INF/tags/Dropdown.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,40 @@ +<% + /** + * Dropdown.tag + * Author: Marcin Cieslak + * Description: Displays a row with a label and a styled select widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> + +<%@ attribute name="name" required="true" rtexprvalue="true" %> +<%@ attribute name="labelKey" required="true" rtexprvalue="true" %> + +<%@ attribute name="id" required="false" rtexprvalue="true" %> +<%@ attribute name="useSpringForm" required="false" rtexprvalue="true" %> +<%@ attribute name="inputCellClass" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %> +<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %> + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_www/web/WEB-INF/tags/PageComponent.tag =================================================================== diff -u --- lams_www/web/WEB-INF/tags/PageComponent.tag (revision 0) +++ lams_www/web/WEB-INF/tags/PageComponent.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,29 @@ +<% + /** + * PageComponent.tag + * Author: Marcin Cieslak + * Description: Wrap contents in a standardised page template + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> + +
+
+ Skip to main content + + +
+
+

+
+
+
+ + + +
+
\ No newline at end of file Index: lams_www/web/WEB-INF/tags/Panel.tag =================================================================== diff -u --- lams_www/web/WEB-INF/tags/Panel.tag (revision 0) +++ lams_www/web/WEB-INF/tags/Panel.tag (revision 8bdaa44b23569a15fbc49b391c9d8f103b53efc9) @@ -0,0 +1,76 @@ +<% + /** + * Panel.tag + * Author: Marcin Cieslak + * Description: Show a collapsible panel with decorations + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="icon" required="false" rtexprvalue="true" %> +<%@ attribute name="iconClass" required="false" rtexprvalue="true" %> +<%@ attribute name="colorClass" required="false" rtexprvalue="true" %> +<%@ attribute name="collapsible" required="false" rtexprvalue="true" %> +<%@ attribute name="expanded" required="false" rtexprvalue="true" %> + + + +<%-- Should left panel (icon, color) be displayed at all --%> + + + \ No newline at end of file