From 0f5ccc9aa3d028fee093c733744064c24fb302b9 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 17 Mar 2009 05:20:37 +0000 Subject: Switch from using SimpleUploader to using swfUpload as our flash based uploader. This is modeled on http://codex.gallery2.org/Gallery3:Upload_UX but is not yet complete. Notes: * Changed #gProgressBar to .gProgressBar to support multiple progress bars on the same page * Added a bunch of CSS to the "needs a home" section in themes/default/css/screen.css --- core/views/simple_uploader.html.php | 240 +++++++++++++++++++++++++++++++----- 1 file changed, 211 insertions(+), 29 deletions(-) (limited to 'core/views/simple_uploader.html.php') diff --git a/core/views/simple_uploader.html.php b/core/views/simple_uploader.html.php index 0d1d4ee2..064f88fc 100644 --- a/core/views/simple_uploader.html.php +++ b/core/views/simple_uploader.html.php @@ -1,34 +1,216 @@ - -
"> + + + + +">
$item->title)) ?>
- - - " /> - - - - - " - quality="high" - bgcolor="#ffffff" - flashVars="" - width="470" height="400" name="" - align="middle" - play="true" - loop="false" - quality="high" - allowScriptAccess="sameDomain" - type="application/x-shockwave-flash" - pluginspage="http://www.adobe.com/go/getflashplayer"> - - - - "/>
+ +
+

+ +

+ + +

+
+
+
+
+ + + + + +
+ + -- cgit v1.2.3