Subversion Repositories eFlore/Applications.del

Compare Revisions

Regard whitespace Rev 1573 → Rev 1574

/trunk/scripts/modules/adeterminer/squelettes/aDeterminer.tpl.html
8,21 → 8,17
font-family: Arial,Helvetica,Verdana,sans-serif;
font-size: 14px;
}
 
h1 > a {
color:#fd8c13;
}
h3 {
font-size:14px;
color:#454341 !important;
margin:0px;
}
 
h3 > a {
color:#454341;
}
 
h1 a, h3 a, h4 a {
color: inherit;
border-bottom: dotted 1px;
44,7 → 40,6
padding-left:10px;
background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/petit_carre.png) no-repeat 0px 4px;
}
 
#titre {
background: none repeat scroll 0 0 #9AC343;
opacity: 0.9;
52,7 → 47,6
text-align: center;
width: 100%;
}
 
#titre h1 {
background: url("http://www.tela-botanica.org/eflore-test/del/img/identiplante_mini.png") no-repeat scroll 150px 7px transparent;
color: #777777;
63,7 → 57,6
text-align: center;
width: 100%;
}
 
.description_message {
color: #333333;
font-size: 1.1em;
85,8 → 78,10
<?php foreach($liste_observations as $observation) : ?>
<?php $nom_ret = (trim($observation['nom_propose']) != '') ? $observation['nom_propose'] : 'Espèce indéterminée'; ?>
<h3><a href="<?= $observation['lien']; ?>">Observation <?= $observation['id_observation'] ?> - <em><?= $nom_ret; ?></em> </a>
observée le <?= $observation['date']; ?> à <?= $observation['zone_geo']; ?></h3>
<h3>
<a href="<?= $observation['lien']; ?>">Observation <?= $observation['id_observation'] ?> - <em><?= $nom_ret; ?></em> </a>
observée le <?= $observation['date']; ?> à <?= $observation['zone_geo']; ?>
</h3>
<br />
<?php endforeach ; ?>
</body>
/trunk/scripts/modules/commentaires/squelettes/commentaires.tpl.html
8,25 → 8,20
font-family: Arial,Helvetica,Verdana,sans-serif;
font-size: 14px;
}
 
h1 > a {
color:#fd8c13;
}
 
.emphase {
color: #777777;
}
h3 {
font-size:14px;
color:#454341 !important;
margin:0px;
}
 
h3 > a {
color:#454341;
}
 
h1 a, h3 a, h4 a {
color: inherit;
border-bottom: dotted 1px;
48,7 → 43,6
padding-left:10px;
background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/petit_carre.png) no-repeat 0px 4px;
}
 
#titre {
background: none repeat scroll 0 0 #9AC343;
opacity: 0.9;
56,7 → 50,6
text-align: center;
width: 100%;
}
 
#titre h1 {
background: url("http://www.tela-botanica.org/eflore-test/del/img/identiplante_mini.png") no-repeat scroll 150px 7px transparent;
color: #777777;
67,7 → 60,6
text-align: center;
width: 100%;
}
 
.description_message {
color: #333333;
font-size: 1.1em;
87,10 → 79,15
</div>
<?php foreach($liste_observations as $observation) : ?>
<span class="emphase">-&gt;</span> Un Telabotaniste vient de proposer une nouvelle détermination ou de faire un commentaire concernant votre observation de
<span class="emphase">-&gt;</span> Un Telabotaniste vient de proposer une nouvelle détermination
ou de faire un commentaire concernant votre observation de
<?php $nom_ret = (trim($observation['nom_ret']) != '') ? $observation['nom_ret'] : 'Espèce indéterminée'; ?>
<h3><a href="<?= $observation['lien']; ?>">Observation <?= $observation['id_observation'] ?> - <em><?= $nom_ret; ?></em></a>
du <?= $observation['date']; ?> à <?= $observation['lieu']; ?></h3>
<h3>
<a href="<?= $observation['lien']; ?>">
Observation <?= $observation['id_observation'] ?> - <em><?= $nom_ret; ?></em>
</a>
du <?= $observation['date']; ?> à <?= $observation['lieu']; ?>
</h3>
<?php foreach($observation['commentaires'] as $commentaire) : ?>
<?php if($commentaire['nom_sel'] == '') { ?>
<div class="commentaire">
99,9 → 96,9
<?php } else { ?>
<div class="proposition">
- <?= $commentaire['auteur'] ?> a proposé <em><?= $commentaire['nom_sel'] ?></em><br />
<?php if($commentaire['texte'] != '') { ?>
<?php if ($commentaire['texte'] != '') : ?>
et a écrit : <em>"<?= $commentaire['texte'] ?>"</em>
<?php } ?>
<?php endif; ?>
</div>
<?php } ?>
<?php endforeach ; ?>
112,9 → 109,14
L'&eacute;quipe de Tela Botanica<br />
<div>---------</div>
<br/>
<small>Ce message vous est envoy&eacute; par l'interm&eacute;diaire de l'application IdentiPlante du r&eacute;seau Tela Botanica.
<a href="http://www.tela-botanica.org/eflore">http://www.tela-botanica.org/appli:identiplante </a></small><br />
<small>Si vous ne souhaitez plus recevoir ce mail d&eacute;cochez
la case dans vos pr&eacute;f&eacute;rences sur l'interface d'IdentiPlante.</small>
<small>
Ce message vous est envoy&eacute; par l'interm&eacute;diaire de l'application IdentiPlante du r&eacute;seau Tela Botanica.
<a href="http://www.tela-botanica.org/eflore">http://www.tela-botanica.org/appli:identiplante </a>
</small>
<br />
<small>
Si vous ne souhaitez plus recevoir ce mail d&eacute;cochez la case dans vos pr&eacute;f&eacute;rences
sur l'interface d'IdentiPlante.
</small>
</body>
</html>