Changeset 510ed41
- Timestamp:
- 11/04/11 13:22:20 (20 months ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
- Children:
- d082877
- Parents:
- 0137af8
- git-author:
- yomguy <yomguy@…> (11/04/11 13:22:20)
- git-committer:
- yomguy <yomguy@…> (11/04/11 13:22:20)
- Location:
- telemeta/templates/telemeta_default
- Files:
-
- 3 edited
-
base.html (modified) (1 diff)
-
collection_detail.html (modified) (1 diff)
-
mediaitem_detail.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/templates/telemeta_default/base.html
r0137af8 r510ed41 8 8 <head> 9 9 <meta http-equiv="Content-type" content="text/html;charset=UTF-8" /> 10 <title>{%block head_title %}{% description %} - Telemeta -{% endblock %}</title>10 <title>{%block head_title %}{% description %} - Telemeta{% endblock %}</title> 11 11 12 12 {% block stylesheets %} -
telemeta/templates/telemeta_default/collection_detail.html
r0137af8 r510ed41 3 3 {% load telemeta_utils %} 4 4 5 {% block head_title %}{ { block.super }}{% trans "Collection" %}{{collection|prepend:' : '}}{% endblock %}5 {% block head_title %}{% trans "Collection" %}{{collection|prepend:' : '}} - {{ block.super }}{% endblock %} 6 6 7 7 {% block extra_javascript %} -
telemeta/templates/telemeta_default/mediaitem_detail.html
r0137af8 r510ed41 3 3 {% load i18n %} 4 4 5 {% block head_title %}{ { block.super }}{% trans "Item" %} : {% if item.title %}{{ item.title }}{% else %}{{ item.public_id}}{% endif %}{% endblock %}5 {% block head_title %}{% trans "Item" %} : {% if item.title %}{{ item.title }}{% else %}{{ item.public_id}}{% endif %} - {{ block.super }}{% endblock %} 6 6 7 7 {% block stylesheets %}
Note: See TracChangeset
for help on using the changeset viewer.
