Subversion Repositories eFlore/Applications.del

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2170 → Rev 2171

/branches/v1.11-magnesium/war/commun.php
New file
0,0 → 1,27
<?php
/**
* Contient les fonctions PHP communes à PictoFlora et IdentiPlante.
*
*/
 
$cheminConfig = 'config/config.php';
$configOk = file_exists($cheminConfig);
if ($configOk) {
require $cheminConfig;
}
 
function getUrlPageCourante() {
$cheminUrl = $_SERVER['REQUEST_URI'];
$positionIntero = strpos($_SERVER['REQUEST_URI'], '?');
if ($positionIntero !== false) {
$cheminUrl = substr($_SERVER['REQUEST_URI'], 0, $positionIntero);
}
 
// ATTENTION : gwt.codesvr est transformé par PHP en gwt_codesvr
if (array_key_exists('gwt_codesvr', $_GET)) {
$cheminUrl .= '?gwt.codesvr='.$_GET['gwt_codesvr'];
}
$url = 'http://'.$_SERVER['SERVER_NAME'].$cheminUrl;
return $url;
}
?>
/branches/v1.11-magnesium/war/config/config.defaut.js
New file
0,0 → 1,22
var configuration = {
prod: false, // si true, enverra notamment des infos à Google Analytics
serviceBaseUrl:"http://www.tela-botanica.org/eflore-test/del/services/0.1/",
serviceUtilisateursBaseUrl:"http://api-test.tela-botanica.org/service:del:0.1/",
serviceAuthBaseUrl:"https://www.tela-botanica.org/service:annuaire:auth/",
bogueUrl:"http://www.tela-botanica.net/suivi/index.php?project=41",
commentaireUrl:"http://www.tela-botanica.org/wikini/eflore-test/wakka.php?wiki=AideDelCommentaire",
delUrl:"http://www.tela-botanica.org/appli:del",
identiplanteUrl:"http://www.tela-botanica.org/appli:identiplante",
pictofloraUrl:"http://www.tela-botanica.org/appli:pictoflora",
appliSaisieUrl: "http://www.tela-botanica.org/widget:cel:saisie?tag-img=aDeterminer&tag-obs=aDeterminer",
appliSaisieProjetUrl: "http://www.tela-botanica.org/widget:cel:saisie?tag-img={projet}&tag-obs={projet}",
efloreTaxonUrl : "http://www.tela-botanica.org/referentiel-nn-num_nom",
efloreUrl : "http://www.tela-botanica.org/eflore-test/consultation/index.php?referentiel=bdtfx",
ouvragesFloreUrl : "http://www.tela-botanica.org/page:ouvrages_flore",
bonnierPdaUrl : "http://www.tela-botanica.org/eflore-test/bonnierpda",
clesDeterminationUrl : "http://www.tela-botanica.org/page:menu_379",
rssUrl : "http://www.tela-botanica.org/eflore-test/del/services/0.1/syndication/commentaires/rss2?navigation.depart=0&navigation.limite=150",
iconeTagBaseUrl : "http://www.tela-botanica.org/eflore-test/del/img/icones_tags/",
profilUrl : "http://www.tela-botanica.org/profil:",
imagesUrl : "http://api.tela-botanica.org/img:"
};
/branches/v1.11-magnesium/war/config/config.defaut.php
New file
0,0 → 1,4
<?php
// Configuration de l'URL du Widget de remarques, qui remplace le lien mailto pour les remarques
define('URL_WIDGET_REMARQUES', 'http://www.tela-botanica.org/widget:reseau:remarques');
?>
/branches/v1.11-magnesium/war/config/apropos.defaut.js
New file
0,0 → 1,14
var apropos = {
appliNom:"Déterminations En Ligne",
appliCode:"DEL",
appliVersionCode:"0.1",
appliVersionNom:"Linné",
developpeurs:"Delphine CAUQUIL, Grégoire DUCHÉ, Benjamin LIENS, Jean-Pascal MILCENT, Aurélien PERONNET",
traducteurs:"",
testeurs:"Jennifer CARRÉ, Marie PICARD",
licence:"GPL v3 et CECILL v2",
dateHeureCompilation:"",
revisionGlobale:"",
revisionGlobaleServices:"",
versionJavaCompilation:""
};
/branches/v1.11-magnesium/war/config
New file
Property changes:
Added: svn:ignore
+apropos.js
+config.js
+config.php
/branches/v1.11-magnesium/war/identiplante.php
New file
0,0 → 1,109
<?php
include_once dirname(__FILE__).DIRECTORY_SEPARATOR.'commun.php';
?>
<!DOCTYPE html>
<html>
<head>
<title>IdentiPlante</title>
 
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<base href="<?= dirname($_SERVER['PHP_SELF'])."/"; ?>" />
 
<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Identiplante" />
<meta property="og:site_name" content="Tela Botanica" />
<meta property="og:description" content="Venez nous aider sur Identiplante, la plateforme de détermination collaborative et de validation a-posteriori" />
<meta property="og:image" content="http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="256" />
<meta property="og:image:height" content="256" />
<meta property="og:locale" content="fr_FR" />
 
