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

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

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

Initial import

Line 
1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
2       i18n:domain="plone">
3
4 <body>
5
6 <!-- THE PORTAL LOGO DEFINITION -->
7 <h1 id="portal-logo" metal:define-macro="portal_logo">
8     <a href="/"
9        tal:attributes="href navigation_root_url"
10        tal:define="portal_title portal_properties/title;"
11        tal:content="string:$portal_title"
12        accesskey="1">
13         Plone
14     </a>
15 </h1>
16
17
18 </body>
19 </html>
Note: See TracBrowser for help on using the browser.