myslice reputation plugin v0.1
authorCostas Yiotis <coyiotis@gmail.com>
Tue, 18 Nov 2014 11:24:55 +0000 (13:24 +0200)
committerCostas Yiotis <coyiotis@gmail.com>
Tue, 18 Nov 2014 11:24:55 +0000 (13:24 +0200)
commit90c5da3ffa580fa4514579e405eb130adabe2ad5
tree0de3056a1e8e644d44918f39231bd5bc87c68528
parent12f6fb654348344e820a42d4b6c61c37ff4eb6eb
myslice reputation plugin v0.1
28 files changed:
portal/reputationview.py [new file with mode: 0644]
portal/static/reputation_static/css/delete.gif [new file with mode: 0644]
portal/static/reputation_static/css/images/star-off.png [new file with mode: 0644]
portal/static/reputation_static/css/images/star-on.png [new file with mode: 0644]
portal/static/reputation_static/css/images/ui-bg_flat_0_aaaaaa_40x100.png [new file with mode: 0644]
portal/static/reputation_static/css/images/ui-bg_flat_75_ffffff_40x100.png [new file with mode: 0644]
portal/static/reputation_static/css/images/ui-bg_glass_55_fbf9ee_1x400.png [new file with mode: 0644]
portal/static/reputation_static/css/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
portal/static/reputation_static/css/images/ui-bg_glass_75_dadada_1x400.png [new file with mode: 0644]
portal/static/reputation_static/css/images/ui-bg_glass_75_e6e6e6_1x400.png [new file with mode: 0644]
portal/static/reputation_static/css/images/ui-bg_glass_95_fef1ec_1x400.png [new file with mode: 0644]
portal/static/reputation_static/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png [new file with mode: 0644]
portal/static/reputation_static/css/images/ui-icons_222222_256x240.png [new file with mode: 0644]
portal/static/reputation_static/css/images/ui-icons_2e83ff_256x240.png [new file with mode: 0644]
portal/static/reputation_static/css/images/ui-icons_454545_256x240.png [new file with mode: 0644]
portal/static/reputation_static/css/images/ui-icons_888888_256x240.png [new file with mode: 0644]
portal/static/reputation_static/css/images/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
portal/static/reputation_static/css/jquery-ui-1.9.2.custom.min.css [new file with mode: 0644]
portal/static/reputation_static/css/jquery.rating.css [new file with mode: 0644]
portal/static/reputation_static/css/main.css [new file with mode: 0644]
portal/static/reputation_static/img/star-off.png [new file with mode: 0644]
portal/static/reputation_static/img/star-on.png [new file with mode: 0644]
portal/static/reputation_static/img/star.gif [new file with mode: 0644]
portal/static/reputation_static/js/jquery-1.9.0.min.js [new file with mode: 0644]
portal/static/reputation_static/js/jquery.raty.min.js [new file with mode: 0644]
portal/static/reputation_static/js/ui/jquery-ui-1.9.2.custom.min.js [new file with mode: 0644]
portal/templates/reputation.html [new file with mode: 0644]
portal/urls.py