#{extends 'main.html' /} #{set title:'Секция учебных занятий: удалить занятие' /}

Удаление занятий

%{num = 1;}% #{list items:subjects, as:'s'} %{num++;}% #{/list}
Название Неделя День Пара Лекция? Группы
${num} ${s.getName()} ${s.getWeekString()} ${s.getDayString()} ${s.getTimeString()} ${s.getIsLectionString()}
    %{ Iterator cit = s.getClassItertor(); while (cit.hasNext()) { out.print("
  • " + cit.next().getName() + "
  • "); } }%
Удалить
*{Удалить все}*