<!-- Fichier JS de configuration spécifique à l'application -->
<script type="text/javascript" language="javascript" src="config/config.js"></script>
<script type="text/javascript" language="javascript" src="config/apropos.js"></script>
 
<!-- Le script ci-dessous charge vos modules compilés. Ajoutez les méta-tags GWT avant cette ligne. -->
<script type="text/javascript" language="javascript" src="del/del.nocache.js"></script>
 
<link type="text/css" rel="stylesheet" href="del.css">
 
<!-- Google Analytics -->
<?php include "analytics.html" ?>
<script>
if (configuration.prod) {
ga('send', 'pageview', 'Identiplante');
}
</script>
</head>
<!-- Le corps peut contenir du HTML ou peut rester vide si vous voulez créer une UI complêtement dynamique -->
<body>
<!-- commenter ce div pour sortir de l'appel aux dons -->
<!--<div id="dons"
style="border-bottom: solid #b0b0b0 1px; border-top: none; color: #404040; font-family: Arial; font-size: 18px;
margin: auto; text-align: center; padding-bottom: 5px; padding-top: 5px; background-color: rgba(153,194,66,0.8);">
Tela Botanica a besoin de vous ! Soutenez le r&eacute;seau :
<a style="color: white;" href="http://www.tela-botanica.org/page:soutien">faites un don</a>
</div>-->
<?php if (! $configOk): ?>
<div class="erreurConfig">
Veuillez configurer l'application à l'aide du fichier <?= $cheminConfig ?>
</div>
<?php endif; ?>
<noscript>
<p style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
<span class="attention">ATTENTION : </span>
il semblerait que le Javascript ne soit pas activé sur votre navigateur.
Veuillez l'activer pour utiliser cette application.
</p>
</noscript>
 
<div id="zoneEntete" class="limitMax">
<h1 id="zoneTitre">
<a id="titreLien" href="<?= getUrlPageCourante(); ?>">IdentiPlante</a>
</h1>
<div id="zoneLogos">
<a class="logo_tela" href="http://www.tela-botanica.org" target="_blank"></a>
<a class="logo_pn" href="http://www.plantnet-project.org/papyrus.php?langue=fr" target="_blank"></a>
</div>
<div id="zoneChapeau">
<ul class="traitTela">
<li>Cet espace vous permet d'échanger sur la détermination d'espèces.</li>
<li>
Vous ne parvenez pas à déterminer une plante ? <br />
Soumettez-la aux membres du réseau.
</li>
<li>
Vous avez relevé des erreurs dans les images soumises par le réseau ? <br />
Postez un commentaire ou proposez une nouvelle détermination.
</li>
</ul>
</div>
<div id="zoneEnteteContenu"></div>
</div>
 
<div id="main">
<div id="zoneLiens"></div>
</div>
<div id="contenu"></div>
 
<!-- OPTIONAL: inclure la ligne ci-dessous si vous utilisez le supprot de l'historique du navigateur -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
<div id="zoneFooter"><br /><hr />
<span class="pictoplante-contact">
Vous avez remarqué un problème ou souhaitez nous suggérer des améliorations?
<a href="<?= URL_WIDGET_REMARQUES ?>?service=identiplante&pageSource=<?php echo urlencode('http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?'.$_SERVER['QUERY_STRING']); ?>"
data-urlrapport="<?= URL_WIDGET_REMARQUES ?>"
target="_blank"
onclick="javascript:window.open(this.getAttribute('data-urlrapport') + '?email=identiplante_remarques@tela-botanica.org&pageSource=' + encodeURIComponent(document.URL), 'Tela Botanica - Remarques', config='height=700, width=640, scrollbars=yes, resizable=yes'); return false;">
Contactez-nous</a>
</span><br/><br/>
Projet financ&eacute; par : <br /><br />
<a class="logo_ue" href="http://europa.eu/index_fr.htm" target="_blank"></a>
<a class="logo_lr" href="http://www.laregion.fr/" target="_blank"></a>
<a class="logo_nd" href="http://www.fondation-natureetdecouvertes.com/" target="_blank"></a>
<a class="logo_nh" href="http://www.fondation-nicolas-hulot.org/" target="_blank"></a>
</div>
</body>
</html>
/branches/v1.11-magnesium/war/pictoflora.php
New file
0,0 → 1,106
<?php
include_once dirname(__FILE__).DIRECTORY_SEPARATOR.'commun.php';
?>
<!DOCTYPE html>
<html>
<head>
<title>PictoFlora</title>
 
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<base href="<?= dirname($_SERVER['PHP_SELF'])."/"; ?>" />
 
<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Pictoflora" />
<meta property="og:site_name" content="Tela Botanica" />
<meta property="og:description" content="Votez, consultez, taggez les photos publiques du CeL sur Pictoflora, la galerie interactive" />
<meta property="og:image" content="http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="256" />
<meta property="og:image:height" content="256" />
<meta property="og:locale" content="fr_FR" />
 
