equal
deleted
inserted
replaced
31 |
31 |
32 var videoPlayer = Mustache.to_html(IriSP.video_template, {"share_template" : IriSP.share_template, "heightS" : heightS}); |
32 var videoPlayer = Mustache.to_html(IriSP.video_template, {"share_template" : IriSP.share_template, "heightS" : heightS}); |
33 IriSP.jQuery(videoPlayer).appendTo("#"+IriSP.config.gui.container); |
33 IriSP.jQuery(videoPlayer).appendTo("#"+IriSP.config.gui.container); |
34 } |
34 } |
35 |
35 |
36 /* FIXME : move it elsewhere */ |
|
37 IriSP.trace("__IriSP.createHtml",IriSP.jQuery.browser.msie+" "+IriSP.jQuery.browser.version); |
|
38 IriSP.trace("__IriSP.createHtml","end"); |
|
39 IriSP.jQuery("#Ldt-Annotations").width(width-(75*2)); |
36 IriSP.jQuery("#Ldt-Annotations").width(width-(75*2)); |
40 IriSP.jQuery("#Ldt-Show-Arrow-container").width(width-(75*2)); |
37 IriSP.jQuery("#Ldt-Show-Arrow-container").width(width-(75*2)); |
41 IriSP.jQuery("#Ldt-ShowAnnotation-audio").width(width-10); |
38 IriSP.jQuery("#Ldt-ShowAnnotation-audio").width(width-10); |
42 IriSP.jQuery("#Ldt-ShowAnnotation-video").width(width-10); |
39 IriSP.jQuery("#Ldt-ShowAnnotation-video").width(width-10); |
43 IriSP.jQuery("#Ldt-SaKeyword").width(width-10); |
40 IriSP.jQuery("#Ldt-SaKeyword").width(width-10); |