source: main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studyleveladdpage.pt @ 6806

Last change on this file since 6806 was 6806, checked in by Henrik Bettermann, 13 years ago

Implement AddStudyLevelFormPage? for students which add the current study level including course tickets. The page can only be called in state 'school fee paid'.

File size: 727 bytes
Line 
1<h2 i18n:translate=""
2tal:condition="view/label"
3tal:content="view/label">Label</h2>
4
5<div class="form-status"
6    tal:define="status view/status"
7    tal:condition="status">
8    Form Status:
9    <span i18n:translate="" tal:content="view/status">
10      Form status summary
11    </span>
12</div>
13
14<form action="." tal:attributes="action request/URL" method="POST"
15      class="edit-form" enctype="multipart/form-data">
16
17  <p>Text to explain course registration procedure.</p>
18
19  <div class="actionButtons" tal:condition="view/availableActions">
20    <span tal:repeat="action view/actions"
21          tal:omit-tag="">
22      <input tal:replace="structure action/render"/>
23    </span>
24  </div>
25</form> 
26
27
28
Note: See TracBrowser for help on using the repository browser.