mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
r6988: added a test of esp include() calls
(This used to be commit a1eb98722d
)
This commit is contained in:
parent
44d2a46580
commit
98046f0372
16
swat/esptest/include.html
Normal file
16
swat/esptest/include.html
Normal file
@ -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>
|
@ -1,5 +1,5 @@
|
||||
<%
|
||||
var tests = new Array("formtest", "showvars");
|
||||
var tests = new Array("formtest", "showvars", "include");
|
||||
%>
|
||||
|
||||
<HTML>
|
||||
|
Loading…
Reference in New Issue
Block a user