r8591: - added a simple 2 level menu structure to swat. Deryck, I know this
[jra/samba/.git] / swat / esptest / include.esp
1 <% page_header("columns", "ESP Include Test", "/esptest/menu.js"); %>
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(); %>