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
This commit is contained in:
Bharat Mediratta
2009-03-17 05:20:37 +00:00
parent af83f5d3fc
commit 0f5ccc9aa3
10 changed files with 1307 additions and 59 deletions

View File

@@ -19,5 +19,5 @@
<?= form::submit(array("id" => "gServerAddButton", "name" => "add", "disabled" => true, "class" => "submit"), t("Add")) ?>
</span>
<?= form::close() ?>
<div id="gProgressBar" style="visibility: hidden" ></div>
<div class="gProgressBar" style="visibility: hidden" ></div>
</div>