client/templates/ldtjson-bin/segmenttemplate.html
author rougeronj
Sat, 18 Apr 2015 17:53:02 +0200
changeset 422 6447f10b7d2c
child 434 0d5998b32a7c
permissions -rw-r--r--
export the templates of ldt-json-bin to html files
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"
6447f10b7d2c export the templates of ldt-json-bin to html files
rougeronj
parents:
diff changeset
     2
	data-image="<%- Rkns.Utils.getFullURL(image) %>"
6447f10b7d2c export the templates of ldt-json-bin to html files
rougeronj
parents:
diff changeset
     3
	data-uri="<%=ldt_platform%>ldtplatform/ldt/front/player/<%=mediaid%>/#id=<%=annotationid%>"
6447f10b7d2c export the templates of ldt-json-bin to html files
rougeronj
parents:
diff changeset
     4
	data-title="<%-title%>" data-description="<%-description%>">
6447f10b7d2c export the templates of ldt-json-bin to html files
rougeronj
parents:
diff changeset
     5
	
6447f10b7d2c export the templates of ldt-json-bin to html files
rougeronj
parents:
diff changeset
     6
	<img class="Rk-Ldt-Annotation-Icon" src="<%=image%>" />
6447f10b7d2c export the templates of ldt-json-bin to html files
rougeronj
parents:
diff changeset
     7
	<h4><%=htitle%></h4>
6447f10b7d2c export the templates of ldt-json-bin to html files
rougeronj
parents:
diff changeset
     8
	<p><%=hdescription%></p>
6447f10b7d2c export the templates of ldt-json-bin to html files
rougeronj
parents:
diff changeset
     9
	<p>Start: <%=start%>, End: <%=end%>, Duration: <%=duration%></p>
6447f10b7d2c export the templates of ldt-json-bin to html files
rougeronj
parents:
diff changeset
    10
	<div class="Rk-Clear"></div>
6447f10b7d2c export the templates of ldt-json-bin to html files
rougeronj
parents:
diff changeset
    11
</li>