Rev 13292 | Rev 13919 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13292 | Rev 13306 | ||
---|---|---|---|
Line 184... | Line 184... | ||
184 | cat index.phtml.temp >>index.phtml.$ll |
184 | cat index.phtml.temp >>index.phtml.$ll |
185 | cat <<@ >>index.phtml.$ll |
185 | cat <<@ >>index.phtml.$ll |
186 | </div> |
186 | </div> |
187 | !!# Si les librairies Jquery sont chargées, on affiche des onglets. |
187 | !!# Si les librairies Jquery sont chargées, on affiche des onglets. |
188 | !if \$jquery_defined=yes |
188 | !if \$jquery_defined=yes |
189 | <script |
189 | <script> |
190 | /*<![CDATA[*/ jQuery(function(jq) { |
190 | /*<![CDATA[*/ jQuery(function(jq) { |
191 | jq( "#listslib" ).tabs().addClass( "ui-tabs-vertical ui-helper-clearfix" ); |
191 | jq( "#listslib" ).tabs().addClass( "ui-tabs-vertical ui-helper-clearfix" ); |
192 | jq( "#listslib li" ).removeClass( "ui-corner-top" ).addClass( "ui-corner-left" ); |
192 | jq( "#listslib li" ).removeClass( "ui-corner-top" ).addClass( "ui-corner-left" ); |
193 | jq( "#listslib li a" ).click(function() { |
193 | jq( "#listslib li a" ).click(function() { |
194 | //get the top offset of the target anchor |
194 | //get the top offset of the target anchor |