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