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'; --- .../jquery-ui/demos/droppable/images/high_tatras.jpg | Bin 0 -> 22994 bytes .../jquery-ui/demos/droppable/images/high_tatras2.jpg | Bin 0 -> 25619 bytes .../demos/droppable/images/high_tatras2_min.jpg | Bin 0 -> 2164 bytes .../jquery-ui/demos/droppable/images/high_tatras3.jpg | Bin 0 -> 24583 bytes .../demos/droppable/images/high_tatras3_min.jpg | Bin 0 -> 1901 bytes .../jquery-ui/demos/droppable/images/high_tatras4.jpg | Bin 0 -> 24870 bytes .../demos/droppable/images/high_tatras4_min.jpg | Bin 0 -> 2541 bytes .../demos/droppable/images/high_tatras_min.jpg | Bin 0 -> 2147 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras.jpg create mode 100644 97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras2.jpg create mode 100644 97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras2_min.jpg create mode 100644 97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras3.jpg create mode 100644 97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras3_min.jpg create mode 100644 97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras4.jpg create mode 100644 97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras4_min.jpg create mode 100644 97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras_min.jpg (limited to '97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images') diff --git a/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras.jpg b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras.jpg new file mode 100644 index 0000000..5723680 Binary files /dev/null and b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras.jpg differ diff --git a/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras2.jpg b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras2.jpg new file mode 100644 index 0000000..1acad3a Binary files /dev/null and b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras2.jpg differ diff --git a/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras2_min.jpg b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras2_min.jpg new file mode 100644 index 0000000..493e082 Binary files /dev/null and b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras2_min.jpg differ diff --git a/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras3.jpg b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras3.jpg new file mode 100644 index 0000000..e158b1a Binary files /dev/null and b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras3.jpg differ diff --git a/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras3_min.jpg b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras3_min.jpg new file mode 100644 index 0000000..4aa96b0 Binary files /dev/null and b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras3_min.jpg differ diff --git a/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras4.jpg b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras4.jpg new file mode 100644 index 0000000..da4124d Binary files /dev/null and b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras4.jpg differ diff --git a/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras4_min.jpg b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras4_min.jpg new file mode 100644 index 0000000..794dbdf Binary files /dev/null and b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras4_min.jpg differ diff --git a/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras_min.jpg b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras_min.jpg new file mode 100644 index 0000000..51e0cde Binary files /dev/null and b/97suifangqa/staticfiles/plugins/jquery-ui/demos/droppable/images/high_tatras_min.jpg differ -- cgit v1.2.2