Subversion Repositories eFlore/Applications.coel

Rev

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

Rev Author Line No. Line
30 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>Coel v1.0 - Personne - coel_personne_a_relation</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/eflore/wakka.php?wiki=AppliGwtCoel" 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>Coel v1.0</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="coel_module_Personne.html">Personne</a> > coel_personne_a_relation</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 coel_personne_a_relation</h1>
39
                <h2> Description générale </h2>
40
                    <p>
41
                        Relation entre deux personnes vis à vis d'un projet.
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> cpar_id_personne_01 </td>
61
                                <td> cpar_id_p0 </td>
62
                                <td> INTEGER(11) </td>
63
                                <td> oui </td>
64
                                <td>  </td>
65
                                <td> clé étrangère </td>
66
                                <td> oui </td>
67
                                <td> Identifiant de la personne n\194\1761. </td>
68
                            </tr>
69
 
70
                            <tr class="pair" >
71
                                <td> 2 </td>
72
                                <td> cpar_id_personne_02 </td>
73
                                <td> cpar_id_p0 </td>
74
                                <td> INTEGER(11) </td>
75
                                <td> oui </td>
76
                                <td>  </td>
77
                                <td> clé étrangère </td>
78
                                <td> oui </td>
79
                                <td> Identifiant de la personne n\194\1762. </td>
80
                            </tr>
81
 
82
                            <tr class="pair" >
83
                                <td> 3 </td>
84
                                <td> cpar_id_projet </td>
85
                                <td> cpar_id_p </td>
86
                                <td> INTEGER(11) </td>
87
                                <td> oui </td>
88
                                <td>  </td>
89
                                <td> clé étrangère </td>
90
                                <td> oui </td>
91
                                <td> Identifiant du projet dans lequel la relation entre les deux personnes s'établie. </td>
92
                            </tr>
93
 
94
                            <tr class="pair" >
95
                                <td> 4 </td>
96
                                <td> cpar_id_role </td>
97
                                <td> cpar_id_r </td>
98
                                <td> INTEGER(11) </td>
99
                                <td> oui </td>
100
                                <td>  </td>
101
                                <td> clé primaire </td>
102
                                <td> oui </td>
103
                                <td> Identifiant du rôle ou de la valeur établie entre les deux personnes. </td>
104
                            </tr>
105
 
106
                            <tr class="pair" >
107
                                <td> 5 </td>
42 jpm 108
                                <td> cpar_ce_meta </td>
109
                                <td> cpar_ce_m </td>
110
                                <td> INTEGER </td>
30 jpm 111
                                <td> oui </td>
112
                                <td>  </td>
42 jpm 113
                                <td> clé étrangère </td>
30 jpm 114
                                <td> non </td>
42 jpm 115
                                <td> Identifiant des métadonnées de cet enregistrement. </td>
30 jpm 116
                            </tr>
117
 
118
                        </tbody>
119
                    </table>
120
 
121
                    <h2> Liste des relations </h2>
122
                    <!-- RELATION_ZONE_DEBUT -->
123
                    <table border="1" cellpadding="2" cellspacing="0" >
124
                        <thead>
125
                            <th> N° </th>
126
                            <th> Code </th>
127
                            <th> Colonne dans cette table </th>
128
                            <th> Colonne dans la table liée </th>
129
                            <th> Nom table liée </th>
130
                        </thead>
131
                        <tbody>
132
                            <tr class="pair" >
133
                                <td> 1 </td>
134
                                <td> fk_cpr_cpar </td>
135
                                <td> cpar_id_projet </td>
136
                                <td> cpr_id_projet </td>
137
                                <td> <a href="coel_table_coel_projet.html">coel_projet</a> </td>
138
                            </tr>
139
 
140
                            <tr class="pair" >
141
                                <td> 2 </td>
142
                                <td> fk_cp_cpar_01 </td>
143
                                <td> cpar_id_personne_01 </td>
144
                                <td> cp_id_personne </td>
145
                                <td> <a href="coel_table_coel_personne.html">coel_personne</a> </td>
146
                            </tr>
147
 
148
                            <tr class="pair" >
149
                                <td> 3 </td>
150
                                <td> fk_cp_cpar_02 </td>
151
                                <td> cpar_id_personne_02 </td>
152
                                <td> cp_id_personne </td>
153
                                <td> <a href="coel_table_coel_personne.html">coel_personne</a> </td>
154
                            </tr>
155
 
156
                        </tbody>
157
                    </table>
158
                    <!-- RELATION_ZONE_FIN -->
159
                    <!--
160
                    <h2> Régles </h2>
161
 
162
                    <h2> Domaine </h2>
163
            -->
164
                    <h2> Commentaires </h2>
165
                    <p>N'hésitez pas à  laisser sur le wiki vos suggestions, réactions... concernant cette table :
166
                        <a href="http://wiki.tela-botanica.org/eflore/wakka.php?wiki=EfloreV4AppliCoelDiscussion_coel_personne_a_relation">
167
                            discussion sur la table coel_personne_a_relation
168
                        </a>.
169
                    </p>
170
            </div>
171
 
172
            <div id="zone_contenu_pied">
42 jpm 173
                <p>Documentation générée le 9 janvier 2009 17:11:33</p>
30 jpm 174
<!-- CONTENU_PIED -->
175
            </div>
176
 
177
            <div id="zone_pied">
178
                <p> &copy;<a href="http://www.tela-botanica.org/">Tela Botanica</a> / 2000-2008 - Le réseau des Botanistes Francophones</p>
179
            </div>
180
 
181
        </div>
182
 
183
        <div id="zone_menu">
184
<!-- MENU -->
185
        </div>
186
 
187
    </body>
188
</html>
189