src/templates/video.html
author hamidouk
Mon, 14 Nov 2011 12:18:02 +0100
branchpopcorn-port
changeset 233 126de77ee73e
parent 221 2a83d308dba6
permissions -rw-r--r--
Merge with slider-port
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
221
2a83d308dba6 added short descriptions to all the template files.
hamidouk
parents: 201
diff changeset
     1
{{! the template for a video player }}
34
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     2
<div id='LdtSearchContainer'
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     3
	style='margin-top: {{heightS}} px; margin-left: 445px; position: absolute;'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     4
	<div id='LdtSearch'
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     5
		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
     6
		<input id='LdtSearchInput'
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     7
			style='margin-top: 2px; margin-bottom: 2px;' />
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>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    10
<div id='Ldt-Root'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    11
	<div id='Ldt-controler' class='demo'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    12
		<div class='Ldt-Control1'>
85
63c979590537 clean up of the templates.
hamidouk
parents: 36
diff changeset
    13
			<button id='ldt-CtrlPlay'>Lecture
34
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    14
				/ Pause</button>
85
63c979590537 clean up of the templates.
hamidouk
parents: 36
diff changeset
    15
			<button id='ldt-CtrlNext'>Suivant</button>
34
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    16
		</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    17
		<div id='Ldt-Annotations' class='ui-slider'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    18
			<div id='slider-range-min'></div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    19
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 class='Ldt-Control2'>
144
5e26770c77f6 renamed search button id to something with more meaning
hamidouk
parents: 105
diff changeset
    22
			<button id='ldt-CtrlSearch'>
34
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    23
				Rechercher</button>
85
63c979590537 clean up of the templates.
hamidouk
parents: 36
diff changeset
    24
			<button id='ldt-CtrlSound'>Sound</button>
34
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    25
		</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    26
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    27
		<div class='cleaner'>&nbsp\;</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    28
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    29
		<div id='Ldt-Show-Arrow-container'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    30
			<div id='Ldt-Show-Arrow'></div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    31
		</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    32
	</div>
85
63c979590537 clean up of the templates.
hamidouk
parents: 36
diff changeset
    33
	<div id='Ldt-Ligne'>
63c979590537 clean up of the templates.
hamidouk
parents: 36
diff changeset
    34
		<!-- this div displays the annotations. -->
34
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    35
	</div>
201
4de73fd2c4f8 got rid of (useless) placeholder text.
hamidouk
parents: 144
diff changeset
    36
</div>