client/templates/ldtjson-bin/annotationtemplate.html
author rougeronj
Tue, 22 Sep 2015 15:14:10 +0200
changeset 543 5f7bebdcfc0d
parent 434 0d5998b32a7c
permissions -rw-r--r--
Improve the way we init the view. The data loader send a "loaded" event, hooked by the scene.py and initializing the backbone.history and the view. We don't use redraw_active in save-once and full-json, because it was making the view initialization dependent of these file which are externals. Small fix to hide the "set saved view" button when there is only one view.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
422
6447f10b7d2c export the templates of ldt-json-bin to html files
rougeronj
parents:
diff changeset
     1
<li class="Rk-Bin-Item" draggable="true"
434
0d5998b32a7c clean, and finalize lodash migration
ymh <ymh.work@gmail.com>
parents: 422
diff changeset
     2
    data-image="<%- Rkns.Utils.getFullURL(image) %>"
0d5998b32a7c clean, and finalize lodash migration
ymh <ymh.work@gmail.com>
parents: 422
diff changeset
     3
    data-uri="<%=ldt_platform%>ldtplatform/ldt/front/player/<%=mediaid%>/#id=<%=annotationid%>"
0d5998b32a7c clean, and finalize lodash migration
ymh <ymh.work@gmail.com>
parents: 422
diff changeset
     4
    data-title="<%-title%>" data-description="<%-description%>">
0d5998b32a7c clean, and finalize lodash migration
ymh <ymh.work@gmail.com>
parents: 422
diff changeset
     5
0d5998b32a7c clean, and finalize lodash migration
ymh <ymh.work@gmail.com>
parents: 422
diff changeset
     6
    <img class="Rk-Ldt-Annotation-Icon" src="<%=image%>" />
0d5998b32a7c clean, and finalize lodash migration
ymh <ymh.work@gmail.com>
parents: 422
diff changeset
     7
    <h4><%=htitle%></h4>
0d5998b32a7c clean, and finalize lodash migration
ymh <ymh.work@gmail.com>
parents: 422
diff changeset
     8
    <p><%=hdescription%></p>
0d5998b32a7c clean, and finalize lodash migration
ymh <ymh.work@gmail.com>
parents: 422
diff changeset
     9
    <p>Start: <%=start%>, End: <%=end%>, Duration: <%=duration%></p>
0d5998b32a7c clean, and finalize lodash migration
ymh <ymh.work@gmail.com>
parents: 422
diff changeset
    10
    <div class="Rk-Clear"></div>
0d5998b32a7c clean, and finalize lodash migration
ymh <ymh.work@gmail.com>
parents: 422
diff changeset
    11
</li>