+ <%-- We might need to alter that for RTL layout --%>
+
+ <%-- Errors are displayed at the top of the page --%>
+
+ <%-- List of the existing nodes --%>
@@ -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 @@
+
+ <%-- List of subnodes --%>
+ <%-- If the list of subnodes is empty, we display only a message --%>
@@ -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 --%>