Subversion Repositories Sites.tela-botanica.org

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
428 jpm 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>eFlore v1.1 - Personne - eflore_personne_contributeur</title>
8
        <link rel="stylesheet" type="text/css" media="screen" title="Classique" href="classique.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="/eflore" title="Retourner à la page d'accueil du wiki">
16
                    <img src="images/logo/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>eFlore v1.1</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 : <a href="index.html">Accueil</a> > <a href="eflore_module_Personne.html">Personne</a> > eflore_personne_contributeur</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 eflore_personne_contributeur</h1>
39
                <h2> Description générale </h2>
40
                    <p>
41
                        Table permettant de rassembler les personnes et les groupes en tant que contributeur à eFaune.
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
                            <tr class="pair" >
59
                                <td> 1 </td>
60
                                <td> epc_id_contributeur </td>
61
                                <td> epc_id_c </td>
62
                                <td> INTEGER(11) </td>
63
                                <td> oui </td>
64
                                <td>  </td>
65
                                <td> clé primaire </td>
66
                                <td> oui </td>
67
                                <td> Identifiant d'un contributeur. </td>
68
                            </tr>
69
 
70
                            <tr class="pair" >
71
                                <td> 2 </td>
72
                                <td> epc_ce_personne </td>
73
                                <td> epc_ce_p </td>
74
                                <td> INTEGER(11) </td>
75
                                <td> oui </td>
76
                                <td> 0 </td>
77
                                <td> clé étrangère </td>
78
                                <td> non </td>
79
                                <td> Identifiant éventuel d'une personne. </td>
80
                            </tr>
81
 
82
                            <tr class="pair" >
83
                                <td> 3 </td>
84
                                <td> epc_ce_groupe </td>
85
                                <td> epc_ce_g </td>
86
                                <td> INTEGER(11) </td>
87
                                <td> oui </td>
88
                                <td> 0 </td>
89
                                <td> clé étrangère </td>
90
                                <td> non </td>
91
                                <td> Identifiant éventuel d'un groupe </td>
92
                            </tr>
93
 
94
                            <tr class="pair" >
95
                                <td> 4 </td>
96
                                <td> epc_nom_principal </td>
97
                                <td> epc_np </td>
98
                                <td> VARCHAR(255) </td>
99
                                <td> oui </td>
100
                                <td>  </td>
101
                                <td> standard </td>
102
                                <td> non </td>
103
                                <td> Nom principal du contributeur. </td>
104
                            </tr>
105
 
106
                            <tr class="pair" >
107
                                <td> 5 </td>
108
                                <td> epc_courriel_principal </td>
109
                                <td> epc_cp </td>
110
                                <td> VARCHAR(255) </td>
111
                                <td> non </td>
112
                                <td>  </td>
113
                                <td> standard </td>
114
                                <td> non </td>
115
                                <td> Adresse courriel principale du contributeur. </td>
116
                            </tr>
117
 
118
                            <tr class="pair" >
119
                                <td> 6 </td>
120
                                <td> epc_notes_contributeur </td>
121
                                <td> epc_nc </td>
122
                                <td> TEXT </td>
123
                                <td> non </td>
124
                                <td>  </td>
125
                                <td> standard </td>
126
                                <td> non </td>
127
                                <td> Notes éventuelle sur le contributeur. </td>
128
                            </tr>
129
 
130
                            <tr class="pair" >
131
                                <td> 7 </td>
132
                                <td> epc_date_derniere_modif </td>
133
                                <td> epc_ddm </td>
134
                                <td> DATETIME </td>
135
                                <td> oui </td>
136
                                <td> 0000-00-00 00:00:00 </td>
137
                                <td> standard </td>
138
                                <td> non </td>
139
                                <td> Date de dernière modification de cette fiche. </td>
140
                            </tr>
141
 
142
                            <tr class="pair" >
143
                                <td> 8 </td>
144
                                <td> epc_ce_modifier_par </td>
145
                                <td> epc_ce_mp </td>
146
                                <td> INTEGER(11) </td>
147
                                <td> oui </td>
148
                                <td> 0 </td>
149
                                <td> clé étrangère </td>
150
                                <td> non </td>
151
                                <td> Identifiant du dernier utilisateur ayant modifié cette fiche. </td>
152
                            </tr>
153
 
154
                            <tr class="pair" >
155
                                <td> 9 </td>
156
                                <td> epc_ce_etat </td>
157
                                <td> epc_ce_e </td>
158
                                <td> INTEGER(11) </td>
159
                                <td> oui </td>
160
                                <td> 0 </td>
161
                                <td> clé étrangère </td>
162
                                <td> non </td>
163
                                <td> Identifiant de l'état de l'enregistrement. </td>
164
                            </tr>
165
 
166
                        </tbody>
167
                    </table>
168
 
169
                    <h2> Liste des relations </h2>
170
                    <!-- RELATION_ZONE_DEBUT -->
171
                    <table border="1" cellpadding="2" cellspacing="0" >
172
                        <thead>
173
                            <th> N° </th>
174
                            <th> Code </th>
175
                            <th> Colonne dans cette table </th>
176
                            <th> Colonne dans la table liée </th>
177
                            <th> Nom table liée </th>
178
                        </thead>
179
                        <tbody>
180
                            <tr class="pair" >
181
                                <td> 1 </td>
182
                                <td> fk_ep_epc </td>
183
                                <td> epc_ce_personne </td>
184
                                <td> ep_id_personne </td>
185
                                <td> eflore_personne </td>
186
                            </tr>
187
 
188
                            <tr class="pair" >
189
                                <td> 2 </td>
190
                                <td> fk_epg_epc </td>
191
                                <td> epc_ce_groupe </td>
192
                                <td> epg_id_groupe </td>
193
                                <td> eflore_personne_groupe </td>
194
                            </tr>
195
 
196
                        </tbody>
197
                    </table>
198
                    <!-- RELATION_ZONE_FIN -->
199
                    <!--
200
                    <h2> Régles </h2>
201
 
202
                    <h2> Domaine </h2>
203
            -->
204
                    <h2> Commentaires </h2>
205
                    <p>N'hésitez pas à  laisser sur le wiki vos suggestions, réactions... concernant cette table :
206
                        <a href="http://wiki.tela-botanica.org/eflore/wakka.php?wiki=Discussion_eflore_personne_contributeur">
207
                            discussion sur la table eflore_personne_contributeur
208
                        </a>.
209
                    </p>
210
            </div>
211
 
212
            <div id="zone_contenu_pied">
213
                <p>Documentation générée le 14 octobre 2004 16:28:22</p>
214
<!-- CONTENU_PIED -->
215
            </div>
216
 
217
            <div id="zone_pied">
218
                <p> &copy;<a href="http://www.tela-botanica.org/">Tela Botanica</a> / 2000-2004 - Le réseau des Botanistes Francophones</p>
219
            </div>
220
 
221
        </div>
222
 
223
        <div id="zone_menu">
224
<!-- MENU -->
225
        </div>
226
 
227
    </body>
228
</html>
229