r9579: Desktop SWAT opens now with a little server status window.
[kai/samba.git] / swat / esptest / include.esp
1 <% page_header("columns", "ESP Include Test", "esptest"); %>
2
3 including /scripting/test.ejs<p/>
4 <% include("/scripting/test.ejs"); %>
5 calling a function from test.ejs ...<p/>
6 <% showArray("request", request); %>
7
8 including /scripting/test.esp<p/>
9 <% include /scripting/test.esp %>
10 calling a function from test.esp ...<p/>
11 <% res = testfn('foo'); %>
12 result is: @@res
13
14 <% page_footer(); %>