Index: lams_central/web/pedagogical_planner/sequenceChooser.jsp =================================================================== diff -u -r27d7f43ac317e84d604d3442dc896b80adf4a16b -r9a28a1269fd337e431f26f8515bdc10bcf3a53ee --- lams_central/web/pedagogical_planner/sequenceChooser.jsp (.../sequenceChooser.jsp) (revision 27d7f43ac317e84d604d3442dc896b80adf4a16b) +++ lams_central/web/pedagogical_planner/sequenceChooser.jsp (.../sequenceChooser.jsp) (revision 9a28a1269fd337e431f26f8515bdc10bcf3a53ee) @@ -12,7 +12,7 @@ <fmt:message key="title.lams"/> :: <fmt:message key="planner.title" /> - + @@ -39,12 +39,12 @@ <%-- This part creates path like "> Root > Some node > Some subnode" with links to upper level nodes --%> - + <%-- Always add root node at the beginning --%> - > + > <%-- Iterate through subnodes, if any --%> @@ -55,16 +55,13 @@ > - - <%-- Add title (but no link) of the current node at the end --%> - + - @@ -78,32 +75,48 @@ + + - - - - - - - - - + + + + + + + + + + + + + <%-- List of subnodes --%> <%-- If the list of subnodes is empty, we display only a message --%> @@ -123,39 +136,41 @@ <%-- Cell with icons (info or actions like remove node) --%> - <%-- If we are in the edit mode, we display remove and move up/down images --%> - - - - - - - - - - - " - onclick="javascript:leaveNodeEditor('','${removeNodeUrl}')" /> - - - + + <%-- If we are in the edit mode (and not in filter mode), we display remove and move up/down images --%> + + - " - onclick="javascript:leaveNodeEditor(null,'${upNodeUrl}')" /> - - - " - onclick="javascript:leaveNodeEditor(null,'${downNodeUrl}')" /> + " + onclick="javascript:leaveNodeEditor('','${removeNodeUrl}')" /> + + + + + + + " + onclick="javascript:leaveNodeEditor(null,'${upNodeUrl}')" /> + + + + + + + + " + onclick="javascript:leaveNodeEditor(null,'${downNodeUrl}')" /> + @@ -181,9 +196,28 @@ - (locked) + - + + + +
+ <%-- If we are in filter mode, we display the path where was the subnode found --%> + + <%-- Always add root node at the beginning --%> + > + <%-- Iterate through subnodes, if any --%> + + + + + + + > + +
+
+
${subnode.briefDescription}
@@ -192,7 +226,7 @@
- <%-- Title and full description of the node --%> - - - -
-
- -

-
${node.fullDescription}
-
-
-
-

- -

-
+ <%-- Title and full description of the node, only if we are not in filtering mode--%> + + +
+
+ +

+
${node.fullDescription}
+
+
+
+ <%-- Filter mode: what were we looking for and in what node --%> +

+ + + + + + + + +

+
- + <%-- Form for editing the node --%>
@@ -356,7 +390,7 @@
- +