Chrysostomos for scheduler
authorChrysostomos Kolovos <xrklvs@gmail.com>
Wed, 12 Mar 2014 10:52:32 +0000 (12:52 +0200)
committerChrysostomos Kolovos <xrklvs@gmail.com>
Wed, 12 Mar 2014 10:52:32 +0000 (12:52 +0200)
commite4a88c348fe7f795c77f4a60273856ee1ef4d534
tree155db19a678370872eca0b4386678a70fe5e383d
parent864c51bf4c1330e2a1a1b5978b8a8dc5afe01763
Chrysostomos for scheduler
43 files changed:
plugins/scheduler/__init__.py [deleted file]
plugins/scheduler/static/css/scheduler.css [deleted file]
plugins/scheduler/static/js/raphael-1.5.2.js [deleted file]
plugins/scheduler/static/js/raphael.js [deleted symlink]
plugins/scheduler/static/js/scheduler.js [deleted file]
plugins/scheduler/template/scheduler.html [deleted file]
plugins/scheduler2/__init__.py [new file with mode: 0755]
plugins/scheduler2/asdf.txt [changed mode: 0644->0755]
plugins/scheduler2/static/css/scheduler2.css [new file with mode: 0755]
plugins/scheduler2/static/css/slider/images/ui-bg_flat_0_aaaaaa_40x100.png [new file with mode: 0755]
plugins/scheduler2/static/css/slider/images/ui-bg_glass_55_fbf9ee_1x400.png [new file with mode: 0755]
plugins/scheduler2/static/css/slider/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0755]
plugins/scheduler2/static/css/slider/images/ui-bg_glass_75_dadada_1x400.png [new file with mode: 0755]
plugins/scheduler2/static/css/slider/images/ui-bg_glass_75_e6e6e6_1x400.png [new file with mode: 0755]
plugins/scheduler2/static/css/slider/images/ui-bg_glass_75_ffffff_1x400.png [new file with mode: 0755]
plugins/scheduler2/static/css/slider/images/ui-bg_highlight-soft_75_cccccc_1x100.png [new file with mode: 0755]
plugins/scheduler2/static/css/slider/images/ui-bg_inset-soft_95_fef1ec_1x100.png [new file with mode: 0755]
plugins/scheduler2/static/css/slider/images/ui-icons_222222_256x240.png [new file with mode: 0755]
plugins/scheduler2/static/css/slider/images/ui-icons_2e83ff_256x240.png [new file with mode: 0755]
plugins/scheduler2/static/css/slider/images/ui-icons_454545_256x240.png [new file with mode: 0755]
plugins/scheduler2/static/css/slider/images/ui-icons_888888_256x240.png [new file with mode: 0755]
plugins/scheduler2/static/css/slider/images/ui-icons_cd0a0a_256x240.png [new file with mode: 0755]
plugins/scheduler2/static/css/slider/images/ui-icons_f6cf3b_256x240.png [new file with mode: 0755]
plugins/scheduler2/static/css/slider/jquery-ui-1.10.3.slider.min.css [new file with mode: 0755]
plugins/scheduler2/static/img/closed-lock-15.png [new file with mode: 0755]
plugins/scheduler2/static/img/closed-lock.png [new file with mode: 0755]
plugins/scheduler2/static/img/loading.gif [new file with mode: 0755]
plugins/scheduler2/static/img/nitos_topo.png [new file with mode: 0755]
plugins/scheduler2/static/img/opened-lock-15.png [new file with mode: 0755]
plugins/scheduler2/static/img/opened-lock.png [new file with mode: 0755]
plugins/scheduler2/static/img/podcast-15-w.png [new file with mode: 0755]
plugins/scheduler2/static/img/podcast-15.png [new file with mode: 0755]
plugins/scheduler2/static/img/podcast.png [new file with mode: 0755]
plugins/scheduler2/static/img/pushpin-1.png [new file with mode: 0755]
plugins/scheduler2/static/img/tools-15.png [new file with mode: 0755]
plugins/scheduler2/static/img/tools.png [new file with mode: 0755]
plugins/scheduler2/static/js/scheduler-helpers.js [new file with mode: 0755]
plugins/scheduler2/static/js/scheduler2.js [new file with mode: 0755]
plugins/scheduler2/static/js/selectRangeWorker.js [new file with mode: 0755]
plugins/scheduler2/static/js/slider/jquery-ui-1.10.3.slider.min.js [new file with mode: 0755]
plugins/scheduler2/static/js/table-selector.js [new file with mode: 0755]
plugins/scheduler2/templates/scheduler.html [new file with mode: 0755]
portal/sliceview.py [changed mode: 0644->0755]