1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00
samba-mirror/swat/esptest/include.esp
Andrew Tridgell fdb322876d r8722: make the menu handling considerably saner and easier to follow. The whole
menu hierarchy is now in /menu.js
(This used to be commit c2a450bb9967caa666628f067a8e732227854ce2)
2007-10-10 13:29:59 -05:00

15 lines
388 B
Plaintext

<% page_header("columns", "ESP Include Test", "esptest"); %>
including /scripting/test.ejs<p/>
<% include("/scripting/test.ejs"); %>
calling a function from test.ejs ...<p/>
<% showArray("request", request); %>
including /scripting/test.esp<p/>
<% include /scripting/test.esp %>
calling a function from test.esp ...<p/>
<% res = testfn('foo'); %>
result is: @@res
<% page_footer(); %>