<!-- Fichier JS de configuration spécifique à l'application -->
<script type="text/javascript" language="javascript" src="config/config.js"></script>
<script type="text/javascript" language="javascript" src="config/apropos.js"></script>
 
<!-- Le script ci-dessous charge vos modules compilés. Ajoutez les méta-tags GWT avant cette ligne. -->
<script type="text/javascript" language="javascript" src="del/del.nocache.js"></script>
 
<link type="text/css" rel="stylesheet" href="del.css">
 
<!-- Google Analytics -->
<?php include "analytics.html" ?>
<script>
if (configuration.prod) {
ga('send', 'pageview', 'Pictoflora');
}
</script>
</head>
<!-- Le corps peut contenir du HTML ou peut rester vide si vous voulez créer une UI complêtement dynamique -->
<body>
<!-- commenter ce div pour sortir de l'appel aux dons -->
<!--<div id="dons"
style="border-bottom: solid #b0b0b0 1px; border-top: none; color: #404040; font-family: Arial; font-size: 18px;
margin: auto; text-align: center; padding-bottom: 5px; padding-top: 5px; background-color: rgba(153,194,66,0.8);">
Tela Botanica a besoin de vous ! Soutenez le r&eacute;seau :
<a style="color: white;" href="http://www.tela-botanica.org/page:soutien">faites un don</a>
</div>-->
<?php if (! $configOk): ?>
<div class="erreurConfig">
Veuillez configurer l'application à l'aide du fichier <?= $cheminConfig ?>
</div>
<?php endif; ?>
<noscript>
<p style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
<span class="attention">ATTENTION : </span>
il semblerait que le Javascript ne soit pas activé sur votre navigateur.
Veuillez l'activer pour utiliser cette application.
</p>
</noscript>
 
<div id="zoneEntete" class="limitMax">
<h1 id="zoneTitre">
<a id="titreLien" href="<?= getUrlPageCourante(); ?>">PictoFlora</a>
</h1>
<div id="zoneLogos">
<a class="logo_tela" href="http://www.tela-botanica.org" target="_blank"></a>
<a class="logo_pn" href="http://www.plantnet-project.org/papyrus.php?langue=fr" target="_blank"></a>
</div>
<div id="zoneChapeau">
<ul class="traitTela">
<li>
Cette galerie vous permet de rechercher les illustrations des membres du réseau issues
du Carnet en ligne... et de voter pour la qualité des images selon un protocole défini.
</li>
</ul>
</div>
 
<div id="zoneEnteteContenu"></div>
</div>
 
<div id="main">
<div id="zoneLiens"></div>
</div>
<div id="contenu"></div>
 
<!-- OPTIONAL: inclure la ligne ci-dessous si vous utilisez le supprot de l'historique du navigateur -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
<div id="zoneFooter">
<br /><hr />
<span class="pictoplante-contact">
Vous avez remarqué un problème ou souhaitez nous suggérer des améliorations?
<a href="<?= URL_WIDGET_REMARQUES ?>?service=pictoflora&pageSource=<?php echo urlencode('http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?'.$_SERVER['QUERY_STRING']); ?>"
data-urlrapport="<?= URL_WIDGET_REMARQUES ?>"
target="_blank"
onclick="javascript:window.open(this.getAttribute('data-urlrapport') + '?email=pictoflora_remarques@tela-botanica.org&pageSource=' + encodeURIComponent(document.URL), 'Tela Botanica - Remarques', config='height=700, width=640, scrollbars=yes, resizable=yes'); return false;">
Contactez-nous</a>
</span><br/><br/>
Projet financ&eacute; par : <br /><br />
<a class="logo_ue" href="http://europa.eu/index_fr.htm" target="_blank"></a>
<a class="logo_lr" href="http://www.laregion.fr/" target="_blank"></a>
<a class="logo_nd" href="http://www.fondation-natureetdecouvertes.com/" target="_blank"></a>
<a class="logo_nh" href="http://www.fondation-nicolas-hulot.org/" target="_blank"></a>
</div>
</body>
</html>
/branches/v1.11-magnesium/war/analytics.html
New file
0,0 → 1,8
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 
ga('create', 'UA-57885-8', 'auto');
</script>
/branches/v1.11-magnesium/war/index.html
New file
0,0 → 1,14
<!doctype html>
<html>
<head>
<title>Redirection pour identiPlante et pictoFlora</title>
<meta http-equiv="refresh" content="0;url=identiplante.php" />
</head>
<body>
<p>Si la redirection ne se fait pas automatiquement, choisissez l'application que vous souhaitez utiliser :</p>
<ul>
<li><a href="identiplante.php">identiPlante</a></li>
<li><a href="pictoflora.php"></a>pictoFlora</li>
</ul>
</body>
</html>
/branches/v1.11-magnesium/war/.htaccess
New file
0,0 → 1,10
<Files *.nocache.*>
ExpiresActive on
ExpiresDefault "now"
Header merge Cache-Control "public, max-age=0, must-revalidate"
</Files>
 
