source: trunk/spip/esqueleto-redcta/plugins/magusine-portage2/themes/cepetel/particip-java.js @ 394

Last change on this file since 394 was 394, checked in by guille, 15 years ago

se agrego theme cepetel

File size: 610 bytes
Line 
1function switchecarte(quel) {
2$("#PlanAnderlecht").attr({ src: quel});
3}
4
5function apparaitcherche() {
6        $("#bloccherche").slideToggle("normal");       
7}
8
9$(document).ready(function(){
10   $("#navigation").each(function(){
11    $(this).append("<li><a href='javascript:apparaitcherche();' class='titre-recherche'>Rechercher</a></li><li id='bloccherche' style='display:none'><form action='spip.php?page=recherche' method='get'><input name='page' value='recherche' type='hidden' /><input type='text' class='forml' name='recherche' id='rechercher' value='--->' onfocus='this.value=&#34;&#34;;' /></form></li>");
12        });
13 });
Note: See TracBrowser for help on using the repository browser.