move former myslice/viewutils.py, to gether with the contents of former views/ subdir...
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 30 Sep 2013 09:12:53 +0000 (11:12 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 30 Sep 2013 09:12:53 +0000 (11:12 +0200)
commite662708d2f2f1ba05daefe1db50ee08c5439aadc
treedcae0d87760a7179f3decf970f3148fce56a88ad
parent6fc8f34d4a718825ea7d083a470b1802b7ee9023
move former myslice/viewutils.py, to gether with the contents of former views/ subdir, all together into a new ui/ subdir
34 files changed:
README
debug_platform/views.py
myslice/settings.py
portal/accountview.py
portal/contactview.py
portal/dashboardview.py
portal/homeview.py
portal/platformsview.py
portal/platformview.py
portal/portalpage.py
portal/registrationview.py
portal/slicerequestview.py
portal/sliceview.py
portal/views.py
sample/views.py
trash/dashboard.py
trash/pluginview.py
trash/sampleviews.py
ui/__init__.py [moved from views/__init__.py with 100% similarity]
ui/static/css/layout-unfold2.css [moved from views/static/css/layout-unfold2.css with 100% similarity]
ui/static/css/topmenu.css [moved from views/static/css/topmenu.css with 100% similarity]
ui/static/img/favicon.ico [moved from views/static/img/favicon.ico with 100% similarity]
ui/static/img/myslice-icon.png [moved from views/static/img/myslice-icon.png with 100% similarity]
ui/static/img/myslice-logo.png [moved from views/static/img/myslice-logo.png with 100% similarity]
ui/static/img/onelab-logo.png [moved from views/static/img/onelab-logo.png with 100% similarity]
ui/templates/base.html [moved from views/templates/base.html with 100% similarity]
ui/templates/layout-unfold1.html [moved from views/templates/layout-unfold1.html with 100% similarity]
ui/templates/layout-unfold2.html [moved from views/templates/layout-unfold2.html with 100% similarity]
ui/templates/messages-transient-header.html [moved from views/templates/messages-transient-header.html with 100% similarity]
ui/templates/messages-transient.html [moved from views/templates/messages-transient.html with 100% similarity]
ui/templates/view-unfold1.html [moved from views/templates/view-unfold1.html with 100% similarity]
ui/templates/view-unfold2.html [moved from views/templates/view-unfold2.html with 100% similarity]
ui/templates/widget-topmenu.html [moved from views/templates/widget-topmenu.html with 100% similarity]
ui/topmenu.py [moved from myslice/viewutils.py with 99% similarity]