two template files for very specific parts of the player
authorhamidouk
Mon, 12 Sep 2011 17:25:40 +0200
changeset 37 817bdedf83d7
parent 36 0ebb95d7b471
child 38 94899a565089
two template files for very specific parts of the player
src/templates/annotation_loading.html
src/templates/search.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/templates/annotation_loading.html	Mon Sep 12 17:25:40 2011 +0200
@@ -0,0 +1,4 @@
+<div id='Ldt-load-container'>
+<div id='Ldt-loader'>&nbsp;</div> 
+Chargement... 
+</div>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/templates/search.html	Mon Sep 12 17:25:40 2011 +0200
@@ -0,0 +1,9 @@
+<div id='LdtSearchContainer'
+	style='margin-left: 445px; position: absolute;'>
+	<div id='LdtSearch'
+		style='display: none; background-color: #EEE; width: 165px; boder: 1px; border-color: #CFCFCF; position: absolute; text-align: center;'>
+		<input id='LdtSearchInput'
+			style='margin-top: 2px; margin-bottom: 2px;' />
+	</div>
+</div>
+<div class='cleaner'></div>