
Ordre et liste des sections
Voici la liste et l’ordre des sections retenues lors du passage à Primo VO
Ordre | Code | Libellé Français | Libellé Anglais | Libellé Espagnol | Comentaire |
0 | Notice abrégée | Top | Arriba | ||
1 | getit_link1_0 | Comment l’obtenir | How to get it | Cómo obtenerlo | |
2 | getit_link1_0 | En ligne | View it | Visualizarlo | |
3 | getit_link2_0 | En rayon | Get it | Obténgalo | |
4 | details | Notice détaillée | Details | Detalles | |
Masqué | links | Envoyer vers | Send to | Enviar a | Masqué en CSS |
6 | mayAlsoBeFoundAt | Peut également être détenu par | May Also Be held By | También puede ser retenido por | |
7 | action_list | Liens | Links | Enlaces | |
8 | citationTrails | Citations | |||
9 | moreFromTheSameCollection | Sélection | Collection | Colección | |
10 | moreFromTheSameCourse | Cours | Course | Courso | |
11 | virtualBrowse | Etagère virtuelle | Virtual browse | Navegación virtual | |
Masqué | tags | Tags | Tags | Etiquetas | Masqué en css |
Masqué | recommandations | Recommandations | Recommendations | Recomendaciones | Recommandations Bx (pas abonnés) |
Masqué | searchWithinJournal | Rechercher dans | nal Search inside | Buscar dentro | Recherche dans le périodique Masqué en css |
Masqué | quickAccess | Accès rapide | Quick access | Acceso rápido | Pour Alma D uniquement : Affichage rapide de la visionneuse |
Configuration
Au niveau de la vue
Voir la documentation Exlibris : https://knowledge.exlibrisgroup.com/Primo/Product_Documentation/020Primo_VE/Primo_VE_(English)/050Display_Configuration/010Configuring_Discovery_Views_for_Primo_VE#Configuring_the_Full_Display_Page
Au niveau CSS
L’ordre des sections n’est pas géré via la configuration de la vue, mais via le custom.css du Template central, car l’écran de configuration ne permet pas de tout ordonner correctement.

Attention ! Les règles CSS d’ordonnancement des liens de navigation s’appuient sur les libellés des sections. Pensez à modifier le fichier CSS lorsque vous renommez une section.
Ces modifications déployées en central peuvent être surchargées par l’institution.
/*
######## ## ## ## ## ######## #### ###### ######## ## ### ## ##
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## ## ## ## ## ## ## ## ## ## ## ## ## ## ####
###### ## ## ## ## ## ## ## ###### ######## ## ## ## ##
## ## ## ## ## ## ## ## ## ## ## ######### ##
## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## ####### ######## ######## ######## #### ###### ## ######## ## ## ##
*/
/*33PUDB ORDRE des sections (la section avenoyé vers ne pas être déplacé dans le menu de configuration de la vue*/
/*---------------------------------------------------------------------------------------------------------------*/
/* Ordre des sections */
.full-view-inner-container {
padding-bottom: 10em;
display: flex;
flex-direction: column;
}
#getit_link1_0 {order: 0;}
#getit_link2_0 {order: 1;}
#details {order: 2;}
#links {order: 3;display:none;}
#mayAlsoBeFoundAt{order: 4;}
#action_list {order: 5;}
#citationTrails {order: 6;}
#moreFromTheSameCollection {order: 7;}
#moreFromTheSameCourse {order: 8;}
#virtualBrowse {order: 9};
#tags {order: 10; display: none;}
#searchWithinJournal {order: 11; display: none}
#recommendations {order: 12;display: none}
#quickAccess {order: 13;display: none}
/*Ordre des lien sde navigation*/
/*Menu de navigation*/
[aria-label="Notice abrégée"],[aria-label="Notice abrégée"],[aria-label="Top"],[aria-label="Arriba"] {order: 0 !important;}
[aria-label="Comment l'obtenir"],[aria-label="How to get it"],[aria-label="Cómo obtenerlo"] {order: 1 !important;}
[aria-label="En ligne"],[aria-label="View it"],[aria-label="Visualizarlo"] {order: 1 !important;}
[aria-label="En rayon"],[aria-label="Get it"],[aria-label="Obténgalo"] { order: 2 !important;}
[aria-label="Notice détaillée"],[aria-label="Notice détaillée"],[aria-label="Details"],[aria-label="Detalles"] { order: 3 !important;}
[aria-label="Envoyer vers"],[aria-label="Send to"],[aria-label="Enviar a"] { order: 4 !important;}
[aria-label="Peut également être détenu par"],[aria-label="May Also Be held By"],[aria-label="También puede ser retenido por"] {order: 5 !important;}
[aria-label="Citations"] { order: 6 !important;}
[aria-label="Sélection"],[aria-label="Sélection"],[aria-label="Collection"],[aria-label="Colección"] {order: 7 !important;}
[aria-label="Cours"],[aria-label="Course"],[aria-label="Courso"] {order: 8 !important;}
[aria-label="Etagère virtuelle"],[aria-label="Etagère virtuelle"],[aria-label="Virtual browse"],[aria-label="Navegación virtual"] {order: 9 !important;}
[aria-label="Tags"],[aria-label="Etiquetas"] { order: 10 !important; display: none;}
[aria-label="Recommandations"],[aria-label="Recommendations"],[aria-label="Recomendaciones"] { order: 11 !important; display: none;}
[aria-label="Rechercher dans"],[aria-label="nal Search inside"],[aria-label="Buscar dentro"] { order: 12 !important; display: none;}
[aria-label="Accès rapide"],[aria-label="Quick access"],[aria-label="Acceso rápido"] { order: 13 !important; display: none;} */
/*33PUDB Suppression des TAGS*/
/*---------------------------*/
/*Menu*/
[aria-label="Tags"],
[aria-label="Etiquetas"],
[aria-label="nui.mainmenu.label.tags"] {
display: none;
}
/*Sections*/
#tags {
display: none;
}
/*33PUDB Suppression de la section Liens*/
/*---------------------------*/
/*Menu*/
[aria-label="Liens"],[aria-label="Links"],[aria-label="Enlaces"] {
display: none;
}
/*Sections*/
#links {
display: none;
}
/*33PUDB Masquer searchWithinJournal*/
/*----------------------------------*/
#searchWithinJournal {
display: none;
}
/* réduction de la marge entre les rubriques*/
.full-view-section {
margin-top: 1em;
}
.full-view-section .section-title {
font-weight: 600;
font-size: 24px;
}
Libellé des sections
Congiguration > Découverte > Configuration d’affichage > Libellés – Table Full Display Labels
Date de publication
Mis à jour le
Attention ! Certains établissements utilisent parfois de procédures complémentaires