source:
branches/samba-3.5.x/swat2/scripting/test.ejs
Last change on this file was 414, checked in by , 15 years ago | |
---|---|
File size: 201 bytes |
Line | |
---|---|
1 | |
2 | /* |
3 | some test ejs code |
4 | */ |
5 | function showArray(name, array) { |
6 | write("<h3>Array: " + name + "</h3>\n"); |
7 | for (v in array) { |
8 | write(name + "[" + v + "]=" + array[v] + "<br/>\n"); |
9 | } |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.