From d6047391feb3236374e16fd73240d9821d77fe06 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 20 Feb 2005 08:44:40 +0000 Subject: 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 --- httemplate/elements/progress-init.html | 45 ++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 httemplate/elements/progress-init.html (limited to 'httemplate/elements/progress-init.html') diff --git a/httemplate/elements/progress-init.html b/httemplate/elements/progress-init.html new file mode 100644 index 000000000..7edb831c5 --- /dev/null +++ b/httemplate/elements/progress-init.html @@ -0,0 +1,45 @@ +<% my( $formname, $fields, $action, $success_url ) = @_; %> + + + + -- cgit v1.2.1