summaryrefslogtreecommitdiff
path: root/swat/esptest/menu.js
blob: 3792d30943419279b8bf4170af68b7598043679f (plain)
1
2
3
4
5
6
7
8
9
10
11
/* show a menu for the esp test pages */
simple_menu(
	"ESP Tests",
	"ldb database",       "/esptest/ldb.esp",
	"html forms",         "/esptest/formtest.esp",
	"esp includes",       "/esptest/include.esp",
	"session variables",  "/esptest/session.esp",
	"loadparm access",    "/esptest/loadparm.esp",
	"exception handling", "/esptest/exception.esp",
	"environment variables",  "/esptest/showvars.esp");