<Files *.cache.*>
ExpiresActive on
ExpiresDefault "now plus 1 year"
</Files>
/branches/v1.11-magnesium/war/del.css
New file
0,0 → 1,990
/* La ligne suivante ne sert qu'à régler le bug d'affichage des listes déroulantes */
select {
background: #FFF;
}
/** Add css rules here for your application. */
body,html {
height: 100%;
}
 
body div {
font-family:arial;
}
 
/** Example rules used by the template application (remove for your app) */
h1 {
font-size: 2em;
font-weight: bold;
color: #777777;
margin: 0;
text-align: center;
}
 
/*#titre {background:url(/img/logo.png) no-repeat; height:100px; border:solid 1px red; width:250px; text-align:left; padding-top:50px}*/
.sendButton {
display: block;
font-size: 16pt;
}
 
/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
width: 400px;
}
 
.dialogVPanel {
margin: 5px;
}
 
.serverResponseLabelError {
color: red;
}
 
/** Erreur dans un formulaire de type texte **/
.erreurFormTexte, .erreurFormTexte input {
background-color: red !important;
}
 
/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
margin: 15px 6px 6px;
}
 
#zoneTitre {
width:45%;
margin-top:13px;
}
#zoneLiens {
clear:both;
}
#zoneTitre h1 {
font-size:72px;
}
 
 
.titre2 {
color: #FD8C13;
font-size: 13px;
margin: 20px 0 10px;
padding: 0 0 0 25px;
text-transform: none;
font-weight: bold;
background: url(./img/troisCarre.png) no-repeat 0 8px;
}
 
.boutonPlus {
border: none;
color: rgba(0, 0, 0, 0);
background: url("./img/zoom_in.png");
width: 16px;
height: 16px;
cursor: pointer;
}
 
.boutonMoins {
border: none;
color: rgba(0, 0, 0, 0);
background: url("./img/zoom_out.png");
width: 16px;
height: 16px;
cursor: pointer;
}
.lienRetour {
display:inline-block;
}
.lienRetour a {
border: 1px solid #99C242 !important;
border-radius: 10px;
box-shadow: 1px 2px 2px #AAAAAA;
padding: 5px 5px 5px 23px;
background: url("./img/16x16/retour.png") no-repeat 5px 5px;
color: #598000;
cursor: pointer;
font-weight: bold;
text-decoration: none;
}
.lienRetour a:hover {
color:white !important;
background-color:#8EB533;
background: #8EB533 url("./img/16x16/retour_actif.png") no-repeat 3px 3px;
}
 
#navigation {
}
 
#navigation>div>div {
}
 
#navigation>div>div:hover {
}
 
#navigation a {
}
 
#main {
width:1000px;
margin:0 auto;
}
 
#contenu a {
border-bottom: 1px dotted #95AE5D;
color: #598000;
}
 
#contenu a:hover {
border-bottom: 1px dotted #95AE5D;
color: #FD8C13;
}
 
.labelLien {
border-bottom: 1px dotted #95AE5D;
line-height: 18px;
color: #598000;
cursor:pointer;
}
.labelLien:hover {
border-bottom: 1px dotted #95AE5D;
color: #FD8C13;
}
 
.lien {
color: blue;
text-decoration: underline;
cursor: pointer
}
 
.titre {
color: #FD8C13;
font-size: 15px;
margin: 20px 0 10px;
padding: 0 0 0 25px;
text-transform: uppercase;
font-weight: bold;
background: url(./img/troisCarre.png) no-repeat 0 8px;
}
 
.titre3 {
color: #FD8C13;
font-size: 15px;
margin: 20px 0 10px;
font-weight: bold;
}
 
.titre-minuscule {
color: #FD8C13;
font-size: 15px;
margin: 20px 0 10px;
padding: 0 0 0 25px;
font-weight: bold;
background: url(./img/troisCarre.png) no-repeat 0 8px;
}
 
.sousTitre {
font-size: 15px;
font-weight: bold
}
 
.petit {
font-size: 11px;
color: #888
}
 
.gris {
color: #888
}
 
.gras {
font-weight: bold
}
 
.plein {
width: 100%;
}
 
.tiers {
width: 30%
}
 
.quart {
width: 25%;
}
 
.actif {
background: #8EB533
}
 
.inactif {
background: white
}
 
.gauche {
float: left
}
 
.droite {
float: right
}
 
.nettoyage {
clear: both
}
hr.nettoyage {
width:0;
height:0;
border:none;
}
hr {
border: none;
border-bottom: solid 1px #DDD;
border-top: solid 1px #AAA
}
 
.gwt-SuggestBoxPopup {
z-index: 10000
}
 
.fenetreDefilante {
position: fixed;
margin: auto
}
 
.overlay {
background-color: #777;
cursor: pointer;
display: block;
opacity: 0.7;
left: 0;
top: 0;
position: fixed;
width: 100%;
z-index: 1100;
height: 100%
}
 
.overlayContenu {
cursor: pointer;
display: block;
opacity: 1;
left: 0;
top: 0;
position: fixed;
width: 100%;
z-index: 1200;
height: 100%
}
 
