r7088: start on some real structure for the SWAT web pages
[samba.git] / swat / esptest / menu.js
1 /* show a menu for the esp test pages */
2 simple_menu(
3         "ESP Tests",
4         "ldb database",       "/esptest/ldb.esp",
5         "html forms",         "/esptest/formtest.esp",
6         "esp includes",       "/esptest/include.esp",
7         "session variables",  "/esptest/session.esp",
8         "loadparm access",    "/esptest/loadparm.esp",
9         "exception handling", "/esptest/exception.esp",
10         );
11