From 26a8394ee92443ce2a9688bc01a02df4c2ad74fa Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 27 May 2005 00:31:41 +0000 Subject: r6999: - renamed our html files to esp - added a favicon.ico so bookmarks show a samba icon - added a session.esp demonstration of session variables (This used to be commit 092ffc733916f8091c8ff1e7a1306810e516d613) --- swat/esptest/include.esp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 swat/esptest/include.esp (limited to 'swat/esptest/include.esp') diff --git a/swat/esptest/include.esp b/swat/esptest/include.esp new file mode 100644 index 0000000000..9b67a768da --- /dev/null +++ b/swat/esptest/include.esp @@ -0,0 +1,22 @@ + + +Samba4 ESP test + + +including /scripting/test.ejs

+<% include("/scripting/test.ejs"); %> +calling a function from test.ejs ...

+<% showArray("request", request); %> + +including /scripting/test.esp

+<% include /scripting/test.esp %> +calling a function from test.esp ...

+<% res = testfn('foo'); %> +result is: @@res + +

+
+
+ + + -- cgit