source: products/qSiloGroup/branches/plone-2.1/skins/qSiloGroup/sitemap.pt @ 1

Last change on this file since 1 was 1, checked in by myroslav, 19 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 1.0 KB
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
6<head>
7    <metal:block fill-slot="top_slot"
8                 tal:define="dummy python:request.set('disable_border',1)" />
9</head>
10
11<body>
12<metal:main fill-slot="main">
13
14    <h1 i18n:translate="label_site_map">Site map</h1>
15   
16    <p class="documentDescription"
17       i18n:translate="description_site_map">
18    An overview of the available content on this site. Keep the pointer still
19    over an item for a few seconds to get its description.
20    </p>
21
22    <ul id="portal-sitemap"
23        class="navTreeLevel0 visualNoMarker"
24        tal:define="data here/getSitemap;
25                    children python:data.get('children', []);
26                    level python:1;
27                    show_children python:True;
28                    isNaviTree python:True;">
29            <metal:main use-macro="here/portlet_navtree_macro/macros/nav_main" />
30    </ul>
31
32</metal:main>
33</body>
34</html>
Note: See TracBrowser for help on using the repository browser.