Last change
on this file since 10009 was
7811,
checked in by uli, 13 years ago
|
Rename all non-locales stuff from sirp to kofa.
|
File size:
1.6 KB
|
Line | |
---|
1 | <form action="." tal:attributes="action request/URL" method="post" |
---|
2 | i18n:domain="waeup.kofa" enctype="multipart/form-data"> |
---|
3 | |
---|
4 | <table class="form-table"> |
---|
5 | <tbody> |
---|
6 | <tr> |
---|
7 | <td class="fieldname" i18n:translate=""> |
---|
8 | Course Title: |
---|
9 | </td> |
---|
10 | <td> |
---|
11 | <span tal:replace="context/title">TITLE</span> |
---|
12 | </td> |
---|
13 | </tr> |
---|
14 | <tr> |
---|
15 | <td class="fieldname" i18n:translate=""> |
---|
16 | Faculty: |
---|
17 | </td> |
---|
18 | <td> |
---|
19 | <span tal:replace="context/fcode">FACULTY</span> |
---|
20 | </td> |
---|
21 | </tr> |
---|
22 | <tr> |
---|
23 | <td class="fieldname" i18n:translate=""> |
---|
24 | Department: |
---|
25 | </td> |
---|
26 | <td> |
---|
27 | <span tal:replace="context/dcode">DEPARTMENT</span> |
---|
28 | </td> |
---|
29 | </tr> |
---|
30 | <tr> |
---|
31 | <td class="fieldname" i18n:translate=""> |
---|
32 | Semester: |
---|
33 | </td> |
---|
34 | <td> |
---|
35 | <span tal:replace="context/semester">SEMESTER</span> |
---|
36 | </td> |
---|
37 | </tr> |
---|
38 | <tr> |
---|
39 | <td class="fieldname" i18n:translate=""> |
---|
40 | Credits: |
---|
41 | </td> |
---|
42 | <td> |
---|
43 | <span tal:replace="context/credits">CREDITS</span> |
---|
44 | </td> |
---|
45 | </tr> |
---|
46 | <tr> |
---|
47 | <td class="fieldname" i18n:translate=""> |
---|
48 | Passmark: |
---|
49 | </td> |
---|
50 | <td> |
---|
51 | <span tal:replace="context/passmark">PASSMARK</span> |
---|
52 | </td> |
---|
53 | </tr> |
---|
54 | <tal:widgets content="structure provider:widgets" /> |
---|
55 | </tbody> |
---|
56 | </table> |
---|
57 | <div tal:condition="view/availableActions"> |
---|
58 | <input tal:repeat="action view/actions" |
---|
59 | tal:replace="structure action/render" |
---|
60 | /> |
---|
61 | </div> |
---|
62 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.