#macro(renderList $root) #if ($root.hasChildren()) #end #end #macro(renderTree $root) #if ($root.hasChildren()) #foreach ($obj in $root.getChildren()) #set ($url = $e.getURL($obj,'object.html')) #if ($obj.getObjectTypeId() == 11)
  • $tools.escape.html($obj.getLabel())
  • #elseif ($obj.getObjectTypeId() == 6)
  • $tools.escape.html($obj.getLabel())
  • #elseif ($obj.getObjectTypeId() == 7)
  • $tools.escape.html($obj.getLabel())
  • #elseif ($obj.getObjectTypeId() == 13)
  • $tools.escape.html($obj.getLabel())
  • #else
  • $tools.escape.html($obj.getLabel())
  • #if ($obj.hasChildren()) #renderList($obj) #end #end #end #end #end #if ($e.hasContext(3)) #set ($root = $e.getContextObject(3)) #elseif ($e.hasContext(2)) #set ($root = $e.getContextObject(2)) #elseif ($e.hasContext(11)) #set ($root = $e.getContextObject(11)) #elseif ($e.hasContext(6)) #set ($root = $e.getContextObject(6)) #elseif ($e.hasContext(7)) #set ($root = $e.getContextObject(7)) #elseif ($e.hasContext(13)) #set ($root = $e.getContextObject(13)) #elseif ($e.hasContext(4)) #set ($root = $e.getContextObject(4)) #elseif ($e.hasContext(5)) #set ($root = $e.getContextObject(5)) #end $tools.escape.html($root.getLabel()) $e.getEvolutionContentAPI($root) #set ($low = $e.getLowestContextObject())

    $root.getLabel()

    Skip Navigation
    #if ($low.getObjectTypeId() == 11) $low.render() #elseif ($low.getObjectTypeId() == 6)

    Click the link below to launch the Test:

    $tools.escape.html($low.getLabel())

    #elseif ($low.getObjectTypeId() == 7)

    Click the link below to launch the Content:

    $tools.escape.html($low.getLabel())

    #elseif ($low.getObjectTypeId() == 13)

    Click the link below to launch the Survey:

    $tools.escape.html($low.getLabel())

    #end