# HG changeset patch # User veltr # Date 1338480627 -7200 # Node ID b9cf9835b5b9750ed87efeedf9546ee3ffa125bd # Parent 44deeff592e2beb99c180410a877b7788fe3adbc added MP3 file diff -r 44deeff592e2 -r b9cf9835b5b9 crea/integration/media/wari_0710.mp3 Binary file crea/integration/media/wari_0710.mp3 has changed diff -r 44deeff592e2 -r b9cf9835b5b9 crea/integration/metadataplayer/MusitagAnnotations.js --- a/crea/integration/metadataplayer/MusitagAnnotations.js Thu May 31 14:45:36 2012 +0200 +++ b/crea/integration/metadataplayer/MusitagAnnotations.js Thu May 31 18:10:27 2012 +0200 @@ -47,7 +47,7 @@ } _html += '
'; _html += _column.map(function(_annotation) { - return '
' + return '
' + '
' + '
' + '
' @@ -56,4 +56,8 @@ _html += '
'; } this.$.html(_html); + this.$.find('.Musitag-Annotations-tag').click(function() { + var _el = IriSP.jQuery(this); + _this.player.popcorn.currentTime(_el.attr("begin-time") / 1000); + }); } \ No newline at end of file diff -r 44deeff592e2 -r b9cf9835b5b9 crea/integration/metadataplayer/MusitagAnnotator.css --- a/crea/integration/metadataplayer/MusitagAnnotator.css Thu May 31 14:45:36 2012 +0200 +++ b/crea/integration/metadataplayer/MusitagAnnotator.css Thu May 31 18:10:27 2012 +0200 @@ -33,7 +33,7 @@ .Musitag-Annotator-record { width: 135px; height: 135px; background: url(../img/record.png); - margin: 35px 31px; + margin: 35px 31px; cursor: pointer; } .Musitag-Annotator-record:hover { @@ -42,7 +42,7 @@ .Musitag-Annotator-Note { width: 160px; height: 218px; background: url(../img/note-envoi.png); - margin: 5px 0 0 5px; position: relative; + margin: 5px 0 0 5px; position: relative; cursor: pointer; } .Musitag-Annotator-tagInSend {