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="coel.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=AppliAnnuaireDiscussion" 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
 
30
        <div id="zone_contenu">
31
<p>Vous êtes ici : <!-- VOUS_ETES_ICI --></p>
32
            <div id="zone_contenu_tete">
33
<!-- CONTENU_TETE -->
34
            </div>
35
 
36
            <div id="zone_contenu_corps">
37
<!-- CONTENU_CORPS -->
38
                <h1> Table <!-- TABLE_NOM --></h1>
39
                <h2> Description générale </h2>
40
                    <p>
41
                        <!-- TABLE_COMMENTAIRE -->
42
                    </p>
43
 
44
                <h2> Liste des colonnes </h2>
45
                    <table border="1" cellpadding="2" cellspacing="0" >
46
                        <thead>
47
                            <th> N° </th>
48
                            <th> Nom </th>
49
                            <th> Code </th>
50
                            <th> Type données </th>
51
                            <th> Obligatoire </th>
52
                            <th> Valeur défaut </th>
53
                            <th> Type champ </th>
54
                            <th> Index </th>
55
                            <th> Description </th>
56
                        </thead>
57
                        <tbody>
58
                        <!-- COLONNE_BOUCLE_DEBUT -->
59
                            <tr id="<!-- COLONNE_NOM -->" class="pair" >
60
                                <td> <!-- COLONNE_NUM --> </td>
61
                                <td> <!-- COLONNE_NOM --> </td>
62
                                <td> <!-- COLONNE_CODE --> </td>
63
                                <td> <!-- COLONNE_TYPE_DONNEE --> </td>
64
                                <td> <!-- COLONNE_NN --> </td>
65
                                <td> <!-- COLONNE_DEFAUT --> </td>
66
                                <td> <!-- COLONNE_TYPE_CHAMP --> </td>
67
                                <td> <!-- COLONNE_INDEX --> </td>
68
                                <td> <!-- COLONNE_DESCRIPTION --> </td>
69
                            </tr>
70
                        <!-- COLONNE_BOUCLE_FIN -->
71
                        </tbody>
72
                    </table>
73
 
74
                    <h2> Liste des relations </h2>
75
                    <!-- RELATION_ZONE_DEBUT -->
76
                    <table border="1" cellpadding="2" cellspacing="0" >
77
                        <thead>
78
                            <th> N° </th>
79
                            <th> Code </th>
80
                            <th> Colonne dans cette table </th>
81
                            <th> Colonne dans la table liée </th>
82
                            <th> Nom table liée </th>
83
                        </thead>
84
                        <tbody>
85
                        <!-- RELATION_BOUCLE_DEBUT -->
86
                            <tr class="pair" >
87
                                <td> <!-- RELATION_NUM --> </td>
88
                                <td> <!-- RELATION_CODE --> </td>
89
                                <td> <!-- RELATION_COLONNE_COURANTE --> </td>
90
                                <td> <!-- RELATION_COLONNE_DISTANTE --> </td>
91
                                <td> <!-- RELATION_NOM_TABLE_LIEE --> </td>
92
                            </tr>
93
                        <!-- RELATION_BOUCLE_FIN -->
94
                        </tbody>
95
                    </table>
96
                    <!-- RELATION_ZONE_FIN -->
97
                    <!--
98
                    <h2> Régles </h2>
99
 
100
                    <h2> Domaine </h2>
101
            -->
102
                    <h2> Commentaires </h2>
103
                    <p>N'hésitez pas à  laisser sur le wiki vos suggestions, réactions... concernant cette table :
104
                        <a href="/wikini/DevInformatiques/wakka.php?wiki=AppliAnnuaireDiscussion_<!-- TABLE_NOM -->">
105
                            discussion sur la table <!-- TABLE_NOM -->
106
                        </a>.
107
                    </p>
108
            </div>
109
 
110
            <div id="zone_contenu_pied">
111
                <p>Documentation générée le <!-- AUJOURD'HUI --></p>
112
<!-- CONTENU_PIED -->
113
            </div>
114
 
115
            <div id="zone_pied">
116
                <p> &copy;<a href="http://www.tela-botanica.org/">Tela Botanica</a> / 2000-2008 - Le réseau des Botanistes Francophones</p>
117
            </div>
118
 
119
        </div>
120
 
121
        <div id="zone_menu">
122
<!-- MENU -->
123
        </div>
124
 
125
    </body>
126
</html>
127