client/templates/ldtjson-bin/segmenttemplate.html
author durandn
Thu, 21 Apr 2016 15:18:19 +0200
changeset 605 13d355fd09bf
parent 434 0d5998b32a7c
permissions -rw-r--r--
updated uri to allow optional trailing slash on single resource URIs (django automatic redirects don't carry over the Authorization header that can sometimes be needed, for instance with OAuth)

<li class="Rk-Bin-Item" draggable="true"
    data-image="<%- Rkns.Utils.getFullURL(image) %>"
    data-uri="<%=ldt_platform%>ldtplatform/ldt/front/player/<%=mediaid%>/#id=<%=annotationid%>"
    data-title="<%-title%>" data-description="<%-description%>">

    <img class="Rk-Ldt-Annotation-Icon" src="<%=image%>" />
    <h4><%=htitle%></h4>
    <p><%=hdescription%></p>
    <p>Start: <%=start%>, End: <%=end%>, Duration: <%=duration%></p>
    <div class="Rk-Clear"></div>
</li>