Last change
on this file since 2019 was
2019,
checked in by Henrik Bettermann, 17 years ago
|
more basic CMS staff:
Three WAeUPDocument ids are reserved: frontpage_doc, srp_home_doc, student_notice_doc
The content of student_notice_doc appears as a black board on the frontpage.
|
File size:
309 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 doc/content" /> |
---|
5 | </span> |
---|
6 | |
---|
Note: See
TracBrowser for help on using the repository browser.