From 8e21dda195015a3c9420553f874c10d3ebfa5dfa Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 3 Jan 2011 20:24:21 -0800 Subject: Complete rewrite of the organize module in Javascript using the Sencha JavaScript library. It's got all the functionality from the Flash version except it doesn't support creating new albums or uploading photos. Only tested in Chrome 10.0.x so far. --- modules/organize/views/organize_dialog.html.php | 481 +++++++++++++++++------- modules/organize/views/organize_frame.html.php | 23 ++ 2 files changed, 377 insertions(+), 127 deletions(-) create mode 100644 modules/organize/views/organize_frame.html.php (limited to 'modules/organize/views') diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index 3ea1143d..b2e56a04 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -1,144 +1,371 @@ - - + + -
- - -

html::purify($album->title))) ?>

-
-

- $flash_minimum_version)) ?> -

- - <?=for_js() ?> /> - -
-
diff --git a/modules/organize/views/organize_frame.html.php b/modules/organize/views/organize_frame.html.php new file mode 100644 index 00000000..2abea898 --- /dev/null +++ b/modules/organize/views/organize_frame.html.php @@ -0,0 +1,23 @@ + + + + -- cgit v1.2.3