test/integration/polemic.htm
author hamidouk
Wed, 18 Jan 2012 17:21:00 +0100
branchpopcorn-port
changeset 672 9013f6382f8c
parent 667 2407ecee1169
child 696 94f3e60b322a
permissions -rw-r--r--
added conf for annotationListWidget.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
178
83241c5139a7 changed test file to use the museologie stream.
hamidouk
parents: 169
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
83241c5139a7 changed test file to use the museologie stream.
hamidouk
parents: 169
diff changeset
     2
<html dir="ltr" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" lang="fr">
83241c5139a7 changed test file to use the museologie stream.
hamidouk
parents: 169
diff changeset
     3
83241c5139a7 changed test file to use the museologie stream.
hamidouk
parents: 169
diff changeset
     4
<head>
208
49c7eec0955d a couple changes to the integration testing file.
hamidouk
parents: 193
diff changeset
     5
<title>Metadataplayer - Polemic tweet integration test</title>
178
83241c5139a7 changed test file to use the museologie stream.
hamidouk
parents: 169
diff changeset
     6
</head>
83241c5139a7 changed test file to use the museologie stream.
hamidouk
parents: 169
diff changeset
     7
83241c5139a7 changed test file to use the museologie stream.
hamidouk
parents: 169
diff changeset
     8
<body>
83241c5139a7 changed test file to use the museologie stream.
hamidouk
parents: 169
diff changeset
     9
213
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    10
  <div style="width:650px;font-family: 'Trebuchet MS', 'Helvetica', 'Arial',  'Verdana', 'sans-serif';">
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    11
  <h1>MetaDataPlayer</h1>
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    12
  Polemic tweet integration test - using Popcorn, jwplayer and the <a href="http://polemictweet.com">PolemicTweet</a> widget.<br>
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    13
  </div>
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    14
  
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    15
  
178
83241c5139a7 changed test file to use the museologie stream.
hamidouk
parents: 169
diff changeset
    16
 <!-- START Integration  ###################################### -->
83241c5139a7 changed test file to use the museologie stream.
hamidouk
parents: 169
diff changeset
    17
 <!-- SIMPLE PLAYER EXPERIMENTATION -->
504
02daece5dfda fixed the integration tests.
hamidouk
parents: 465
diff changeset
    18
  <script type="text/javascript" src="../../build/LdtPlayer-release.js" type="text/javascript"></script>   
213
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    19
  
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    20
  <div id="video"></div>
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    21
  <div id="LdtPlayer"></div>
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    22
  
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    23
  <script  type="text/javascript">
667
2407ecee1169 added parameter to specify json file to load from.
hamidouk
parents: 655
diff changeset
    24
    var file = "twitterized.json";
