source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/studyleveladdpage.pt @ 14382

Last change on this file since 14382 was 13773, checked in by Henrik Bettermann, 9 years ago

Improve AddStudyLevelFormPage.

File size: 730 bytes
Line 
1<form action="." tal:attributes="action request/URL" method="POST"
2      i18n:domain="waeup.kofa" enctype="multipart/form-data">
3
4  <p i18n:translate="">In Kofa a study level is a container for courses,
5  which means it can list the courses taken by the student at a certain level.
6  The container also
7  stores and provides the information when and by whom the course list was
8  validated, in which session the level was taken and which verdict the
9  student finally obtained.
10  </p>
11
12  <div class="actionButtons" tal:condition="view/availableActions">
13    <span tal:repeat="action view/actions"
14          tal:omit-tag="">
15      <input tal:replace="structure action/render"/>
16    </span>
17  </div>
18</form>
19
20
21
Note: See TracBrowser for help on using the repository browser.