<%@ 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" %> <fmt:message key="title.lams"/> :: <fmt:message key="planner.title" />

:
<%-- Main loop for activities --%> <%-- Is it a simple, branching or options activity--%> <%-- Small row with a down arrow --%> <%-- If it's a break between two branches/options then don't draw neither an arrow nor colour --%> <%-- If it's a beginning of a complex activity, write the title. --%> <%-- Row with activity frame --%> <%-- Cell with activity form --%>
${complexActivityType} group${activity.group} " style="padding-top: 10px;" >

${lastParentActivityTitle}

${complexActivityType} group${activity.group} ${complexActivityType}LastActivity "> <%-- Write out number of the branch/option if any --%>

${lastGroup}
${lastGroup}

<%-- Activity type, icon and title --%> ${activity.type}

${activity.title}

${complexActivityType}LastActivity "> <%-- To get the contents, an Ajax call is made to the tool --%> <%-- Editing advice link with URLs: one to check if it should be displayed (rel), another one to get the contents (href) --%>
<%-- DIVs for messages from server, hidden by default --%>