| Line 174... |
Line 174... |
| 174 |
" <h2>{i18n_titre_identification}</h2>"+
|
174 |
" <h2>{i18n_titre_identification}</h2>"+
|
| 175 |
" <span class='{css_label}'>{i18n_nom_alternatif} :</span> {nom_alternatif}<br />"+
|
175 |
" <span class='{css_label}'>{i18n_nom_alternatif} :</span> {nom_alternatif}<br />"+
|
| 176 |
" <span class='{css_label}'>{i18n_mere} :</span> {mere}<br />"+
|
176 |
" <span class='{css_label}'>{i18n_mere} :</span> {mere}<br />"+
|
| 177 |
" <span class='{css_label}'>{i18n_type_ncd} :</span> {type_ncd}<br />"+
|
177 |
" <span class='{css_label}'>{i18n_type_ncd} :</span> {type_ncd}<br />"+
|
| 178 |
" <span class='{css_label}'>{i18n_type_depot} :</span> {type_depot}<br />"+
|
178 |
" <span class='{css_label}'>{i18n_type_depot} :</span> {type_depot}<br />"+
|
| 179 |
" <span class='{css_label}'>{i18n_id_alternatif} :</span> {id_alternatif}<br />"+
|
- |
|
| 180 |
" <span class='{css_label}'>{i18n_code} :</span> {code}<br />"+
|
179 |
" <span class='{css_label}'>{i18n_code} :</span> {code}<br />"+
|
| 181 |
" <span class='{css_label}'>{i18n_cote} :</span> {cote}<br />"+
|
180 |
" <span class='{css_label}'>{i18n_cote} :</span> {cote}<br />"+
|
| 182 |
" </div>"+
|
181 |
" </div>"+
|
| 183 |
" <div class='{css_fieldset}'>"+
|
182 |
" <div class='{css_fieldset}'>"+
|
| 184 |
" <h2>{i18n_general_collection_titre}</h2>"+
|
183 |
" <h2>{i18n_general_collection_titre}</h2>"+
|
| 185 |
" <span class='{css_label}'>{i18n_description} :</span> {description}<br />"+
|
184 |
" <span class='{css_label}'>{i18n_description} :</span> {description}<br />"+
|
| 186 |
" <span class='{css_label}'>{i18n_description_specialiste} :</span> {description_specialiste}<br />"+
|
- |
|
| 187 |
" <span class='{css_label}'>{i18n_historique} :</span> {historique}<br />"+
|
185 |
" <span class='{css_label}'>{i18n_historique} :</span> {historique}<br />"+
|
| 188 |
" <span class='{css_label}'>{i18n_web} :</span> {web}<br />"+
|
186 |
" <span class='{css_label}'>{i18n_web} :</span> {web}<br />"+
|
| 189 |
" </div>"+
|
187 |
" </div>"+
|
| 190 |
" <hr class='{css_clear}'/>"+
|
188 |
" <hr class='{css_clear}'/>"+
|
| 191 |
" <div class='{css_fieldset}'>"+
|
189 |
" <div class='{css_fieldset}'>"+
|
| 192 |
" <h2>{i18n_couverture_collection_titre}</h2>"+
|
190 |
" <h2>{i18n_couverture_collection_titre}</h2>"+
|
| 193 |
" <span class='{css_label}'>{i18n_groupement_principe} :</span> {groupement_principe}<br />"+
|
- |
|
| 194 |
" <span class='{css_label}'>{i18n_groupement_but} :</span> {groupement_but}<br />"+
|
- |
|
| 195 |
" <span class='{css_label}'>{i18n_couverture_geo} :</span> {couverture_geo}<br />"+
|
191 |
" <span class='{css_label}'>{i18n_couverture_geo} :</span> {couverture_geo}<br />"+
|
| 196 |
" </div>"+
|
192 |
" </div>"+
|
| 197 |
" <div class='{css_fieldset}'>"+
|
193 |
" <div class='{css_fieldset}'>"+
|
| 198 |
" <h2>{i18n_specimen_type_titre}</h2>"+
|
194 |
" <h2>{i18n_specimen_type_titre}</h2>"+
|
| 199 |
" <span class='{css_label}'>{i18n_specimen_type_presence} :</span> {specimen_type_presence}<br />"+
|
195 |
" <span class='{css_label}'>{i18n_specimen_type_presence} :</span> {specimen_type_presence}<br />"+
|
| Line 595... |
Line 591... |
| 595 |
generalParams.set("i18n_titre_identification", i18nC.titreAdministratif());
|
591 |
generalParams.set("i18n_titre_identification", i18nC.titreAdministratif());
|
| 596 |
generalParams.set("i18n_nom_alternatif", i18nC.intituleAlternatifCollection());
|
592 |
generalParams.set("i18n_nom_alternatif", i18nC.intituleAlternatifCollection());
|
| 597 |
generalParams.set("i18n_mere", i18nC.collectionMere());
|
593 |
generalParams.set("i18n_mere", i18nC.collectionMere());
|
| 598 |
generalParams.set("i18n_type_ncd", i18nC.typeCollectionNcd());
|
594 |
generalParams.set("i18n_type_ncd", i18nC.typeCollectionNcd());
|
| 599 |
generalParams.set("i18n_type_depot", i18nC.typeDepot());
|
595 |
generalParams.set("i18n_type_depot", i18nC.typeDepot());
|
| 600 |
generalParams.set("i18n_id_alternatif", i18nC.idAlternatifCollection());
|
- |
|
| 601 |
generalParams.set("i18n_code", i18nC.codeAlternatifCollection());
|
596 |
generalParams.set("i18n_code", i18nC.codeAlternatifCollection());
|
| 602 |
generalParams.set("i18n_cote", i18nC.cote());
|
597 |
generalParams.set("i18n_cote", i18nC.cote());
|
| Line 603... |
Line 598... |
| 603 |
|
598 |
|
| 604 |
generalParams.set("i18n_general_collection_titre", i18nC.collectionGeneralTitre());
|
599 |
generalParams.set("i18n_general_collection_titre", i18nC.collectionGeneralTitre());
|
| 605 |
generalParams.set("i18n_description", i18nC.description());
|
- |
|
| 606 |
generalParams.set("i18n_description_specialiste", i18nC.descriptionSpecialiste());
|
600 |
generalParams.set("i18n_description", i18nC.description());
|
| 607 |
generalParams.set("i18n_historique", i18nC.historique());
|
601 |
generalParams.set("i18n_historique", i18nC.historique());
|
| Line 608... |
Line 602... |
| 608 |
generalParams.set("i18n_web", i18nC.siteWeb());
|
602 |
generalParams.set("i18n_web", i18nC.siteWeb());
|
| 609 |
|
- |
|
| 610 |
generalParams.set("i18n_couverture_collection_titre", i18nC.collectionCouvertureTitre());
|
- |
|
| 611 |
generalParams.set("i18n_groupement_principe", i18nC.groupementPrincipe());
|
603 |
|
| Line 612... |
Line 604... |
| 612 |
generalParams.set("i18n_groupement_but", i18nC.groupementBut());
|
604 |
generalParams.set("i18n_couverture_collection_titre", i18nC.collectionCouvertureTitre());
|
| 613 |
generalParams.set("i18n_couverture_geo", i18nC.couvertureGeo());
|
605 |
generalParams.set("i18n_couverture_geo", i18nC.couvertureGeo());
|
| 614 |
|
606 |
|
| 615 |
generalParams.set("i18n_specimen_type_titre", i18nC.collectionSpecimenTypeTitre());
|
607 |
generalParams.set("i18n_specimen_type_titre", i18nC.collectionSpecimenTypeTitre());
|
| Line 616... |
Line 608... |
| 616 |
generalParams.set("i18n_specimen_type_presence", i18nC.specimenTypeCollectionDetail());
|
608 |
generalParams.set("i18n_specimen_type_presence", i18nC.specimenTypeCollectionDetail());
|
| 617 |
generalParams.set("i18n_specimen_type_nombre", i18nC.nbreSpecimenTypeCollectionDetail());
|
609 |
generalParams.set("i18n_specimen_type_nombre", i18nC.nbreSpecimenTypeCollectionDetail());
|
| 618 |
generalParams.set("i18n_specimen_type_classement", i18nC.classementSpecimenTypeCollectionDetail());
|
610 |
generalParams.set("i18n_specimen_type_classement", i18nC.classementSpecimenTypeCollectionDetail());
|
| 619 |
|
- |
|
| 620 |
String nomAlternatif = construireTxtTruck(collection.getNomAlternatif());
|
611 |
|
| Line 621... |
Line 612... |
| 621 |
String typeNcd = construireTxtListeOntologie(collection.getTypeNcd());
|
612 |
String nomAlternatif = construireTxtTruck(collection.getNomAlternatif());
|
| Line 622... |
Line -... |
| 622 |
String typeDepot = construireTxtListeOntologie(collection.getTypeDepot());
|
- |
|
| 623 |
String idAlternatif = construireTxtTruck(collection.getIdAlternatif());
|
- |
|
| 624 |
String code = construireTxtTruck(collection.getCode());
|
613 |
String typeNcd = construireTxtListeOntologie(collection.getTypeNcd());
|
| 625 |
|
614 |
String typeDepot = construireTxtListeOntologie(collection.getTypeDepot());
|
| 626 |
String urls = construireTxtTruck(collection.getUrls(), false);
|
615 |
String code = construireTxtTruck(collection.getCode());
|
| 627 |
|
616 |
|
| 628 |
String groupementBut = construireTxtListeOntologie(collection.getGroupementBut());
|
617 |
String urls = construireTxtTruck(collection.getUrls(), false);
|
| Line 638... |
Line 627... |
| 638 |
|
627 |
|
| 639 |
generalParams.set("nom_alternatif", nomAlternatif);
|
628 |
generalParams.set("nom_alternatif", nomAlternatif);
|
| 640 |
generalParams.set("mere", collection.getCollectionMereNom());
|
629 |
generalParams.set("mere", collection.getCollectionMereNom());
|
| 641 |
generalParams.set("type_ncd", typeNcd);
|
630 |
generalParams.set("type_ncd", typeNcd);
|
| 642 |
generalParams.set("type_depot", typeDepot);
|
- |
|
| 643 |
generalParams.set("id_alternatif", idAlternatif);
|
631 |
generalParams.set("type_depot", typeDepot);
|
| 644 |
generalParams.set("code", code);
|
632 |
generalParams.set("code", code);
|
| Line 645... |
Line 633... |
| 645 |
generalParams.set("cote", collection.getCote());
|
633 |
generalParams.set("cote", collection.getCote());
|
| 646 |
|
- |
|
| 647 |
generalParams.set("description", collection.getDescription());
|
634 |
|
| 648 |
generalParams.set("description_specialiste", collection.getDescriptionSpecialiste());
|
635 |
generalParams.set("description", collection.getDescription());
|
| Line 649... |
Line -... |
| 649 |
generalParams.set("historique", collection.getHistorique());
|
- |
|
| 650 |
generalParams.set("web", urls);
|
- |
|
| 651 |
|
636 |
generalParams.set("historique", collection.getHistorique());
|
| Line 652... |
Line 637... |
| 652 |
generalParams.set("groupement_principe", groupementPrincipe);
|
637 |
generalParams.set("web", urls);
|
| 653 |
generalParams.set("groupement_but", groupementBut);
|
638 |
|
| 654 |
generalParams.set("couverture_geo", couvertureGeo);
|
639 |
generalParams.set("couverture_geo", couvertureGeo);
|