r7171: Just learning my way around the new SWAT, and updating some
[kai/samba.git] / swat / docs / menu.js
1 /* show a menu for the docs directory */
2 var m = MenuObj("Samba Information", 9);
3
4 m.element[0].label = "Samba4 development";
5 m.element[0].link  = "http://devel.samba.org/";
6 m.element[1].label = "Recent Checkins";
7 m.element[1].link  = "http://build.samba.org/?tree=samba4;function=Recent+Checkins";
8 m.element[2].label = "Recent Builds";
9 m.element[2].link  = "http://build.samba.org/?tree=samba4;function=Recent+Builds";
10 m.element[3].label = "EJS Information";
11 m.element[3].link  = "http://www.appwebserver.org/products/ejs/ejs.html";
12 m.element[4].label = "ESP Information";
13 m.element[4].link  = "http://www.appwebserver.org/products/esp/esp.html";
14 m.element[5].label = "XHTML Spec";
15 m.element[5].link  = "http://www.w3.org/TR/xhtml1/";
16 m.element[6].label = "JavaScript Spec";
17 m.element[6].link  = "http://www.ecma-international.org/publications/files/ecma-st/ECMA-262.pdf";
18 m.element[7].label = "CSS Specs";
19 m.element[7].link = "http://www.w3.org/Style/CSS/#specs";
20 m.element[8].label = "CSS1/2 Reference";
21 m.element[8].link  = "http://www.w3schools.com/css/css_reference.asp";
22
23 display_menu(m);
24