<%-- We might need to alter that for RTL layout --%>
<%-- Errors are displayed at the top of the page --%>
<%-- List of the existing nodes --%>
<%-- 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 --%>
>
<%-- Add title (but no link) of the current node at the end --%>
<%-- Title and full description of the node --%>
${node.fullDescription}
<%-- List of subnodes --%>
<%-- If the list of subnodes is empty, we display only a message --%>
<%-- Iterate through subnodes --%>
<%-- 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}')" />
"
onclick="javascript:leaveNodeEditor(null,'${upNodeUrl}')" />
"
onclick="javascript:leaveNodeEditor(null,'${downNodeUrl}')" />
<%-- If we are not in the edit mode and the node leads to a template rather then subnodes,
we display an icon --%>
">
<%-- Link to the subnode and its brief description below --%>
(locked)
${subnode.briefDescription}
<%-- Form for editing the node --%>
<%-- 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 --%>
<%-- DIVs below are displayed/hidden depending of the subnode type:
containing subnodes or opening a template --%>
<%-- DIV with full description FCKeditor --%>
style="display: none;"
>
<%-- DIV with "Browse" button to find the template --%>