</script>
-{% comment "added by Killian Mary" %}{% endcomment %}
-
<script>
$(document).ready(function() {
var nouvellesIcones = {
header : 'ui-icon-carat-1-e',
activeHeader : 'ui-icon-carat-1-s',
-
};
$("#accordeon").accordion({
{% else %}
active: {{ last_playlist }}
{% endif %}
-
});
$.tablesorter.defaults.sortList = [[2,0]];
</script>
{% endblock %}
-{% comment "added by Killian Mary end" %}{% endcomment %}
-<!--
- Added by Thomas Balastegui :
- modal popup display and use of addNewPlaylist() and editPlaylist()
--->
{% block content %}
{% block modal %}
<div id="add" class="modal fade" role="dialog">
</tr>
{% endif %}
</table>
- {% comment "added by Killian Mary, for sort table" %}{% endcomment %}
<table id="{{playlist.playlist.public_id}}tb" class="listing" width="100%">
<thead>
<tr>
next = item.public_id
return previous, next
+ @jsonrpc_method('telemeta.get_item_export_url')
+ def get_item_file_url(request, public_id, extension):
+ return reverse('telemeta-item-export', kwargs={'public_id': public_id, 'extension': extension})
+
class ItemView(ItemBaseMixin):
"""Provide Item web UI methods"""