src/templates/video.html
author hamidouk
Tue, 20 Sep 2011 13:11:53 +0200
changeset 50 b5849024c5c5
parent 36 0ebb95d7b471
child 85 63c979590537
permissions -rw-r--r--
modifié .hgignore pour ignorer les fichiers construits automatiquement.
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'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    17
			<button id='ldt-CtrlPlay' onclick='__IriSP.MyApiPlayer.play()'>Lecture
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    18
				/ Pause</button>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    19
			<button id='ldt-CtrlNext' onclick='__IriSP.MyLdt.nextAnnotation()'>Suivant</button>
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'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    26
			<button id='ldt-CtrlLink' onclick='__IriSP.searchblock()'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    27
				Rechercher</button>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    28
			<button id='ldt-CtrlSound' onclick='__IriSP.MyApiPlayer.mute()'>Sound</button>
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>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    37
	<div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    38
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    39
		<div id='ldt-Show'></div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    40
		<div id='Ldt-ShowAnnotation-audio' class='demo'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    41
			<div id='Ldt-SaTitle'></div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    42
			<div id='Ldt-SaDescription'></div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    43
			<div class='cleaner'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    44
				<!--&nbsp\;-->
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    45
			</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    46
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    47
		</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    48
		<div id='Ldt-SaKeyword'>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    49
			<div id='Ldt-SaKeywordText'></div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    50
			<div class='cleaner'></div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    51
36
0ebb95d7b471 the same for video.html
hamidouk
parents: 34
diff changeset
    52
			<div id='Ldt-SaShareTools'>{{{share_template}}}</div>
34
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    53
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    54
			<div class='cleaner'></div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    55
		</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    56
		<div id='Ldt-Tags'>Mots clefs :</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    57
	</div>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    58
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    59
	<div id='Ldt-output'></div>