source:
WAeUP_SRP/trunk/skins/waeup_layout/portlet_student_notice_display.pt
@
17947
Last change on this file since 17947 was 3769, checked in by , 16 years ago | |
---|---|
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.