Changeset 843 for WAeUP_SRP/trunk/skins/waeup_custom
- Timestamp:
- 11 Nov 2006, 17:40:02 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/widget_image_render.pt
r808 r843 13 13 image_tag options/image_tag; 14 14 "> 15 <span tal:condition="python:0"> 15 16 <img tal:condition="python: mode == 'view' and not empty_file" 16 17 tal:replace="structure image_tag" /> 18 </span> 19 <span tal:condition="python: mode == 'view' and not empty_file"> 20 <a href="" target="_new" 21 tal:attributes="href content_url" 22 tal:content="current_filename" > 23 </a> 24 </span> 17 25 18 26 <tal:block condition="python: mode == 'edit'">
Note: See TracChangeset for help on using the changeset viewer.