Subversion Repositories eFlore/Applications.coel

Rev

Rev 32 | Go to most recent revision | Details | 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 - Publication - coel_publication_a_personne</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_Publication.html">Publication</a> > coel_publication_a_personne</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_publication_a_personne</h1>
39
                <h2> Description générale </h2>
40
                    <p>
41
                        Permet de lister les publications d'une personne.
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> cpuap_id_publication </td>
61
                                <td> cpuap_id_p </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 d'une publication. </td>
68
                            </tr>
69
 
70
                            <tr class="pair" >
71
                                <td> 2 </td>
72
                                <td> cpuap_id_personne </td>
73
                                <td> cpuap_id_p </td>
74
                                <td> INTEGER </td>
75
                                <td> oui </td>
76
                                <td>  </td>
77
                                <td> clé étrangère </td>
78
                                <td> oui </td>
79
                                <td> Identifiant d'une personne. </td>
80
                            </tr>
81
 
82
                            <tr class="pair" >
83
                                <td> 3 </td>
84
                                <td> cpuap_id_role </td>
85
                                <td> cpuap_id_r </td>
86
                                <td> INTEGER(3) </td>
87
                                <td> oui </td>
88
                                <td>  </td>
89
                                <td> clé primaire </td>
90
                                <td> oui </td>
91
                                <td> Rôle de la personne vis à vis de la publication : contributeur, auteur... </td>
92
                            </tr>
93
 
94
                            <tr class="pair" >
95
                                <td> 4 </td>
96
                                <td> cpuap_ce_truk_type </td>
97
                                <td> cpuap_ce_tt </td>
98
                                <td> VARCHAR(255) </td>
99
                                <td> non </td>
100
                                <td>  </td>
101
                                <td> clé étrangère </td>
102
                                <td> non </td>
103
                                <td> Contient le type de référence bibliographique : nécrologie, biographie, publication personnelle... </td>
104
                            </tr>
105
 
106
                            <tr class="pair" >
107
                                <td> 5 </td>
108
                                <td> cpuap_date_derniere_modif </td>
109
                                <td> cpuap_ddm </td>
110
                                <td> DATETIME </td>
111
                                <td> oui </td>
112
                                <td>  </td>
113
                                <td> standard </td>
114
                                <td> non </td>
115
                                <td> Date de la dernière modification sur cet enregistrement. </td>
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_cp_cpuap </td>
135
                                <td> cpuap_id_personne </td>
136
                                <td> cp_id_personne </td>
137
                                <td> <a href="coel_table_coel_personne.html">coel_personne</a> </td>
138
                            </tr>
139
 
140
                            <tr class="pair" >
141
                                <td> 2 </td>
142
                                <td> fk_cpu_cpuap </td>
143
                                <td> cpuap_id_publication </td>
144
                                <td> cpu_id_publication </td>
145
                                <td> <a href="coel_table_coel_publication.html">coel_publication</a> </td>
146
                            </tr>
147
 
148
                        </tbody>
149
                    </table>
150
                    <!-- RELATION_ZONE_FIN -->
151
                    <!--
152
                    <h2> Régles </h2>
153
 
154
                    <h2> Domaine </h2>
155
            -->
156
                    <h2> Commentaires </h2>
157
                    <p>N'hésitez pas à  laisser sur le wiki vos suggestions, réactions... concernant cette table :
158
                        <a href="http://wiki.tela-botanica.org/eflore/wakka.php?wiki=EfloreV4AppliCoelDiscussion_coel_publication_a_personne">
159
                            discussion sur la table coel_publication_a_personne
160
                        </a>.
161
                    </p>
162
            </div>
163
 
164
            <div id="zone_contenu_pied">
165
                <p>Documentation générée le 23 décembre 2008 12:57:35</p>
166
<!-- CONTENU_PIED -->
167
            </div>
168
 
169
            <div id="zone_pied">
170
                <p> &copy;<a href="http://www.tela-botanica.org/">Tela Botanica</a> / 2000-2008 - Le réseau des Botanistes Francophones</p>
171
            </div>
172
 
173
        </div>
174
 
175
        <div id="zone_menu">
176
<!-- MENU -->
177
        </div>
178
 
179
    </body>
180
</html>
181