summaryrefslogtreecommitdiff
path: root/swat/esptest/include.html
diff options
context:
space:
mode:
Diffstat (limited to 'swat/esptest/include.html')
-rw-r--r--swat/esptest/include.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/swat/esptest/include.html b/swat/esptest/include.html
new file mode 100644
index 0000000000..b488631e83
--- /dev/null
+++ b/swat/esptest/include.html
@@ -0,0 +1,16 @@
+<HTML>
+<TITLE>
+Samba4 ESP test
+</TITLE>
+<BODY>
+including /scripting/test.ejs<p>
+<% include("/scripting/test.ejs"); %>
+calling a function from test.ejs ...<p>
+<% showArray("request", request); %>
+
+<form name="Cancel" method="POST" action="index.html">
+ <input name="submit" type="submit" value="Cancel"><br>
+</form>
+
+</BODY>
+</HTML>