From 02afd8a32edb13ea7fc2266ac80092ea15c0930c Mon Sep 17 00:00:00 2001 From: Alvin Li Date: Wed, 9 Oct 2013 15:52:53 +0800 Subject: * treat 'apps/utils' as regular django app; which used to store general tools for used in other apps * moved 'templatetags' from 'apps/indicator' to 'apps/utils' * '.gitignore' to ignore 'fixtures_bak' * moved js plugins from 'apps/indicator/static/plugins' to 'staticfiles/plugins' apps/recommend: * updated 'recommend.models'; o commented 'recommend.models.ResearchCombination' (not used) * implemented views 'add_edit_blog_info' and 'ajax_add_edit_configs'; * added pages 'templates/recommend/add_edit_blog_info.html', 'add_edit_blog_info_error.html'; o related css and javascripts files * added 'tools.py'; * added 'utils/tools.py' for placing generic functions; * deleted 'initial_data.json' (mv 'fixtures' to 'fixtures_bak'); * small fixes to 'indicator.models', 'sciblog.models' and 'sfaccount.views' * fixed automatically show 'proper_nouns' annotation in blog: recovered the line 'import signals' in 'sciblog.models' * added 'is_ok()' method for 'recommend.models.ResearchConfig'; --- .../demos/droppable/accepted-elements.html | 53 ------ .../plugins/jquery-ui/demos/droppable/default.html | 46 ------ .../demos/droppable/images/high_tatras.jpg | Bin 22994 -> 0 bytes .../demos/droppable/images/high_tatras2.jpg | Bin 25619 -> 0 bytes .../demos/droppable/images/high_tatras2_min.jpg | Bin 2164 -> 0 bytes .../demos/droppable/images/high_tatras3.jpg | Bin 24583 -> 0 bytes .../demos/droppable/images/high_tatras3_min.jpg | Bin 1901 -> 0 bytes .../demos/droppable/images/high_tatras4.jpg | Bin 24870 -> 0 bytes .../demos/droppable/images/high_tatras4_min.jpg | Bin 2541 -> 0 bytes .../demos/droppable/images/high_tatras_min.jpg | Bin 2147 -> 0 bytes .../plugins/jquery-ui/demos/droppable/index.html | 20 --- .../jquery-ui/demos/droppable/photo-manager.html | 182 --------------------- .../jquery-ui/demos/droppable/propagation.html | 73 --------- .../plugins/jquery-ui/demos/droppable/revert.html | 54 ------ .../jquery-ui/demos/droppable/shopping-cart.html | 94 ----------- .../jquery-ui/demos/droppable/visual-feedback.html | 72 -------- 16 files changed, 594 deletions(-) delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/accepted-elements.html delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/default.html delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras.jpg delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras2.jpg delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras2_min.jpg delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras3.jpg delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras3_min.jpg delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras4.jpg delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras4_min.jpg delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras_min.jpg delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/index.html delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/photo-manager.html delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/propagation.html delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/revert.html delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/shopping-cart.html delete mode 100644 97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/visual-feedback.html (limited to '97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable') diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/accepted-elements.html b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/accepted-elements.html deleted file mode 100644 index c291b5b..0000000 --- a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/accepted-elements.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - jQuery UI Droppable - Accept - - - - - - - - - - - - - -
-

I'm draggable but can't be dropped

-
- -
-

Drag me to my target

-
- -
-

accept: '#draggable'

-
- -
-

Specify using the accept option which element (or group of elements) is accepted by the target droppable.

-
- - diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/default.html b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/default.html deleted file mode 100644 index d9b7d61..0000000 --- a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/default.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - jQuery UI Droppable - Default functionality - - - - - - - - - - - - - -
-

Drag me to my target

-
- -
-

Drop here

-
- -
-

Enable any DOM element to be droppable, a target for draggable elements.

