Subversion Repositories eFlore/Applications.del

Rev

Rev 1621 | Rev 1722 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1621 Rev 1651
Line 9... Line 9...
9
				font-size:14px;
9
				font-size:14px;
10
			}
10
			}
11
			h1 > a {
11
			h1 > a {
12
				color:#fd8c13;
12
				color:#fd8c13;
13
			}
13
			}
-
 
14
			.emphase {
-
 
15
				color: #777777;
-
 
16
			}
14
			h3 {
17
			h3 {
15
				font-size:14px;
18
				font-size:14px;
16
				color:#454341 !important;
19
				color:#454341 !important;
17
				margin:0px;
20
				margin:0px;
18
			}
21
			}
Line 38... Line 41...
38
			}
41
			}
39
			.lire-suite {
42
			.lire-suite {
40
				padding-left:10px;
43
				padding-left:10px;
41
				background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/petit_carre.png) no-repeat 0px 4px;
44
				background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/petit_carre.png) no-repeat 0px 4px;
42
			}
45
			}
43
			#titre {
-
 
44
				background:none repeat scroll 0 0 #9AC343;
-
 
45
				opacity: 0.9;
-
 
46
				position: relative;
-
 
47
				text-align: center;
-
 
48
				width: 100%;
-
 
49
			}
-
 
50
			#titre h1 {
-
 
51
				background: url("http://www.tela-botanica.org/eflore-test/del/img/identiplante_mini.png") no-repeat scroll 150px 7px transparent;
-
 
52
				color: #777777;
-
 
53
				font-size: 2em;
-
 
54
				font-weight: bold;
-
 
55
				margin: 0 0 0;
-
 
56
				padding: 18px 60px;
-
 
57
				text-align: center;
-
 
58
				width: 100%;
-
 
59
			}
-
 
60
			.description_message {
46
			.description_message {
61
				color: #333333;
47
				color: #333333;
62
				font-size: 1.1em;
48
				font-size: 1.1em;
63
				font-style: italic;
49
				font-style: italic;
64
				padding-top: 10px;
50
				padding-top: 10px;
65
			}
51
			}
66
			-->
52
			-->
67
		</style>
53
		</style>
68
	</head>
54
	</head>
69
	<body>
55
	<body>
70
		<div id="titre">
56
		<div>
71
			<h1>IdentiPlante - Récapitulatif des observations à déterminer </h1>
57
			<h1><span class="emphase">IdentiPlante</span> : Récapitulatif des observations à déterminer </h1>
72
		</div>
58
		</div>
73
		<div class="description_message">
59
		<div class="description_message">
74
			Ce message récapitule l'ensemble des observations dont l'auteur a demandé confirmation ou détermination via 
60
			Ce message récapitule l'ensemble des observations dont l'auteur a demandé confirmation ou détermination via 
75
			l'outil <a href="http://www.tela-botanica.org/appli:del" >Identiplante</a>
61
			l'outil <a href="http://www.tela-botanica.org/appli:del" >Identiplante</a>
76
			<br /><br />
62
			<br /><br />
Line 82... Line 68...
82
				<a href="<?= $observation['lien']; ?>">Observation <?= $observation['id_observation'] ?> - <em><?= $nom_ret; ?></em> </a>
68
				<a href="<?= $observation['lien']; ?>">Observation <?= $observation['id_observation'] ?> - <em><?= $nom_ret; ?></em> </a>
83
				observée le <?= $observation['date']; ?> à <?= $observation['zone_geo']; ?>
69
				observée le <?= $observation['date']; ?> à <?= $observation['zone_geo']; ?>
84
			</h3>
70
			</h3>
85
			<br />
71
			<br />
86
		<?php endforeach ; ?>
72
		<?php endforeach ; ?>
-
 
73
		
-
 
74
		Bonne continuation sur nos outils botaniques !<br />
-
 
75
		L'&eacute;quipe de Tela Botanica<br />
-
 
76
		<div>---------</div>
-
 
77
		<br/>
-
 
78
		<small>
-
 
79
			Ce message vous est envoy&eacute; par l'interm&eacute;diaire de l'application IdentiPlante du r&eacute;seau Tela Botanica.
-
 
80
			<a href="http://www.tela-botanica.org/eflore">http://www.tela-botanica.org/appli:identiplante </a>
-
 
81
		</small>
-
 
82
		<br />
-
 
83
		<small>
-
 
84
			Si vous ne souhaitez plus recevoir ce mail d&eacute;cochez la case dans vos pr&eacute;f&eacute;rences 
-
 
85
			sur l'interface d'IdentiPlante.
-
 
86
		</small>
87
	</body>
87
	</body>
88
</html>
88
</html>
89
89