e95a22ba3f338727a0f0a2d56fcd87a513a7dd4b
[sfrench/samba-autobuild/.git] / swat / esptest / index.esp
1 <%
2   var tests = new Array("formtest", "showvars", "include", 
3                         "session", "loadparm", "exception",
4                         "ldb");
5 %>
6
7 <HTML>
8 <TITLE>
9 Samba4 ESP test
10 </TITLE>
11 <BODY>
12 <img src="/images/logo.png" alt="Samba">
13 <h1>Samba4 ESP test</h1>
14
15 Please choose one of the following tests:
16 <ul>
17 <%
18   for (test in tests) {
19      url = tests[test] + ".esp";
20      write("<li> <a href=" + url + ">" + tests[test] + "</a>");
21   }
22 %>
23 </ul>
24 </BODY>
25 </HTML>