src/js/ui.js
branchpopcorn-port
changeset 72 c4a36ea700d4
parent 38 94899a565089
child 238 6008172a0592
equal deleted inserted replaced
71:7bc3a4651ec3 72:c4a36ea700d4
    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);