test/spel.htm
changeset 1007 639129cf95bc
parent 1006 40a9ce0779d5
child 1017 b6e39f6fd24f
--- a/test/spel.htm	Fri Jul 19 17:21:13 2013 +0200
+++ b/test/spel.htm	Tue Jul 23 17:06:33 2013 +0200
@@ -12,9 +12,11 @@
     </head>
 
     <body>
-        <h1>Tests Spectacle en ligne(s)</h1>
-        <div id="LdtPlayer"></div>
-        <div id="AnnotationsListContainer"></div>
+        <section style="width: 1070px; margin: 0 auto">
+            <h1>Tests Spectacle en ligne(s)</h1>
+            <div id="LdtPlayer"></div>
+            <div id="AnnotationsListContainer"></div>
+        </section>
         <script type="text/javascript">
 IriSP.libFiles.defaultDir = "libs/";
 IriSP.widgetsDir = "metadataplayer";
@@ -73,6 +75,13 @@
             annotation_type: "interpretation",
             show_social: false,
             arrow_position: 0
+        },
+        {
+            type: "SpelSyncHtml",
+            container: "AnnotationsListContainer",
+            height: 600,
+            width: 500,
+            src: "ctb.html"
         }
     ]
 };