diff -r 2dce6b9a04c4 -r c6660cd7bfb3 src/js/site.js.templ --- a/src/js/site.js.templ Thu Jan 26 12:50:20 2012 +0100 +++ b/src/js/site.js.templ Thu Jan 26 12:50:50 2012 +0100 @@ -48,6 +48,12 @@ }, "createAnnotationWidget" : { keywords: ["#faux-raccord", "#mot-clef"], + polemic_mode: true, /* enable polemics ? */ + /* polemics - the corresponding class names defined in the css should be for instance : + Ldt-createAnnotation-polemic-plusplus for plusplus + Ldt-createAnnotation-polemic-equalequal for equalequal, etc. + */ + polemics: {"++" : "plusplus", "--" : "minusminus", "==" : "equalequal", "??" : "questionquestion"}, cinecast_version: true /* put to false to enable the platform version, true for the festival cinecast one. */ }, "SparklineWidget" : { @@ -67,6 +73,10 @@ ajax */ ajax_granularity: 10000 /* how much ms should we look before and after the current timecode */ + + project_url: IriSP.platform_url + "/ldtplatform/ldt/front/player/" /* the beginning + of a link to the + new front */ }, };