equal
deleted
inserted
replaced
175 <?php if (!$use_protocol): ?> |
175 <?php if (!$use_protocol): ?> |
176 { |
176 { |
177 type: "Tagcloud", |
177 type: "Tagcloud", |
178 container: "TagcloudContainer", |
178 container: "TagcloudContainer", |
179 exclude_pattern: /^@/, |
179 exclude_pattern: /^@/, |
180 custom_stopwords: <?php echo json_encode(array($config['hashtag'])) ?> |
180 custom_stopwords: <?php echo json_encode(array($translate->_('config__hashtag'))) ?> |
181 }, |
181 }, |
182 { |
182 { |
183 type: "AnnotationsList", |
183 type: "AnnotationsList", |
184 //ajax_url : "http://ldt.iri.centrepompidou.fr/ldtplatform/api/ldt/segments/{{media}}/{{begin}}/{{end}}?callback=?", |
184 //ajax_url : "http://ldt.iri.centrepompidou.fr/ldtplatform/api/ldt/segments/{{media}}/{{begin}}/{{end}}?callback=?", |
185 //foreign_url : "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/front/player/{{media}}/{{project}}/{{annotationType}}#id={{annotation}}", |
185 //foreign_url : "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/front/player/{{media}}/{{project}}/{{annotationType}}#id={{annotation}}", |