X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=swat2%2Fesptest%2Fqooxdoo.esp;fp=swat2%2Fesptest%2Fqooxdoo.esp;h=0000000000000000000000000000000000000000;hp=554a4e90d5d9510403840df23861f869eeacbf87;hb=143d3f1d90b1d8e35f03e03aa7d39c4090fe0296;hpb=6ccf2321cef9203bb80cb091700ea798095d094b diff --git a/swat2/esptest/qooxdoo.esp b/swat2/esptest/qooxdoo.esp deleted file mode 100644 index 554a4e90d5d..00000000000 --- a/swat2/esptest/qooxdoo.esp +++ /dev/null @@ -1,133 +0,0 @@ -<% -/******************************/ -/* server side AJAJ functions */ -libinclude("server_call.js"); - -/* this is a call that the client js code can make - it just adds - some more elements to the passed object, then returns the object */ -function testfunc(x) { - var sys = sys_init(); - x.nttime = sys.nttime(); - x.timestring = sys.httptime(x.nttime); - return x; -} - -/* register a call for clients to make */ -var call = servCallObj(); -call.add('testfunc', testfunc); - -/* run the function that was asked for */ -call.run(); - - /***********************/ - /* now the main page */ - page_header("columns", "ESP qooxdoo test", "esptest"); -%> - - - - -

Samba4 qooxdoo test

- - - - -
- -<% page_footer(); %>