Line | |
---|
1 | <form method="POST" i18n:domain="waeup.kofa"> |
---|
2 | |
---|
3 | <ul class="tabs" data-tabs="tabs"> |
---|
4 | <li tal:attributes="class view/tab1"><a href="#tab-1"> |
---|
5 | <span i18n:translate="">Process request</span></a></li> |
---|
6 | <li tal:attributes="class view/tab2"><a href="#tab-2"> |
---|
7 | <span i18n:translate="">View correspondence</span></a></li> |
---|
8 | </ul> |
---|
9 | |
---|
10 | <div class="tab-content"> |
---|
11 | <div id="tab-1" tal:attributes="class view/tab1"> |
---|
12 | |
---|
13 | <table class="form-table"> |
---|
14 | <tbody> |
---|
15 | <tr> |
---|
16 | <td i18n:translate=""> |
---|
17 | Comment: |
---|
18 | </td> |
---|
19 | <td> |
---|
20 | <textarea cols="60" name="comment" rows="6"></textarea> |
---|
21 | </td> |
---|
22 | </tr> |
---|
23 | <tr> |
---|
24 | <td colspan="2"> |
---|
25 | <br /> |
---|
26 | <input type="submit" name="SUBMIT" class="btn primary" |
---|
27 | tal:attributes="value view/buttonname" /> |
---|
28 | </td> |
---|
29 | </tr> |
---|
30 | </tbody> |
---|
31 | </table> |
---|
32 | </div> |
---|
33 | |
---|
34 | <div id="tab-2" tal:attributes="class view/tab2"> |
---|
35 | <p tal:content="structure view/correspondence"></p> |
---|
36 | </div> |
---|
37 | </div> |
---|
38 | |
---|
39 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.