Last change
on this file since 282 was
280,
checked in by joachim, 18 years ago
|
=renamed skins/waeup_faculty to academics
|
File size:
1.1 KB
|
Rev | Line | |
---|
[114] | 1 | <html metal:use-macro="here/content_lib_master/macros/master"> |
---|
| 2 | |
---|
| 3 | <metal:block fill-slot="head_slot"> |
---|
| 4 | <tal:block tal:define="student here/getContent"> |
---|
| 5 | </tal:block> |
---|
| 6 | </metal:block> |
---|
| 7 | |
---|
| 8 | <metal:block fill-slot="css_slot"> |
---|
| 9 | <link rel="Stylesheet" type="text/css" href="" |
---|
| 10 | tal:attributes="href string:${base_url}student.css" /> |
---|
| 11 | </metal:block> |
---|
| 12 | <metal:block fill-slot="header"> |
---|
| 13 | </metal:block> |
---|
| 14 | |
---|
| 15 | <metal:block fill-slot="main" |
---|
| 16 | tal:define="items here/contentValues"> |
---|
[119] | 17 | <h2>Academics (Faculties)</h2> |
---|
[114] | 18 | <table cellspacing="0" cellpadding="0"> |
---|
| 19 | <tal:block condition="python: len(items)"> |
---|
| 20 | <span tal:repeat="item items"> |
---|
| 21 | <tr tal:condition="python:item.portal_type == 'Faculty'"> |
---|
| 22 | <td colspan="1"> |
---|
| 23 | <a href="faculty" tal:attributes="href item/absolute_url" tal:content="item/title_or_id"></a> |
---|
| 24 | </td> |
---|
| 25 | </tr> |
---|
| 26 | </span> |
---|
| 27 | </tal:block> |
---|
| 28 | <tr tal:condition="python:not len(items)"> |
---|
| 29 | <td> |
---|
| 30 | nothing yet ! |
---|
| 31 | </td> |
---|
| 32 | </tr> |
---|
| 33 | </table> |
---|
| 34 | </metal:block> |
---|
| 35 | <metal:block fill-slot="sub"> |
---|
| 36 | </metal:block> |
---|
| 37 | </html> |
---|
Note: See
TracBrowser for help on using the repository browser.