--- a/integration/js/mediaplayer.js Wed Dec 05 15:39:12 2012 +0100
+++ b/integration/js/mediaplayer.js Thu Dec 06 12:38:34 2012 +0100
@@ -10,7 +10,8 @@
'<div class="media-segment" data-mashup-id="<%= annotation.project_id %>">'
+ '<div class="media-segment-section" style="left:<%= left %>px; width:<%= width %>px; background:<%= color %>; top: <%= top %>px;" data-segment-id="<%= annotation.id %>"></div>'
+ '<div class="popin media-segment-popin" style="left:<%= popleft %>px; top: <%= 5+top %>px;"><div style="left:<%= pointerpos %>px;" class="pointer"></div><div class="popin-content">'
- + '<h3><%= annotation.title %></h3>'
+ + '<h3 class="segment-title"><%= annotation.title %></h3>'
+ + '<p><%= annotation.description %></p><% if (annotation.keywords.length) { print("<p><strong>" + gettext("Tags:") + "</strong> " + annotation.keywords.join(", ") + "</p>"); } %>'
+ '<p><%= gettext("From:") %> <span><%= annotation.begin.toString() %></span> <%= gettext("to:") %> <span><%= annotation.end.toString() %></span> (<%= gettext("duration:") %> <span><%= annotation.getDuration().toString() %></span>)</p>'
+ '<p class="mashup-link"><%= gettext("From hashcut:") %> <a href="<%= IriSP.endpoints.hashcut_page.replace("__PROJECT_ID__", annotation.project_id) %>"></a></p>'
+ '</div></div></div>'