r7073: added some simple example scripts for use with smbscript
[samba.git] / swat / esptest / index.esp
1 <%
2   var tests = new Array("formtest", "showvars", "include", 
3                         "session", "loadparm", "exception",
4                         "ldb", "auth");
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
25 For more information on ejs see <a
26 href="http://www.appwebserver.org/products/ejs/ejs.html">http://www.appwebserver.org/products/ejs/ejs.html</a><p>
27
28 For more information on esp see <a
29 href="http://www.appwebserver.org/products/esp/esp.html">http://www.appwebserver.org/products/esp/esp.html</a><p>
30
31 </BODY> 
32 </HTML>