summaryrefslogtreecommitdiff
path: root/swat/esptest/menu.js
blob: 3b16824fad133aa7aaec86ac1505a3ae5e2c45be (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",
	);