equal
deleted
inserted
replaced
17 <!-- SIMPLE PLAYER EXPERIMENTATION --> |
17 <!-- SIMPLE PLAYER EXPERIMENTATION --> |
18 <script type="text/javascript" src="../../build/LdtPlayer-release.js" type="text/javascript"></script> |
18 <script type="text/javascript" src="../../build/LdtPlayer-release.js" type="text/javascript"></script> |
19 |
19 |
20 <div id="video"></div> |
20 <div id="video"></div> |
21 <div id="LdtPlayer"></div> |
21 <div id="LdtPlayer"></div> |
22 |
22 <div id="Sparkline"></div> |
23 <script type="text/javascript"> |
23 <script type="text/javascript"> |
24 var platf_url = "http://localhost/pf/ldtplatform/ldt/"; |
24 var platf_url = "http://localhost/pf/ldtplatform/ldt/"; |
25 var project_id = "47e3eef0-3ab4-11e1-9423-001d7d7c6d1d"; |
25 var project_id = "47e3eef0-3ab4-11e1-9423-001d7d7c6d1d"; |
26 var config = { |
26 var config = { |
27 gui:{ |
27 gui:{ |
37 type:'json'} |
37 type:'json'} |
38 }, |
38 }, |
39 |
39 |
40 {type: "AnnotationsListWidget", |
40 {type: "AnnotationsListWidget", |
41 container: "AnnotationsListContainer", |
41 container: "AnnotationsListContainer", |
|
42 metadata:{ |
|
43 format:'cinelab', |
|
44 src:platf_url + 'cljson/id/' + project_id, |
|
45 type:'json'} |
|
46 }, |
|
47 {type: "SparklineWidget", |
|
48 width: 640, /* required for this widget */ |
|
49 height: 50, |
42 metadata:{ |
50 metadata:{ |
43 format:'cinelab', |
51 format:'cinelab', |
44 src:platf_url + 'cljson/id/' + project_id, |
52 src:platf_url + 'cljson/id/' + project_id, |
45 type:'json'} |
53 type:'json'} |
46 }, |
54 }, |