.fermerOverlay {
z-index: 1210;
position: fixed;
width: 30px;
height: 30px;
background: url(./img/close.png) no-repeat 5px 0;
border: none;
color: white;
font-weight: bold;
cursor: pointer;
border: 1px dotted #95AE5D;
border-width: 0 0 1px 0;
padding-right: 30px
}
 
.precedentOverlay:hover {
opacity: 1;
}
 
.precedentOverlay {
display: block;
z-index: 1210;
position: fixed;
width: 30px;
height: 40px;
background: url(./img/precedent_overlay.png) no-repeat 50px 170px;
border: none;
color: white;
font-weight: bold;
cursor: pointer;
margin-top: -170px;
padding-bottom: 200px;
padding-left: 200px;
padding-top: 200px;
opacity: 0;
}
 
.suivantOverlay:hover {
opacity: 1;
}
 
.suivantOverlay {
display: block;
z-index: 1210;
position: fixed;
width: 30px;
height: 40px;
background: url(./img/suivant_overlay.png) no-repeat 90px 170px;
border: none;
color: white;
font-weight: bold;
cursor: pointer;
margin-top: -170px;
padding-bottom: 200px;
padding-right: 200px;
padding-top: 200px;
opacity: 0;
margin-left: -150px;
}
 
.acceder-outil {
background: url("./img/telaBlancJaune.png") no-repeat scroll 0 0 #ECCB12;
text-decoration: none;
border: medium none;
border-radius: 10px 10px 10px 10px;
color: #6C6865;
font-size: 14px;
padding: 4px 10px 4px 30px;
cursor: pointer;
display: inline-block;
}
 
.acceder-outil:hover {
color: #FD8C13;
}
 
#contenu a.acceder-aide {
color:white;
}
.acceder-aide {
background: none repeat scroll 0 0 #3d5fbf;
border: medium none;
border-radius: 10px 10px 10px 10px;
color: white;
cursor: pointer;
display: inline-block;
font-size: 14px;
padding: 4px 10px;
text-decoration: none;
}
 
.acceder-aide:hover {
border-bottom: 1px dotted #95AE5D;
color: #FD8C13;
}
 
.colonne {
float: left;
}
 
.ligne {
clear: left;
}
 
.ombre-forte {
box-shadow: 2px 2px 2px #666;
-moz-box-shadow: 2px 2px 2px #666;
-webkit-box-shadow: 2px 2px 2px #666;
}
 
.ombre-faible {
box-shadow: 2px 2px 2px #DDD;
-moz-box-shadow: 2px 2px 2px #DDD;
-webkit-box-shadow: 2px 2px 2px #DDD;
}
 
.limiteMin {
min-width:870px;
}
 
.limiteMax {
max-width:1150px;
margin:0 auto;
}
.limiteMaxResultat {
max-width:1000px;
margin:0 auto;
}
 
