Subversion Repositories eFlore/Applications.del

Rev

Rev 1825 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!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;
                        }
                        .observation {
                font-size: 13px;
                color: #454341 !important;
                margin: 0;
            }
            .observation strong {
                font-weight: bold;
            }
            .observation > a {
                color:#454341;
                border-bottom: dotted 1px;
                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;
                        }
                        .description_message {
                                color: #333333;
                                font-size: 1.1em;
                                font-style: italic;
                                padding-top: 10px;
                        }
                        -->
                </style>
        </head>
        <body>
                <div>
                        <h1><span class="emphase">IdentiPlante</span> : R&eacute;capitulatif des observations &agrave; d&eacute;terminer </h1>
                </div>
                <div class="description_message">
                        Ce message r&eacute;capitule l'ensemble des observations dont l'auteur a demand&eacute; confirmation ou d&eacute;termination via
                        l'outil <a href="http://www.tela-botanica.org/appli:identiplante" >Identiplante</a>
                        <br /><br />
                </div>

                <?php foreach ($liste_observations as $observation) : ?>
                        <div class="observation">
                                <a href="<?= $observation['lien']; ?>">Observation <?= $observation['id'] ?> - <em><strong><?= $observation['nom_propose']; ?></strong></em> </a>
                                        observ&eacute;e le <strong><?= $observation['date']; ?></strong> &agrave; <strong><?= $observation['lieu']; ?></strong>, par <?= $observation['auteur']; ?>
                        </div>
                        <br />
                <?php endforeach ; ?>

                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>