test/index.htm
changeset 2 a012517174aa
parent 0 c357d5b60635
child 3 1bd9377aa5c8
--- a/test/index.htm	Fri Feb 11 14:12:01 2011 +0100
+++ b/test/index.htm	Wed Mar 23 18:40:58 2011 +0100
@@ -15,16 +15,20 @@
 	To implement it on your website it's 's really simple.
 	You just need to insert a div and a script, like the exemple under this lines.<br/><br/>
 	This player was test on : firefox 3.6.9 / Chrome 6.0.472.55 / Safari 5.0.2 / Internet Explore 8<br/><br/>
-	This Player is a freeSoftware under <a href="http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html"/> CeCILL-C</a> license.
+	This Player is a freeSoftware under <a href="http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html"> CeCILL-C</a> license.
 	This program is made by <a href="http://www.iri.centrepompidou.fr/" >Institut de recherche et d innovation</a>
 	more information on <a href="http://www.iri.centrepompidou.fr/outils/agmented-player/" >this page</a>.
 	<br/><br/>
 	</div>
 	
+	<p id="output2" style="visibility:hidden"> texte</p>
+	
+	<div id="LdtSearchContainer"  style="margin-left:445px;">
+	<div id="LdtSearch" style="background-color:#EEE;display:block;width:165px;boder:1px;border-color:#CFCFCF;position:absolute;text-align:center;display:none;"><input id="LdtSearchInput" style="margin-top:2px;margin-bottom:2px;" /></div>	
+	</div>
  <!-- START Integration  ###################################### -->
  <!-- SIMPLE PLAYER EXPERIMENTATION -->
 	<script type="text/javascript" src="../src/js/LdtPlayer.js"></script> 
-
 	<div id="LdtPlayer"></div>
 	
 	<script  type="text/javascript">	
@@ -46,7 +50,7 @@
 					};
 		__IriSP.init(config);     
 	</script>
-
+	
 
 <!-- END  ################  ###################################### -->
  </body>