From 0caa7ea9f8c1975f855ab167d1f8d0d3d1a3ddad Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 27 Oct 2015 09:40:45 -0700 Subject: progressbar fix for elements/ exclusion, RT#38752 --- httemplate/misc/progress-popup.html | 135 ++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 httemplate/misc/progress-popup.html (limited to 'httemplate/misc/progress-popup.html') diff --git a/httemplate/misc/progress-popup.html b/httemplate/misc/progress-popup.html new file mode 100644 index 000000000..8e2d6760b --- /dev/null +++ b/httemplate/misc/progress-popup.html @@ -0,0 +1,135 @@ +% +% my $jobnum = $cgi->param('jobnum'); +% my $url = $cgi->param('url'); +% my $message = $cgi->param('message'); +% my $popup_url = $cgi->param('popup_url'); +% my $formname = scalar($cgi->param('formname')); +% my $error_url = $cgi->param('error_url'); +% + + + + + + + +<% include('/elements/xmlhttp.html', + 'url' => $p.'misc/jsrsServer.html', + 'subs' => [ 'job_status' ], + ) +%> + + + + + + + + + + + + + + + +
+ Server processing job... +
+ +
+
%
+
+ (progress of job #<% $jobnum %>) +
+ + + + -- cgit v1.2.1