Subversion Repositories Applications.annuaire

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 aurelien 1
<?xml version="1.0" encoding="iso-8859-15" ?>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml" >
4
 
5
    <head lang="fr" >
6
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7
        <title><!-- PAGE_TITRE --></title>
8
        <link rel="stylesheet" type="text/css" media="screen" title="Classique" href="annuaire.css">
9
    </head>
10
    <body xml:lang="fr" lang="fr" >
11
 
12
        <div id="zone_bandeau" >
13
            <div id="logo">
14
                <h1>
15
                <a href="/wikini/DevInformatiques/wakka.php?wiki=AppliAnnuaire" title="Retourner à la page d'accueil du wiki">
16
                    <img src="/wikini/eflore/bibliotheque/images/eflore.jpg" width="110" height="31" alt="Logo" /><br />
17
                    Retourner à la page d'accueil du wiki
18
                </a>
19
                </h1>
20
            </div>
21
            <div id="rapport_nom">
22
               <h1><!-- RAPPORT_NOM --></h1>
23
            </div>
24
            <ul id="accessibilite">
25
                <li><a href="#zone_contenu_tete">Aller au texte</a></li>
26
                <li class="dernier"><a href="#zone_menu">Aller au menu</a></li>
27
            </ul>
28
            </div>
29
        </div>
30
 
31
        <div id="zone_contenu">
32
            <p>Vous êtes ici : <!-- VOUS_ETES_ICI --></p>
33
            <div id="zone_contenu_tete">
34
<!-- CONTENU_TETE -->
35
            </div>
36
 
37
            <div id="zone_contenu_corps">
38
            <h1> Liste des modules </h1>
39
                <p><a href="/wikini/DevInformatiques/wakka.php?wiki=AppliAnnuaire" title="Retourner à la page d'accueil du wiki">Pour revenir sur le Wikini d'eFlore, cliquer ici</a> ou sur le logo d'eFlore en haut à gauche.</p>
40
            <h2> Tableau récapitulatif des modules </h2>
41
<!-- CONTENU_CORPS -->
42
            <table class="eflore_table" border="1" cellpadding="2" cellspacing="0" >
43
                <thead>
44
                    <th> Numéro </th>
45
                    <th> Nom et liens vers la description du module </th>
46
                    <th> Abréviation </th>
47
                    <th> Etat du module </th>
48
                    <th> Etat de l'aide </th>
49
                    <th> Nbre tables </th>
50
                    <th> Révision </th>
51
                    <th> Commentaires </th>
52
                    </thead>
53
                    <tbody>
54
                        <!-- BOUCLE_MODULE_DEBUT -->
55
                        <tr>
56
                            <td> <!-- MODULE_NUM --> </td>
57
                            <td> <!-- MODULE_NOM --> </td>
58
                            <td> <!-- MODULE_ABREVIATION --> </td>
59
                            <td> <!-- MODULE_ETAT --> </td>
60
                            <td> <!-- MODULE_ETAT_AIDE --> </td>
61
                            <td> <!-- MODULE_NBRE_TABLE --> </td>
62
                            <td> <!-- MODULE_REVISION --> </td>
63
                            <td> <!-- MODULE_COMMENTAIRE --> </td>
64
                        </tr>
65
                        <!-- BOUCLE_MODULE_FIN -->
66
                    </tbody>
67
                </table>
68
                <p>Nombre total de tables : <!-- NBRE_TABLE --></p>
69
 
70
                <h2> Commentaires </h2>
71
                    <p>N'hésitez pas à  laisser sur le wiki vos suggestions, réactions... concernant l'annuaire :
72
                        <a href="/wikini/DevInformatiques/wakka.php?wiki=AppliAnnuaireDiscussion">
73
                            discussion sur la liste des modules
74
                        </a>.
75
                    </p>
76
            </div>
77
 
78
            <div id="zone_contenu_pied">
79
                <p>Documentation générée le <!-- AUJOURD'HUI --></p>
80
<!-- CONTENU_PIED -->
81
            </div>
82
 
83
            <div id="zone_pied">
84
                <p> &copy;<a href="http://www.tela-botanica.org/">Tela Botanica</a> / 2000-2008 - Le réseau des Botanistes Francophones</p>
85
            </div>
86
 
87
        </div>
88
 
89
        <div id="zone_menu">
90
<!-- MENU -->
91
        </div>
92
 
93
    </body>
94
</html>
95