barre_outils_edition={"nameSpace":"edition","previewAutoRefresh":false,"onEnter":{"keepDefault":false,"selectionType":"return","replaceWith":"\n"},"onShiftEnter":{"keepDefault":false,"replaceWith":"\n_ "},"onCtrlEnter":{"keepDefault":false,"replaceWith":"\n\n"},"markupSet":[{"name":"Turn into a {{{subheading}}}","key":"H","className":"outil_header1","openWith":"\n{{{","closeWith":"}}}\n","selectionType":"line"},{"name":"{{Bold}}","key":"B","className":"outil_bold","replaceWith":function(h){return espace_si_accolade(h,'{{','}}');},"selectionType":"word"},{"name":"{Italic}","key":"I","className":"outil_italic","replaceWith":function(h){return espace_si_accolade(h,'{','}');},"selectionType":"word"},{"name":"Set list","className":"outil_liste_ul","replaceWith":function(h){return outil_liste(h,'*');},"selectionType":"line","forceMultiline":true,"dropMenu":[{"id":"liste_ol","name":"Set numbered list","className":"outil_liste_ol","replaceWith":function(h){return outil_liste(h,'#');},"display":true,"selectionType":"line","forceMultiline":true},{"id":"desindenter","name":"Unindent a line","className":"outil_desindenter","replaceWith":function(h){return outil_desindenter(h);},"display":true,"selectionType":"line","forceMultiline":true},{"id":"indenter","name":"Indent a line","className":"outil_indenter","replaceWith":function(h){return outil_indenter(h);},"display":true,"selectionType":"line","forceMultiline":true}]},{"separator":"---------------"},{"name":"Turn into a [hyperlink->http://...]","key":"L","className":"outil_link","openWith":"[","closeWith":"->[![Please enter the target of your hyperlink (you may give an internet URL in the form http://www.mysite.com or else simply the number of an article on this site).]!]]"},{"name":"Turn into a [[Footnote]]","className":"outil_notes","openWith":"[[","closeWith":"]]","selectionType":"word"},{"separator":"---------------"},{"name":"<quote>Quote a message</quote>","key":"Q","className":"outil_quote","openWith":"\n<quote>","closeWith":"</quote>\n","selectionType":"word"},{"name":"Place between «double quotes«","className":"outil_guillemets","openWith":"«","closeWith":"»","lang":["fr","eo","cpf","ar","es"],"selectionType":"word"},{"name":"Place between “single quotes“","className":"outil_guillemets_simples","openWith":"“","closeWith":"”","lang":["fr","eo","cpf","ar","es"],"selectionType":"word"},{"name":"Place between «double quotes«","className":"outil_guillemets_de","openWith":"„","closeWith":"“","lang":["bg","de","pl","hr","src"],"selectionType":"word"},{"name":"Place between “single quotes“","className":"outil_guillemets_de_simples","openWith":"&sbquo;","closeWith":"‘","lang":["bg","de","pl","hr","src"],"selectionType":"word"},{"name":"Place between «double quotes«","className":"outil_guillemets_simples","openWith":"“","closeWith":"”","lang_not":["fr","eo","cpf","ar","es","bg","de","pl","hr","src"],"selectionType":"word"},{"name":"Place between “single quotes“","className":"outil_guillemets_uniques","openWith":"‘","closeWith":"’","lang_not":["fr","eo","cpf","ar","es","bg","de","pl","hr","src"],"selectionType":"word"},{"separator":"---------------"},{"name":"Insert special characters","className":"outil_caracteres","dropMenu":[{"id":"A_grave","name":"Insert a capital A with grave accent: À","className":"outil_a_maj_grave","replaceWith":"À","display":true,"lang":["fr","eo","cpf"]},{"id":"E_aigu","name":"Insert a capital E with acute accent: É","className":"outil_e_maj_aigu","replaceWith":"É","display":true,"lang":["fr","eo","cpf"]},{"id":"E_grave","name":"Insert capital E grave","className":"outil_e_maj_grave","replaceWith":"È","display":true,"lang":["fr","eo","cpf"]},{"id":"aelig","name":"Insert æ","className":"outil_aelig","replaceWith":"æ","display":true,"lang":["fr","eo","cpf"]},{"id":"AElig","name":"Insert Æ","className":"outil_aelig_maj","replaceWith":"Æ","display":true,"lang":["fr","eo","cpf"]},{"id":"oe","name":"Insert an oe-ligature: œ","className":"outil_oe","replaceWith":"œ","display":true,"lang":["fr"]},{"id":"OE","name":"Insert a capital OE-ligature: Œ","className":"outil_oe_maj","replaceWith":"Œ","display":true,"lang":["fr"]},{"id":"Ccedil","name":"Insert capital C cedilla","className":"outil_ccedil_maj","replaceWith":"Ç","display":true,"lang":["fr","eo","cpf"]},{"id":"uppercase","name":"Convert to upper case","className":"outil_uppercase","replaceWith":function(markitup){return markitup.selection.toUpperCase()},"display":true,"lang":["fr","en"]},{"id":"lowercase","name":"Convert to lower case","className":"outil_lowercase","replaceWith":function(markitup){return markitup.selection.toLowerCase()},"display":true,"lang":["fr","en"]}]}]}
function outil_liste(h,c){if((s=h.selection)&&(r=s.match(/^-([*#]+) (.*)$/))){r[1]=r[1].replace(/[#*]/g,c);s='-'+r[1]+' '+r[2];}else{s='-'+c+' '+s;}
return s;}
function outil_indenter(h){if(s=h.selection){if(s.substr(0,2)=='-*'){s='-**'+s.substr(2);}else if(s.substr(0,2)=='-#'){s='-##'+s.substr(2);}else{s='-* '+s;}}
return s;}
function outil_desindenter(h){if(s=h.selection){if(s.substr(0,3)=='-**'){s='-*'+s.substr(3);}else if(s.substr(0,3)=='-* '){s=s.substr(3);}else if(s.substr(0,3)=='-##'){s='-#'+s.substr(3);}else if(s.substr(0,3)=='-# '){s=s.substr(3);}}
return s;}
function espace_si_accolade(h,openWith,closeWith){if(s=h.selection){if(s.charAt(0)=='{'){return openWith+' '+s+' '+closeWith;}
else if(c=h.textarea.selectionStart){if(h.textarea.value.charAt(c-1)=='{'){return' '+openWith+s+closeWith+' ';}}}
return openWith+s+closeWith;}
barre_outils_forum={"nameSpace":"forum","previewAutoRefresh":false,"onEnter":{"keepDefault":false,"selectionType":"return","replaceWith":"\n"},"onShiftEnter":{"keepDefault":false,"replaceWith":"\n_ "},"onCtrlEnter":{"keepDefault":false,"replaceWith":"\n\n"},"markupSet":[{"name":"{{Bold}}","key":"B","className":"outil_bold","replaceWith":function(h){return espace_si_accolade(h,'{{','}}');},"selectionType":"word"},{"name":"{Italic}","key":"I","className":"outil_italic","replaceWith":function(h){return espace_si_accolade(h,'{','}');},"selectionType":"word"},{"separator":"---------------"},{"name":"Turn into a [hyperlink->http://...]","key":"L","className":"outil_link","openWith":"[","closeWith":"->[![Please enter the target of your hyperlink (you may give an internet URL in the form http://www.mysite.com or else simply the number of an article on this site).]!]]"},{"separator":"---------------"},{"name":"<quote>Quote a message</quote>","key":"Q","className":"outil_quote","openWith":"\n<quote>","closeWith":"</quote>\n","selectionType":"word"},{"name":"Place between «double quotes«","className":"outil_guillemets","openWith":"«","closeWith":"»","lang":["fr","eo","cpf","ar","es"],"selectionType":"word"},{"name":"Place between “single quotes“","className":"outil_guillemets_simples","openWith":"“","closeWith":"”","lang":["fr","eo","cpf","ar","es"],"selectionType":"word"},{"name":"Place between «double quotes«","className":"outil_guillemets_de","openWith":"„","closeWith":"“","lang":["bg","de","pl","hr","src"],"selectionType":"word"},{"name":"Place between “single quotes“","className":"outil_guillemets_de_simples","openWith":"&sbquo;","closeWith":"‘","lang":["bg","de","pl","hr","src"],"selectionType":"word"},{"name":"Place between «double quotes«","className":"outil_guillemets_simples","openWith":"“","closeWith":"”","lang_not":["fr","eo","cpf","ar","es","bg","de","pl","hr","src"],"selectionType":"word"},{"name":"Place between “single quotes“","className":"outil_guillemets_uniques","openWith":"‘","closeWith":"’","lang_not":["fr","eo","cpf","ar","es","bg","de","pl","hr","src"],"selectionType":"word"},{"separator":"---------------"}]}
function outil_liste(h,c){if((s=h.selection)&&(r=s.match(/^-([*#]+) (.*)$/))){r[1]=r[1].replace(/[#*]/g,c);s='-'+r[1]+' '+r[2];}else{s='-'+c+' '+s;}
return s;}
function outil_indenter(h){if(s=h.selection){if(s.substr(0,2)=='-*'){s='-**'+s.substr(2);}else if(s.substr(0,2)=='-#'){s='-##'+s.substr(2);}else{s='-* '+s;}}
return s;}
function outil_desindenter(h){if(s=h.selection){if(s.substr(0,3)=='-**'){s='-*'+s.substr(3);}else if(s.substr(0,3)=='-* '){s=s.substr(3);}else if(s.substr(0,3)=='-##'){s='-#'+s.substr(3);}else if(s.substr(0,3)=='-# '){s=s.substr(3);}}
return s;}
function espace_si_accolade(h,openWith,closeWith){if(s=h.selection){if(s.charAt(0)=='{'){return openWith+' '+s+' '+closeWith;}
else if(c=h.textarea.selectionStart){if(h.textarea.value.charAt(c-1)=='{'){return' '+openWith+s+closeWith+' ';}}}
return openWith+s+closeWith;};(function($){$.fn.barre_outils=function(nom,settings){options={lang:'en'};$.extend(options,settings);return $(this).not('.markItUpEditor, .no_barre').markItUp(eval('barre_outils_'+nom),{lang:options.lang});};$.fn.barre_previsualisation=function(settings){options={previewParserPath:"index.php?action=porte_plume_previsu",textEditer:"Edit",textVoir:"Preview"};$.extend(options,settings);return $(this).not('.pp_previsualisation, .no_previsualisation').previsu_spip(options);};$(window).load(function(){function barrebouilles(){$('.formulaire_spip textarea.inserer_barre_forum').barre_outils('forum');$('.formulaire_spip textarea.inserer_barre_edition').barre_outils('edition');$('.formulaire_spip textarea.inserer_previsualisation').barre_previsualisation();$('textarea.textarea_forum').barre_outils('forum');$('.formulaire_forum textarea[name=texte]').barre_outils('forum');$('.formulaire_spip textarea[name=texte]').barre_outils('edition').barre_previsualisation();}
barrebouilles();onAjaxLoad(barrebouilles);});})(jQuery);
