source: products/quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/browser/templates/sections.pt @ 3628

Last change on this file since 3628 was 3628, checked in by kroman0, 11 years ago

Fixed html validation of mobile layout, Cleanup templates

  • Property svn:eol-style set to native
File size: 745 bytes
Line 
1<tal:tabs tal:define="menu view/createMenu"
2          tal:condition="menu"
3          i18n:domain="plone"
4    ><p class="hiddenStructure"
5        i18n:translate="heading_sections"
6        >Navigation</p
7    ><ul id="portal-globalnav"
8         tal:attributes="class python:view.conf.mobile_menu and 'mobileMenuOn' or nothing"
9        ><li tal:replace="structure menu"
10            >DropDown Menu</li
11        ></ul
12    ><select id="portal-globalnav-mobile"
13             tal:condition="view/conf/mobile_menu"
14             tal:content="structure view/createMenuMobile"
15             onchange="location = this.options[this.selectedIndex].value;"
16        ><option value="" selected="selected"
17            >Menu</option
18        ></select
19    ></tal:tabs>
Note: See TracBrowser for help on using the repository browser.