]> git.parisson.com Git - telemeta.git/commitdiff
fix home player
authoryomguy <yomguy@parisson.com>
Wed, 1 Feb 2012 09:15:38 +0000 (10:15 +0100)
committeryomguy <yomguy@parisson.com>
Wed, 1 Feb 2012 09:15:38 +0000 (10:15 +0100)
telemeta/templates/telemeta/index.html

index a5bf2dc2724ac8f409bf2ea0d2c0877dea851d9c..7e45ed613abdc7631ea86bda9e7b8ab7b45170b3 100644 (file)
@@ -14,7 +14,7 @@
     {% trans "Musical selection" %}</h3>
     <ul class="playlist">
     <li><a href="{% url telemeta-item-detail sound_pub_item.public_id %}"><b>{{ sound_pub_item }}</b></a>{% if sound_pub_item.alt_title %} ({{ sound_pub_item.alt_title }}){% endif %}<br /><span style="font-size: 90%">{{ sound_pub_item.location.fullnames|to_string }}</span><br />
-<iframe width='376' height='215' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='/items/{{ sound_pub_item.public_id }}/player/362x130/'></iframe>
+<iframe width='376' height='215' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='/archives/items/{{ sound_pub_item.public_id }}/player/362x130/'></iframe>
     </li>
     </ul>
 </div>
@@ -58,7 +58,7 @@
 <table style="font-size: 90%"><tr>
 {% for item in sound_pub_items %}
 <td width="390"><a href="{% url telemeta-item-detail item.public_id %}">{{ item }}</a>{% if item.alt_title %} ({{ item.alt_title }}){% endif %}<br /><span style="font-size: 80%">{{ item.location.fullnames|to_string }}</span><br />
-<iframe width='376' height='220' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='/items/{{ item.public_id }}/player/362x130/'></iframe></td>
+<iframe width='376' height='220' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='/archives/items/{{ item.public_id }}/player/362x130/'></iframe></td>
 {% endfor %}
 </tr>
 </table>