#* render error/warnings here *# #set ($fixit = $r.translate("fix.it")) #if($hasErrors.booleanValue()) #* decide to offer the keep closed or keep open link *# #if($errorIsOpen.booleanValue()) #set ($lnk = $r.render("keepClosedErrorButton")) #else #set ($lnk = $r.render("keepOpenErrorButton")) #end #* build the content of the error box*# #set ($contentE = "") #foreach($elem in $errorIsForNode) #set ($counter = $velocityCount - 1) #set ($wizard="") #if($errorHelpWizardLink.get($counter)!="NONE") #set ($wizard=$r.commandURI($errorHelpWizardLink.get($counter))) #set ($title="${elem}") #else #set ($title=${elem}) #end #set ($contentE = "${contentE}
${title}
${errorMessage.get(${counter})}
") #end #set ($contentE = "${contentE}
${lnk}") #*call the velocity makro creating the open/close box *# #o_openclose("errors" $r.translate("toggle.coursestatus.errors",$errorsCount) $contentE $errorIsOpen.booleanValue() "o_ce_err_o" "o_ce_err_c") #end #if($hasWarnings.booleanValue()) #* decide to offer the keep closed or keep open link *# #if($warningIsOpen.booleanValue()) #set ($lnk = $r.render("keepClosedWarningButton")) #else #set ($lnk = $r.render("keepOpenWarningButton")) #end #* build the content of the error box*# #set ($contentW = "") #foreach($elem in $warningIsForNode) #set ($counter = $velocityCount - 1) #set ($wizard="") #if($warningHelpWizardLink.get($counter)!="NONE") #set ($wizard=$r.commandURI($warningHelpWizardLink.get($counter))) #set ($title="${elem}") #else #set ($title=${elem}) #end #set ($contentW = "${contentW}
${title}
${warningMessage.get(${counter})}
") #end #set ($contentW = "${contentW}
${lnk}") #*call the velocity makro creating the open/close box *# #o_openclose("warnings" $r.translate("toggle.coursestatus.warnings",$warningsCount) $contentW $warningIsOpen.booleanValue() "o_ce_warn_o" "o_ce_warn_c") #end #if(!$hasErrors.booleanValue() && !$hasWarnings.booleanValue()) #set ($content = $r.translate("coursestatus.ok.message")) #o_openclose("ok" $r.translate("toggle.coursestatus.ok") $content false "o_ce_ok_o" "o_ce_ok_c") #end #if($courseNode)

$courseNode.getShortTitle()

#end $r.render("tabbedNodeConfig")

$r.translate("legend.title")
$r.translate("legend.cond")
$r.translate("legend.err")
$r.translate("legend.warn")
$r.translate("legend.ok")