src/templates/video.html
author hamidouk
Fri, 28 Oct 2011 11:07:41 +0200
branchpopcorn-port
changeset 159 de92bfdcbe4c
parent 144 5e26770c77f6
child 201 4de73fd2c4f8
permissions -rw-r--r--
removed default height from layout.js.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
34
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     1
<div id='LdtSearchContainer'
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     2
	style='margin-top: {{heightS}} px; margin-left: 445px; position: absolute;'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     3
	<div id='LdtSearch'
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     4
		style='background-color: #EEE; display: none; width: 165px; boder: 1px; border-color: #CFCFCF; position: absolute; text-align: center; z-index: 999;'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     5
		<input id='LdtSearchInput'
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     6
			style='margin-top: 2px; margin-bottom: 2px;' />
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     7
	</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     8
</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     9
<div id='Ldt-Root'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    10
	<div id='Ldt-PlaceHolder'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    11
		<a href='http://www.adobe.com/go/getflashplayer'>Get flash</a> to see
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    12
		this player
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    13
	</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    14
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    15
	<div id='Ldt-controler' class='demo'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    16
		<div class='Ldt-Control1'>
85
63c979590537 clean up of the templates.
hamidouk
parents: 36
diff changeset
    17
			<button id='ldt-CtrlPlay'>Lecture
34
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    18
				/ Pause</button>
85
63c979590537 clean up of the templates.
hamidouk
parents: 36
diff changeset
    19
			<button id='ldt-CtrlNext'>Suivant</button>
34
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    20
		</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    21
		<div id='Ldt-Annotations' class='ui-slider'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    22
			<div id='slider-range-min'></div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    23
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    24
		</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    25
		<div class='Ldt-Control2'>
144
5e26770c77f6 renamed search button id to something with more meaning
hamidouk
parents: 105
diff changeset
    26
			<button id='ldt-CtrlSearch'>
34
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    27
				Rechercher</button>
85
63c979590537 clean up of the templates.
hamidouk
parents: 36
diff changeset
    28
			<button id='ldt-CtrlSound'>Sound</button>
34
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    29
		</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    30
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    31
		<div class='cleaner'>&nbsp\;</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    32
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    33
		<div id='Ldt-Show-Arrow-container'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    34
			<div id='Ldt-Show-Arrow'></div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    35
		</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    36
	</div>
85
63c979590537 clean up of the templates.
hamidouk
parents: 36
diff changeset
    37
	<div id='Ldt-Ligne'>
63c979590537 clean up of the templates.
hamidouk
parents: 36
diff changeset
    38
		<!-- this div displays the annotations. -->
34
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    39
	</div>