Line 152... |
Line 152... |
152 |
Ontologie::chargerListe(1042);
|
152 |
Ontologie::chargerListe(1042);
|
153 |
// liste 79 : Liste exact/approximatif
|
153 |
// liste 79 : Liste exact/approximatif
|
154 |
Ontologie::chargerListe(1082);
|
154 |
Ontologie::chargerListe(1082);
|
Line 155... |
Line 155... |
155 |
|
155 |
|
156 |
$guid_id_valeur = Config::get('guid_id_collection').$donnees['cc_id_collection'];
|
156 |
$guid_id_valeur = Config::get('guid_id_collection').$donnees['cc_id_collection'];
|
157 |
$donnees['_guid_'] = sprintf(Config::get('guid'), Config::get('guid_projet'), $guid_id_valeur);
|
157 |
$donnees['_guid_'] = sprintf(Config::get('guid'), $guid_id_valeur);
|
158 |
$donnees['_structure_url_'] = $this->obtenirUrlFicheStructure($donnees['cc_ce_structure']);
|
158 |
$donnees['_structure_url_'] = $this->obtenirUrlFicheStructure($donnees['cc_ce_structure']);
|
159 |
$donnees['_nom_alternatif_'] = $this->construireTxtTruck($donnees['cc_truk_nom_alternatif']);
|
159 |
$donnees['_nom_alternatif_'] = $this->construireTxtTruck($donnees['cc_truk_nom_alternatif']);
|
160 |
$donnees['_type_ncd_'] = $this->construireTxtListeOntologie($donnees['cc_ce_type']);
|
160 |
$donnees['_type_ncd_'] = $this->construireTxtListeOntologie($donnees['cc_ce_type']);
|
161 |
$donnees['_type_depot_'] = $this->construireTxtListeOntologie($donnees['cc_ce_type_depot']);
|
161 |
$donnees['_type_depot_'] = $this->construireTxtListeOntologie($donnees['cc_ce_type_depot']);
|