Subversion Repositories Applications.annuaire

Rev

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

Rev 406 Rev 428
Line 1... Line -...
1
Bonjour. Un message est en attente de modération.<br />
-
 
2
 
-
 
3
<p>
-
 
4
Pour accepter son envoi, cliquez sur ce lien <a href="<?= 'http://'.$lien_accepter_mail ?>"><?= 'http://'.$lien_accepter_mail ?> </a> <br />
-
 
5
Pour refuser son envoi, cliquez sur ce lien <a href="<?= 'http://'.$lien_refuser_mail ?>"><?= 'http://'.$lien_refuser_mail ?> </a> <br />
-
 
6
 
-
 
7
Cordialement,
-
 
8
 
-
 
9
L'application annuaire
-
 
10
</p>
-
 
11
 
-
 
12
Expediteur : <?= $expediteur_message ?><br /><br />
-
 
13
 
-
 
14
<?php if(isset($criteres)) { ?>
-
 
15
<p style=" font-family: Courier, monospace;">
-
 
16
Criteres Utilisés pour la recherche : <br />
-
 
17
<?php foreach($criteres as $critere) : ?>
-
 
18
<?= $critere['label']; ?> : <?= $critere['valeur']; ?> <br />
-
 
19
<?php endforeach; ?>
-
 
20
</p><br />
-
 
21
<?php } ?>
-
 
22
 
-
 
23
Sujet du message :
-
 
24
<pre> 
-
 
25
<?=$sujet_message?> 
-
 
26
</pre><br />
-
 
27
 
-
 
28
Contenu du message :
-
 
29
<p style="white-space: pre-wrap; font-family: Courier, monospace;">
-
 
30
<?= $contenu_message ?>
-
 
31
</p><br />
-
 
32
 
-
 
33
Destinataires :
-
 
34
<p style="white-space: pre-wrap; font-family: Courier, monospace;">
-
 
35
<?=$destinataires_message ?>
-
 
36
</p><br />
-
 
37
1
Bonjour. Un message est en attente de modération.<br />
-
 
2
 
-
 
3
<p>
-
 
4
Pour accepter son envoi, cliquez sur ce lien <a href="<?= 'http://'.$lien_accepter_mail ?>"><?= 'http://'.$lien_accepter_mail ?> </a> <br />
-
 
5
Pour refuser son envoi, cliquez sur ce lien <a href="<?= 'http://'.$lien_refuser_mail ?>"><?= 'http://'.$lien_refuser_mail ?> </a> <br />
-
 
6
 
-
 
7
Cordialement,
-
 
8
 
-
 
9
L'application annuaire
-
 
10
</p>
-
 
11
 
-
 
12
Expediteur : <?= $expediteur_message ?><br /><br />
-
 
13
 
-
 
14
<?php if(isset($criteres)) { ?>
-
 
15
<p style=" font-family: Courier, monospace;">
-
 
16
Criteres Utilisés pour la recherche : <br />
-
 
17
<?php foreach($criteres as $critere) : ?>
-
 
18
<?= $critere['label']; ?> : <?= $critere['valeur']; ?> <br />
-
 
19
<?php endforeach; ?>
-
 
20
</p><br />
-
 
21
<?php } ?>
-
 
22
 
-
 
23
Sujet du message :
-
 
24
<pre> 
-
 
25
<?=$sujet_message?> 
-
 
26
</pre><br />
-
 
27
 
-
 
28
Contenu du message :
-
 
29
<p style="white-space: pre-wrap; font-family: Courier, monospace;">
-
 
30
<?= $contenu_message ?>
-
 
31
</p><br />
-
 
32
 
-
 
33
Destinataires :
-
 
34
<p style="white-space: pre-wrap; font-family: Courier, monospace;">
-
 
35
<?=$destinataires_message ?>
-
 
36
</p><br />
-
 
37
 
-
 
38
 
-
 
39
 
-
 
40
38
41