Last change
on this file since 17650 was
11254,
checked in by uli, 11 years ago
|
Merge changes from uli-diazo-themed back into trunk. If this works, then a miracle happened.
|
File size:
1.5 KB
|
Line | |
---|
1 | <form action="." tal:attributes="action request/URL" method="post" |
---|
2 | i18n:domain="waeup.kofa" enctype="multipart/form-data" |
---|
3 | autocomplete="off"> |
---|
4 | |
---|
5 | <ul class="tabs nav nav-tabs" data-tabs="tabs"> |
---|
6 | <li class="active"> |
---|
7 | <a href="#tab1" data-toggle="tab"> |
---|
8 | <span i18n:translate="">Base Data</span></a> |
---|
9 | </li> |
---|
10 | <li> |
---|
11 | <a href="#tab2" data-toggle="tab"> |
---|
12 | <span i18n:translate="">Passport Picture</span> |
---|
13 | </a> |
---|
14 | </li> |
---|
15 | </ul> |
---|
16 | |
---|
17 | <div class="tab-content"> |
---|
18 | <div id="tab1" class="active tab-pane"> |
---|
19 | <br /> |
---|
20 | <table class="form-table"> |
---|
21 | <tbody> |
---|
22 | <tal:widgets content="structure provider:widgets" /> |
---|
23 | <tr> |
---|
24 | <td class="fieldname" i18n:translate="">Password:</td> |
---|
25 | <td> |
---|
26 | <input name="password" class="form-control" type="password" /> |
---|
27 | </td> |
---|
28 | </tr> |
---|
29 | <tr> |
---|
30 | <td class="fieldname" i18n:translate="">Retype Password:</td> |
---|
31 | <td> |
---|
32 | <input name="control_password" class="form-control" type="password" /> |
---|
33 | </td> |
---|
34 | </tr> |
---|
35 | |
---|
36 | </tbody> |
---|
37 | </table> |
---|
38 | |
---|
39 | <div tal:condition="view/availableActions"> |
---|
40 | <input tal:repeat="action view/actions" |
---|
41 | tal:replace="structure action/render" |
---|
42 | /> |
---|
43 | </div> |
---|
44 | </div> |
---|
45 | |
---|
46 | <div id="tab2" class="tab-pane"> |
---|
47 | <br /> |
---|
48 | <table class="form-table"> |
---|
49 | <tbody> |
---|
50 | <tal:files content="structure provider:files" /> |
---|
51 | </tbody> |
---|
52 | </table> |
---|
53 | </div> |
---|
54 | </div> |
---|
55 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.