try to define a decent naming scheme for templates,
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 10 Dec 2012 15:07:11 +0000 (16:07 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 10 Dec 2012 15:07:11 +0000 (16:07 +0100)
commitd1a79ca71659cdcc0de34fb681d9250362eb52e9
treeddece9f29cd490273532a60e3aca6136e39451cd
parent1c33a932490a1df3125d92bd026f765c633cc0f6
try to define a decent naming scheme for templates,
whether a layout (no content), a view (uses a layout and ends up in a
full view), or a widget (a re-usable fragment of html)
auth/views.py
engine/plugin.py
slice/views.py
templates/layout-myslice.html [moved from templates/myslice-layout.html with 97% similarity]
templates/view-login.html [moved from templates/login-view.html with 65% similarity]
templates/view-scroll.html [moved from templates/scroll-view.html with 96% similarity]
templates/view-slice.html [moved from templates/slice-view.html with 94% similarity]
templates/view-tab.html [moved from templates/tab-view.html with 98% similarity]
templates/widget-plugin.html [moved from templates/render_plugin.html with 100% similarity]
templates/widget-topmenu.html [moved from templates/mymenu-widget.html with 100% similarity]