213
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    25
    var config = {            
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    26
        gui:{
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    27
            width:650,
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    28
            height:2100,              
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    29
            container:'LdtPlayer',
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    30
            css:'../../src/css/LdtPlayer.css',
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    31
            widgets: [
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    32
              {type: "PolemicWidget",
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    33
             width: 640, /* required for this widget */
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    34
             height: 50,
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    35
             metadata:{
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    36
              format:'cinelab',
667
2407ecee1169 added parameter to specify json file to load from.
hamidouk
parents: 655
diff changeset
    37
              src:file,
213
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    38
              type:'json'},
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    39
              
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    40
             requires: [{
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    41
              type: "TooltipWidget",
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    42
              width: 180,
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    43
              heigh: 160,
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    44
              metadata : {
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    45
                format:'cinelab',
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    46
                src:'polemic.json',
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    47
                type:'empty'
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    48
              }
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    49
             }],
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    50
            },
655
b1e2dfc7a740 Created a Streamgraph Widget plus a Widget template
veltr
parents: 585
diff changeset
    51
            {
b1e2dfc7a740 Created a Streamgraph Widget plus a Widget template
veltr
parents: 585
diff changeset
    52
                type: "StackGraphWidget",
b1e2dfc7a740 Created a Streamgraph Widget plus a Widget template
veltr
parents: 585
diff changeset
    53
                metadata: {
b1e2dfc7a740 Created a Streamgraph Widget plus a Widget template
veltr
parents: 585
diff changeset
    54
                    format:'cinelab',
667
2407ecee1169 added parameter to specify json file to load from.
hamidouk
parents: 655
diff changeset
    55
                    src:file,
655
b1e2dfc7a740 Created a Streamgraph Widget plus a Widget template
veltr
parents: 585
diff changeset
    56
                    type:'json'
b1e2dfc7a740 Created a Streamgraph Widget plus a Widget template
veltr
parents: 585
diff changeset
    57
                },requires: [{
b1e2dfc7a740 Created a Streamgraph Widget plus a Widget template
veltr
parents: 585
diff changeset
    58
                  type: "TooltipWidget",
b1e2dfc7a740 Created a Streamgraph Widget plus a Widget template
veltr
parents: 585
diff changeset
    59
                  width: 180,
b1e2dfc7a740 Created a Streamgraph Widget plus a Widget template
veltr
parents: 585
diff changeset
    60
                  heigh: 160,
b1e2dfc7a740 Created a Streamgraph Widget plus a Widget template
veltr
parents: 585
diff changeset
    61
                  metadata : {
b1e2dfc7a740 Created a Streamgraph Widget plus a Widget template
veltr
parents: 585
diff changeset
    62
                    type:'empty'
b1e2dfc7a740 Created a Streamgraph Widget plus a Widget template
veltr
parents: 585
diff changeset
    63
                  }
b1e2dfc7a740 Created a Streamgraph Widget plus a Widget template
veltr
parents: 585
diff changeset
    64
                  }
b1e2dfc7a740 Created a Streamgraph Widget plus a Widget template
veltr
parents: 585
diff changeset
    65
                ]
b1e2dfc7a740 Created a Streamgraph Widget plus a Widget template
veltr
parents: 585
diff changeset
    66
            },
523
8dfeaec4724b first version of the sparkline widget.
hamidouk
parents: 504
diff changeset
    67
            {type: "SparklineWidget",
524
a06527b99f22 the sparklineWidget height and width are now parametrable.
hamidouk
parents: 523
diff changeset
    68
             width: 640, /* required for this widget */
a06527b99f22 the sparklineWidget height and width are now parametrable.
hamidouk
parents: 523
diff changeset
    69
             height: 50,
523
8dfeaec4724b first version of the sparkline widget.
hamidouk
parents: 504
diff changeset
    70
						 metadata:{
8dfeaec4724b first version of the sparkline widget.
hamidouk
parents: 504
diff changeset
    71
						  format:'cinelab',
667
2407ecee1169 added parameter to specify json file to load from.
hamidouk
parents: 655
diff changeset
    72
						  src:file,
523
8dfeaec4724b first version of the sparkline widget.
hamidouk
parents: 504
diff changeset
    73
						  type:'json'}
8dfeaec4724b first version of the sparkline widget.
hamidouk
parents: 504
diff changeset
    74
						},
279
2c65775623cb moved the sliderwidget just under the polemic widget in the integration tests.
hamidouk
parents: 266
diff changeset
    75
            {type: "SliderWidget",
2c65775623cb moved the sliderwidget just under the polemic widget in the integration tests.
hamidouk
parents: 266
diff changeset
    76
						 metadata:{
2c65775623cb moved the sliderwidget just under the polemic widget in the integration tests.
hamidouk
parents: 266
diff changeset
    77
						  format:'cinelab',
667
2407ecee1169 added parameter to specify json file to load from.
hamidouk
parents: 655
diff changeset
    78
						  src:file,
279
2c65775623cb moved the sliderwidget just under the polemic widget in the integration tests.
hamidouk
parents: 266
diff changeset
    79
						  type:'json'}
2c65775623cb moved the sliderwidget just under the polemic widget in the integration tests.
hamidouk
parents: 266
diff changeset
    80
						},
585
44a4a4a179c1 first version of the AnnotationListWidget.
hamidouk
parents: 566
diff changeset
    81
            {type: "AnnotationsListWidget",
44a4a4a179c1 first version of the AnnotationListWidget.
hamidouk
parents: 566
diff changeset
    82
             container: "AnnotationsListContainer",             
44a4a4a179c1 first version of the AnnotationListWidget.
hamidouk
parents: 566
diff changeset
    83
						 metadata:{
44a4a4a179c1 first version of the AnnotationListWidget.
hamidouk
parents: 566
diff changeset
    84
						  format:'cinelab',
667
2407ecee1169 added parameter to specify json file to load from.
hamidouk
parents: 655
diff changeset
    85
						  src:file,
585
44a4a4a179c1 first version of the AnnotationListWidget.
hamidouk
parents: 566
diff changeset
    86
						  type:'json'}
44a4a4a179c1 first version of the AnnotationListWidget.
hamidouk
parents: 566
diff changeset
    87
						},
213
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    88
            {type: "PlayerWidget", // please note that type refers directly to the constructor of the widget.
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    89
             mode: "radio",
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    90
             metadata:{
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    91
              format:'cinelab',
667
2407ecee1169 added parameter to specify json file to load from.
hamidouk
parents: 655
diff changeset
    92
              src:file,
213
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
    93
              type:'json'}
227
0eb060a3b656 updated the test to use the new slider widget.
hamidouk
parents: 213
diff changeset
    94
            },
302
c057e5134fa2 update the examples to include the arrowWidget.
hamidouk
parents: 280
diff changeset
    95
            {type: "SegmentsWidget",
c057e5134fa2 update the examples to include the arrowWidget.
hamidouk
parents: 280
diff changeset
    96
             metadata:{
c057e5134fa2 update the examples to include the arrowWidget.
hamidouk
parents: 280
diff changeset
    97
              format:'cinelab',
667
2407ecee1169 added parameter to specify json file to load from.
hamidouk
parents: 655
diff changeset
    98
              src:file,
336
8da13562cfea segmentsWidget now uses the TooltipWidget instead of the jQuerytools tooltip.
hamidouk
parents: 302
diff changeset
    99
              type:'json'},
8da13562cfea segmentsWidget now uses the TooltipWidget instead of the jQuerytools tooltip.
hamidouk
parents: 302
diff changeset
   100
             requires: [{
8da13562cfea segmentsWidget now uses the TooltipWidget instead of the jQuerytools tooltip.
hamidouk
parents: 302
diff changeset
   101
              type: "TooltipWidget",
8da13562cfea segmentsWidget now uses the TooltipWidget instead of the jQuerytools tooltip.
hamidouk
parents: 302
diff changeset
   102
              width: 180,
8da13562cfea segmentsWidget now uses the TooltipWidget instead of the jQuerytools tooltip.
hamidouk
parents: 302
diff changeset
   103
              heigh: 160,
8da13562cfea segmentsWidget now uses the TooltipWidget instead of the jQuerytools tooltip.
hamidouk
parents: 302
diff changeset
   104
              metadata : {
8da13562cfea segmentsWidget now uses the TooltipWidget instead of the jQuerytools tooltip.
hamidouk
parents: 302
diff changeset
   105
                type:'empty'
8da13562cfea segmentsWidget now uses the TooltipWidget instead of the jQuerytools tooltip.
hamidouk
parents: 302
diff changeset
   106
              }
8da13562cfea segmentsWidget now uses the TooltipWidget instead of the jQuerytools tooltip.
hamidouk
parents: 302
diff changeset
   107
             }],
537
61fd3968ab06 added a widget to select a slice.
hamidouk
parents: 524
diff changeset
   108
            },            
61fd3968ab06 added a widget to select a slice.
hamidouk
parents: 524
diff changeset
   109
            {type: "SliceWidget",
61fd3968ab06 added a widget to select a slice.
hamidouk
parents: 524
diff changeset
   110
             metadata:{
61fd3968ab06 added a widget to select a slice.
hamidouk
parents: 524
diff changeset
   111
              format:'cinelab',
667
2407ecee1169 added parameter to specify json file to load from.
hamidouk
parents: 655
diff changeset
   112
              src:file,
537
61fd3968ab06 added a widget to select a slice.
hamidouk
parents: 524
diff changeset
   113
              type:'json'}
61fd3968ab06 added a widget to select a slice.
hamidouk
parents: 524
diff changeset
   114
            },            
302
c057e5134fa2 update the examples to include the arrowWidget.
hamidouk
parents: 280
diff changeset
   115
            {type: "ArrowWidget",
c057e5134fa2 update the examples to include the arrowWidget.
hamidouk
parents: 280
diff changeset
   116
             metadata:{
c057e5134fa2 update the examples to include the arrowWidget.
hamidouk
parents: 280
diff changeset
   117
              format:'cinelab',
667
2407ecee1169 added parameter to specify json file to load from.
hamidouk
parents: 655
diff changeset
   118
              src:file,
302
c057e5134fa2 update the examples to include the arrowWidget.
hamidouk
parents: 280
diff changeset
   119
              type:'json'}
c057e5134fa2 update the examples to include the arrowWidget.
hamidouk
parents: 280
diff changeset
   120
            },
c057e5134fa2 update the examples to include the arrowWidget.
hamidouk
parents: 280
diff changeset
   121
537
61fd3968ab06 added a widget to select a slice.
hamidouk
parents: 524
diff changeset
   122
266
1c83c4bba0ce added an annotationWidget to the integration tests.
hamidouk
parents: 227
diff changeset
   123
            {type: "AnnotationsWidget",
1c83c4bba0ce added an annotationWidget to the integration tests.
hamidouk
parents: 227
diff changeset
   124
						 metadata:{
1c83c4bba0ce added an annotationWidget to the integration tests.
hamidouk
parents: 227
diff changeset
   125
						  format:'cinelab',
667
2407ecee1169 added parameter to specify json file to load from.
hamidouk
parents: 655
diff changeset
   126
						  src:file,
266
1c83c4bba0ce added an annotationWidget to the integration tests.
hamidouk
parents: 227
diff changeset
   127
						  type:'json'}
1c83c4bba0ce added an annotationWidget to the integration tests.
hamidouk
parents: 227
diff changeset
   128
						},
267
f84013fb19dc added a new widget, to display the contents of tweets in a separate pane.
hamidouk
parents: 266
diff changeset
   129
            {type: "TweetsWidget",
f84013fb19dc added a new widget, to display the contents of tweets in a separate pane.
hamidouk
parents: 266
diff changeset
   130
						 metadata:{
f84013fb19dc added a new widget, to display the contents of tweets in a separate pane.
hamidouk
parents: 266
diff changeset
   131
						  format:'cinelab',
667
2407ecee1169 added parameter to specify json file to load from.
hamidouk
parents: 655
diff changeset
   132
						  src:file,
267
f84013fb19dc added a new widget, to display the contents of tweets in a separate pane.
hamidouk
parents: 266
diff changeset
   133
						  type:'json'}
543
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents: 537
diff changeset
   134
						},
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents: 537
diff changeset
   135
            {type: "createAnnotationWidget",
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents: 537
diff changeset
   136
						 metadata:{
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents: 537
diff changeset
   137
						  format:'cinelab',
667
2407ecee1169 added parameter to specify json file to load from.
hamidouk
parents: 655
diff changeset
   138
						  src:file,
543
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents: 537
diff changeset
   139
						  type:'json'}
280
3da58bd31096 Merge with popcorn-port
hamidouk
parents: 267 279
diff changeset
   140
						}      
213
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
   141
            ]
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
   142
        },
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
   143
      player:{
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
   144
      type:'jwplayer', // player type
178
83241c5139a7 changed test file to use the museologie stream.
hamidouk
parents: 169
diff changeset
   145
              live: true, 
83241c5139a7 changed test file to use the museologie stream.
hamidouk
parents: 169
diff changeset
   146
              height: 300, 
83241c5139a7 changed test file to use the museologie stream.
hamidouk
parents: 169
diff changeset
   147
              width: 640, 
83241c5139a7 changed test file to use the museologie stream.
hamidouk
parents: 169
diff changeset
   148
              provider: "rtmp" 
465
daa60afb3a50 added mediafragment module to the polemic tweet example.
hamidouk
parents: 453
diff changeset
   149
      },
daa60afb3a50 added mediafragment module to the polemic tweet example.
hamidouk
parents: 453
diff changeset
   150
      modules: [
daa60afb3a50 added mediafragment module to the polemic tweet example.
hamidouk
parents: 453
diff changeset
   151
               { type: "MediaFragment",
daa60afb3a50 added mediafragment module to the polemic tweet example.
hamidouk
parents: 453
diff changeset
   152
  			     		 metadata:{
daa60afb3a50 added mediafragment module to the polemic tweet example.
hamidouk
parents: 453
diff changeset
   153
	  	  			   format:'cinelab',
667
2407ecee1169 added parameter to specify json file to load from.
hamidouk
parents: 655
diff changeset
   154
		  				   src:file,
465
daa60afb3a50 added mediafragment module to the polemic tweet example.
hamidouk
parents: 453
diff changeset
   155
						     type:'json'}
daa60afb3a50 added mediafragment module to the polemic tweet example.
hamidouk
parents: 453
diff changeset
   156
						}]
daa60afb3a50 added mediafragment module to the polemic tweet example.
hamidouk
parents: 453
diff changeset
   157
213
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
   158
    };
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
   159
    
