Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1782 → Rev 1783

/trunk/scripts/modules/commentaires/squelettes/commentaires_non_inscrits.tpl.txt
New file
0,0 → 1,29
Bonjour <?= $auteur_formate ?>,
Un Telabotaniste vient de proposer une nouvelle détermination ou de faire un commentaire concernant vos données :
 
<?php foreach ($liste_observations as $observation) : ?>
--> Observation #<?= $observation['id'] ?> - <<?= $observation['lien']; ?>>
* <?= $observation['nom_sci']; ?> observée le <?= $observation['date']; ?> à <?= $observation['lieu']; ?> *
<?php foreach ($observation['commentaires'] as $commentaire) : ?>
<?php if ($commentaire['nom_sel'] == '') : ?>
- <?= $commentaire['auteur'] ?> a écrit "<?= $commentaire['texte'] ?>"
<?php else : ?>
- <?= $commentaire['auteur'] ?> a proposé "<?= $commentaire['nom_sel'] ?>"<?php if ($commentaire['texte'] != '') : ?> et a écrit : "<?= $commentaire['texte'] ?>"<?php endif; ?>
 
<?php endif; ?>
<?php endforeach ; ?>
 
 
<?php endforeach ; ?>
 
Je souhaite poursuivre ma participation :
- Comment m'inscrire à Tela Botanica ?
- Comment utiliser Identiplante ?
- Comment gérer ses données avec le Carnet en Ligne ?
 
Bonne continuation sur nos outils botaniques !
--
L'équipe de Tela Botanica
 
Ce message vous est envoyé par l'intermédiaire de l'application IdentiPlante du réseau Tela Botanica : http://www.tela-botanica.org/appli:identiplante
Si vous ne souhaitez plus recevoir ce courriel décochez la case dans vos préférences sur l'interface d'IdentiPlante.
/trunk/scripts/modules/commentaires/squelettes/commentaires_non_inscrits.tpl.html
New file
0,0 → 1,116
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
<!--
body {
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;
}
h3 a {
border-color:#CCCCCC;
}
a {
cursor: pointer;
color:#598000;
text-decoration:none;
border-bottom:1px dotted #95ae5d;
}
a:hover {
color:#FD8C13;
border-bottom:1px dotted #95ae5d;
}
.lire-suite {
padding-left:10px;
background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/petit_carre.png) no-repeat 0px 4px;
}
.description_message {
color: #333333;
font-size: 1.1em;
font-style: italic;
padding-top: 10px;
}
-->
</style>
</head>
<body>
<div>
<h1><span class="emphase">IdentiPlante</span> : un telabotaniste vous a aid&eacute; </h1>
</div>
<div class="description_message">
Bonjour <?= $auteur_formate ?>,<br />
Un Telabotaniste vient de proposer une nouvelle d&eacute;termination ou de faire un commentaire concernant vos données :<br />
<br />
</div>
 
<?php foreach ($liste_observations as $observation) : ?>
<h3>
<span class="emphase">--&gt;</span>
<a href="<?= $observation['lien']; ?>">
observation <?= $observation['id'] ?> - <em><?= $observation['nom_sci']; ?></em>
</a>
observ&eacute; le <?= $observation['date']; ?> &agrave; <?= $observation['lieu']; ?>
</h3>
<?php foreach ($observation['commentaires'] as $commentaire) : ?>
<?php if ($commentaire['nom_sel'] == '') : ?>
<div class="commentaire">
&nbsp;&nbsp;- <?= $commentaire['auteur'] ?> a &eacute;crit <em>"<?= $commentaire['texte'] ?>"</em>
</div>
<?php else : ?>
<div class="proposition">
&nbsp;&nbsp;- <?= $commentaire['auteur'] ?> a propos&eacute; <em><?= $commentaire['nom_sel'] ?></em><br />
<?php if ($commentaire['texte'] != '') : ?>
et a &eacute;crit : <em>"<?= $commentaire['texte'] ?>"</em>
<?php endif; ?>
</div>
<?php endif; ?>
<?php endforeach ; ?>
<br />
<?php endforeach ; ?>
 
<h2>Je souhaite poursuivre ma participation</h2>
<ul>
<li>
Comment m'inscrire à Tela Botanica ?
</li>
<li>
Comment utiliser Identiplante ?
</li>
<li>
Comment gérer ses données avec le Carnet en Ligne ?
</li>
</ul>
 
Bonne continuation sur nos outils botaniques !<br />
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/appli:identiplante">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>