Subversion Repositories Sites.tela-botanica.org

Rev

Rev 4 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 david 1
<?php
2
include_once 'authentification.php' ;
3
?>
4
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5
<html lang="#LANG">
6
<head>
7
  <title>Devenir r&eacute;dacteur</title>
8
<INCLURE(incl_link_entete.php)>
9
</head>
10
 
11
<body >
12
<div id="reducteur">
13
<INCLURE(incl_bandeau.php)>
14
 
15
<!-- Parcours de navigation -->
16
<div id="droite">
17
<div id="pos_recherche">Vous &ecirc;tes ici : <a href="sommaire.php3">Accueil</a> &gt;&gt; Accès à l'espace r&eacute;dacteur</div>
18
<INCLURE(incl_mot_recherche.php)>
19
<div id="contenu">
432 jpm 20
	<p class="attention">
21
		<strong>Pour accéder à l'Espace Rédacteur dans les actualités du site de Tela Botanica,<br />il faut être inscrit au réseau Tela Botanica et identifié</strong><br />
22
        Retour à la page "<a href="participez.php">Devenir rédacteur</a>"
23
	</p>
4 david 24
</div>
25
<INCLURE(incl_footer.php)>
26
</div>
27
<!-- Menu de navigation rubriques -->
28
 
29
<div id="nav_gauche">
30
<INCLURE(incl_logo_tela.php)>
31
<INCLURE(incl_changer_monde.php)>
32
<INCLURE(incl_menu_gauche.php)>
33
<INCLURE(incl_identification_ellipse.php)>
34
 
35
</div>
36
<INCLURE(incl_footer_print.php)>
37
</div>
38
 
39
</body>
40
</html>
41
 
42
 
43