summaryrefslogtreecommitdiff
path: root/swat/docs/menu.js
blob: 4a39497fd9b3bbbdb968f247c150ddf44ddd56c6 (plain)
1
2
3
4
5
6
7
8
9
/* show a menu for the docs directory */
simple_menu(
	"Samba Information",
	"Samba4 development", "http://devel.samba.org/",
	"Recent Checkins", "http://build.samba.org/?tree=samba4&function=Recent+Checkins",
	"Recent Builds",   "http://build.samba.org/?tree=samba4&function=Recent+Builds",
	"EJS Information", "http://www.appwebserver.org/products/ejs/ejs.html",
	"ESP Information", "http://www.appwebserver.org/products/esp/esp.html",
	"HTML 4.01 Spec",  "http://www.w3.org/TR/html401/");