summaryrefslogtreecommitdiff
path: root/swat/esptest
diff options
context:
space:
mode:
Diffstat (limited to 'swat/esptest')
-rw-r--r--swat/esptest/exception.esp2
-rw-r--r--swat/esptest/formtest.esp2
-rw-r--r--swat/esptest/include.esp2
-rw-r--r--swat/esptest/index.esp7
-rw-r--r--swat/esptest/ldb.esp2
-rw-r--r--swat/esptest/loadparm.esp2
-rw-r--r--swat/esptest/newuser.esp2
-rw-r--r--swat/esptest/provision.esp2
-rw-r--r--swat/esptest/samr.esp2
-rw-r--r--swat/esptest/session.esp2
-rw-r--r--swat/esptest/showvars.esp2
11 files changed, 17 insertions, 10 deletions
diff --git a/swat/esptest/exception.esp b/swat/esptest/exception.esp
index df62e9a326..dcc0fda093 100644
--- a/swat/esptest/exception.esp
+++ b/swat/esptest/exception.esp
@@ -1,4 +1,4 @@
-<% page_header("columns", "ESP Exception test"); %>
+<% page_header("columns", "ESP Exception test", "/esptest/menu.js"); %>
<h1>Samba4 exception test</h1>
diff --git a/swat/esptest/formtest.esp b/swat/esptest/formtest.esp
index 2d7c33e518..5cb4f00327 100644
--- a/swat/esptest/formtest.esp
+++ b/swat/esptest/formtest.esp
@@ -1,4 +1,4 @@
-<% page_header("columns", "ESP Form Test"); %>
+<% page_header("columns", "ESP Form Test", "/esptest/menu.js"); %>
<%
var f = FormObj("FormTest", 3, 2);
diff --git a/swat/esptest/include.esp b/swat/esptest/include.esp
index 96afead1f9..fc53a9b1f4 100644
--- a/swat/esptest/include.esp
+++ b/swat/esptest/include.esp
@@ -1,4 +1,4 @@
-<% page_header("columns", "ESP Include Test"); %>
+<% page_header("columns", "ESP Include Test", "/esptest/menu.js"); %>
including /scripting/test.ejs<p/>
<% include("/scripting/test.ejs"); %>
diff --git a/swat/esptest/index.esp b/swat/esptest/index.esp
new file mode 100644
index 0000000000..fbbed9b3c4
--- /dev/null
+++ b/swat/esptest/index.esp
@@ -0,0 +1,7 @@
+<% page_header("columns", "ESP Tests", "/esptest/menu.js"); %>
+
+<h1>ESP Test functions</h1>
+
+Please select a menu item from the selection on the left
+
+<% page_footer(); %>
diff --git a/swat/esptest/ldb.esp b/swat/esptest/ldb.esp
index 18427dfecd..b0a2db8dad 100644
--- a/swat/esptest/ldb.esp
+++ b/swat/esptest/ldb.esp
@@ -1,4 +1,4 @@
-<% page_header("columns", "ESP ldb test"); %>
+<% page_header("columns", "ESP ldb test", "/esptest/menu.js"); %>
<h1>Samba4 ldb test</h1>
diff --git a/swat/esptest/loadparm.esp b/swat/esptest/loadparm.esp
index 738208b745..9e6de480e2 100644
--- a/swat/esptest/loadparm.esp
+++ b/swat/esptest/loadparm.esp
@@ -1,4 +1,4 @@
-<% page_header("columns", "ESP loadparm test"); %>
+<% page_header("columns", "ESP loadparm test", "/esptest/menu.js" ); %>
<h1>Samba4 loadparm test</h1>
diff --git a/swat/esptest/newuser.esp b/swat/esptest/newuser.esp
index 2e4341fbee..4c54a969e7 100644
--- a/swat/esptest/newuser.esp
+++ b/swat/esptest/newuser.esp
@@ -1,4 +1,4 @@
-<% page_header("columns", "Add a user");
+<% page_header("columns", "Add a user", "/esptest/menu.js");
libinclude("base.js");
libinclude("provision.js");
diff --git a/swat/esptest/provision.esp b/swat/esptest/provision.esp
index b2f5fbf618..edb65469df 100644
--- a/swat/esptest/provision.esp
+++ b/swat/esptest/provision.esp
@@ -1,4 +1,4 @@
-<% page_header("columns", "Server provisioning");
+<% page_header("columns", "Server provisioning", "/esptest/menu.js");
libinclude("base.js");
libinclude("provision.js");
diff --git a/swat/esptest/samr.esp b/swat/esptest/samr.esp
index b0a6a9de6e..53e20a23ab 100644
--- a/swat/esptest/samr.esp
+++ b/swat/esptest/samr.esp
@@ -1,4 +1,4 @@
-<% page_header("columns", "ESP samr test");
+<% page_header("columns", "ESP samr test", "/esptest/menu.js");
libinclude("base.js");
libinclude("samr.js");
diff --git a/swat/esptest/session.esp b/swat/esptest/session.esp
index 4fb4ee7bb4..0135221266 100644
--- a/swat/esptest/session.esp
+++ b/swat/esptest/session.esp
@@ -1,4 +1,4 @@
-<% page_header("columns", "ESP session test"); %>
+<% page_header("columns", "ESP session test", "/esptest/menu.js"); %>
<h1>Samba4 session test</h1>
diff --git a/swat/esptest/showvars.esp b/swat/esptest/showvars.esp
index 38904edcc5..6763f2b6dd 100644
--- a/swat/esptest/showvars.esp
+++ b/swat/esptest/showvars.esp
@@ -1,4 +1,4 @@
-<% page_header("columns", "ESP standard variables test"); %>
+<% page_header("columns", "ESP standard variables test", "/esptest/menu.js"); %>
<h1>Samba4 showvars test</h1>