Changeset 4032 for WAeUP_SRP/trunk/skins/waeup_futminna
- Timestamp:
- 27 Mar 2009, 07:05:02 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_futminna/id_card_demo.pt
r4030 r4032 2 2 <metal:main fill-slot="main" 3 3 tal:define="global info context/getIdCardInfo; 4 passport_url info/passport_url;5 4 "> 6 5 … … 8 7 <span tal:content="here/illegal_view" /> 9 8 </span> 10 <span tal:condition="info" 11 tal:define="pd python: info['personal']"> 12 13 9 <span tal:condition="info"> 10 <span tal:define="pd python: info['personal']; 11 passport_url info/passport_url|nothing;"> 14 12 <table border=0 style="border-style:solid; border-width:1px; border-color:black" cellpadding="0px" cellspacing="10px" width="450px" height="300px"> 15 13 <tr> … … 148 146 </tr> 149 147 </table> 150 148 </span> 151 149 </span> 152 150 </metal:main>
Note: See TracChangeset for help on using the changeset viewer.