summaryrefslogtreecommitdiff
path: root/swat2/esptest/include.esp
diff options
context:
space:
mode:
Diffstat (limited to 'swat2/esptest/include.esp')
-rw-r--r--swat2/esptest/include.esp14
1 files changed, 14 insertions, 0 deletions
diff --git a/swat2/esptest/include.esp b/swat2/esptest/include.esp
new file mode 100644
index 00000000000..5d558d59dce
--- /dev/null
+++ b/swat2/esptest/include.esp
@@ -0,0 +1,14 @@
+<% 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(); %>