Changeset 4032 for WAeUP_SRP/trunk
- Timestamp:
- 27 Mar 2009, 07:05:02 (16 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 2 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> -
WAeUP_SRP/trunk/skins/waeup_utilities/viewimage.py
r2698 r4032 16 16 def set_trace(): 17 17 pass 18 19 mtool = context.portal_membership 20 21 if mtool.isAnonymousUser(): 22 return None 23 18 24 if path is None and traverse_subpath: 19 25 traverse_subpath.insert(0,traverse_subpath[0][0])
Note: See TracChangeset for help on using the changeset viewer.