return panel;
} else if (wicketId.startsWith("sectionStatusIcon_")) {
String id = elt.getAttribute("id");
IModel<XmlSection> currentSectionModel = new XmlSectionModel(getModel().getObject().getXmlDocument().getById(id));
return new StudentSectionCompleteToggleImageLink(wicketId, currentSectionModel);
} else if (wicketId.startsWith("inactiveSectionStatusIcon_")) {
String id = elt.getAttribute("id");
IModel<XmlSection> currentSectionModel = new XmlSectionModel(getModel().getObject().getXmlDocument().getById(id));
return new SectionCompleteImageContainer(wicketId, currentSectionModel);