client/templates/ldtjson-bin/segmenttemplate.html
author rougeronj
Thu, 18 Jun 2015 16:53:16 +0200
changeset 488 1324bd8747ff
parent 434 0d5998b32a7c
permissions -rw-r--r--
grunt copy-server the new changes of the client

<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>