-
- - diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras.jpg b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras.jpg deleted file mode 100644 index 5723680..0000000 Binary files a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras.jpg and /dev/null differ diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras2.jpg b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras2.jpg deleted file mode 100644 index 1acad3a..0000000 Binary files a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras2.jpg and /dev/null differ diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras2_min.jpg b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras2_min.jpg deleted file mode 100644 index 493e082..0000000 Binary files a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras2_min.jpg and /dev/null differ diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras3.jpg b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras3.jpg deleted file mode 100644 index e158b1a..0000000 Binary files a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras3.jpg and /dev/null differ diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras3_min.jpg b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras3_min.jpg deleted file mode 100644 index 4aa96b0..0000000 Binary files a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras3_min.jpg and /dev/null differ diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras4.jpg b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras4.jpg deleted file mode 100644 index da4124d..0000000 Binary files a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras4.jpg and /dev/null differ diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras4_min.jpg b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras4_min.jpg deleted file mode 100644 index 794dbdf..0000000 Binary files a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras4_min.jpg and /dev/null differ diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras_min.jpg b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras_min.jpg deleted file mode 100644 index 51e0cde..0000000 Binary files a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/images/high_tatras_min.jpg and /dev/null differ diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/index.html b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/index.html deleted file mode 100644 index deca6e4..0000000 --- a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - jQuery UI Droppable Demos - - - - - - - diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/photo-manager.html b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/photo-manager.html deleted file mode 100644 index 54a805d..0000000 --- a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/photo-manager.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - jQuery UI Droppable - Simple photo manager - - - - - - - - - - - - - - - - -
- - - -
-

Trash Trash

-
- -
- -
-

You can delete an image either by dragging it to the Trash or by clicking the trash icon.

-

You can "recycle" an image by dragging it back to the gallery or by clicking the recycle icon.

-

You can view larger image by clicking the zoom icon. jQuery UI dialog widget is used for the modal window.

-
- - diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/propagation.html b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/propagation.html deleted file mode 100644 index a116755..0000000 --- a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/propagation.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - jQuery UI Droppable - Prevent propagation - - - - - - - - - - - - - -
-

Drag me to my target

-
- -
-

Outer droppable

-
-

Inner droppable (not greedy)

-
-
- -
-

Outer droppable

-
-

Inner droppable (greedy)

-
-
- -
-

When working with nested droppables — for example, you may have an editable directory structure displayed as a tree, with folder and document nodes — the greedy option set to true prevents event propagation when a draggable is dropped on a child node (droppable).

-
- - diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/revert.html b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/revert.html deleted file mode 100644 index 2c2fb2c..0000000 --- a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/revert.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - jQuery UI Droppable - Revert draggable position - - - - - - - - - - - - - -
-

I revert when I'm dropped

-
- -
-

I revert when I'm not dropped

-
- -
-

Drop me here

-
- -
-

Return the draggable (or it's helper) to its original location when dragging stops with the boolean revert option set on the draggable.

-
- - diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/shopping-cart.html b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/shopping-cart.html deleted file mode 100644 index fe7d636..0000000 --- a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/shopping-cart.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - jQuery UI Droppable - Shopping Cart Demo - - - - - - - - - - - - - - - -
-

Products

-
-

T-Shirts

-
-
    -
  • Lolcat Shirt
  • -
  • Cheezeburger Shirt
  • -
  • Buckit Shirt
  • -
-
-

Bags

-
-
    -
  • Zebra Striped
  • -
  • Black Leather
  • -
  • Alligator Leather
  • -
-
-

Gadgets

-
-
    -
  • iPhone
  • -
  • iPod
  • -
  • iPad
  • -
-
-
-
- -
-

Shopping Cart

-
-
    -
  1. Add your items here
  2. -
-
-
- -
-

Demonstrate how to use an accordion to structure products into a catalog and make use of drag and drop for adding them to a shopping cart, where they are sortable.

-
- - diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/visual-feedback.html b/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/visual-feedback.html deleted file mode 100644 index 06b8325..0000000 --- a/97suifangqa/apps/indicator/static/plugins/jquery-ui/demos/droppable/visual-feedback.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - jQuery UI Droppable - Visual feedback - - - - - - - - - - - - - -

Feedback on hover:

- -
-

Drag me to my target

-
- -
-

Drop here

-
- -

Feedback on activating draggable:

- -
-

Drag me to my target

-
- -
-

Drop here

-
- -
-

Change the droppable's appearance on hover, or when the droppable is active (an acceptable draggable is dropped on it). Use the hoverClass or activeClass options to specify respective classes.

-
- - -- cgit v1.2.2