Last change
on this file since 464 was
464,
checked in by joachim, 18 years ago
|
added missing files.
A trunk/profiles/default/layouts/student_check_pin.xml
M trunk/profiles/default/types.xml
M trunk/profiles/default/actionicons.xml
M trunk/profiles/default/workflows.xml
A trunk/profiles/default/types/StudentSemester.xml
D trunk/profiles/default/types/CourseTicket.xml
M trunk/profiles/default/types/StudentsFolder.xml
A trunk/profiles/default/types/StudentCourseResult.xml
M trunk/init.py
M trunk/skins/waeup_academics/academics_content_lib_info_detail_tab.pt
A trunk/skins/waeup_custom/cpsskins_lib.pt
M trunk/skins/waeup_custom/getContentInfo.py
M trunk/Students.py
|
File size:
1.1 KB
|
Line | |
---|
1 | <metal:block define-macro="portalboxgroup"> |
---|
2 | <tal:block condition="render_box" |
---|
3 | define="padding content/padding|string:0"> |
---|
4 | |
---|
5 | <div tal:define="rendered python: content.render_cache(options=options,shield=shield, context_obj=here, enable_esi=enable_esi, boxedit=boxedit, template=template); |
---|
6 | margin here/margin|string:0" |
---|
7 | tal:condition="python: rendered != ''" |
---|
8 | tal:attributes="style string:text-align:${content/align};; padding:$margin" |
---|
9 | tal:content="structure rendered" /> |
---|
10 | </tal:block> |
---|
11 | |
---|
12 | <div class="boxGroupBoundingBox" tal:condition="not:render_box"> |
---|
13 | <div class="boxGroupBoxSlotTitle" i18n:domain="cpsskins"> |
---|
14 | <tal:block define="title string:_Slot name_" i18n:translate="" |
---|
15 | content="python: mcat and mcat(title) or title" />: |
---|
16 | <tal:block content="content/box_group" /> |
---|
17 | </div> |
---|
18 | <div tal:attributes="style string:padding:${content/padding}"> |
---|
19 | <img tal:attributes="src python: base_url + content.getIcon(1)" |
---|
20 | width="16" height="16" /> |
---|
21 | <tal:block content="content/title" /> |
---|
22 | </div> |
---|
23 | </div> |
---|
24 | |
---|
25 | </metal:block> |
---|
Note: See
TracBrowser for help on using the repository browser.