source:
branches/samba-3.5.x/swat2/esptest/include.esp
| Last change on this file was 414, checked in by , 16 years ago | |
|---|---|
| File size: 388 bytes | |
| Line | |
|---|---|
| 1 | <% page_header("columns", "ESP Include Test", "esptest"); %> |
| 2 | |
| 3 | including /scripting/test.ejs<p/> |
| 4 | <% include("/scripting/test.ejs"); %> |
| 5 | calling a function from test.ejs ...<p/> |
| 6 | <% showArray("request", request); %> |
| 7 | |
| 8 | including /scripting/test.esp<p/> |
| 9 | <% include /scripting/test.esp %> |
| 10 | calling a function from test.esp ...<p/> |
| 11 | <% res = testfn('foo'); %> |
| 12 | result is: @@res |
| 13 | |
| 14 | <% page_footer(); %> |
Note:
See TracBrowser
for help on using the repository browser.
