mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
fdb322876d
menu hierarchy is now in /menu.js (This used to be commit c2a450bb9967caa666628f067a8e732227854ce2)
15 lines
388 B
Plaintext
15 lines
388 B
Plaintext
<% 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(); %>
|