Last change
on this file since 1388 was
805,
checked in by joachim, 18 years ago
|
propset Id
|
-
Property svn:keywords set to
Id
|
File size:
1.2 KB
|
Rev | Line | |
---|
[552] | 1 | <!-- a content_lib macro --> |
---|
[805] | 2 | <!-- $Id: waeup_content_master.pt 805 2006-11-09 09:38:29Z joachim $ --> |
---|
[552] | 3 | |
---|
| 4 | <!-- Master macro used for content stuff --> |
---|
| 5 | |
---|
| 6 | <metal:block define-macro="master" |
---|
| 7 | tal:define="proxy here/this; |
---|
| 8 | doc nocall:doc|python:here.getContent()"> |
---|
| 9 | <metal:block use-macro="here/main_template/macros/master"> |
---|
| 10 | <metal:block fill-slot="base"> |
---|
| 11 | <metal:block define-slot="base"> |
---|
| 12 | <base href="" tal:attributes="href python: here_url + '/'" /> |
---|
| 13 | </metal:block> |
---|
| 14 | </metal:block> |
---|
| 15 | |
---|
| 16 | <metal:block fill-slot="head_slot"><metal:block |
---|
| 17 | define-slot="head_slot" /></metal:block> |
---|
| 18 | <metal:block fill-slot="style_slot"><metal:block define-slot="style_slot" |
---|
| 19 | /></metal:block> |
---|
| 20 | <metal:block fill-slot="javascript_head_slot"> |
---|
| 21 | <metal:block define-slot="javascript_head_slot" /> |
---|
| 22 | </metal:block> |
---|
| 23 | |
---|
| 24 | <metal:block fill-slot="header"> |
---|
| 25 | <metal:block define-slot="header"> |
---|
| 26 | <a href="" tal:attributes="href string:${here/academicsParent}"> |
---|
| 27 | <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/> |
---|
| 28 | Up one level |
---|
| 29 | </a> |
---|
| 30 | </metal:block> |
---|
| 31 | </metal:block> |
---|
| 32 | |
---|
| 33 | <metal:block fill-slot="main"> |
---|
| 34 | <metal:block define-slot="main" /> |
---|
| 35 | </metal:block> |
---|
| 36 | |
---|
| 37 | <metal:block fill-slot="sub"> |
---|
| 38 | <metal:block define-slot="sub"> |
---|
| 39 | </metal:block> |
---|
| 40 | </metal:block> |
---|
| 41 | |
---|
| 42 | </metal:block> |
---|
| 43 | </metal:block> |
---|
Note: See
TracBrowser for help on using the repository browser.