diff -r 7e5174fe9816 -r 5b7d7ab6baff web/res/metadataplayer/Polemic.js --- a/web/res/metadataplayer/Polemic.js Mon May 21 18:53:02 2012 +0200 +++ b/web/res/metadataplayer/Polemic.js Tue May 22 16:47:35 2012 +0200 @@ -155,7 +155,7 @@ function displayElement(_x, _y, _color, _id, _title) { _html += Mustache.to_html( - '
', { id: _id, @@ -173,13 +173,13 @@ var _y = _this.height; _slice.annotations.forEach(function(_annotation) { _y -= _this.element_height; - displayElement(_x, _y, _this.defaultcolor, _annotation.id, _annotation.title); + displayElement(_x, _y, _this.defaultcolor, _annotation.namespacedId.name, _annotation.title); }); IriSP._(_slice.polemicStacks).forEach(function(_annotations, _j) { var _color = _this.polemics[_j].color; _annotations.forEach(function(_annotation) { _y -= _this.element_height; - displayElement(_x, _y, _color, _annotation.id, _annotation.title); + displayElement(_x, _y, _color, _annotation.namespacedId.name, _annotation.title); }); }); _x += _this.element_width; @@ -226,7 +226,7 @@ function displayStackElement(_x, _y, _h, _color, _nums, _begin, _end) { _html += Mustache.to_html( - '
', { nums: _nums,