Siobhan Tully | 30fd429 | 2013-05-10 08:59:56 -0400 | [diff] [blame] | 1 | {% extends "admin/base.html" %} |
Siobhan Tully | bfd11dc | 2013-09-03 12:59:24 -0400 | [diff] [blame] | 2 | {% load admin_static %} |
| 3 | |
| 4 | {# Additional <head> content here, some extra meta tags or favicon #} |
| 5 | {#{% block extrahead %}#} |
| 6 | {#{% endblock %}#} |
| 7 | |
| 8 | |
| 9 | {# Additional CSS includes #} |
| 10 | {# {% block extrastyle %} #} |
| 11 | {# {% endblock %} #} |
| 12 | |
| 13 | |
| 14 | {# Additional JS files in footer, right before </body> #} |
| 15 | {#{% block extrajs %}#} |
| 16 | {# <script type="text/javascript" src="{% static 'js/my_project.js' %}"></script>#} |
| 17 | {#{% endblock %}#} |
| 18 | |
| 19 | |
| 20 | {# Footer links (left side) #} |
| 21 | {#{% block footer_links %}#} |
| 22 | {# <a href="/docs/" class="icon"><i class="icon-question-sign"></i>Documentation</a>#} |
| 23 | {#{% endblock %}#} |
| 24 | |
| 25 | {# Additional header content like notifications or language switcher #} |
| 26 | {#{% block header_content %}#} |
| 27 | {# {{ block.super }}#} |
| 28 | {# <div class="header-content">#} |
| 29 | {# <!-- First icon column -->#} |
| 30 | {# <div class="header-column icon">#} |
| 31 | {# <i class="icon-home"></i><br>#} |
| 32 | {# <i class="icon-cog"></i>#} |
| 33 | {# </div>#} |
| 34 | {# <div class="header-column" style="margin-right: 20px">#} |
| 35 | {# <a href="/" class="grey">Front-end</a><br>#} |
| 36 | {# <a href="" class="grey">One more link</a>#} |
| 37 | {# </div>#} |
| 38 | {# <!-- Second icon column -->#} |
| 39 | {# <div class="header-column icon">#} |
| 40 | {# <i class="icon-comment"></i>#} |
| 41 | {# </div>#} |
| 42 | {# <div class="header-column">#} |
| 43 | {# <a href="" class="grey">5 new messages</a>#} |
| 44 | {# </div>#} |
| 45 | {# </div>#} |
| 46 | {#{% endblock %}#} |
| 47 | |
| 48 | {# Footer branding name (center) #} |
| 49 | {% block footer_branding %} |
Siobhan Tully | cf04fb6 | 2014-01-11 11:25:57 -0500 | [diff] [blame] | 50 | OpenCloud |
Siobhan Tully | 30fd429 | 2013-05-10 08:59:56 -0400 | [diff] [blame] | 51 | {% endblock %} |
| 52 | |
Siobhan Tully | 30fd429 | 2013-05-10 08:59:56 -0400 | [diff] [blame] | 53 | |
Siobhan Tully | bfd11dc | 2013-09-03 12:59:24 -0400 | [diff] [blame] | 54 | {# Footer copyright (right side) #} |
| 55 | {% block copyright %} |
| 56 | {# Copyright © 2013 Client<br>Developed by <a href="http://yoursite.com" target="_blank">YourName</a> #} |
| 57 | {% endblock %} |