source: WAeUP_SRP/trunk/skins/waeup_layout/portlet_student_notice_display.pt @ 5459

Last change on this file since 5459 was 3769, checked in by Henrik Bettermann, 16 years ago

new colors

File size: 379 bytes
Line 
1<span tal:condition="python: getattr(context.campus.documents,'student_notice_doc',None)">
2<div style="margin: 5px; padding: 5px; background-color: #888888; color: white; border-style:solid; border-width:1px; border-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.