Index: lams_central/web/pedagogical_planner/sequenceChooser.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/pedagogical_planner/Attic/sequenceChooser.jsp,v diff -u -r1.3 -r1.4 --- lams_central/web/pedagogical_planner/sequenceChooser.jsp 23 Feb 2009 20:52:11 -0000 1.3 +++ lams_central/web/pedagogical_planner/sequenceChooser.jsp 25 Feb 2009 18:23:39 -0000 1.4 @@ -20,14 +20,19 @@
+ <%-- We might need to alter that for RTL layout --%>

+ + <%-- Errors are displayed at the top of the page --%>


+ + <%-- List of the existing nodes --%> + + <%-- List of subnodes --%> + <%-- If the list of subnodes is empty, we display only a message --%>
@@ -37,8 +42,9 @@ - <%-- Always add root node --%> + <%-- Always add root node at the beginning --%> > + <%-- Iterate through subnodes, if any --%> @@ -48,6 +54,8 @@ > + + <%-- Add title (but no link) of the current node at the end --%> <%-- Title and full description of the node --%> @@ -64,7 +72,10 @@
@@ -80,6 +91,7 @@ <%-- Cell with icons (info or actions like remove node) --%> + <%-- If we are in the edit mode, we display remove and move up/down images --%> @@ -115,14 +127,21 @@ + <%-- If we are not in the edit mode and the node leads to a template rather then subnodes, + we display an icon --%> - " /> + + + + + "> - <%-- Link to node and its brief description --%> + <%-- Link to the subnode and its brief description below --%> @@ -147,17 +166,37 @@ <%-- Do we edit the current node or create a subnode? --%> + <%-- Import node form --%> + +

+ +

+

+ +

+ + + + + + + " class="button" /> + +
+ <%-- If the node is locked i.e. comes with LAMS distribution, we do not allow editing --%>

- - + + + <%-- If we are in the create subnode mode, + the node we edit is actually the new subnode rather the parent node itself --%>

@@ -183,7 +222,12 @@
+ <%-- DIVs below are displayed/hidden depending of the subnode type: + containing subnodes or opening a template --%> + + + <%-- DIV with full description FCKeditor --%>
style="display: none;" @@ -197,6 +241,8 @@ width="820px" displayExpanded="false">
+ + <%-- DIV with "Browse" button to find the template --%>
style="display: none;" @@ -227,6 +273,8 @@ + + <%-- Buttons below --%>
@@ -252,6 +300,22 @@ + + + + + + + + + + + + + + + +