4 |
david |
1 |
/*vim: set expandtab tabstop=4 shiftwidth=4: */
|
|
|
2 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
3 |
// | Javascript version 1.5 |
|
|
|
4 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
5 |
// | Copyright (C) Tela Botanica (accueil@tela-botanica.org), 2005. |
|
|
|
6 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
7 |
// | This file is part of Tela Botanica web site. |
|
|
|
8 |
// | |
|
|
|
9 |
// | Foobar is free software; you can redistribute it and/or modify |
|
|
|
10 |
// | it under the terms of the GNU General Public License as published by |
|
|
|
11 |
// | the Free Software Foundation; either version 2 of the License, or |
|
|
|
12 |
// | (at your option) any later version. |
|
|
|
13 |
// | |
|
|
|
14 |
// | Foobar is distributed in the hope that it will be useful, |
|
|
|
15 |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
16 |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
|
17 |
// | GNU General Public License for more details. |
|
|
|
18 |
// | |
|
|
|
19 |
// | You should have received a copy of the GNU General Public License |
|
|
|
20 |
// | along with Foobar; if not, write to the Free Software |
|
|
|
21 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
|
|
22 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
23 |
// CVS : $Id$
|
|
|
24 |
/**
|
|
|
25 |
* Contient du code javascript pour améliorer l'utilisation du site.
|
|
|
26 |
*
|
|
|
27 |
*
|
|
|
28 |
*@package TelaBotanica
|
|
|
29 |
//Auteur original :
|
|
|
30 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
|
|
31 |
//Autres auteurs :
|
|
|
32 |
*@author Aucun
|
|
|
33 |
*@copyright Tela-Botanica 2000-2005
|
|
|
34 |
*@version $Revision$ $Date$
|
|
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
36 |
*/
|
|
|
37 |
|
|
|
38 |
//if (document.getElementById) {
|
|
|
39 |
window.document.getElementById('sesi_selecteur').style.visibility = "hidden";
|
|
|
40 |
//}
|
|
|
41 |
|
|
|
42 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
|
|
43 |
*
|
|
|
44 |
* $Log$
|
|
|
45 |
*
|
|
|
46 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
|
|
47 |
*/
|