Rev | Line | |
---|
[6806] | 1 | <form action="." tal:attributes="action request/URL" method="POST"
|
---|
[7811] | 2 | i18n:domain="waeup.kofa" enctype="multipart/form-data">
|
---|
[6806] | 3 |
|
---|
[13773] | 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>
|
---|
[6806] | 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>
|
---|
[7811] | 18 | </form>
|
---|
[6806] | 19 |
|
---|
| 20 |
|
---|
| 21 |
|
---|
Note: See
TracBrowser for help on using the repository browser.