<!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>
<meta http-equiv="Content-Type" content="text/html charset=utf-8">
<title>Expire : Outil de Saisie de Metadonnees</title>
<link rel="stylesheet" type="text/css" href="lib/style.css">
<script type="text/javascript" src="./lib/jQuery/jquery-1.3.2.min.js"></script>
<script language="Javascript" src="lib/data/data.js"></script>
<script language="Javascript" src="lib/fonctions.js"></script>
</head>
<body onload="init()">
<?php
Require_once("lib/fonctions.php");
Require_once("lib/data/config.php");
?>
<form id="formulaire" method="POST" action="traitement.php" onsubmit="return testSubmit('formulaire')">
<table id="global">
<tr><td rowspan="16" class="col_flottante"></td>
<td colspan="3">
<div id="conteneur_menu_haut">
<table id="menu_haut">
<tr><td>
<?php
echo "<a class=\"bouton moyen\" href=\"".getUrlAccueil()."\">Retour à l'accueil</a>";
?>
</td>
<td>
<a class="bouton moyen" id="reglerAide" onclick="reglerAide(this)">Désactiver l'aide contextuelle </a>
</td>
<td>
<div class="aide" id="reglageAide" onclick="showAideSpe(this.id)"></div>
</td></tr>
</table>
</div>
</td>
<td rowspan="16" class="col_flottante"></td></tr>
<tr>
<td id="coin_hg"></td>
<td id="bord_h"></td>
<td id="coin_hd"></td>
</tr>
<tr><td rowspan="12" id="bord_g"></td>
<td id="entete">
<?php
echo "<img src=".getBanniere()." id=\"header\" />";
?><br />
<div class="aide" id="aideGenerale" onclick="showAideSpe(this.id)"></div>
</td>
<td rowspan="12" id="bord_d"></td></tr>
<!-- ==================================================================
================================== 1 ==================================
========================= Partie Présentation =========================
=================================================================== -->
<tr><td><fieldset class="n1">
<legend>1 - Présentation</legend>
<table class="tab_form" id="partie_presentation">
<tr> <td class="intitule"><label for="presentation_champs_1" id="label_presentation_champs_1" class="label_champs">
Intitulé de la donnée
</label></td>
<td class="case_champs"><input name="gmd:title"
id="presentation_champs_1" type="text" onchange="setTitreInspire(this.value)" /></td>
<td class="case_aide"><div class="aide" id="aide_presentation_champs_1" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_presentation_champs_1" class="erreur"></div></td>
</tr>
<tr> <td class="intitule"><label for="presentation_champs_2" id="label_presentation_champs_2" class="label_champs">
Description résumée
</label></td>
<td class="case_champs"><textarea name="gmd:abstract"
id="presentation_champs_2"></textarea></td>
<td class="case_aide"><div class="aide" id="aide_presentation_champs_2" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_presentation_champs_2" class="erreur"></div></td>
</tr>
<tr> <td class="intitule"><label id="label_presentation_champs_3" class="label_champs">
Type de donnée
</label></td>
<td class="case_champs">
<table id="tabTypeDonnee" class="sousTabn1">
<tr><td><label for="presentation_champs_3_dg" class="choix">Donnée géographique</label></td>
<td><input id="presentation_champs_3_dg" name="gmd:hierarchyLevel"
value="series" type="radio" /></td>
<td rowspan="3" class="colonne_vide"></td>
<td><label for="presentation_champs_3_ds" class="choix">Donnée statistique</label></td>
<td><input id="presentation_champs_3_ds" name="gmd:hierarchyLevel"
value="attribute" type="radio" /></td></tr>
<tr><td><label for="presentation_champs_3_ldg" class="choix">Lot de données géographiques</label></td>
<td><input id="presentation_champs_3_ldg" name="gmd:hierarchyLevel"
value="dataset" type="radio" /></td>
<td><label for="presentation_champs_3_lds" class="choix">Lot de données statistiques</label></td>
<td><input id="presentation_champs_3_lds" name="gmd:hierarchyLevel"
value="nonGeographicDataset" type="radio" /></td></tr>
<tr><td><label for="presentation_champs_3_sdg" class="choix">Serveur de données géographiques</label></td>
<td><input id="presentation_champs_3_sdg" name="gmd:hierarchyLevel"
value="service_g" type="radio" /></td>
<td><label for="presentation_champs_3_sds" class="choix">Serveur de données statistiques</label></td>
<td><input id="presentation_champs_3_sds" name="gmd:hierarchyLevel"
value="service_s" type="radio" /></td></tr>
</table>
</td>
<td class="case_aide"><div class="aide" id="aide_presentation_champs_3" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_presentation_champs_3" class="erreur"></div></td>
</tr>
<tr> <td class="intitule"><label id="label_presentation_champs_4" class="label_champs">
Représentation spatiale
</label></td>
<td class="case_champs">
<table id="repSpa" class="sousTabn1">
<tr><td><label for="presentation_champs_4_tabl" class="choix">Table</label></td>
<td><input id="presentation_champs_4_tabl" name="gmd:spatialRepresentationType" value="textTable" type="radio" onclick="isVecteur()" /></td>
<td rowspan="3" class="colonne_vide"></td>
<td rowspan="3">
<table class="sousTabn2" id="tabSpatialRepType">
<tr><td colspan="6">Type de géométrie :</td></tr>
<!-- gmd:MD_GeometricObjectTypeCode -->
<tr><td><label for="presentation_champs_4_poi" class="choix">Point</label></td>
<td><input id="presentation_champs_4_poi" name="gmd:spatialRepresentationType_" value="point" type="radio" /></td>
<td><label for="presentation_champs_4_lig" class="choix">Ligne</label></td>
<td><input id="presentation_champs_4_lig" name="gmd:spatialRepresentationType_" value="curve" type="radio" /></td>
<td><label for="presentation_champs_4_pol" class="choix">Polygone</label></td>
<td><input id="presentation_champs_4_pol" name="gmd:spatialRepresentationType_" value="surface" type="radio" /></td></tr>
</table>
</td></tr>
<tr><td><label for="presentation_champs_4_rast" class="choix">Raster</label></td>
<td><input id="presentation_champs_4_rast" name="gmd:spatialRepresentationType" value="grid" type="radio" onclick="isVecteur()" /></td></tr>
<tr><td><label for="presentation_champs_4_vect" class="choix">Vecteur</label></td>
<td><input id="presentation_champs_4_vect" name="gmd:spatialRepresentationType" value="vector" type="radio" onclick="isVecteur()" /></td></tr>
</table>
</td>
<td class="case_aide"><div class="aide" id="aide_presentation_champs_4" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_presentation_champs_4" class="erreur"></div></td>
</tr>
<tr> <td class="intitule"><label for="presentation_champs_5" id="label_presentation_champs_5" class="label_champs">
Lien
</label></td>
<td class="case_champs"><input id="presentation_champs_5" name="gmd:url"
type="text" value="http://" /></td>
<td class="case_aide"><div class="aide" id="aide_presentation_champs_5" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_presentation_champs_5" class="erreur"></div></td>
</tr>
<tr> <td class="intitule"><label for="presentation_champs_6" id="label_presentation_champs_6" class="label_champs">
Langue de la donnée
</label></td>
<td class="case_champs"><select id="presentation_champs_6" name="gmd:language_donnee">
<optgroup label="## Choisissez une langue ##">
<option value="fra">Français</option>
<option value="eng">Anglais</option>
<option value="deu">Allemand</option>
<option value="spa">Espagnol</option>
<option value="ita">Italien</option>
<option value="dut">Néerlandais / Flamand</option>
<option value="por">Portugais</option>
<option value="und">Autre</option>
</optgroup>
</select>
</td>
<td class="case_aide"><div class="aide" id="aide_presentation_champs_6" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_presentation_champs_6" class="erreur"></div></td>
</tr>
<tr> <td class="intitule"><label for="presentation_champs_7" id="label_presentation_champs_7" class="label_champs">
Langue de la métadonnée
</label></td>
<td class="case_champs"><select id="presentation_champs_7" name="gmd:language_metadonnee">
<optgroup label="## Choisissez une langue ##">
<option value="fra">Français</option>
<option value="eng">Anglais</option>
<option value="deu">Allemand</option>
<option value="spa">Espagnol</option>
<option value="ita">Italien</option>
<option value="dut">Néerlandais / Flamand</option>
<option value="por">Portugais</option>
<option value="und">Autre</option>
</optgroup>
</select>
</td>
<td class="case_aide"><div class="aide" id="aide_presentation_champs_7" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_presentation_champs_7" class="erreur"></div></td>
</tr>
</table>
</fieldset></td></tr>
<!-- ==================================================================
================================== 2 ==================================
========================= Partie Thematiques =========================
=================================================================== -->
<tr><td><fieldset class="n1">
<legend>2 - Thématiques</legend>
<table class="tab_form" id="partie_thematique">
<tr> <td class="intitule"><label for="thematique_champs_1" id="label_thematique_champs_1" class="label_champs">
Liste <!-- gmd:topicCategory -->
</label></td>
<td class="case_champs">
<a class="lien_thematique" id="ouverturePop_thematique" onclick="popChoix(this.className)">
<span id="thematique_champs_1">Cliquez ici pour choisir une thématique</span>
<img src="images/add.png" />
</a>
<table id="thematique_ajouts" class="sousTabn1"></table>
</td>
<td class="case_aide"><div class="aide" id="aide_thematique_champs_1" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_thematique_champs_1" class="erreur"></div></td>
</tr>
</table>
</fieldset></td></tr>
<!-- ==================================================================
================================== 3 ==================================
========================== Partie Mots-Clés ==========================
=================================================================== -->
<tr><td><fieldset class="n1">
<legend>3 - Mots-Clés</legend>
<table class="tab_form" id="partie_motcle">
<tr> <td class="intitule"><label for="motcle_champs_1" id="label_motcle_champs_1" class="label_champs">
Mots-Clés (saisie via liste) <!-- gmd:keyword -->
</label></td>
<td class="case_champs">
<a class="lien_motcle" id="ouverturePop_motcle" onclick="popChoix(this.className)">
<span id="motcle_champs_1" type="text">Cliquez ici pour choisir un mot-clé</span>
<img src="images/add.png" />
</a>
<table id="motcle_ajouts" class="sousTabn1"></table>
</td>
<td class="case_aide"><div class="aide" id="aide_motcle_champs_1" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_motcle_champs_1" class="erreur"></div></td>
</tr>
<tr> <td class="intitule"><label for="motcle_champs_2" id="label_motcle_champs_2" class="label_champs">
Mots-Clés (saisie libre)
</label></td>
<td class="case_champs">
<table class="sousTabn1" id="motcle_saisie_libre">
<tr><td colspan="2">
<label for="motcle_champs_2" class="sous_intitule">Saisissez ici :</label>
</td></tr>
<tr><td>
<input id="motcle_champs_2" name="saisie_motcle" type="text" />
</td><td>
<a id="soumettre_motcle_1" class="bouton petit" onclick="soumettreMotCle(this.id, 'text')">OK</a>
</td></tr>
<tr><td colspan="2">
<label for="liste_motcle_bd" class="sous_intitule">
Ou choisissez parmis les mots-clés enregistrés dans la base de donnée : </label>
</td></tr>
<tr><td>
<select id="liste_motcle_bd">
<optgroup label="## Liste des mots-clés de la base ##">
<?php recupListe() ?>
</optgroup>
</select>
</td><td>
<a id="soumettre_motcle_2" class="bouton petit" onclick="soumettreMotCle(this.id, 'bd')">OK</a>
</td></tr>
<tr><td colspan="2">
<table id="motcle_ajouts_libre" class="sousTabn2"></table>
</td></tr>
</table>
</td>
<td class="case_aide"><div class="aide" id="aide_motcle_champs_2" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_motcle_champs_2" class="erreur"></div></td>
</tr>
</table>
</fieldset></td></tr>
<!-- ==================================================================
================================== 4 ==================================
========================== Partie Géographie ==========================
=================================================================== -->
<tr><td><fieldset class="n1">
<legend>4 - Géographie</legend>
<table class="tab_form" id="partie_geographie">
<tr id="case_emprise">
<td class="intitule" id="case_emprise_1"><label id="label_geographie_champs_1" class="label_champs">
Emprise <br /> en Lambert 93
</label></td>
<td colspan="2" id="case_emprise_2" class="case_champs">
<table class="sousTabn1" id="sous_partie_geographie_1">
<tr><td>
<table class="sousTabn2">
<tr><td class="choix_emprise" rowspan="2">
<?php
$tabTerr1=getTerritoireById("terr1");
echo "<input id=\"geographie_champs_1_terr1\"
name=\"gmd:EX_GeographicBoundingBox\" value=\"".strtolower($tabTerr1['nom'])."\"
type=\"radio\" onclick=\"enableAutre(this.value)\" /></td>";
?>
<td><label for="geographie_champs_1_terr1" class="choix"><?php echo $tabTerr1['nom']; ?>
</label></td>
<td>
<?php
echo "<img src=\"".$tabTerr1['carte']."\" id=\"terr1\"
onclick=\"choixEmprise(this.id)\" />";
?>
</td></tr>
</table>
</td>
<td>
<table class="sousTabn2">
<tr><td class="choix_emprise" rowspan="2">
<?php
$tabTerr2=getTerritoireById("terr2");
echo "<input id=\"geographie_champs_1_terr2\"
name=\"gmd:EX_GeographicBoundingBox\" value=\"".strtolower($tabTerr2['nom'])."\"
type=\"radio\" onclick=\"enableAutre(this.value)\" /></td>";
?>
<td><label for="geographie_champs_1_terr2" class="choix"><?php echo $tabTerr2['nom']; ?>
</label></td>
<td>
<?php
echo "<img src=\"".$tabTerr2['carte']."\" id=\"terr2\"
onclick=\"choixEmprise(this.id)\" />";
?>
</td></tr>
</table>
</td></tr>
<tr><td>
<table class="sousTabn2">
<tr><td class="choix_emprise" rowspan="2">
<?php
$tabTerr3=getTerritoireById("terr3");
echo "<input id=\"geographie_champs_1_terr3\"
name=\"gmd:EX_GeographicBoundingBox\" value=\"".strtolower($tabTerr3['nom'])."\"
type=\"radio\" onclick=\"enableAutre(this.value)\" /></td>";
?>
<td><label for="geographie_champs_1_terr3" class="choix"><?php echo $tabTerr3['nom']; ?>
</label></td>
<td>
<?php
echo "<img src=\"".$tabTerr3['carte']."\" id=\"terr3\"
onclick=\"choixEmprise(this.id)\" />";
?>
</td></tr>
</table>
</td>
<td>
<table class="sousTabn2">
<tr><td class="choix_emprise" rowspan="2">
<?php
$tabTerr4=getTerritoireById("terr4");
echo "<input id=\"geographie_champs_1_terr4\"
name=\"gmd:EX_GeographicBoundingBox\" value=\"".strtolower($tabTerr4['nom'])."\"
type=\"radio\" onclick=\"enableAutre(this.value)\" /></td>";
?>
<td><label for="geographie_champs_1_terr4" class="choix"><?php echo $tabTerr4['nom']; ?>
</label></td>
<td>
<?php
echo "<img src=\"".$tabTerr4['carte']."\" id=\"terr4\"
onclick=\"choixEmprise(this.id)\" />";
?>
</td></tr>
</table>
</td></tr>
<tr><td>
<table class="sousTabn2">
<tr><td class="choix_emprise" rowspan="2">
<?php
$tabTerr5=getTerritoireById("terr5");
echo "<input id=\"geographie_champs_1_terr5\"
name=\"gmd:EX_GeographicBoundingBox\" value=\"".strtolower($tabTerr5['nom'])."\"
type=\"radio\" onclick=\"enableAutre(this.value)\" /></td>";
?>
<td><label for="geographie_champs_1_terr5" class="choix"><?php echo $tabTerr5['nom']; ?>
</label></td>
<td>
<?php
echo "<img src=\"".$tabTerr5['carte']."\" id=\"terr5\"
onclick=\"choixEmprise(this.id)\" />";
?>
</td></tr>
</td>
</table>
<td>
<table class="sousTabn2">
<tr><td class="choix_emprise" rowspan="2"><input id="geographie_champs_1_autre"
name="gmd:EX_GeographicBoundingBox" value="autre"
type="radio" onclick="enableAutre(this.value)" /></td>
<td><label for="geographie_champs_1_autre" class="choix">Autre :
</label>
<input id="geographie_champs_1_autre_nom" name="gmd:extent_description" disabled="disabled" />
</td></tr>
<td>
<table class="sousTabn3 coordonnees">
<tr><td> O :
</td><td> <input id="geographie_champs_1_autre_west" name="gmd:westBoundLongitude" disabled="disabled" onchange="adapteNumerique(this)" />
</td><td> N :
</td><td> <input id="geographie_champs_1_autre_north" name="gmd:northBoundLatitude" disabled="disabled" onchange="adapteNumerique(this)" />
</td></tr><tr><td>E :
</td><td> <input id="geographie_champs_1_autre_east" name="gmd:eastBoundLongitude" disabled="disabled" onchange="adapteNumerique(this)" />
</td><td> S :
</td><td> <input id="geographie_champs_1_autre_south" name="gmd:southBoundLatitude" disabled="disabled" onchange="adapteNumerique(this)" />
</td></tr>
</table>
</td></tr>
</table>
</td></tr>
</table>
</td>
<td class="case_aide" id="case_emprise_3"><div class="aide" id="aide_geographie_champs_1" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_geographie_champs_1" class="erreur"></div></td>
</tr>
<tr><td colspan="4">
<table><tr><td>
Cliquez sur l'un des deux icônes situés à côté des titres de rubriques ci-dessous pour activer la rubrique correspondante.
</td><td>
<div class="aide" id="refSpaOuIdGeo" onclick="showAideSpe(this.id)"></div>
</td></tr></table>
<fieldset class="n2" id="refSpa">
<legend>Référence spatiale
<img class="choixPartieGeo" src="images/modify.png" alt="Activer" title="Activer cette partie"
onclick="choixPartie(this.parentNode.parentNode.id)"/></legend>
<table class="sousTabn1" id="sous_partie_geographie_2">
<tr> <td class="intitule"><label id="label_geographie_champs_2" class="label_champs">
Système de projection <!-- gmd:code -->
</label></td>
<td class="case_champs">
<table id="tabChoixSystemeProj" class="sousTabn1">
<tr><td>
<input id="geographie_champs_2_l93" name="choixSystemeProj" type="radio" value="l93" onclick="setSystemeProj(this.id)">
</td><td colspan="2">
<label for="geographie_champs_2_l93">Lambert93</label>
</td></tr>
<tr><td>
<input id="geographie_champs_2_autre" name="choixSystemeProj" type="radio" value="autre" onclick="setSystemeProj(this.id)">
</td><td id="case_autreSystemeProj">
<label for="geographie_champs_2_autre">Autre :</label>
</td><td>
<input id="choixSystemeProj_autre" name="gmd:code_geo" type="text" /></td>
</td></tr>
</table>
</td>
<td class="case_aide"><div class="aide" id="aide_geographie_champs_2" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_geographie_champs_2" class="erreur"></div></td>
</tr>
<tr> <td class="intitule"><label for="geographie_champs_3" id="label_geographie_champs_3" class="label_champs">
Echelle, résolution
</label></td>
<td class="case_champs">
<table class="sousTabn1" id="tabEchelle"><tr>
<td>1 : </td>
<td><input id="geographie_champs_3" name="gmd:denominator" type="text" onchange="adapteNumerique(this)" /></td>
</tr></table>
</td>
<td class="case_aide"><div class="aide" id="aide_geographie_champs_3" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_geographie_champs_3" class="erreur"></div></td>
</tr>
<tr> <td class="intitule"><label for="geographie_champs_4" id="label_geographie_champs_4" class="label_champs">
Précision (en mètres)
</label></td>
<td class="case_champs"><input id="geographie_champs_4" name="gmd:distance" type="text" onchange="adapteNumerique(this)" /></td>
<td class="case_aide"><div class="aide" id="aide_geographie_champs_4" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_geographie_champs_4" class="erreur"></div></td>
</tr>
</table>
</fieldset>
<fieldset class="n2" id="ideGeo">
<legend>Identifiant géographique
<img class="choixPartieGeo" src="images/modify.png" alt="Activer" title="Activer cette partie"
onclick="choixPartie(this.parentNode.parentNode.id)"/></legend>
<table class="sousTabn1" id="sous_partie_geographie_3">
<tr> <td class="intitule"><label for="geographie_champs_5" id="label_geographie_champs_5" class="label_champs">
Code
</label></td>
<td class="case_champs">
<table id="tabChoixIdentGeo" class="sousTabn1">
<tr><td>
<input id="choixIdentGeo_presaisie" type="radio" value="presaisie" disabled="disabled" onclick="setChoixIdentGeo(this.value)" />
</td><td>
<label for="geographie_champs_2_autre">Codes présaisis : </label>
</td><td>
<select id="geographie_champs_5_presaisie" name="gmd:code_stat" disabled="disabled" onchange="setIdGeoAutorite(this.value)">
<optgroup label="## Votre choix déterminera la valeur du champs 'Autorité' ##">
</optgroup>
</select>
</td></tr>
<tr><td>
<input id="choixIdentGeo_saisielibre" type="radio" value="saisielibre" onclick="setChoixIdentGeo(this.value)" />
</td><td>
<label for="geographie_champs_2_autre">Saisie libre : </label>
</td><td>
<input id="geographie_champs_5_saisielibre" disabled="disabled" name="gmd:code_stat" type="text" /></td>
</td></tr>
</table>
</td>
<td class="case_aide"><div class="aide" id="aide_geographie_champs_5" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_geographie_champs_5" class="erreur"></div></td>
</tr>
<tr> <td class="intitule"><label for="geographie_champs_6" id="label_geographie_champs_6" class="label_champs">
Version (année)
</label></td>
<td class="case_champs"><input id="geographie_champs_6" name="gmd:version_stat"
type="text" disabled="disabled" /></td>
<td class="case_aide"><div class="aide" id="aide_geographie_champs_6" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_geographie_champs_6" class="erreur"></div></td>
</tr>
<tr> <td class="intitule"><label for="geographie_champs_7" id="label_geographie_champs_7" class="label_champs">
Autorité
</label></td>
<td class="case_champs"><input id="geographie_champs_7" name="gmd:authority_stat"
type="text" disabled="disabled" /></td>
<td class="case_aide"><div class="aide" id="aide_geographie_champs_7" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_geographie_champs_7" class="erreur"></div></td>
</tr>
</table>
</fieldset>
</td></tr>
</table>
</td></tr>
<!-- ==================================================================
================================== 5 ==================================
============================= Partie Date =============================
================================================================== -->
<tr><td><fieldset class="n1">
<legend>5 - Date de la donnée et de la métadonnée</legend>
<table class="tab_form" id="partie_date">
<tr><td>
<fieldset class="n2">
<legend>Donnée</legend>
<table class="sousTabn1">
<tr><td class="intitule"><label for="date_champs_1_jour" id="label_date_champs_1" class="label_champs">
Date de création
</label></td>
<td class="case_champs">
<select id="date_champs_1_jour" name="gmd:date_jour_creation"
class="date" type="text">
</select>
<select id="date_champs_1_mois" name="gmd:date_mois_creation"
class="date" type="text" onchange="chooseDate(this, this.options[this.selectedIndex].value)">
</select>
<select id="date_champs_1_annee" name="gmd:date_annee_creation"
class="date" type="text" onchange="chooseDate(this, this.options[this.selectedIndex].value)">
</select>
</td>
<td class="case_aide"><div class="aide" id="aide_date_champs_1" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_date_champs_1" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="date_champs_2_jour" id="label_date_champs_2" class="label_champs">
Date de dernière modification
</label></td>
<td class="case_champs">
<select id="date_champs_2_jour" name="gmd:date_jour_revision"
class="date" type="text">
</select>
<select id="date_champs_2_mois" name="gmd:date_mois_revision"
class="date" type="text" onchange="chooseDate(this, this.options[this.selectedIndex].value)">
</select>
<select id="date_champs_2_annee" name="gmd:date_annee_revision"
class="date" type="text" onchange="chooseDate(this, this.options[this.selectedIndex].value)">
</select>
</td>
<td class="case_aide"><div class="aide" id="aide_date_champs_2" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_date_champs_2" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="date_champs_3" id="label_date_champs_3" class="label_champs">
Rythme d'actualisation
</label></td>
<td class="case_champs">
<select id="date_champs_3" name="gmd:maintenanceAndUpdateFrequency">
<option value="continual">Continue</option>
<option value="daily">Journalier</option>
<option value="weekly">Hebdomadaire</option>
<option value="fortnightly">Bi-mensuel</option>
<option value="monthly">Mensuel</option>
<option value="quartly">Trimestriel</option>
<option value="biannually">Bi-annuel</option>
<option value="annually">Annuel</option>
<option value="asNeeded">Lorsque nécessaire</option>
<option value="irregular">Irrégulier</option>
<option value="notPlanned">Non planifié</option>
<option value="unknown">Inconnu</option>
</select>
</td>
<td class="case_aide"><div class="aide" id="aide_date_champs_3" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_date_champs_3" class="erreur"></div></td>
</tr>
</table>
</fieldset>
</td></tr><tr><td>
<fieldset class="n2">
<legend>Métadonnée</legend>
<table class="sousTabn1">
<tr> <td class="intitule"><label for="date_champs_4_jour" id="label_date_champs_4" class="label_champs">
Date de création
</label></td>
<td class="case_champs">
<input type="text" id="date_champs_4" name="gmd:dateStamp"
class="date" type="text" readonly="readonly" />
</td>
<td class="case_aide"><div class="aide" id="aide_date_champs_4" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_date_champs_4" class="erreur"></div></td>
</tr>
</tr>
</table>
</fieldset>
</td></tr></table>
</fieldset></td></tr>
<!-- ==================================================================
================================== 6 ==================================
========================== Partie Genealogie ==========================
=================================================================== -->
<tr><td><fieldset class="n1">
<legend>6 - Généalogie</legend>
<table class="tab_form" id="partie_genealogie">
<tr> <td class="intitule"><label for="genealogie_champs_1" id="label_genealogie_champs_1" class="label_champs">
Source,<br /> historique de traitement,<br /> contrôle
</label></td>
<td class="case_champs"><textarea id="genealogie_champs_1" name="gmd:statement"></textarea></td>
<td class="case_aide"><div class="aide" id="aide_genealogie_champs_1" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_genealogie_champs_1" class="erreur"></div></td>
</tr>
</table>
</fieldset></td></tr>
<!-- ==================================================================
================================== 7 ==================================
========================= Partie Contraintes =========================
=================================================================== -->
<tr><td><fieldset class="n1">
<legend>7 - Contraintes d'accès et d'utilisation</legend>
<table class="tab_form" id="partie_contraintes">
<tr> <td class="intitule"><label for="contraintes_champs_1" id="label_contraintes_champs_1" class="label_champs">
Aux métadonnées
</label></td>
<td class="case_champs"><input id="contraintes_champs_1" name="gmd:MD_Constraints" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contraintes_champs_1" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contraintes_champs_1" class="erreur"></div></td>
</tr>
<tr> <td class="intitule"><label for="contraintes_champs_2" id="label_contraintes_champs_2" class="label_champs">
Aux données
</label></td>
<td class="case_champs"><input id="contraintes_champs_2" name="gmd:MD_SecurityConstraints" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contraintes_champs_2" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contraintes_champs_2" class="erreur"></div></td>
</tr>
<tr> <td class="intitule"><label id="label_contraintes_champs_3" class="label_champs">
Diffusion autorisée
</label></td>
<td class="case_champs">
<table class="sousTabn1">
<tr>
<td><input id="contraintes_champs_3_externe" name="gmd:classification"
value="unclassified" type="radio" /></td>
<td><label for="contraintes_champs_3_externe" class="choix">externe</label></td>
<td><input id="contraintes_champs_3_interne" name="gmd:classification"
value="restricted" type="radio" /></td>
<td><label for="contraintes_champs_3_interne" class="choix">interne</label></td>
<td><input id="contraintes_champs_3_interdit" name="gmd:classification"
value="confidential" type="radio" /></td>
<td><label for="contraintes_champs_3_interdit" class="choix">interdite</label></td></tr>
</table>
</td>
<td class="case_aide"><div class="aide" id="aide_contraintes_champs_3" onclick="showAide(this.id)"></div></td>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contraintes_champs_3" class="erreur"></div></td>
</tr>
</table>
</fieldset></td></tr>
<!-- ==================================================================
================================== 8 ==================================
=========================== Partie Contact ===========================
=================================================================== -->
<tr><td><fieldset class="n1">
<legend>8 - Organisme contact</legend>
<div class="aide" id="aideContact" onclick="showAideSpe(this.id)"></div>
<table class="tab_form" id="partie_contact">
<tr><td colspan="2">
<fieldset class="n2" id="cont_md">
<legend>Métadonnée</legend>
<table class="sousTabn1" id="sous_partie_contact_1">
<tr><td class="intitule"><label for="contact_champs_1" id="label_contact_champs_1" class="label_champs">
Nom du contact pour la métadonnée
</label></td>
<td class="case_champs"><input id="contact_champs_1" name="gmd:individualName_md" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_1" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_1" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="contact_champs_2" id="label_contact_champs_2" class="label_champs">
Organisation
</label></td>
<td class="case_champs"><input id="contact_champs_2" name="gmd:organisationName_md" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_2" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_2" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="contact_champs_3" id="label_contact_champs_3" class="label_champs">
Rôle dans l'organisme
</label></td>
<td class="case_champs"><input id="contact_champs_3" name="gmd:positionName_md" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_3" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_3" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="contact_champs_4" id="label_contact_champs_4" class="label_champs">
Fonction
</label></td>
<td class="case_champs">
<select id="contact_champs_4" name="gmd:CI_RoleCode_md">
</select>
</td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_4" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_4" class="erreur"></div></td>
</tr>
<tr><td colspan="3">
<fieldset class="n3" id="cont_md_ad">
<legend>Adresse :</legend>
<table class="sousTabn1" id="sous_partie_contact_1_ad">
<tr><td class="intitule"><label for="contact_champs_5" id="label_contact_champs_5" class="label_champs">
Rue
</label></td>
<td class="case_champs"><input id="contact_champs_5" name="gmd:deliveryPoint_md" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_5" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_5" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="contact_champs_6" id="label_contact_champs_6" class="label_champs">
Ville
</label></td>
<td class="case_champs"><input id="contact_champs_6" name="gmd:city_md" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_6" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_6" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="contact_champs_7" id="label_contact_champs_7" class="label_champs">
Code Postal
</label></td>
<td class="case_champs"><input id="contact_champs_7" name="gmd:postalCode_md" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_7" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_7" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="contact_champs_8" id="label_contact_champs_8" class="label_champs">
Pays
</label></td>
<td class="case_champs"><input id="contact_champs_8" name="gmd:country_md" type="text" value="France" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_8" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_8" class="erreur"></div></td>
</tr>
</table>
</fieldset>
</td></tr>
<tr><td class="intitule"><label for="contact_champs_9" id="label_contact_champs_9" class="label_champs">
Numéro de téléphone
</label></td>
<td class="case_champs"><input id="contact_champs_9" name="gmd:voice_md" type="text" onchange="adapteNumTel(this)" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_9" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_9" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="contact_champs_10" id="label_contact_champs_10" class="label_champs">
Adresse mail
</label></td>
<td class="case_champs"><input id="contact_champs_10" name="gmd:electronicMailAddress_md" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_10" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_10" class="erreur"></div></td>
</tr>
</table>
</fieldset>
</td></tr>
<tr><td id="case_recop_contact">
<a class="bouton moyen" onclick="recopContact()">Recopier le contact</a>
</td>
<td class="case_aide_spe"><div class="aide" id="recopContact" onclick="showAideSpe(this.id)"></div></td></tr>
<tr><td colspan="2">
<fieldset class="n2" id="cont_d">
<legend>Donnée
<img src='images/plus.gif' id='plus_contact_donnee' alt='Ajouter un nouveau contact pour la donnee' title='Ajouter un nouveau contact pour la donnee' onclick='ajoutContact(this.parentNode.parentNode)'>
</legend>
<table class="sousTabn1" id="sous_partie_contact_2">
<tr><td class="intitule"><label for="contact_champs_11" id="label_contact_champs_11" class="label_champs">
Nom du contact pour la donnée
</label></td>
<td class="case_champs"><input id="contact_champs_11" name="gmd:individualName_d" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_11" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_11" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="contact_champs_12" id="label_contact_champs_12" class="label_champs">
Organisation
</label></td>
<td class="case_champs"><input id="contact_champs_12" name="gmd:organisationName_d" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_12" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_12" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="contact_champs_13" id="label_contact_champs_13" class="label_champs">
Rôle dans l'organisme
</label></td>
<td class="case_champs"><input id="contact_champs_13" name="gmd:positionName_d" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_13" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_13" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="contact_champs_14" id="label_contact_champs_14" class="label_champs">
Fonction
</label></td>
<td class="case_champs">
<select id="contact_champs_14" name="gmd:CI_RoleCode_d"></select>
</td>
</td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_14" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_14" class="erreur"></div></td>
</tr>
<tr><td colspan="3">
<fieldset class="n3" id="cont_d_ad">
<legend>Adresse :</legend>
<table class="sousTabn1" id="sous_partie_contact_2_ad">
<tr><td class="intitule"><label for="contact_champs_15" id="label_contact_champs_15" class="label_champs">
Rue
</label></td>
<td class="case_champs"><input id="contact_champs_15" name="gmd:deliveryPoint_d" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_15" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_15" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="contact_champs_16" id="label_contact_champs_16" class="label_champs">
Ville
</label></td>
<td class="case_champs"><input id="contact_champs_16" name="gmd:city_d" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_16" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_16" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="contact_champs_17" id="label_contact_champs_17" class="label_champs">
Code Postal
</label></td>
<td class="case_champs"><input id="contact_champs_17" name="gmd:postalCode_d" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_17" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_17" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="contact_champs_18" id="label_contact_champs_18" class="label_champs">
Pays
</label></td>
<td class="case_champs"><input id="contact_champs_18" name="gmd:country_d" type="text" value="France" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_18" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_18" class="erreur"></div></td>
</tr>
</table>
</fieldset>
</td></tr>
<tr><td class="intitule"><label for="contact_champs_19" id="label_contact_champs_19" class="label_champs">
Numéro de téléphone
</label></td>
<td class="case_champs"><input id="contact_champs_19" name="gmd:voice_d" type="text" onchange="adapteNumTel(this)" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_19" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_19" class="erreur"></div></td>
</tr>
<tr><td class="intitule"><label for="contact_champs_20" id="label_contact_champs_20" class="label_champs">
Adresse mail
</label></td>
<td class="case_champs"><input id="contact_champs_20" name="gmd:electronicMailAddress_d" type="text" /></td>
<td class="case_aide"><div class="aide" id="aide_contact_champs_20" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_contact_champs_20" class="erreur"></div></td>
</tr>
</table>
</fieldset>
</td></tr>
</table>
</fieldset></td></tr>
<!-- ==================================================================
================================== 9 ==================================
========================== Partie Attributs ==========================
=================================================================== -->
<tr><td><fieldset class="n1">
<legend>9 - Attributs</legend>
<table class="tab_form" id="partie_attributs">
<tr><td>
<table id="tabChoixTypeSaisieAttr">
<tr><td><input id="attribut_choixTypeSaisie_simple" type="radio" onclick="choixTypeSaisieAttribut(this.id)" /></td>
<td><label for="attribut_choixTypeSaisie_simple">Saisie simple</label></td>
<td><input id="attribut_choixTypeSaisie_avancee" type="radio" onclick="choixTypeSaisieAttribut(this.id)" /></td>
<td><label for="attribut_choixTypeSaisie_avancee">Saisie avancée</label></td>
<td><div class="aide" id="aideChoixTypeSaisie" onclick="showAideSpe(this.id)"></div></td>
</tr>
</table>
</td></tr>
<tr><td>
<table class="sousTabn1" id="tab_attributs">
<tr><td class="coinsup_tabattributs"></td>
<td class="intitule">Nom du champ</td>
<td class="intitule">Description</td>
<td class="coinsup_tabattributs"></td>
</tr>
<tr><td><span id="id_attributs_champs_1">1</span></td>
<td><input id="attributs_champs_1_nom" name="gfc:memberName_attr1" type="text" /></td>
<td><input id="attributs_champs_1_desc" name="gfc:definition_attr1" type="text" /></td>
<td>*</td></tr>
<tr><td colspan="4">
<table class="sousTabn2 tabAttribut">
<tr><td>
<label id="label_attr_1_card" for="attributs_champs_1_card">Nombre possible d'occurrences d'une même valeur (cardinalité)</label></td>
<td>
<label id="label_attr_1_type" for="attributs_champs_1_type">Type de la donnée</label></td>
<td>
<label id="label_attr_1_unite" for="attributs_champs_1_unite">Unité de mesure (à écrire en abrégé)</label><td></tr>
<tr><td>
<select id="attributs_champs_1_card" name="gfc:cardinality_attr1">
<option value="0/1">De zéro à une fois (0,1)</option>
<option value="1/1">Une seule et unique fois (1,1)</option>
<option value="1/inf">Au moins une fois (1,infini)</option>
</select>
</td>
<td>
<select id="attributs_champs_1_type" name="gfc:valueType_attr1">
<option value="alphanumerique">Alpha-numérique</option>
<option value="numerique">Numérique</option>
<option value="texte">Texte</option>
</select>
</td>
<td>
<input id="attributs_champs_1_unite" name="gfc:valueMeasurementUnit_attr1" />
</td>
</tr></table>
</td>
</tr>
<tr><td><span id="id_attributs_champs_2">2</span></td>
<td><input id="attributs_champs_2_nom" name="gfc:memberName_attr2" type="text" /></td>
<td><input id="attributs_champs_2_desc" name="gfc:definition_attr2" type="text" /></td>
<td>*</td></tr>
<tr><td colspan="4">
<table class="sousTabn2 tabAttribut">
<tr><td>
<label id="label_attr_1_card" for="attributs_champs_2_card">Nombre possible d'occurrences d'une même valeur (cardinalité)</label></td>
<td>
<label id="label_attr_2_type" for="attributs_champs_2_type">Type de la donnée</label></td>
<td>
<label id="label_attr_2_unite" for="attributs_champs_2_unite">Unité de mesure (à écrire en abrégé)</label></td></tr>
<tr><td>
<select id="attributs_champs_2_card" name="gfc:cardinality_attr2">
<option value="0/1">De zéro à une fois (0,1)</option>
<option value="1/1">Une seule et unique fois (1,1)</option>
<option value="1/inf">Au moins une fois (1,infini)</option>
</select>
</td>
<td>
<select id="attributs_champs_2_type" name="gfc:valueType_attr2">
<option value="alphanumerique">Alpha-numérique</option>
<option value="numerique">Numérique</option>
<option value="texte">Texte</option>
</select>
</td>
<td>
<input id="attributs_champs_2_unite" name="gfc:valueMeasurementUnit_attr2" />
</td>
</tr></table>
</td>
</tr>
<tr><td><span id="id_attributs_champs_3">3</span></td>
<td><input id="attributs_champs_3_nom" name="gfc:memberName_attr3" type="text" /></td>
<td><input id="attributs_champs_3_desc" name="gfc:definition_attr3" type="text" /></td>
<td></td></tr>
<tr><td colspan="4">
<table class="sousTabn2 tabAttribut">
<tr><td>
<label id="label_attr_1_card" for="attributs_champs_3_card">Nombre possible d'occurrences d'une même valeur (cardinalité)</label></td>
<td>
<label id="label_attr_2_type" for="attributs_champs_3_type">Type de la donnée</label></td>
<td>
<label id="label_attr_2_unite" for="attributs_champs_3_unite">Unité de mesure (à écrire en abrégé)</label></td></tr>
<tr><td>
<select id="attributs_champs_3_card" name="gfc:cardinality_attr3">
<option value="0/1">De zéro à une fois (0,1)</option>
<option value="1/1">Une seule et unique fois (1,1)</option>
<option value="1/inf">Au moins une fois (1,infini)</option>
</select>
</td>
<td>
<select id="attributs_champs_3_type" name="gfc:valueType_attr3">
<option value="alphanumerique">Alpha-numérique</option>
<option value="numerique">Numérique</option>
<option value="texte">Texte</option>
</select>
</td>
<td>
<input id="attributs_champs_3_unite" name="gfc:valueMeasurementUnit_attr3" />
</td>
</tr></table>
</td>
</tr>
<tr><td colspan="4"><a class="bouton petit" onclick="ajoutAttribut(this.parentNode.parentNode.rowIndex)">Ajouter une donnée attributaire</a></td></tr>
</table>
</td>
<td class="case_aide_spe"><div class="aide" id="aideAttribut" onclick="showAideSpe(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_attributs" class="erreur"></div></td>
</tr>
</table>
</fieldset></td></tr>
<!-- ==================================================================
================================= 1 0 =================================
========================== Partie Conformité ==========================
=================================================================== -->
<tr><td><fieldset class="n1">
<legend>10 - Conformité</legend>
<table class="tab_form" id="partie_conformite">
<tr> <td class="intitule"><label for="conformite_champs_1" id="label_conformite_champs_1" class="label_champs">
Titre
</label></td>
<td class="case_champs">
<input id="conformite_champs_1" name="gmd:title_inspire" type="text" readonly="readonly" />
</td>
<td class="case_aide"><div class="aide" id="aide_conformite_champs_1" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_conformite_champs_1" class="erreur"></div></td>
</tr>
<tr> <td class="intitule"><label for="conformite_champs_2" id="label_conformite_champs_2" class="label_champs">
Date
</label></td>
<td class="case_champs">
<input id="conformite_champs_2" name="gmd:date_inspire" type="text" readonly="readonly" />
</td>
<td class="case_aide"><div class="aide" id="aide_conformite_champs_2" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_conformite_champs_2" class="erreur"></div></td>
</tr>
<tr> <td class="intitule"><label id="label_conformite_champs_3" class="label_champs">
Conformité
</label></td>
<td class="case_champs">
<table class="sousTabn1">
<tr><td>
<input id="conformite_champs_3_conf" name="gmd:pass"
value="conf" type="radio" />
</td>
<td><label for="conformite_champs_3_conf" class="choix">Conforme</label></td>
<td>
<input id="conformite_champs_3_nonconf" name="gmd:pass"
value="nconf" type="radio" /></td>
<td><label for="conformite_champs_3_nonconf" class="choix">Non Conforme</label></td>
<td>
<input id="conformite_champs_3_noneval" name="gmd:pass"
value="neval" type="radio" /></td>
<td><label for="conformite_champs_3_noneval" class="choix">Non Évalué</label></td>
</tr>
</table>
</td>
<td class="case_aide"><div class="aide" id="aide_conformite_champs_3" onclick="showAide(this.id)"></div></td>
</tr>
<tr>
<td colspan="3" class="case_erreur"><div id="erreur_conformite_champs_3" class="erreur"></div></td>
</tr>
</table>
</fieldset></td></tr>
<!-- ==================================================================
================== Soumission du formulaire complet ==================
=================================================================== -->
<tr><td>
<table id="table_submit">
<tr><td id="envoi">
<input id="final_submit_form" type="submit" value="Envoyer le formulaire" />
</td>
<td class="case_aide_spe"><div class="aide" id="aideSubmit" onclick="showAideSpe(this.id)"></div></td>
</tr>
</table>
</td></tr>
<tr>
<td id="coin_bg"></td>
<td id="bord_b"></td>
<td id="coin_bd"></td>
</tr>
<tr><td colspan="3">
<div id="conteneur_menu_bas">
<table id="menu_bas">
<tr><td>
<?php
echo "<a class=\"bouton moyen\" href=\"".getUrlAccueil()."\">Retour à l'accueil</a>";
?>
</td><td>
<a class="bouton moyen" id="chercherPasRempli" onclick="cherchePasRempli()">Ai-je rempli tous les champs ?</a>
</td><td>
<img id="statut_remplis" src="images/faux.png" />
</td><td>
<div class="aide" id="cherchePasRempli" onclick="showAideSpe(this.id)"></div>
</td></tr>
</table>
</div>
</td></tr>
</table>
</form>
</body>
</html>