<%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %> <%@ taglib uri="tags-lams" prefix="lams" %> <%@ taglib uri="tags-fmt" prefix="fmt" %> <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-function" prefix="fn" %> <%@ taglib uri="tags-html" prefix="html" %> <%@ taglib uri="tags-logic" prefix="logic" %> <fmt:message key="title.lams"/> :: <fmt:message key="planner.title" />


<%-- Iterate through subnodes --%>
<%-- This part creates path like "> Root > Some node > Some subnode" with links to upper level nodes --%> <%-- Always add root node --%> > <%-- Iterate through subnodes, if any --%> > <%-- Title and full description of the node --%>

${node.fullDescription}

<%-- Cell with icons (info or actions like remove node) --%> " onclick="javascript:leaveNodeEditor('','${removeNodeUrl}')" /> " onclick="javascript:leaveNodeEditor(null,'${upNodeUrl}')" /> " onclick="javascript:leaveNodeEditor(null,'${downNodeUrl}')" /> " /> <%-- Link to node and its brief description --%> (locked)
${subnode.briefDescription}
<%-- Form for editing the node --%>
<%-- Do we edit the current node or create a subnode? --%>





style="display: none;" >
style="display: none;" > ${node.fileName}