.arrondi {
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
 
.arrondi-faible {
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
 
.bouton {
background: none repeat scroll 0 0 white;
border: 1px solid #99C242;
border-radius: 10px 10px 10px 10px;
box-shadow: 1px 2px 2px #AAAAAA;
color: #598000;
cursor: pointer;
font-size: 0.9em;
font-weight: bold;
padding: 5px;
}
 
.bouton:hover {
background:#8EB533;
color:#FFF;
}
 
.bouton-petit {
background: none repeat scroll 0 0 white;
border: 1px solid #99C242;
box-shadow: 1px 2px 2px #AAAAAA;
color: #598000;
cursor: pointer;
font-size: 11px;
font-weight: bold;
padding: 1px;
width:100px;
margin:0 5px;
}
 
.bouton-petit:hover {
background:#8EB533;
color:#FFF;
}
 
.votePrisEnCompteOui {
background:#8EB533;
position:absolute;
font-size:11px;
padding:5px;
margin-top:-30px;
border-radius:10px;
}
 
.votePrisEnCompteNon, .voteSupprime {
background:#f06a6a;
position:absolute;
font-size:11px;
padding:5px;
margin-top:-30px;
border-radius:10px;
}
 
.boutonVoteOuiDesactive {
background-image: url("img/pouce_haut_desactive.png") !important;
color:#999999;
cursor: default !important;
}
 
.boutonVoteNonDesactive {
background-image: url("img/pouce_bas_desactive.png") !important;
color:#999999;
cursor: default !important;
}
 
.chapeau {
color: #6C6865;
font-family: arial;
font-size: 13px;
font-weight: bold;
letter-spacing: 0;
line-height: 18px;
text-transform: none;
font-style:italic;
}
 
.enfant {
background:#EEE;
margin-left:20px;
clear:both;
border-left:solid 1px;
padding-left:5px;
border-color:#DDD
}
 
.image_determinee {
/*background: #333;*/
}
 
.image_non_determinee {
background: #CF1313 !important;
}
.suiteImages {
background:url(./img/suiteImages.png) 3px 0 no-repeat;
cursor:pointer;
color:rgba(0, 0, 0, 0)
}
 
.propositionRetenue {
background: url("img/proposition_validee.png") no-repeat scroll 0 0 #eee;
border: 1px dotted green;
margin-bottom: 5px;
padding: 10px;
width: 550px;
}
 
.propositionRetenuePetit {
background: url("img/proposition_validee.png") no-repeat scroll 0 0 #eee;
background-size: 20px 20px;
height: 23px;
width: 372px;
padding: 0;
margin: 0;
}
 
.propostionRetenue .nomTaxonProposition {
font-weight: bold;
}
 
.boutonValiderTaxon {
position: absolute;
margin-left: -3px;
margin-top: 15px;
padding: 3px 5px 0px;
font-size: 1.3em;
}
 
.pointeur {
cursor: pointer;
}
.pointeur input {
cursor: pointer;
margin-right: 10px;
}
 
.conteneurIntermediaireProposition {
display: table;
width: 95%;
}
 
.boutonValider img {
cursor: pointer;
}
 
.propositionValidable {
margin-left: 35px;
}
 
.indicationPropositionInitiale {
font-weight : bold;
}
 
.etoiles {
height: 26px;
margin-left: 38px;
margin-top: -2px;
width: 26px;
}
 
.etoiles_0 {
background:url("./img/0_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
}
.etoiles_1 {
background:url("./img/1_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
}
.etoiles_2 {
background:url("./img/2_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
}
.etoiles_3 {
background:url("./img/3_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
}
.etoiles_4 {
background:url("./img/4_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
}
.etoiles_5 {
background:url("./img/5_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
}
 
.boutonOK {
background:url("./img/tick.png") no-repeat;
width:15px;
height:15px;
display:block;
margin-top:2px;
border:none;
cursor:pointer;
}
 
.enligne {
display:inline;
}
 
.aide {
background:url(./img/information.png) no-repeat;
padding-left:20px;
}
 
.lienListe {
background:url('./img/traitTela.jpg') no-repeat 0 0px;
cursor:pointer;
padding-left:31px;
padding-bottom:5px;
padding-top:2px;
border:none;
}
 
.nombreVotes {
background:url('./img/user.png') no-repeat;
cursor: pointer;
}
 
.notesVotes {
width: 196px;
margin-top: 3px;
/*border: solid white 1px;*/
}
/*.notesVotes td {
border: solid white 1px;
}*/
.notesVotes td.image {
text-align: left;
}
.notesVotes td.barre {
width: 135px;
}
.notesVotes td.votants {
width: 30px;
}
.notesVotes .avancement {
height: 5px;
background-color: #d0d0d0;
}
 
img.etoile {
width: 16px;
}
 
.chiffreDroite {
float: right;
margin-right: 10px;
}
 
#contenu .lienRss a{
padding-right:20px;
background:url('./img/rss.png') no-repeat right center;
cursor:pointer;
padding-bottom:1px;
border:none;
}
 
.invisible {
visibility:hidden;
}
 
.motCleCel {
display: inline-block;
margin-right: 3px;
border: 1px solid grey;
background-color: #B1BEBE;
padding-left: 2px;
padding-right: 2px;
line-height: 20px;
border-radius: 5px;
opacity:1;
color: black;
}
 
div.motClePictoCoche {
background-color: #96B944;
}
 
div.motclesPicto > div > span > input[type="checkbox"] {
opacity:0;
}
 
span.texteMotClePicto label {
cursor: pointer;
}
 
 
/** FROM TELA */
.importance1 {
margin:10px 0px 25px 0px;
background-color:#eaedcd;
padding:8px;
font-family:arial;
font-size:11px;
color:#3a3633;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:7px 7px 11px #555;
-moz-box-shadow:2px 2px 5px #aaa;
-webkit-box-shadow:7px 7px 11px #aaa;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
zoom:1;/* pour ie8 */
}
 
.traitTela li {
background: url("https://www.tela-botanica.org/sites/commun/generique/images/traitTela.jpg") no-repeat scroll 0 6px transparent;
font-family: arial;
font-size: 12px;
font-weight: bold;
color:#777;
list-style: none outside none;
padding: 10px 0 0 30px;
}
.connect {
width:130px;
margin:0;
padding:0;
}
 
.contenuCentre {
text-align:center;
}
 
 
#zoneFooter{
width:1000px;
margin:0 auto;
text-align:center;
color:#555;
font-family:arial;
font-size:11px;
font-weight:bold;
margin-top:30px;
}
 
#zoneFooter a {
margin-right:30px;
}
 
.pictoplante-contact {
font-weight: normal;
}
 
.pictoplante-contact a {
color: green;
text-decoration : none;
font-weight: bold;
}
 
.pictoplante-contact a:visited {
color: #06BD1E;
text-decoration : none;
}
 
.pictoplante-contact a:hover {
color: #FD8C13;
text-decoration : none;
}
/*----------------------------------------------------------------------------------------------------------*/
/* ONGLETS */
.zone-onglets {
margin-bottom:5px;
width:100%;
height:31px;
text-align:left;
border:solid 1px #AAA;
border-width:0 0 1px 0;
padding-left:5px;
}
.onglet {
border:solid 1px #AAA;
border-width:1px;
padding:3px 15px;
padding-top:6px;
padding-left:25px;
border-radius:12px 12px 0 0;
width:100px;
float:left;
background:#C2C0AD;
cursor:pointer;
height:21px;
font-size:16px;
color:#598000
}
.onglet * {
cursor:pointer;
}
.onglet:hover {
background:#d0ccaa;
}
.onglet-actif {
font-weight:bold;
background:white;
color:#FD8C13;
text-transform:uppercase;
width:140px;
}
 
.elementMasque {
background-color: #777;
cursor: default;
display: block;
opacity: 0.7;
left: 0;
top: 0;
position: relative;
width: 100%;
z-index: 1100;
height: 100%
}
 
.ongletMonActivite {
background: url("./img/mon_flux.png") no-repeat scroll 50% 2px #C2C0AD;
width: 5px;
}
 
.ongletMonActivite:hover {
background: url("./img/mon_flux.png") no-repeat scroll 50% 2px #d0ccaa;
}
 
.ongletMonActivite.onglet-actif {
background: url("./img/mon_flux_actif.png") no-repeat scroll 10px 2px #FFFFFF;
width: 8px;
}
 
.nbEvenementsMonActivite {
background-color: #fd8c13;
border-radius: 8px;
display: inline;
font-weight: bold;
height: 18px;
left: 5px;
margin: auto;
padding-left: 6px;
padding-right: 5px;
padding-top: 1px;
position: relative;
top: -7px;
}
 
.onglet-actif .nbEvenementsMonActivite {
background: #d0ccaa;
color: #598000;
}
 
.evenementsNouveaux {
font-weight: bold;
border: 1px solid #F2CE9F !important;
background-color: #F2CE9F !important;
}
 
.listeEvenementsObs {
margin-bottom: 2px;
margin-top: 2px;
padding-left: 20px;
}
 
.evtObsinfosComplementaires.evtObsCitation:before {
content: ": “";
}
 
.evtObsinfosComplementaires.evtObsAction:before {
content: ": ";
}
 
.evtObsinfosComplementaires.evtObsCitation {
font-style: italic;
}
 
.evtObsinfosComplementaires.evtObsCitation:after {
content: "”";
}
 
/*+---------------------------------------------------------------------------------------------------------*/
/* ENTETE */
 
#zoneEntete {
width:1000px;
margin:0 auto;
min-height:230px;
}
#zoneEntete .acceder-aide {
color:white;
}
#zoneEntete .acceder-outil {
color:inherit;
}
#zoneTitre {
float:left;
height:50px;
width:50%;
margin:10px 0;
font-size:3.2em;
}
#zoneTitre a, #zoneTitre a:visited {
color:#777;
text-decoration:none;
}
#zoneTitre a:hover {
color:#FD8C13;
text-decoration:none;
border-bottom:1px dotted #95AE5D;
}
#zoneChapeau {
float:left;
height:130px;
width:52%;
}
#zoneLogos {
float:right;
height:50px;
width:50%;
text-align:center;
margin:10px 0;
}
 
