r25052: This missing 'break' caused problems on 32 bit platforms only, due to
[kai/samba.git] / swat / esptest / index.esp
index 0f3f58166a5d37aa83780da734eac508a954dd33..663f82c5990ad5999fc56b5aca976f5abd27924c 100644 (file)
@@ -1,28 +1,7 @@
-<%
-  var tests = new Array("formtest", "showvars", "include", 
-                        "session", "loadparm", "exception");
-%>
+<% page_header("columns", "ESP Tests", "esptest"); %>
 
-<HTML>
-<TITLE>
-Samba4 ESP test
-</TITLE>
-<BODY>
-<% 
-/* this allows us to force the image to go over more efficiently as http */
- var imagedir = "http://" + headers['HOST'] + "/images"; 
-%>
-<img src="@@imagedir/logo.png" alt="Samba">
-<h1>Samba4 ESP test</h1>
+<h1>ESP Test functions</h1>
 
-Please choose one of the following tests:
-<ul>
-<%
-  for (test in tests) {
-     url = tests[test] + ".esp";
-     write("<li> <a href=" + url + ">" + tests[test] + "</a>");
-  }
-%>
-</ul>
-</BODY>
-</HTML>
+Please select a menu item from the selection on the left
+
+<% page_footer(); %>