r7132: - start a convention of making object constructors end in Obj, so we
[kai/samba.git] / swat / docs / menu.js
1 /* show a menu for the docs directory */
2 var m = MenuObj("Samba Information", 8);
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 = "HTML 4.01 Spec";
15 m.element[5].link  = "http://www.w3.org/TR/html401/";
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 = "CSS2 Reference";
19 m.element[7].link  = "http://www.w3schools.com/css/css_reference.asp";
20
21 display_menu(m);
22