Line | |
---|
1 | <h2 i18n:translate=""
|
---|
2 | tal:condition="view/label"
|
---|
3 | tal:content="view/label">Label</h2>
|
---|
4 |
|
---|
5 | <div class="alert-message error"
|
---|
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 | 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.