/*+---------------------------------------------------------------------------------------------------------*/
/* LOGOS */
.logo_tela {
padding-bottom:44px;
padding-left:145px;
background:url('./img/logos/tela.jpg');
background-repeat: no-repeat;
background-position: bottom;
}
.logo_pn {
padding-bottom:35px;
padding-left:263px;
background:url('./img/logos/pn.jpg');
}
.logo_ue {
padding-bottom:59px;
padding-left:103px;
background:url('./img/logos/ue.jpg');
}
.logo_lr {
padding-bottom:59px;
padding-left:47px;
background:url('./img/logos/lr.jpg');
}
.logo_nd {
padding-bottom:55px;
padding-left:148px;
background:url('./img/logos/nd.jpg');
}
.logo_nh {
padding-bottom:46px;
padding-left:59px;
background:url('./img/logos/fnh.png');
}
.logo_nh:hover {
padding-bottom:46px;
padding-left:59px;
background:url('./img/logos/fnh-hover.png');
}
.logo_tela:hover {
background:url('./img/logos/tela_hover.jpg');
background-repeat: no-repeat;
background-position: bottom;
}
.logo_pn:hover {
background:url('./img/logos/pn_hover.jpg');
}
.logo_ue:hover {
background:url('./img/logos/ue_hover.jpg');
}
.logo_lr:hover {
background:url('./img/logos/lr_hover.jpg');
}
.logo_nd:hover {
background:url('./img/logos/nd_hover.jpg');
}
 
