Subversion Repositories eFlore/Applications.coel

Rev

Rev 1415 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
139 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 - Projet - coel_projet_a_structure</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_Projet.html">Projet</a> > coel_projet_a_structure</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_projet_a_structure</h1>
39
                <h2> Description générale </h2>
40
                    <p>
41
 
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 id="cpras_id_projet" class="pair" >
59
                                <td> 1 </td>
60
                                <td> cpras_id_projet </td>
61
                                <td> cpras_id_p </td>
62
                                <td> INTEGER </td>
63
                                <td> oui </td>
64
                                <td>  </td>
601 jp_milcent 65
                                <td> cl� �trang�re </td>
139 jpm 66
                                <td> oui </td>
67
                                <td>  </td>
68
                            </tr>
69
 
70
                            <tr id="cpras_id_structure" class="pair" >
71
                                <td> 2 </td>
72
                                <td> cpras_id_structure </td>
73
                                <td> cpras_id_s </td>
74
                                <td> INTEGER </td>
75
                                <td> oui </td>
76
                                <td>  </td>
601 jp_milcent 77
                                <td> cl� �trang�re </td>
139 jpm 78
                                <td> oui </td>
79
                                <td>  </td>
80
                            </tr>
81
 
82
                            <tr id="cpras_truk_role" class="pair" >
83
                                <td> 3 </td>
84
                                <td> cpras_truk_role </td>
85
                                <td> cpras_tr </td>
86
                                <td> VARCHAR(255) </td>
87
                                <td> non </td>
88
                                <td>  </td>
89
                                <td> standard </td>
90
                                <td> non </td>
91
                                <td>  </td>
92
                            </tr>
93
 
94
                            <tr id="cpras_ce_meta" class="pair" >
95
                                <td> 4 </td>
96
                                <td> cpras_ce_meta </td>
97
                                <td> cpras_ce_m </td>
98
                                <td> INTEGER </td>
99
                                <td> non </td>
100
                                <td>  </td>
601 jp_milcent 101
                                <td> cl� �trang�re </td>
139 jpm 102
                                <td> non </td>
103
                                <td>  </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_cpr_cpras </td>
123
                                <td> cpras_id_projet </td>
124
                                <td> cpr_id_projet </td>
125
                                <td> <a href="coel_table_coel_projet.html">coel_projet</a> </td>
126
                            </tr>
127
 
128
                            <tr class="pair" >
129
                                <td> 2 </td>
130
                                <td> fk_cs_cpras </td>
131
                                <td> cpras_id_structure </td>
132
                                <td> cs_id_structure </td>
133
                                <td> <a href="coel_table_coel_structure.html">coel_structure</a> </td>
134
                            </tr>
135
 
136
                            <tr class="pair" >
137
                                <td> 3 </td>
138
                                <td> fk_cmhl_cpras_meta </td>
139
                                <td> cpras_ce_meta </td>
140
                                <td> cmhl_id_historique_ligne </td>
141
                                <td> <a href="coel_table_coel_meta_historique_ligne.html">coel_meta_historique_ligne</a> </td>
142
                            </tr>
143
 
144
                        </tbody>
145
                    </table>
146
                    <!-- RELATION_ZONE_FIN -->
147
                    <!--
148
                    <h2> Régles </h2>
149
 
150
                    <h2> Domaine </h2>
151
            -->
152
                    <h2> Commentaires </h2>
153
                    <p>N'hésitez pas à  laisser sur le wiki vos suggestions, réactions... concernant cette table :
154
                        <a href="http://wiki.tela-botanica.org/eflore/wakka.php?wiki=EfloreV4AppliCoelDiscussion_coel_projet_a_structure">
155
                            discussion sur la table coel_projet_a_structure
156
                        </a>.
157
                    </p>
158
            </div>
159
 
160
            <div id="zone_contenu_pied">
1170 jpm 161
                <p>Documentation générée le 29 janvier 2010 12:20:19</p>
139 jpm 162
<!-- CONTENU_PIED -->
163
            </div>
164
 
165
            <div id="zone_pied">
166
                <p> &copy;<a href="http://www.tela-botanica.org/">Tela Botanica</a> / 2000-2008 - Le réseau des Botanistes Francophones</p>
167
            </div>
168
 
169
        </div>
170
 
171
        <div id="zone_menu">
172
<!-- MENU -->
173
        </div>
174
 
175
    </body>
176
</html>
177