source:
WAeUP_SRP/base/skins/waeup_layout/portlet_student_notice_display.pt
@
3666
Last change on this file since 3666 was 2243, checked in by , 17 years ago | |
---|---|
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.