From 74dda392261e52e80a4ff24ea08f042e02154ed7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 26 May 2005 03:22:38 +0000 Subject: r6989: - added support for esp style includes (which include a esp file, instead of a ejs file) - added a test of esp style includes to the esptest html (This used to be commit af3de9468ee5ba490c991901b7a4aa260c839876) --- swat/esptest/include.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'swat/esptest') diff --git a/swat/esptest/include.html b/swat/esptest/include.html index b488631e83..59322cc9fa 100644 --- a/swat/esptest/include.html +++ b/swat/esptest/include.html @@ -8,6 +8,12 @@ including /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