]> git.parisson.com Git - telemeta.git/commitdiff
add links to player
authoryomguy <yomguy@parisson.com>
Wed, 11 May 2011 22:23:58 +0000 (00:23 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 11 May 2011 22:23:58 +0000 (00:23 +0200)
telemeta/templates/telemeta_default/mediaitem_player.html

index eac13d39ad367c4481b647e4d233140c0b4ad259..fc959b3b3b9136ce061f417a77ad592451a50c49 100644 (file)
 <div>
 {% if item.file %}
     {% if public_access or user.is_staff %}
-    <div id="rightcol" style="float: left;">
+    <div id="rightcol" style="float: left; padding-bottom:0;">
         <div id="player_minimized" class="ts-skin-lab">
             <div class="wazing"></div>
             <div id="player" class="ts-player">
             </div>
         </div>
+       <div>
+        <span style="font-size:70%; float:left">{% organization %} - Item : <a href="{% url telemeta-item-detail item.public_id %}">{% if item.code %}{{ item.code }}{% else %}{{ item.old_code }}{% endif %}</a></span>
+        <span style="font-size:70%; float:right"><a href="http://telemeta.org">Telemeta</a> powered</span>
+       </div>
     </div>
     {% endif %}
 {% endif %}