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 - Collection - coel_collection_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_Collection.html">Collection</a> > coel_collection_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_collection_a_personne</h1>
|
|
|
39 |
<h2> Description générale </h2>
|
|
|
40 |
<p>
|
|
|
41 |
Permet de lister les personnes en rapport avec une collection.
|
|
|
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> ccap_id_collection </td>
|
|
|
61 |
<td> ccap_id_c </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 collection associée à une personne. </td>
|
|
|
68 |
</tr>
|
|
|
69 |
|
|
|
70 |
<tr class="pair" >
|
|
|
71 |
<td> 2 </td>
|
|
|
72 |
<td> ccap_id_personne </td>
|
|
|
73 |
<td> ccap_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 de la personne associée à une collection. </td>
|
|
|
80 |
</tr>
|
|
|
81 |
|
|
|
82 |
<tr class="pair" >
|
|
|
83 |
<td> 3 </td>
|
|
|
84 |
<td> ccap_id_role </td>
|
|
|
85 |
<td> ccap_id_r </td>
|
|
|
86 |
<td> VARCHAR(255) </td>
|
|
|
87 |
<td> oui </td>
|
|
|
88 |
<td> </td>
|
|
|
89 |
<td> clé primaire </td>
|
|
|
90 |
<td> oui </td>
|
|
|
91 |
<td> Rôle(s) de la personne : auteur, collecteur... permet aussi de connaître qui a les droits de modification sur la collection. </td>
|
|
|
92 |
</tr>
|
|
|
93 |
|
|
|
94 |
<tr class="pair" >
|
|
|
95 |
<td> 4 </td>
|
|
|
96 |
<td> ccap_date_derniere_modif </td>
|
|
|
97 |
<td> ccap_ddm </td>
|
|
|
98 |
<td> DATETIME </td>
|
|
|
99 |
<td> oui </td>
|
|
|
100 |
<td> </td>
|
|
|
101 |
<td> standard </td>
|
|
|
102 |
<td> non </td>
|
|
|
103 |
<td> Date de la dernière modification sur cet enregistrement. </td>
|
|
|
104 |
</tr>
|
|
|
105 |
|
|
|
106 |
</tbody>
|
|
|
107 |
</table>
|
|
|
108 |
|
|
|
109 |
<h2> Liste des relations </h2>
|
|
|
110 |
<!-- RELATION_ZONE_DEBUT -->
|
|
|
111 |
<table border="1" cellpadding="2" cellspacing="0" >
|
|
|
112 |
<thead>
|
|
|
113 |
<th> N° </th>
|
|
|
114 |
<th> Code </th>
|
|
|
115 |
<th> Colonne dans cette table </th>
|
|
|
116 |
<th> Colonne dans la table liée </th>
|
|
|
117 |
<th> Nom table liée </th>
|
|
|
118 |
</thead>
|
|
|
119 |
<tbody>
|
|
|
120 |
<tr class="pair" >
|
|
|
121 |
<td> 1 </td>
|
|
|
122 |
<td> fk_cc_ccap </td>
|
|
|
123 |
<td> ccap_id_collection </td>
|
|
|
124 |
<td> cc_id_collection </td>
|
|
|
125 |
<td> <a href="coel_table_coel_collection.html">coel_collection</a> </td>
|
|
|
126 |
</tr>
|
|
|
127 |
|
|
|
128 |
<tr class="pair" >
|
|
|
129 |
<td> 2 </td>
|
|
|
130 |
<td> fk_cp_ccap </td>
|
|
|
131 |
<td> ccap_id_personne </td>
|
|
|
132 |
<td> cp_id_personne </td>
|
|
|
133 |
<td> <a href="coel_table_coel_personne.html">coel_personne</a> </td>
|
|
|
134 |
</tr>
|
|
|
135 |
|
|
|
136 |
</tbody>
|
|
|
137 |
</table>
|
|
|
138 |
<!-- RELATION_ZONE_FIN -->
|
|
|
139 |
<!--
|
|
|
140 |
<h2> Régles </h2>
|
|
|
141 |
|
|
|
142 |
<h2> Domaine </h2>
|
|
|
143 |
-->
|
|
|
144 |
<h2> Commentaires </h2>
|
|
|
145 |
<p>N'hésitez pas à laisser sur le wiki vos suggestions, réactions... concernant cette table :
|
|
|
146 |
<a href="http://wiki.tela-botanica.org/eflore/wakka.php?wiki=EfloreV4AppliCoelDiscussion_coel_collection_a_personne">
|
|
|
147 |
discussion sur la table coel_collection_a_personne
|
|
|
148 |
</a>.
|
|
|
149 |
</p>
|
|
|
150 |
</div>
|
|
|
151 |
|
|
|
152 |
<div id="zone_contenu_pied">
|
|
|
153 |
<p>Documentation générée le 23 décembre 2008 12:57:35</p>
|
|
|
154 |
<!-- CONTENU_PIED -->
|
|
|
155 |
</div>
|
|
|
156 |
|
|
|
157 |
<div id="zone_pied">
|
|
|
158 |
<p> ©<a href="http://www.tela-botanica.org/">Tela Botanica</a> / 2000-2008 - Le réseau des Botanistes Francophones</p>
|
|
|
159 |
</div>
|
|
|
160 |
|
|
|
161 |
</div>
|
|
|
162 |
|
|
|
163 |
<div id="zone_menu">
|
|
|
164 |
<!-- MENU -->
|
|
|
165 |
</div>
|
|
|
166 |
|
|
|
167 |
</body>
|
|
|
168 |
</html>
|
|
|
169 |
|