Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 427 → Rev 428

/trunk/wikini/eflore/bibliotheque/doc/modele_v1.0/eflore_table_eflore_personne.html
New file
0,0 → 1,323
<?xml version="1.0" encoding="iso-8859-15" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head lang="fr" >
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>eFlore v1.0 - Personne - eflore_personne</title>
<link rel="stylesheet" type="text/css" media="screen" title="Classique" href="classique.css">
</head>
<body xml:lang="fr" lang="fr" >
<div id="zone_bandeau" >
<div id="logo">
<h1>
<a href="/eflore" title="Retourner à la page d'accueil du wiki">
<img src="images/logo/eflore.jpg" width="110" height="31" alt="Logo" />
</a>
</h1>
</div>
<div id="rapport_nom">
<h1>eFlore v1.0</h1>
</div>
<ul id="accessibilite">
<li><a href="#zone_contenu_tete">Aller au texte</a></li>
<li class="dernier"><a href="#zone_menu">Aller au menu</a></li>
</ul>
</div>
<div id="zone_contenu">
<p>Vous êtes ici : <a href="index.html">Accueil</a> > <a href="eflore_module_Personne.html">Personne</a> > eflore_personne</p>
<div id="zone_contenu_tete">
<!-- CONTENU_TETE -->
</div>
<div id="zone_contenu_corps">
<!-- CONTENU_CORPS -->
<h1> Table eflore_personne</h1>
<h2> Description générale </h2>
<p>
Table contenant les informations sur les utilisateurs d'eFaune.
</p>
<h2> Liste des colonnes </h2>
<table border="1" cellpadding="2" cellspacing="0" >
<thead>
<th> N° </th>
<th> Nom </th>
<th> Code </th>
<th> Type données </th>
<th> Obligatoire </th>
<th> Valeur défaut </th>
<th> Type champ </th>
<th> Index </th>
<th> Description </th>
</thead>
<tbody>
<tr class="pair" >
<td> 1 </td>
<td> ep_id_personne </td>
<td> ep_id_p </td>
<td> INTEGER(11) </td>
<td> oui </td>
<td> </td>
<td> clé primaire </td>
<td> oui </td>
<td> Identifiant d'une personne. </td>
</tr>
<tr class="pair" >
<td> 2 </td>
<td> ep_nom </td>
<td> ep_n </td>
<td> VARCHAR(100) </td>
<td> oui </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nom de la personne. </td>
</tr>
<tr class="pair" >
<td> 3 </td>
<td> ep_prenom </td>
<td> ep_p </td>
<td> VARCHAR(100) </td>
<td> oui </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Prénom de la personne. </td>
</tr>
<tr class="pair" >
<td> 4 </td>
<td> ep_login </td>
<td> ep_l </td>
<td> VARCHAR(50) </td>
<td> oui </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Login. </td>
</tr>
<tr class="pair" >
<td> 5 </td>
<td> ep_mot_de_passe </td>
<td> ep_mdp </td>
<td> VARCHAR(32) </td>
<td> oui </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Mot de passe crypté en MD5. </td>
</tr>
<tr class="pair" >
<td> 6 </td>
<td> ep_courriel </td>
<td> ep_c </td>
<td> VARCHAR(128) </td>
<td> oui </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Courriel. </td>
</tr>
<tr class="pair" >
<td> 7 </td>
<td> ep_web </td>
<td> ep_w </td>
<td> VARCHAR(128) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Lien vers le site web de la personne. </td>
</tr>
<tr class="pair" >
<td> 8 </td>
<td> ep_adresse_01 </td>
<td> ep_a0 </td>
<td> VARCHAR(128) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Adresse principal. </td>
</tr>
<tr class="pair" >
<td> 9 </td>
<td> ep_adresse_02 </td>
<td> ep_a0 </td>
<td> VARCHAR(128) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Adresse secondaire ou complémentaire. </td>
</tr>
<tr class="pair" >
<td> 10 </td>
<td> ep_code_postal </td>
<td> ep_cp </td>
<td> VARCHAR(32) </td>
<td> oui </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Code postal de la ville de résidence principal.. </td>
</tr>
<tr class="pair" >
<td> 11 </td>
<td> ep_ville </td>
<td> ep_v </td>
<td> VARCHAR(32) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Ville de résidence principal. </td>
</tr>
<tr class="pair" >
<td> 12 </td>
<td> ep_ce_pays </td>
<td> ep_ce_p </td>
<td> VARCHAR(32) </td>
<td> non </td>
<td> </td>
<td> clé étrangère </td>
<td> non </td>
<td> Identifiant du pays de résidence. </td>
</tr>
<tr class="pair" >
<td> 13 </td>
<td> ep_date_inscription </td>
<td> ep_di </td>
<td> DATETIME </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Date d'inscription de la personne au projet eFaune. </td>
</tr>
<tr class="pair" >
<td> 14 </td>
<td> ep_ce_type_utilisateur_efaune </td>
<td> ep_ce_tue </td>
<td> INTEGER(11) </td>
<td> oui </td>
<td> </td>
<td> clé étrangère </td>
<td> non </td>
<td> Identifiant du type d'utilisateur. </td>
</tr>
<tr class="pair" >
<td> 15 </td>
<td> ep_ce_etat_inscription </td>
<td> ep_ce_ei </td>
<td> INTEGER(11) </td>
<td> oui </td>
<td> </td>
<td> clé étrangère </td>
<td> non </td>
<td> Identifiant de l'état d'inscription de la personne. </td>
</tr>
<tr class="pair" >
<td> 16 </td>
<td> ep_date_derniere_modif </td>
<td> ep_ddm </td>
<td> DATE </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Date de modification de cette fiche. </td>
</tr>
<tr class="pair" >
<td> 17 </td>
<td> ep_ce_modifer_par </td>
<td> ep_ce_mp </td>
<td> INTEGER(11) </td>
<td> non </td>
<td> </td>
<td> clé étrangère </td>
<td> non </td>
<td> Identifiant de l'utilisateur ayant modifié cette fiche. </td>
</tr>
</tbody>
</table>
<h2> Liste des relations </h2>
<!-- RELATION_ZONE_DEBUT -->
<table border="1" cellpadding="2" cellspacing="0" >
<thead>
<th> N° </th>
<th> Code </th>
<th> Colonne dans cette table </th>
<th> Colonne dans la table liée </th>
<th> Nom table liée </th>
</thead>
<tbody>
<tr class="pair" >
<td> 1 </td>
<td> fk_ep_epcg </td>
<td> ep_id_personne </td>
<td> epcg_id_personne </td>
<td> eflore_personne_composer_groupe </td>
</tr>
<tr class="pair" >
<td> 2 </td>
<td> fk_ep_epc </td>
<td> ep_id_personne </td>
<td> epc_ce_personne </td>
<td> eflore_personne_contributeur </td>
</tr>
</tbody>
</table>
<!-- RELATION_ZONE_FIN -->
<!--
<h2> Régles </h2>
<h2> Domaine </h2>
-->
<h2> Commentaires </h2>
<p>N'hésitez pas à  laisser sur le wiki vos suggestions, réactions... concernant cette table :
<a href="http://wiki.tela-botanica.org/eflore/wakka.php?wiki=Discussion_eflore_personne">
discussion sur la table eflore_personne
</a>.
</p>
</div>
<div id="zone_contenu_pied">
<!-- CONTENU_PIED -->
</div>
<div id="zone_pied">
<p> &copy;<a href="http://www.tela-botanica.org/">Tela Botanica</a> / 2000-2004 - Le réseau des Botanistes Francophones</p>
</div>
</div>
<div id="zone_menu">
<!-- MENU -->
</div>
</body>
</html>