equal
deleted
inserted
replaced
35 <hr /> |
35 <hr /> |
36 <div id="LdtPlayer"></div> |
36 <div id="LdtPlayer"></div> |
37 </div> |
37 </div> |
38 <div class="coldroite"> |
38 <div class="coldroite"> |
39 <div id="mediaList"></div> |
39 <div id="mediaList"></div> |
|
40 <div id="AnnotationsListContainer"></div> |
40 </div> |
41 </div> |
41 <div class="footer"> |
42 <div class="footer"> |
42 <hr /> |
43 <hr /> |
43 <p style="text-align: right;">© IRI 2012</p> |
44 <p style="text-align: right;">© IRI 2012</p> |
44 </div> |
45 </div> |
66 { type: "Controller" }, |
67 { type: "Controller" }, |
67 { |
68 { |
68 type: "Segments", |
69 type: "Segments", |
69 annotation_type: false |
70 annotation_type: false |
70 }, |
71 }, |
|
72 { |
|
73 type: "Slice", |
|
74 override_bounds: false |
|
75 }, |
71 { type: "Arrow" }, |
76 { type: "Arrow" }, |
72 { |
77 { |
73 type: "Annotation", |
78 type: "Annotation", |
74 annotation_type: false |
79 annotation_type: false |
75 }, |
80 }, |
76 { |
81 { |
|
82 type: "CreateAnnotation", |
|
83 api_endpoint_template: "../post-test.php", |
|
84 api_method: "POST", |
|
85 creator_name: "Metadataplayer", |
|
86 creator_avatar: "https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png", |
|
87 tag_titles: ["#amateur", "#digital-humanities"] |
|
88 }, |
|
89 { |
77 type: "MediaList", |
90 type: "MediaList", |
78 container: "mediaList" |
91 container: "mediaList" |
|
92 }, |
|
93 { |
|
94 type: "AnnotationsList", |
|
95 container: "AnnotationsListContainer", |
|
96 default_thumbnail : "http://ldt.iri.centrepompidou.fr/static/site/ldt/css/imgs/video_sequence.png" |
79 }, |
97 }, |
80 { type: "Mediafragment" } |
98 { type: "Mediafragment" } |
81 ] |
99 ] |
82 }, |
100 }, |
83 player:{ |
101 player:{ |