--- a/src/widgets/AnnotationsList.js Fri May 11 19:22:13 2012 +0200
+++ b/src/widgets/AnnotationsList.js Mon May 14 16:59:07 2012 +0200
@@ -23,7 +23,6 @@
* e.g. http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/front/player/{{media}}/{{project}}/{{annotationType}}#id={{annotation}}
*/
foreign_url : "",
- cinecast_version : false,
annotation_type : false,
refresh_interval : 0,
limit_count : 10,
@@ -50,7 +49,7 @@
+ '{{#tags}}'
+ '{{#.}}'
+ '<li class="Ldt-AnnotationsList-Tag-Li">'
- + '<div class="Ldt-AnnotationsList-Tag-Div">{{.}}</div>'
+ + '<span>{{.}}</span>'
+ '</li>'
+ '{{/.}}'
+ '{{/tags}}'
@@ -61,12 +60,6 @@
+ '</ul>'
+ '</div>';
-IriSP.Widgets.AnnotationsList.prototype.clear = function() {
-};
-
-IriSP.Widgets.AnnotationsList.prototype.clearWidget = function() {
-};
-
IriSP.Widgets.AnnotationsList.prototype.onSearch = function(searchString) {
this.searchString = typeof searchString !== "undefined" ? searchString : '';
var _n = this.refresh(true);