diff -r 213e81430f7a -r 1b84c7b2aeee integration/js/mediaplayer.js --- a/integration/js/mediaplayer.js Tue Dec 04 13:31:01 2012 +0100 +++ b/integration/js/mediaplayer.js Tue Dec 04 18:59:07 2012 +0100 @@ -11,8 +11,8 @@ + '
' + '
' + '

<%= annotation.title %>

' - + '

<%= IriSP.translate("From:") %> <%= annotation.begin.toString() %> <%= IriSP.translate("to:") %> <%= annotation.end.toString() %> (<%= IriSP.translate("duration:") %> <%= annotation.getDuration().toString() %>)

' - + '' + + '

<%= gettext("From:") %> <%= annotation.begin.toString() %> <%= gettext("to:") %> <%= annotation.end.toString() %> (<%= gettext("duration:") %> <%= annotation.getDuration().toString() %>)

' + + '' + '
' ), segmentlisttemplate = _.template(