Subversion Repositories Applications.projet

Rev

Rev 249 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 249 Rev 431
Line 14... Line 14...
14
// |                                                                                                      |
14
// |                                                                                                      |
15
// | You should have received a copy of the GNU General Public                                            |
15
// | You should have received a copy of the GNU General Public                                            |
16
// | License along with this library; if not, write to the Free Software                                  |
16
// | License along with this library; if not, write to the Free Software                                  |
17
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
17
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
18
// +------------------------------------------------------------------------------------------------------+
18
// +------------------------------------------------------------------------------------------------------+
19
// CVS : $Id: telechargement.js,v 1.2 2007-06-25 12:15:07 alexandre_tb Exp $
19
// CVS : $Id$
20
/**
20
/**
21
* Application projet
21
* Application projet
22
*
22
*
23
* La service de telechargement
23
* La service de telechargement
24
*
24
*
Line 26... Line 26...
26
//Auteur original :
26
//Auteur original :
27
*@author        Alexandre Granier <alexandre@tela-botanica.org>
27
*@author        Alexandre Granier <alexandre@tela-botanica.org>
28
//Autres auteurs :
28
//Autres auteurs :
29
*@author        Aucun
29
*@author        Aucun
30
*@copyright     Tela-Botanica 2000-2007
30
*@copyright     Tela-Botanica 2000-2007
31
*@version       $Revision: 1.2 $
31
*@version       $Revision:$
32
// +------------------------------------------------------------------------------------------------------+
32
// +------------------------------------------------------------------------------------------------------+
33
*/
33
*/
34
var dojoConfig = {
34
var dojoConfig = {
35
isDebug: true
35
isDebug: true
36
};
36
};