separate "header" and "sidebar" blocks from "content" block
commit8e790f075ae2be6a976d829a2ddce235739288e0
authorStefan Kögl <stefan@skoegl.net>
Mon, 9 Jul 2012 17:58:13 +0000 (9 19:58 +0200)
committerStefan Kögl <stefan@skoegl.net>
Mon, 9 Jul 2012 17:58:13 +0000 (9 19:58 +0200)
treef9f886a7a832aab4b7b91a00fcf00bb7223748e2
parentdf06d233bbeabd0de52a915b1aa932db13ca7b8b
separate "header" and "sidebar" blocks from "content" block

Templates now consist of three main parts that make up most of the screen

* The "header" block contains the <h1/> heading and everything that should be
  closely attached to it

* The "content" block contains the main part of the page's content

* The "sidebar" block contains additional content that is displayed right of
  the content block
59 files changed:
mygpo/directory/templates/category.html
mygpo/directory/templates/directory.html
mygpo/directory/templates/episode_toplist.html
mygpo/directory/templates/podcast_lists.html
mygpo/directory/templates/search.html
mygpo/directory/templates/toplist.html
mygpo/publisher/templates/link.html
mygpo/publisher/templates/publisher/advertise.html
mygpo/publisher/templates/publisher/episode.html
mygpo/publisher/templates/publisher/episodes.html
mygpo/publisher/templates/publisher/group.html
mygpo/publisher/templates/publisher/home.html
mygpo/publisher/templates/publisher/info.html
mygpo/publisher/templates/publisher/podcast.html
mygpo/share/templates/list.html
mygpo/share/templates/lists.html
mygpo/share/templates/lists_user.html
mygpo/share/templates/share/favorites.html
mygpo/users/models.py
mygpo/web/templates/400.html
mygpo/web/templates/401.html
mygpo/web/templates/account.html
mygpo/web/templates/base.html
mygpo/web/templates/contribute.html
mygpo/web/templates/csrf.html
mygpo/web/templates/dashboard.html
mygpo/web/templates/delete_account.html
mygpo/web/templates/deleted_account.html
mygpo/web/templates/developer.html
mygpo/web/templates/device-create.html
mygpo/web/templates/device-edit.html
mygpo/web/templates/device.html
mygpo/web/templates/devicelist.html
mygpo/web/templates/episode.html
mygpo/web/templates/favorites.html
mygpo/web/templates/history.html
mygpo/web/templates/home.html
mygpo/web/templates/login.html
mygpo/web/templates/maintenance.html
mygpo/web/templates/migrate.html
mygpo/web/templates/mytags.html
mygpo/web/templates/online-help.html
mygpo/web/templates/password_reset.html
mygpo/web/templates/password_reset_failed.html
mygpo/web/templates/podcast.html
mygpo/web/templates/privacy.html
mygpo/web/templates/registration/activate.html
mygpo/web/templates/registration/activation_complete.html
mygpo/web/templates/registration/registration_complete.html
mygpo/web/templates/registration/registration_form.html
mygpo/web/templates/registration/resend_activation.html
mygpo/web/templates/registration/resent_activation.html
mygpo/web/templates/restore_password.html
mygpo/web/templates/share.html
mygpo/web/templates/subscribe.html
mygpo/web/templates/subscriptions.html
mygpo/web/templates/suggestions.html
mygpo/web/templates/user_subscriptions.html
mygpo/web/templates/user_subscriptions_denied.html