NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/NCCOOSSite/trunk/NCCOOSite/skins/nccoos/homepage_view.pt

Revision 13 (checked in by cbc, 17 years ago)

Initial import

Line 
1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
2       lang="en"
3       metal:use-macro="here/main_template/macros/master"
4       i18n:domain="plone">
5 <body>
6
7 <metal:logoimage fill-slot="logoimage">
8       <img src="#" tal:attributes="src string:${portal_url}/img/header.gif"
9            alt="NCCOOS.org"
10            width="1022" height="109" border="0"/>
11 </metal:logoimage>
12 <metal:removebreadcrumbs fill-slot="breadcrumbs" />
13
14 <metal:main fill-slot="main">
15   <tal:comment replace="nothing"> Use the same main content area as the document </tal:comment>
16   <metal:documentmain use-macro="here/document_view/macros/main" />
17 </metal:main>
18
19 <metal:removeright fill-slot="column_two_slot" />
20
21 </body>
22 </html>
Note: See TracBrowser for help on using the browser.