From 332122a4e9acfa4370bdff439876b3ca7d734532 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 10 Sep 2013 09:54:11 -0700 Subject: [PATCH] Added progress template. --- tailbone/templates/progress.mako | 143 +++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 tailbone/templates/progress.mako diff --git a/tailbone/templates/progress.mako b/tailbone/templates/progress.mako new file mode 100644 index 00000000..ea83598e --- /dev/null +++ b/tailbone/templates/progress.mako @@ -0,0 +1,143 @@ + + + + + Working... + ${h.javascript_link(request.static_url('edbob.pyramid:static/js/jquery.js'))} + ${h.javascript_link(request.static_url('edbob.pyramid:static/js/edbob.js'))} + ${h.stylesheet_link(request.static_url('edbob.pyramid:static/css/base.css'))} + ${h.stylesheet_link(request.static_url('edbob.pyramid:static/css/layout.css'))} + + + + +
+ +
+ +

${initial_msg or "Working"} (please wait) ...

+ + + + + + + +
+ + + + + +
+
+ +
+ +
+ +
+ +