Line 8... |
Line 8... |
8 |
<meta http-equiv="Content-style-type" content="text/css" />
|
8 |
<meta http-equiv="Content-style-type" content="text/css" />
|
9 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|
9 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|
10 |
<meta http-equiv="Content-language" content="fr" />
|
10 |
<meta http-equiv="Content-language" content="fr" />
|
Line 11... |
Line 11... |
11 |
|
11 |
|
12 |
<meta name="revisit-after" content="15 days" />
|
12 |
<meta name="revisit-after" content="15 days" />
|
13 |
<meta name="robots" content="index,follow" />
|
13 |
<meta name="robots" content="index,follow" />
|
14 |
<meta name="author" content="Jean-Pascal MILCENT, Isabelle NEMBROT" />
|
14 |
<meta name="author" content="Jean-Pascal MILCENT, Isabelle NEMBROT" />
|
15 |
<meta name="keywords" content="Tela Botanica, CEL, mobile" />
|
15 |
<meta name="keywords" content="Tela Botanica, CEL, mobile" />
|
Line 16... |
Line 16... |
16 |
<meta name="description" content="Widget de saisie du CEL pour smartphone" />
|
16 |
<meta name="description" content="Widget de saisie du CEL pour smartphone" />
|
17 |
|
17 |
|
Line 18... |
Line 18... |
18 |
<!-- Favicones -->
|
18 |
<!-- Favicones -->
|
Line 37... |
Line 37... |
37 |
var OBS_MAX_NBRE = 10;
|
37 |
var OBS_MAX_NBRE = 10;
|
38 |
// Délai d'attente avant de lancer la recherche des noms latins en ms
|
38 |
// Délai d'attente avant de lancer la recherche des noms latins en ms
|
39 |
var DELAI_RECHERCHE = 500;
|
39 |
var DELAI_RECHERCHE = 500;
|
40 |
// Mot-clé du widget/projet
|
40 |
// Mot-clé du widget/projet
|
41 |
var TAG_PROJET = "WidgetSaisie";
|
41 |
var TAG_PROJET = "WidgetSaisie";
|
- |
|
42 |
// Code du référentiel utilisé pour les nom scientifiques (de la forme nom:code).
|
- |
|
43 |
var NOM_SCI_REFERENTIEL = "";
|
42 |
// URL du web service réalisant l'insertion des données dans la base du CEL.
|
44 |
// URL du web service réalisant l'insertion des données dans la base du CEL.
|
43 |
var SERVICE_SAISIE_URL = "http://www.tela-botanica.org/service:cel:CelWidgetSaisie";
|
45 |
var SERVICE_SAISIE_URL = "http://www.tela-botanica.org/service:cel:CelWidgetSaisie";
|
44 |
//var SERVICE_SAISIE_URL = "http://www.tela-botanica.org/test-service:cel:CelWidgetSaisie";
|
46 |
//var SERVICE_SAISIE_URL = "http://www.tela-botanica.org/test-service:cel:CelWidgetSaisie";
|
45 |
// URL du web service annuaire des membres du réseau.
|
47 |
// URL du web service annuaire des membres du réseau.
|
46 |
var SERVICE_ANNUAIRE = "http://www.tela-botanica.org/client/annuaire_nouveau/actuelle/jrest/utilisateur/identite-par-courriel/";
|
48 |
var SERVICE_ANNUAIRE = "http://www.tela-botanica.org/client/annuaire_nouveau/actuelle/jrest/utilisateur/identite-par-courriel/";
|