504
02daece5dfda fixed the integration tests.
hamidouk
parents: 465
diff changeset
   160
    IriSP.loadLibs(IriSP.lib, config, "polemic_fr.json",
213
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
   161
      function() {   
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
   162
              var layoutManager = new IriSP.LayoutManager(config.gui.container);
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
   163
              var pop = IriSP.configurePopcorn(layoutManager, config.player);
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
   164
              
465
daa60afb3a50 added mediafragment module to the polemic tweet example.
hamidouk
parents: 453
diff changeset
   165
              var widgets = IriSP.configureWidgets(pop, layoutManager, config.gui); 
daa60afb3a50 added mediafragment module to the polemic tweet example.
hamidouk
parents: 453
diff changeset
   166
              var modules = IriSP.configureModules(pop, config.modules); 
daa60afb3a50 added mediafragment module to the polemic tweet example.
hamidouk
parents: 453
diff changeset
   167
      });
213
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
   168
  </script>
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
   169
  
d65dafb9273d changed tab to space and added a couple of lines for samuel's keynote.
hamidouk
parents: 208
diff changeset
   170
  
178
83241c5139a7 changed test file to use the museologie stream.
hamidouk
parents: 169
diff changeset
   171
 </body>
585
44a4a4a179c1 first version of the AnnotationListWidget.
hamidouk
parents: 566
diff changeset
   172
 <div id="AnnotationsListContainer" style="position: absolute; width: 400px; left: 660px; top: 105px;"></div>
302
c057e5134fa2 update the examples to include the arrowWidget.
hamidouk
parents: 280
diff changeset
   173
 </html>