source: WAeUP_SRP/trunk/skins/waeup_student/portlet_student_notice_display.pt @ 2070

Last change on this file since 2070 was 2024, checked in by Henrik Bettermann, 17 years ago

frontpage and srp_view now also render rest and text

File size: 319 bytes
Line 
1<span tal:condition="python: getattr(context.campus.documents,'student_notice_doc',None)">
2<div style="margin: 5px; padding: 5px; background-color: black; color: white"
3     tal:define="doc python: context.campus.documents.student_notice_doc.getContent()"
4     tal:content="structure python:doc.wdrender()" />
5</span>
6
Note: See TracBrowser for help on using the repository browser.