-
Notifications
You must be signed in to change notification settings - Fork 33
/
menuVoices.html
34 lines (29 loc) · 1.2 KB
/
menuVoices.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!--::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
jquery.mb.components
file: menuVoices.html
last modified: 10/25/18 8:00 PM
Version: {{ version }}
Build: {{ buildnum }}
Open Lab s.r.l., Florence - Italy
email: [email protected]
blog: http://pupunzi.open-lab.com
site: http://pupunzi.com
http://open-lab.com
Licences: MIT, GPL
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html
Copyright (c) 2001-2018. Matteo Bicocchi (Pupunzi)
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::-->
<div id="menu_12" class="mbmenu">
<a data-type="title">Ajax menu</a>
<a data-type="text" >
This menu has been created from an Ajax call because it wasn't defined in this page.<br/><br/>
</a>
<a data-type="separator"> </a>
<a href="http://patapage.com" class="{}">got to patapage</a>
<a class="{action: 'document.title=(\'menu_2.2\')'}">menu_12.2</a>
<a class="{menu: 'sub_menu_1', img: 'icon_14.png'}">menu_12.3</a>
<a class="{menu: 'sub_menu_2', img: '24-tag-add.png'}">menu_12.4</a>
<a data-type="separator"> </a>
<a class="{action: 'document.title=(\'menu_2.4\')'}">menu_12.5</a>
</div>