[(#REM) Charger la les fonctions js pour jquery ]#CACHE{7*24*3600,cache-client} #HTTP_HEADER{'Content-Type: text/javascript'} $(document).ready(function(){ [$('#page').corner("(#CONFIG{easysqueletting/arrondipage})px");] [$('#titrepage h2').corner("(#CONFIG{easysqueletting/arrondicontenu}|chgwidth{1})px");] [$('#rapide').corner("bl br (#CONFIG{easysqueletting/arrondifastnav})px");] [$('#contenucont').corner("(#CONFIG{easysqueletting/arrondicontenu})px");] [$('#maincolonne').corner("(#CONFIG{easysqueletting/arrondimaincol})px");] [$('#navcol').corner("(#CONFIG{easysqueletting/arrondinavcol})px");] [$('#navigation').corner("(#CONFIG{easysqueletting/arrondinav})px");] [$('#navigation ul ul').corner("(#CONFIG{easysqueletting/arrondinav})px");] [$('#pied').corner("(#CONFIG{easysqueletting/arrondipied})px");] $('.colcolorun').wrap('
'); [$('.outcolcolorun').corner("(#CONFIG{easysqueletting/arrondipodext})px");] [$('.colcolorun').corner("(#CONFIG{easysqueletting/arrondipodin})px");] $('.topnav a').each(function (i) { var largeur = $(this).width(); $(this).css("width",largeur); $(this).parent().css("width",largeur+20); }); [$('.topnav').corner("tl tr (#CONFIG{easysqueletting/arrondionglets})px");] [$('.topnav a').corner("tl tr (#CONFIG{easysqueletting/arrondiongletsin})px");] /*$('#contderniersarticles').after("
PrécédentSuivant
");*/ $("#dernierscontrol").jFlow({ slides: "#derniersarticles", [width: "(#CONFIG{easysqueletting/lgprincipale}|chgwidth{75}|percentwidth{60})px"], height: "209px", duration: 400 }); $('.propsite').hide(); $('.toggle').click(function() { $(this).next("div").slideToggle(); return false; }); });