source: products/qPloneDropDownMenu/tags/0.1.11/skins/qPloneDropDownMenu/global_sections.pt @ 1591

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

Building directory structure

File size: 624 bytes
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 SECTION TABS DEFINITION -->
7
8   <div metal:define-macro="portal_tabs"
9        tal:omit-tag="">
10      <h5 class="hiddenStructure" i18n:translate="heading_sections">Sections</h5>
11     <div id="portal-globalnav">
12       <div class="csshover">
13         <ul>
14           <span tal:replace="structure portal/portal_properties/dropdownmenu_properties/menu | string:qPloneDropDownMenu broken" />
15           <li class="invisibleHeightKeeper">&nbsp;</li>
16         </ul>
17       </div>
18     </div>
19   </div>
20</body>
21</html>
Note: See TracBrowser for help on using the repository browser.