Current state
This commit is contained in:
48
public/legacy/js/menu_items.js
Normal file
48
public/legacy/js/menu_items.js
Normal file
@@ -0,0 +1,48 @@
|
||||
/*
|
||||
--- menu items ---
|
||||
note that this structure has changed its format since previous version.
|
||||
additional third parameter is added for item scope settings.
|
||||
Now this structure is compatible with Tigra Menu GOLD.
|
||||
Format description can be found in product documentation.
|
||||
*/
|
||||
var MENU_ITEMS = [
|
||||
['Audio',null,null,
|
||||
['Winamp',"link.php",null],
|
||||
['Winamp',"link.php",null],
|
||||
['Winamp',"link.php",null],
|
||||
['Winamp',"link.php",null],
|
||||
['Winamp',"link.php",null],
|
||||
['Winamp',"link.php",null]
|
||||
|
||||
],
|
||||
|
||||
['Menu Compatibility', null, null,
|
||||
['Supported Browsers', null, null,
|
||||
['Win32 Browsers', null, null,
|
||||
['Internet Explorer 5+'],
|
||||
['Netscape 6.0+'],
|
||||
['Mozilla 0.9+'],
|
||||
['AOL 5+'],
|
||||
['Opera 5+']
|
||||
],
|
||||
['Mac OS Browsers', null, null,
|
||||
['Internet Explorer 5+'],
|
||||
['Netscape 6.0+'],
|
||||
['Mozilla 0.9+'],
|
||||
['AOL 5+'],
|
||||
['Safari 1.0+']
|
||||
],
|
||||
['KDE (Linux, FreeBSD)', null, null,
|
||||
['Netscape 6.0+'],
|
||||
['Mozilla 0.9+']
|
||||
]
|
||||
],
|
||||
['Unsupported Browsers', null, null,
|
||||
['Internet Explorer 4.x'],
|
||||
['Netscape 4.x']
|
||||
],
|
||||
['Report test results', 'mailto:feedback@softcomplex.com?subject=Tigra Menu Test Results'],
|
||||
]
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user