[552] | 1 | <!-- a content_lib macro --> |
---|
| 2 | <!-- $Id: waeup_content_master.pt 33555 2006-02-28 10:00:04Z div $ --> |
---|
| 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 | <h1 tal:content="here/title_or_id"> |
---|
| 31 | Page Title |
---|
| 32 | </h1> |
---|
| 33 | <div class="description" tal:content="doc/Description" |
---|
| 34 | tal:condition="nothing"> |
---|
| 35 | Document Description goes here. |
---|
| 36 | </div> |
---|
| 37 | </metal:block> |
---|
| 38 | </metal:block> |
---|
| 39 | |
---|
| 40 | <metal:block fill-slot="main"> |
---|
| 41 | <metal:block define-slot="main" /> |
---|
| 42 | </metal:block> |
---|
| 43 | |
---|
| 44 | <metal:block fill-slot="sub"> |
---|
| 45 | <metal:block define-slot="sub"> |
---|
| 46 | </metal:block> |
---|
| 47 | </metal:block> |
---|
| 48 | |
---|
| 49 | </metal:block> |
---|
| 50 | </metal:block> |
---|