Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1824 → Rev 1825

/trunk/scripts/modules/adeterminer/squelettes/aDeterminer.tpl.html
14,21 → 14,19
.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;
}
.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;
39,10 → 37,6
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;
63,10 → 57,10
</div>
 
<?php foreach ($liste_observations as $observation) : ?>
<h3>
<a href="<?= $observation['lien']; ?>">Observation <?= $observation['id'] ?> - <em><?= $observation['nom_propose']; ?></em> </a>
observ&eacute;e le <?= $observation['date']; ?> &agrave; <?= $observation['lieu']; ?>, par <?= $observation['auteur']; ?>
</h3>
<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 ; ?>