.erreurConfig {
width: 400px;
margin: 20px auto auto;
font-size: 16px;
color: #cc0000;
font-weight: bold;
}
/branches/v1.11-magnesium/war/img/Minus.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/Minus.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/mon_flux_actif.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/mon_flux_actif.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/pouce_haut_hover.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/pouce_haut_hover.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/24x24/tagger.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/24x24/tagger.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/24x24/delete.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/24x24/delete.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/24x24/plus.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/24x24/plus.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/etoile_1.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/etoile_1.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/petit_carre.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/petit_carre.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/etoile_2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/etoile_2.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/pasdephoto.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/pasdephoto.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/etoile_3.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/etoile_3.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/pouce_bas_hover.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/pouce_bas_hover.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/etoile_4.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/etoile_4.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/etoile_5.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/etoile_5.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/tagger.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/tagger.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/zoom_in.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/zoom_in.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/lightbulb.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/lightbulb.png
New file
Property changes:
Added: svn:executable
+*
\ No newline at end of property
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/icon_plus.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/icon_plus.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/fleurs/fleur0.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/fleurs/fleur0.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/fleurs/fleur1.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/fleurs/fleur1.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/fleurs/fleur2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/fleurs/fleur2.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/fleurs/fleur3.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/fleurs/fleur3.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/fleurs/fleur4.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/fleurs/fleur4.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/fleurs/fleur5.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/fleurs/fleur5.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/troisCarre.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/troisCarre.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/etoile-0.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/etoile-0.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/next.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/next.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/user.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/user.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/etoile-1.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/etoile-1.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/pouce_haut_desactive.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/pouce_haut_desactive.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/fleche-haut.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/fleche-haut.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/wait.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/wait.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/first.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/first.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/carre_orange.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/carre_orange.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/pouce_bas_desactive.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/pouce_bas_desactive.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/add.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/add.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/tick.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/tick.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/identiplante_mini.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/identiplante_mini.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/pouce_haut.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/pouce_haut.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/search_icon.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/search_icon.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/logos/nd_hover.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/branches/v1.11-magnesium/war/img/logos/nd_hover.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/branches/v1.11-magnesium/war/img/logos/tela.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/branches/v1.11-magnesium/war/img/logos/tela.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/branches/v1.11-magnesium/war/img/logos/tela_hover.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/branches/v1.11-magnesium/war/img/logos/tela_hover.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/branches/v1.11-magnesium/war/img/logos/ue.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/branches/v1.11-magnesium/war/img/logos/ue.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/branches/v1.11-magnesium/war/img/logos/ue_hover.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/branches/v1.11-magnesium/war/img/logos/ue_hover.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/branches/v1.11-magnesium/war/img/logos/lr.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/branches/v1.11-magnesium/war/img/logos/lr.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/branches/v1.11-magnesium/war/img/logos/pn.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/branches/v1.11-magnesium/war/img/logos/pn.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/branches/v1.11-magnesium/war/img/logos/fnh.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/logos/fnh.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/logos/fnh-hover.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/logos/fnh-hover.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/logos/lr_hover.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/branches/v1.11-magnesium/war/img/logos/lr_hover.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/branches/v1.11-magnesium/war/img/logos/pn_hover.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/branches/v1.11-magnesium/war/img/logos/pn_hover.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/branches/v1.11-magnesium/war/img/logos/nd.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/branches/v1.11-magnesium/war/img/logos/nd.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/branches/v1.11-magnesium/war/img/pouce_bas.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/pouce_bas.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/16x16/depublier.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/16x16/depublier.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/16x16/retour.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/16x16/retour.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/16x16/depublier_actif.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/16x16/depublier_actif.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/16x16/retour_actif.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/16x16/retour_actif.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/comment.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/comment.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/last.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/last.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/icon_minus.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/icon_minus.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/close.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/close.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/rss.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/rss.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/telaBlancJaune.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/telaBlancJaune.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/ajouter.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/ajouter.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/precedent_overlay.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/precedent_overlay.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/icones_tags/ecorce.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/icones_tags/ecorce.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/icones_tags/defiphoto.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/icones_tags/defiphoto.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/icones_tags/port.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/icones_tags/port.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/icones_tags/feuille.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/icones_tags/feuille.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/icones_tags/fruit.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/icones_tags/fruit.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/icones_tags/planche.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/icones_tags/planche.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/icones_tags/rameau.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/icones_tags/rameau.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/icones_tags/plantscan_new.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/icones_tags/plantscan_new.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/icones_tags/fleur.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/icones_tags/fleur.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/zoom_out.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/zoom_out.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/prev.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/prev.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/proposition_validee.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/proposition_validee.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/suiteImages.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/suiteImages.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/plein_ecran.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/plein_ecran.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/identiplante.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/identiplante.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/loupe.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/loupe.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/traitTela.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/traitTela.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/cancel.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/cancel.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/information.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/information.png
New file
Property changes:
Added: svn:executable
+*
\ No newline at end of property
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/mon_flux.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/mon_flux.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/cross.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/cross.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/img/fleche-bas.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v1.11-magnesium/war/img/fleche-bas.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v1.11-magnesium/war/img/suivant_overlay.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v1.11-magnesium/war/img/suivant_overlay.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v1.11-magnesium/war/.
New file
Property changes:
Added: svn:ignore
+WEB-INF
+del