summaryrefslogtreecommitdiff
path: root/httemplate/elements/jsrsServer.html
diff options
context:
space:
mode:
authorivan <ivan>2005-02-20 08:44:40 +0000
committerivan <ivan>2005-02-20 08:44:40 +0000
commitd6047391feb3236374e16fd73240d9821d77fe06 (patch)
tree26cd3c1df50a28ed50ce77669a31d672748866a6 /httemplate/elements/jsrsServer.html
parent9e1ec0694dff61d375af8c0ef0e3895a7f1e07fd (diff)
use a javascript layer instead of a browser popup (popup blockers), really generalize the progressbar code to make it easy to use as a component
Diffstat (limited to 'httemplate/elements/jsrsServer.html')
-rw-r--r--httemplate/elements/jsrsServer.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/elements/jsrsServer.html b/httemplate/elements/jsrsServer.html
new file mode 100644
index 000000000..d6d537070
--- /dev/null
+++ b/httemplate/elements/jsrsServer.html
@@ -0,0 +1,4 @@
+<%
+my $server = new FS::UI::Web::JSRPC;
+$server->process;
+%>