r6999: - renamed our html files to esp
[samba.git] / swat / esptest / include.esp
1 <HTML>
2 <TITLE>
3 Samba4 ESP test
4 </TITLE>
5 <BODY>
6 including /scripting/test.ejs<p>
7 <% include("/scripting/test.ejs"); %>
8 calling a function from test.ejs ...<p>
9 <% showArray("request", request); %>
10
11 including /scripting/test.esp<p>
12 <% include /scripting/test.esp %>
13 calling a function from test.esp ...<p>
14 <% res = testfn('foo'); %>
15 result is: @@res
16
17 <form name="Cancel" method="POST" action="index.esp"> 
18     <input name="submit" type="submit" value="Cancel"><br>
19 </form>
20
21 </BODY>
22 </HTML>