Changeset 6478009
- Timestamp:
- 11/04/11 12:23:42 (19 months ago)
- Branches:
- master, crem, crem2, dev, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
- Children:
- 053e10f
- Parents:
- 7bb5f60
- git-author:
- yomguy <yomguy@…> (11/04/11 12:23:42)
- git-committer:
- yomguy <yomguy@…> (11/04/11 12:23:42)
- Location:
- telemeta/templates/telemeta_default
- Files:
-
- 2 edited
-
base.html (modified) (1 diff)
-
mediaitem_detail.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/templates/telemeta_default/base.html
r75617ad r6478009 112 112 <tr> 113 113 <td> 114 <a id="telemeta_powered" href="{% telemeta_url %}" ><img src="{% url telemeta-images "logo_mini_2.png" %}" height="30" width="93"114 <a id="telemeta_powered" href="{% telemeta_url %}" target="_blank"><img src="{% url telemeta-images "logo_mini_2.png" %}" height="30" width="93" 115 115 alt="Telemeta Powered"/></a> 116 116 <p class="left"> 117 {% trans "Powered by" %} <a href="{% telemeta_url %}" ><strong>Telemeta {% telemeta_version %}</strong></a><br />117 {% trans "Powered by" %} <a href="{% telemeta_url %}" target="_blank"><strong>Telemeta {% telemeta_version %}</strong></a><br /> 118 118 {% trans "By" %} <a href="http://www.parisson.com/">Parisson SARL</a> 119 119 </p> -
telemeta/templates/telemeta_default/mediaitem_detail.html
r7bb5f60 r6478009 293 293 <td> 294 294 {% if file.url %} 295 <a href="{{ file.url }}" >295 <a href="{{ file.url }}" target="_blank"> 296 296 {% if file.title %} 297 297 {{ file.title }} … … 302 302 {% endif %} 303 303 {% if file.file %} 304 <a href="{% url telemeta-item-related-file item.public_id file.id %}" >304 <a href="{% url telemeta-item-related-file item.public_id file.id %}" target="_blank"> 305 305 {% if file.title %} 306 306 {{ file.title }}
Note: See TracChangeset
for help on using the changeset viewer.
