- Timestamp:
- 12/12/11 11:14:35 (18 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:
- e60b787
- Parents:
- 97e4abc
- git-author:
- yomguy <yomguy@…> (12/12/11 11:14:35)
- git-committer:
- yomguy <yomguy@…> (12/12/11 11:14:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
telemeta/templates/telemeta_default/mediaitem_detail.html
r434d41e rdc5bde6 41 41 soundManager.useHTML5Audio = true; 42 42 soundManager.preferFlash = true; 43 43 44 44 //initializing the visualizers to be passed to the player 45 45 var visualizers = {}; … … 82 82 83 83 {% block title %} 84 <img src="{% url telemeta-images "item.png" %}" alt="item" style="vertical-align:middle" /> 84 <img src="{% url telemeta-images "item.png" %}" alt="item" style="vertical-align:middle" /> 85 85 Item : <a href="{% url telemeta-item-detail item.public_id %}">{{ item }}</a> 86 86 {% endblock %} … … 182 182 {% dl_field item "cultural_area" %} 183 183 {% dl_field item "language" %} 184 {% if item.language_iso %} 185 <dt>{% trans "Language ISO" %}</dt> 186 <dd>{{ item.language_iso.name|to_utf8 }}</dd> 187 {% endif %} 184 188 {% dl_field item "ethnic_group" placeholder %} 185 189 <dt>{% trans "Ethnographic context" %}</dt> … … 286 290 {% block delete %} 287 291 {% if user.is_authenticated and perms.telemeta.delete_mediaitem %} 288 <a href="#" onclick="if(confirm(gettrans('delete the item permanently?'))){window.location.href='{% url telemeta-item-delete item.public_id %}';};return false;" 292 <a href="#" onclick="if(confirm(gettrans('delete the item permanently?'))){window.location.href='{% url telemeta-item-delete item.public_id %}';};return false;" 289 293 class="component_icon button icon_delete" style="float:right;margin-top:0.5em;margin-bottom:1em">{% trans "Delete" %}</a> 290 294 {% endif %}
Note: See TracChangeset
for help on using the changeset viewer.
