added short descriptions to all the template files. popcorn-port
authorhamidouk
Thu, 10 Nov 2011 11:04:43 +0100
branchpopcorn-port
changeset 221 2a83d308dba6
parent 220 6498b89eabcd
child 222 0f86664b470d
added short descriptions to all the template files.
src/templates/annotation.html
src/templates/annotationWidget.html
src/templates/annotation_loading.html
src/templates/radio.html
src/templates/search.html
src/templates/share.html
src/templates/tooltip.html
src/templates/tooltipWidget.html
src/templates/video.html
--- a/src/templates/annotation.html	Thu Nov 10 11:00:28 2011 +0100
+++ b/src/templates/annotation.html	Thu Nov 10 11:04:43 2011 +0100
@@ -1,3 +1,4 @@
+{{! template for an annotation displayed in a segmentWidget }}
 <div title='{{divTitle}}' id='{{id}}'
 	class='ui-slider-range ui-slider-range-min ui-widget-header Ldt-iri-chapter' 
 	style='left: {{startPourcent}}%; width: {{endPourcent}}%; padding-top:15px; border-left:solid 1px #aaaaaa; border-right:solid 1px #aaaaaa; background:#{{hexa_color}};' 
--- a/src/templates/annotationWidget.html	Thu Nov 10 11:00:28 2011 +0100
+++ b/src/templates/annotationWidget.html	Thu Nov 10 11:04:43 2011 +0100
@@ -1,3 +1,4 @@
+{{! template for the annotation widget }}
 <div class='Ldt-AnnotationsWidget'>
 	<div class='ldt-Show'></div>
 	<div class='demo Ldt-ShowAnnotation-audio'>
--- a/src/templates/annotation_loading.html	Thu Nov 10 11:00:28 2011 +0100
+++ b/src/templates/annotation_loading.html	Thu Nov 10 11:04:43 2011 +0100
@@ -1,3 +1,4 @@
+{{! template shown while the annotation widget is loading }}
 <div id='Ldt-load-container'>
 <div id='Ldt-loader'>&nbsp;</div> 
 Chargement... 
--- a/src/templates/radio.html	Thu Nov 10 11:00:28 2011 +0100
+++ b/src/templates/radio.html	Thu Nov 10 11:04:43 2011 +0100
@@ -1,3 +1,4 @@
+{{! template for the radio player }}
 <div id='Ldt-controler' class='demo'>
 	<div class='Ldt-Control1'>
 		<button id='ldt-CtrlPlay'>Lecture
--- a/src/templates/search.html	Thu Nov 10 11:00:28 2011 +0100
+++ b/src/templates/search.html	Thu Nov 10 11:04:43 2011 +0100
@@ -1,3 +1,4 @@
+{{! template for the search container }}
 <div id='LdtSearchContainer'
 	style='margin-left: 445px; position: absolute;'>
 	<div id='LdtSearch'
--- a/src/templates/share.html	Thu Nov 10 11:00:28 2011 +0100
+++ b/src/templates/share.html	Thu Nov 10 11:04:43 2011 +0100
@@ -1,3 +1,4 @@
+{{! social network sharing template }}
 <a onclick='__IriSP.MyApiPlayer.share(\'delicious\');' title='partager avec delicious'><span class='share shareDelicious'>&nbsp;</span></a>		
 <a onclick='__IriSP.MyApiPlayer.share(\'facebook\');' title='partager avec facebook'> <span class='share shareFacebook'>&nbsp;</span></a>
 <a onclick='__IriSP.MyApiPlayer.share(\'twitter\');' title='partager avec twitter'>  <span class='share shareTwitter'>&nbsp;</span></a>
--- a/src/templates/tooltip.html	Thu Nov 10 11:00:28 2011 +0100
+++ b/src/templates/tooltip.html	Thu Nov 10 11:04:43 2011 +0100
@@ -1,4 +1,5 @@
- <div class='Ldt-tooltip'>
+{{! template used by the jquery ui tooltip }}
+<div class='Ldt-tooltip'>
 <div class='title'>{{title}}</div>
 <div class='time'>{{begin}} : {{end}} </div>
 <div class='description'>{{description}}</div>
--- a/src/templates/tooltipWidget.html	Thu Nov 10 11:00:28 2011 +0100
+++ b/src/templates/tooltipWidget.html	Thu Nov 10 11:04:43 2011 +0100
@@ -1,4 +1,4 @@
-<!-- template for the tooltip widget -->
+{{! template for the tooltip widget }}
 
 <div class='tip'>
 	<div class='tipcolor' style='height:10px;width:10px'></div>
--- a/src/templates/video.html	Thu Nov 10 11:00:28 2011 +0100
+++ b/src/templates/video.html	Thu Nov 10 11:04:43 2011 +0100
@@ -1,3 +1,4 @@
+{{! the template for a video player }}
 <div id='LdtSearchContainer'
 	style='margin-top: {{heightS}} px; margin-left: 445px; position: absolute;'>
 	<div id='LdtSearch'