src/templates/video.html
branchpopcorn-port
changeset 251 116c86db7e17
parent 250 41683e7cb17a
child 252 fd84e0fb26d8
--- a/src/templates/video.html	Wed Nov 16 10:47:30 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-{{! the template for a video player }}
-<div id='LdtSearchContainer'
-	style='margin-top: {{heightS}} px; margin-left: 445px; position: absolute;'>
-	<div id='LdtSearch'
-		style='background-color: #EEE; display: none; width: 165px; boder: 1px; border-color: #CFCFCF; position: absolute; text-align: center; z-index: 999;'>
-		<input id='LdtSearchInput'
-			style='margin-top: 2px; margin-bottom: 2px;' />
-	</div>
-</div>
-<div id='Ldt-Root'>
-	<div id='Ldt-controler' class='demo'>
-		<div class='Ldt-Control1'>
-			<button id='ldt-CtrlPlay'>Lecture
-				/ Pause</button>
-			<button id='ldt-CtrlNext'>Suivant</button>
-		</div>
-		<div id='Ldt-Annotations' class='ui-slider'>
-			<div id='slider-range-min'></div>
-
-		</div>
-		<div class='Ldt-Control2'>
-			<button id='ldt-CtrlSearch'>
-				Rechercher</button>
-			<button id='ldt-CtrlSound'>Sound</button>
-		</div>
-
-		<div class='cleaner'>&nbsp\;</div>
-
-		<div id='Ldt-Show-Arrow-container'>
-			<div id='Ldt-Show-Arrow'></div>
-		</div>
-	</div>
-	<div id='Ldt-Ligne'>
-		<!-- this div displays the annotations. -->
-	</div>
-</div>
\ No newline at end of file