Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 427 → Rev 428

/trunk/wikini/eflore/bibliotheque/doc/modele_v1.1/eflore_table_eflore_structure.html
New file
0,0 → 1,417
<?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.1 - Structure - eflore_structure</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" /><br />
Retourner à la page d'accueil du wiki
</a>
</h1>
</div>
<div id="rapport_nom">
<h1>eFlore v1.1</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_Structure.html">Structure</a> > eflore_structure</p>
<div id="zone_contenu_tete">
<!-- CONTENU_TETE -->
</div>
<div id="zone_contenu_corps">
<!-- CONTENU_CORPS -->
<h1> Table eflore_structure</h1>
<h2> Description générale </h2>
<p>
Table contenant les informations sur les structures.
</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> es_id_stucture </td>
<td> es_id_s </td>
<td> INTEGER(11) </td>
<td> oui </td>
<td> </td>
<td> clé primaire </td>
<td> oui </td>
<td> Identifiant de la strucutre. </td>
</tr>
<tr class="pair" >
<td> 2 </td>
<td> es_nom </td>
<td> es_n </td>
<td> VARCHAR(255) </td>
<td> oui </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nom de la structure. </td>
</tr>
<tr class="pair" >
<td> 3 </td>
<td> es_sigle </td>
<td> es_s </td>
<td> VARCHAR(75) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Sigle de la structure. </td>
</tr>
<tr class="pair" >
<td> 4 </td>
<td> es_service </td>
<td> es_s </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nom du service au sein de la structure (ex : service "Laboratoire de Phanérogamie" - stucture "MNHN". </td>
</tr>
<tr class="pair" >
<td> 5 </td>
<td> es_date_creation </td>
<td> es_dc </td>
<td> VARCHAR(10) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Date de création de la structure. </td>
</tr>
<tr class="pair" >
<td> 6 </td>
<td> es_nbre_personne </td>
<td> es_np </td>
<td> INTEGER(11) </td>
<td> oui </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nombre de personnes dans la structure. </td>
</tr>
<tr class="pair" >
<td> 7 </td>
<td> es_vocation </td>
<td> es_v </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Vocation, activité de la structure. </td>
</tr>
<tr class="pair" >
<td> 8 </td>
<td> es_adresse_01 </td>
<td> es_a0 </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Premier champ d'adresse pour la structure. </td>
</tr>
<tr class="pair" >
<td> 9 </td>
<td> es_adresse_02 </td>
<td> es_a0 </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Deuxième champ d'adresse pour la structure. </td>
</tr>
<tr class="pair" >
<td> 10 </td>
<td> es_code_postal </td>
<td> es_cp </td>
<td> VARCHAR(20) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Code postal de la structure. Attention !! pour les CP fran\231ais, les 5 chiffres doivent être accolés, sinon le département n'est pas reconnu et une erreur survient lors de la recherche. </td>
</tr>
<tr class="pair" >
<td> 11 </td>
<td> es_ville </td>
<td> es_v </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Ville du siège ou du service de la structure. </td>
</tr>
<tr class="pair" >
<td> 12 </td>
<td> es_ce_pays </td>
<td> es_ce_p </td>
<td> INTEGER(11) </td>
<td> oui </td>
<td> 0 </td>
<td> clé étrangère </td>
<td> non </td>
<td> Identifiant du pays. </td>
</tr>
<tr class="pair" >
<td> 13 </td>
<td> es_ce_version_projet_pays </td>
<td> es_ce_vpp </td>
<td> INTEGER(11) </td>
<td> oui </td>
<td> 0 </td>
<td> clé étrangère </td>
<td> non </td>
<td> Identifiant de la version du projet du pays. </td>
</tr>
<tr class="pair" >
<td> 14 </td>
<td> es_telephone </td>
<td> es_t </td>
<td> VARCHAR(50) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Téléphone principal de la structure. </td>
</tr>
<tr class="pair" >
<td> 15 </td>
<td> es_fax </td>
<td> es_f </td>
<td> VARCHAR(50) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Fax principal de la structure. </td>
</tr>
<tr class="pair" >
<td> 16 </td>
<td> es_mail </td>
<td> es_m </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Mail de la structure. </td>
</tr>
<tr class="pair" >
<td> 17 </td>
<td> es_ce_image </td>
<td> es_ce_i </td>
<td> VARCHAR(255) </td>
<td> oui </td>
<td> 0 </td>
<td> clé étrangère </td>
<td> non </td>
<td> Lien vers l'image de la structure (logo). </td>
</tr>
<tr class="pair" >
<td> 18 </td>
<td> es_ce_version_projet_img </td>
<td> es_ce_vpi </td>
<td> INTEGER(11) </td>
<td> oui </td>
<td> 0 </td>
<td> clé étrangère </td>
<td> non </td>
<td> Identifiant de la version du projet de l'image. </td>
</tr>
<tr class="pair" >
<td> 19 </td>
<td> es_mark_cacher </td>
<td> es_mc </td>
<td> INTEGER(1) </td>
<td> oui </td>
<td> 1 </td>
<td> standard </td>
<td> non </td>
<td> Booléen indiquant s'il faut cacher les informations sur la structure. </td>
</tr>
<tr class="pair" >
<td> 20 </td>
<td> es_commentaire_public </td>
<td> es_cp </td>
<td> TEXT </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Commentaires éventuels sur la structure. Ils seront affichés sur le site web. </td>
</tr>
<tr class="pair" >
<td> 21 </td>
<td> es_notes </td>
<td> es_n </td>
<td> TEXT </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Notes éventuelles (privées) sur la structure. </td>
</tr>
<tr class="pair" >
<td> 22 </td>
<td> es_date_derniere_modif </td>
<td> es_ddm </td>
<td> DATETIME </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Date de dernière modification de cet enregistrement. </td>
</tr>
<tr class="pair" >
<td> 23 </td>
<td> es_ce_modifier_par </td>
<td> es_ce_mp </td>
<td> INTEGER(11) </td>
<td> oui </td>
<td> 0 </td>
<td> clé étrangère </td>
<td> non </td>
<td> Identifiant de l'utilisateur ayant modifié cet enregistrement. </td>
</tr>
<tr class="pair" >
<td> 24 </td>
<td> es_ce_etat </td>
<td> es_ce_e </td>
<td> INTEGER(11) </td>
<td> oui </td>
<td> 0 </td>
<td> clé étrangère </td>
<td> non </td>
<td> Identifiant de l'état de cet enregistrement. </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_es_esr_02 </td>
<td> es_id_stucture </td>
<td> esr_id_stucture_2 </td>
<td> eflore_structure_relation </td>
</tr>
<tr class="pair" >
<td> 2 </td>
<td> fk_es_esr_01 </td>
<td> es_id_stucture </td>
<td> esr_id_stucture_1 </td>
<td> eflore_structure_relation </td>
</tr>
<tr class="pair" >
<td> 3 </td>
<td> fk_es_esb </td>
<td> es_id_stucture </td>
<td> esb_id_stucture </td>
<td> eflore_structure_botanique </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_structure">
discussion sur la table eflore_structure
</a>.
</p>
</div>
<div id="zone_contenu_pied">
<p>Documentation générée le 14 octobre 2004 16:28:23</p>
<!-- 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>