Last change
on this file since 17950 was
1784,
checked in by Henrik Bettermann, 17 years ago
|
replace content_lib_master by master_template
|
-
Property svn:keywords set to
Id
|
File size:
1.2 KB
|
Line | |
---|
1 | <tal:block define="rendered_main options/rendered; |
---|
2 | portal_status_message options/psm; |
---|
3 | data_storage options/ds; |
---|
4 | mode options/mode; |
---|
5 | formaction options/formaction; |
---|
6 | matric_no options/matric_no|nothing; |
---|
7 | name options/name|nothing; |
---|
8 | creation creation|nothing;" |
---|
9 | > |
---|
10 | <metal:block define-macro="edit_form"> |
---|
11 | <metal:block use-macro="here/main_template/macros/master"> |
---|
12 | <metal:block fill-slot="header"> |
---|
13 | </metal:block> |
---|
14 | <metal:block fill-slot="main"> |
---|
15 | <h3>Change Your Password!</h3> |
---|
16 | <br /> |
---|
17 | <form action="" id="editForm" method="post" |
---|
18 | enctype="multipart/form-data" class="workflow" |
---|
19 | tal:attributes="action options/formaction" |
---|
20 | > |
---|
21 | <div tal:replace="structure rendered_main" /> |
---|
22 | <br /> |
---|
23 | <input type="submit" class="standalone" |
---|
24 | name="change_password" |
---|
25 | tal:attributes="value options/button" |
---|
26 | tal:condition="not:creation" /> |
---|
27 | </form> |
---|
28 | </metal:block> |
---|
29 | <metal:block fill-slot="sub"> |
---|
30 | </metal:block> |
---|
31 | </metal:block> |
---|
32 | </metal:block> |
---|
33 | </tal:block> |
---|
Note: See
TracBrowser for help on using the repository browser.