Subversion Repositories Applications.reseau

Compare Revisions

Ignore whitespace Rev 97 → Rev 98

/trunk/pages/cupp/config.defaut.js
1,9 → 1,9
var URLs = {
"Carte": "https://www.tela-botanica.org/widget:cel:cartoPoint?projet=[MC]",
//"Carte à la commune": "http://www.tela-botanica.org/widget:cel:carto?projet=[MC]",
//"Carte à la commune": "https://www.tela-botanica.org/widget:cel:carto?projet=[MC]",
"Widget de saisie": "https://www.tela-botanica.org/widget:cel:saisie?projet=[MC]",
"Identiplante": "http://www.tela-botanica.org/appli:identiplante?masque.type=tous&masque.tag=[MC]",
"Pictoflora": "http://www.tela-botanica.org/appli:pictoflora?masque.tag_cel=[MC]",
"Identiplante": "https://www.tela-botanica.org/appli:identiplante?masque.type=tous&masque.tag=[MC]",
"Pictoflora": "https://www.tela-botanica.org/appli:pictoflora?masque.tag_cel=[MC]",
"Widget photo": "https://www.tela-botanica.org/widget:cel:photo?projet=[MC]",
"Widget observations": "https://www.tela-botanica.org/widget:cel:observation?projet=[MC]",
"Widget export": "https://www.tela-botanica.org/widget:cel:export?projet=[MC]"
/trunk/pages/cupp/index.html
2,7 → 2,7
<head>
<meta charset="UTF-8"/>
<title>CUPP - Configurateur d'URLs Par Projet</title>
<link rel="stylesheet" media="screen" type="text/css" href="http://resources.tela-botanica.org/bootstrap/3.1.0/css/bootstrap.min.css"/>
<link rel="stylesheet" media="screen" type="text/css" href="https://resources.tela-botanica.org/bootstrap/3.1.0/css/bootstrap.min.css"/>
<link rel="stylesheet" media="screen" type="text/css" href="style.css"/>
<script src="https://resources.tela-botanica.org/jquery/1.9.1/jquery.min.js"></script>
<script src="https://resources.tela-botanica.org/bootstrap/3.1.0/js/bootstrap.min.js"></script>
/trunk/pages/cupp/config.js
1,9 → 1,10
var URLs = {
"Carte": "http://www.tela-botanica.org/widget:cel:cartoPoint?projet=[MC]",
"Carte": "https://www.tela-botanica.org/widget:cel:cartoPoint?projet=[MC]",
//"Carte à la commune": "http://www.tela-botanica.org/widget:cel:carto?projet=[MC]",
"Widget de saisie": "http://www.tela-botanica.org/widget:cel:saisie?projet=[MC]",
"Widget de saisie": "https://www.tela-botanica.org/widget:cel:saisie?projet=[MC]",
"Identiplante": "http://www.tela-botanica.org/appli:identiplante?masque.type=tous&masque.tag=[MC]",
"Pictoflora": "http://www.tela-botanica.org/appli:pictoflora?masque.tag_cel=[MC]",
"Widget photo": "http://www.tela-botanica.org/widget:cel:photo?projet=[MC]",
"Widget export": "http://www.tela-botanica.org/widget:cel:export?projet=[MC]"
"Widget photo": "https://www.tela-botanica.org/widget:cel:photo?projet=[MC]",
"Widget observations": "https://www.tela-botanica.org/widget:cel:observation?projet=[MC]",
"Widget export": "https://www.tela-botanica.org/widget:cel:export?projet=[MC]"
}