CINXE.COM

Liste de notices après rebond | BnF Catalogue général

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="fr"> <head> <script type="text/javascript" src="/struts/js/base/jquery-1.10.2.min.js"></script> <script type="text/javascript" src="/struts/js/base/jquery.ui.core.min.js?s2j=3.6.1"></script> <script type="text/javascript" src="/struts/js/plugins/jquery.subscribe.min.js?s2j=3.6.1"></script> <script type="text/javascript" src="/struts/js/struts2/jquery.struts2.min.js?s2j=3.6.1"></script> <script type="text/javascript"> $(function() { jQuery.struts2_jquery.version="3.6.1"; jQuery.scriptPath = "/struts/"; jQuery.ajaxSettings.traditional = true; jQuery.ajaxSetup ({ cache: false }); jQuery.struts2_jquery.require("js/struts2/jquery.ui.struts2.min.js?s2j=3.6.1"); }); </script> <link id="jquery_theme_link" rel="stylesheet" href="/struts/themes/smoothness/jquery-ui.css?s2j=3.6.1" type="text/css"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="/styles/bootstrap.min.css" media="all" /> <link rel="stylesheet" type="text/css" href="/styles/fonts/pictos.css" media="all" /> <link rel="stylesheet" type="text/css" href="/styles/fonts/fonts.css" media="all" /> <link rel="stylesheet" type="text/css" href="/styles/jquery.qtip.min.css" media="all" /> <link rel="stylesheet" type="text/css" href="/styles/catagen.css" media="all" /> <link rel="stylesheet" href="/styles/select2/select2.css" /> <script type="text/javascript" src="/js/jquery.cookieBar.js"></script> <!--[if IE]> <link rel="stylesheet" type="text/css" href="/styles/catagen-ie.css" media="all" /> <![endif]--> <script type="text/javascript" src="/js/select2/select2.js"></script> <script type="text/javascript" src="/js/verovio-toolkit-3.10.0.min.js"></script> <script type="text/javascript" src="/js/tacBnF.js" ></script> <script type="text/javascript"> // TLA #51411 29/04/21 // En dur pour test NNB=45164822 => OK /* La variable est en dur dans AFF_HTML.xsl pour test => OK puis dans IXMsru_AFF.xsl en fonction contenu 522$p */ /////////////////////////// /* Some global variables */ /////////////////////////// var vrvToolkit = new verovio.toolkit(); var zoom = 50; var pageHeight = 2970; var pageWidth = 2100; function setOptions() { ////////////////////////////////////////////////////////////// /* Adjust the height and width according to the window size */ ////////////////////////////////////////////////////////////// // Attention ce n'est pas fixe ! // console.log($(document).height()); // En dur 60 000 c'est le max // Sinon [Error] Parameter value 62156 for 'pageHeight' out of bounds; default is 2970, minimum 100, and maximum 60000 // pageHeight = $(document).height() * 100 / zoom ; // C'est juste un Warning pageHeight = 60000; // console.log($(window).width()); => 1 903, je ne sais pas d'o霉 cela vient ! pageWidth = $(window).width() * 100 / zoom ; // console.log(pageWidth); => 3 806, quand j'inspecte l'茅l茅ment svg j'ai width="1 903 px" s没rement d没 au zoom // 17/05/21 - Pour ne pas d茅border // De fa莽on empirique sous Firebug avec width=880px 莽a passe => 2x880=1760 // pageWidth = 1760; // 9/06/21 pour avoir le m锚me width pour la balise svg que dans le RISM cad 1050px pageWidth = 2100; // TLA : en entr茅e format "Plaine & Easie Code Input" // adjustPageWidth: true Ne change rien options = { inputFrom: 'pae', pageHeight: pageHeight, pageWidth: pageWidth, scale: zoom, adjustPageHeight: true }; vrvToolkit.setOptions(options); } function loadData(data, svg_output) { setOptions(); // console.log(data); var svg = vrvToolkit.renderData(data + "\n", options ); // A-t-on des infos ? : NON // var getLog = vrvToolkit.getLog() // console.log(getLog); //$("#svg_output001").html(svg); svg_output.html(svg); } $(document).ready(function() { $('.multiple-select select').select2(); /* Ne fonctionne pas avec des analytiques de niveau 2 par ex NNB=43550622 // Affichage des incipts // Un peu tordu ! var pos = 1; // La notice principale var sPos = '000'; do { if (window['paeIncipit' + sPos] != "") { loadData(window['paeIncipit' + sPos], $('#svg_output' + sPos)); } pos++; sPos = ("0000" + pos).substr(-3); // Pourquoi paeIncipit041 n'est pas d茅finie pour NNB=39750565 sur la PFC ? // pb. s没remement avec le premier cract猫re 522$p guillement au lieu de quote quote ! => mise en place dans xsl de replaceCharsInString() // il y en a aussi un autre avant F4.B8A. // Dans les autres incipits de cette NNB je n'ai pas cette anomalie ! console.log(sPos); } while ( typeof(window['paeIncipit' + sPos]) !== 'undefined' ) */ // J'ai l'mpression que le - pose des pbs dans les noms de variables => n // paeIncipitn1, 2 ... Les 522$p de la notice principale // paeIncipit_an1, 2 ... Les 522$p de l'analytique de niveau 1 a // paeIncipit_a_bn1, 2 ... Les 522$p de l'analytique de niveau 2 a.b // console.log("Les 522$p de la notice principale"); var num522p = 1; do { if (typeof(window['paeIncipitn' + num522p]) !== 'undefined' ) { // console.log("Num522p = " + num522p); loadData(window['paeIncipitn' + num522p], $('#svg_outputn' + num522p)); num522p++; } } while ( typeof(window['paeIncipitn' + num522p]) !== 'undefined' ) // console.log("Les 522$p des analytiques de niveau 1"); var numAnlNiv1 = 1; do { num522p = 1; do { if (typeof(window['paeIncipit_' + numAnlNiv1 + 'n' + num522p]) !== 'undefined' ) { if (window['paeIncipit_' + numAnlNiv1 + 'n' + num522p] != "") { loadData(window['paeIncipit_' + numAnlNiv1 + 'n' + num522p], $('#svg_output_' + numAnlNiv1 + 'n' + num522p)); } // console.log("Niv1/Num522p = " + numAnlNiv1 + '/' + num522p); num522p++; } } while ( typeof(window['paeIncipit_' + numAnlNiv1 + 'n' + num522p]) !== 'undefined' ) num522p = 1; numAnlNiv1++; } while ( typeof(window['paeIncipit_' + numAnlNiv1 + 'n' + num522p]) !== 'undefined' ) var nbAnalytiquesNiv1 = numAnlNiv1 - 1; // console.log("Les 522$p des analytiques de niveau 2"); var numAnlNiv1 = 1; var numAnlNiv2 = 1; do { num522p = 1; do { do { if (typeof(window['paeIncipit_' + numAnlNiv1 + '_' + numAnlNiv2 + 'n' + num522p]) !== 'undefined' ) { if (window['paeIncipit_' + numAnlNiv1 + '_' + numAnlNiv2 + 'n' + num522p] != "") { loadData(window['paeIncipit_' + numAnlNiv1 + '_' + numAnlNiv2 + 'n' + num522p], $('#svg_output_' + numAnlNiv1 + '_' + numAnlNiv2 + 'n' + num522p)); } // console.log("Niv1_Niv2/Num522p = " + numAnlNiv1 + '_' + numAnlNiv2 +'/' + num522p); num522p++; } // On itere sur toutes les 522$p de l'analytique de niveau 2 } while ( typeof(window['paeIncipit_' + numAnlNiv1 + '_' + numAnlNiv2 + 'n' + num522p]) !== 'undefined' ) // Passage 脿 l'analytique de niveau 2 suivante num522p = 1; numAnlNiv2++; // On itere ... } while ( typeof(window['paeIncipit_' + numAnlNiv1 + '_' + numAnlNiv2 + 'n' + num522p]) !== 'undefined' ) // Passage 脿 la premi猫re (numAnlNiv2 = 1) analytique de niveau 2 de l'analytique de niveau 1 suivante (numAnlNiv1++) num522p = 1; numAnlNiv1++; numAnlNiv2 = 1; // TLA #55576 12/07/21 } while (numAnlNiv1 <= nbAnalytiquesNiv1) }); </script> <link rel="icon" type="image/png" href="/images/icones/icone_CG.png" /> <!--[if IE]><link rel="shortcut icon" type="image/x-icon" href="/images/icones/favicon.ico" /><![endif]--> <meta property="og:title" content="BnF Catalogue g&eacute;n&eacute;ral" /> <meta property="og:type" content="website" /> <meta property="og:image" content="http://catalogue.bnf.fr/images/bnf-catalogue-vignette-facebook.png" /> <meta property="og:url" content="http://catalogue.bnf.fr" /> <meta property="og:description" content="Plus de 13 millions de notices bibliographiques (imprim&eacute;s, documents sonores, ressources &eacute;lectroniques, manuscrits, objets...) et pr&egrave;s de 5 millions de notices d'autorit&eacute; (personnes, collectivit&eacute;s, &oelig;uvres, noms communs, noms g&eacute;ographiques, marques ... )" /> <script type="text/javascript" src="/js/tacBnF.js" ></script> <title> Liste de notices apr&egrave;s rebond | BnF Catalogue g&eacute;n&eacute;ral </title> <link rel="stylesheet" type="text/css" href="/styles/popinImp.css" media="all" /> </head> <body> <div class="container"> <!-- Entete --> <a href="#ancrePremiereNotice" class="evitement">Aller au contenu</a> <div id="header"> <header role="banner"> <input type="hidden" id="modeAdcat" value="false"/> <input type="hidden" id="enqueteUrlActive" value="false"/> <input type="hidden" id="enqueteUrlAccueil" value="http://ns201.askia.com/WebProd/cgi-bin/askiaext.dll?Action=StartSurvey&amp;SurveyName=3277_BnF&amp;Source=1"/> <input type="hidden" id="enqueteUrlRecherche" value="http://ns201.askia.com/WebProd/cgi-bin/askiaext.dll?Action=StartSurvey&amp;SurveyName=3277_BnF&amp;Source=2"/> <input type="hidden" id="enqueteUrlResultat" value="http://ns201.askia.com/WebProd/cgi-bin/askiaext.dll?Action=StartSurvey&amp;SurveyName=3277_BnF&amp;Source=3"/> <input type="hidden" id="enqueteUrlNotice" value="false"/> <!-- Entete --> <div class="row"> <!-- Logos --> <div class="col-md-6"> <table class="headerclass" role="presentation" > <tr> <td class="colorgrey"> <a href="https://www.bnf.fr" target="_blank" class="lien-logo" data-toggle="tooltip" data-placement="bottom" data-title-perso="Acc&egrave;s au site de la Biblioth&egrave;que nationale de France" rel="tooltip" onclick="clickXiti('N', 'page.headerAccueil.clic.xiti.BnFLogo');" > <img src="/images/Logo_BNF_Web.png" alt="BnF&nbsp;(nouvelle fen&ecirc;tre)" class="logobnf"/> </a> </td> <td> <h1> <a class = "retour-acceuil" href="/" data-toggle="tooltip" data-placement="bottom" data-title-perso="Retour &agrave; la page d'accueil du Catalogue g&eacute;n&eacute;ral" rel="tooltip" onclick="clickXiti('N', 'CCALogo');" > <img src="/images/Logo_Catalogue-general_Web.png" alt="Catalogue G&eacute;n&eacute;ral" class="logoTet" /> </a> </h1> </td> <td > <a style="visibility:hidden;" href="https://achatsreproduction.bnf.fr/views/vel/mon_panier.jsf" class="pictos"><i class="icon-panier" title="Mes demandes de reproduction" data-icon="&#xe60a;"></i></a> </td> </tr> </table> </div> <!-- Menu transverse --> <div class="col-md-6-bis text-right"> <div class="menu-transverse" > <ul> <!--li> <a target="_blank" href="https://s1.sphinxonline.net/surveyserver/s/VPCMN/BNF2023/catalogue-general.htm" class="lienAide" style="line-height:38px;color:red;" onclick="clickXiti('N', 'enquetebnf');" > Participez &agrave; l'enqu&ecirc;te &quot;La BnF et vous&quot; <span class="hors-viewport">Participez &agrave; l'enqu&ecirc;te &quot;La BnF et vous&quot;</span> </a> &nbsp;&nbsp; </li--> <div class="espace-perso"> <button class="espace-perso-int2"> <span class="pictos"> <i aria-hidden="true" class="icon-espace" title="Espace personnel" data-icon="&#xe60e;"></i> </span> <span class="text">Espace personnel</span> </button> <div class="espace-perso-layer"> <p> Utilisez votre espace personnel pour :<br> </p> <ul> <li> &nbsp;&nbsp;<strong>R茅server</strong> vos places et documents sur &nbsp;&nbsp;le site Fran莽ois-Mitterrand.<br> </li> <li> &nbsp;&nbsp;<strong>R茅server</strong> vos documents sur les sites &nbsp;Richelieu, Arsenal, Op茅ra.<br> </li> <li> &nbsp;&nbsp;<strong>Ajouter</strong> vos notices et les classer.<br> </li> <li> &nbsp;&nbsp;<strong>Voir</strong> vos achats de reproductions. </li> <!-- --> </ul> <p> </p> <form method="POST" name="auth" action="/Connecter?/rechercher.do?index=TOUS3&numNotice=11978895&typeNotice=m"target="_top"> <button role="link"title="Identifiez-vous" onClick="clickXiti('A', 'connectionEspacePerso');this.form.submit();"> Se connecter </button> </form> </div> </div> <script type="text/javascript"> function myReferer(typeBouton){ var locationRef= location; var hostname = locationRef.protocol + "//" + locationRef.host; var uri = locationRef.href.replace(hostname, ""); var result = document.getElementById(typeBouton).href = document.getElementById(typeBouton).href + encodeURIComponent(uri); } </script> <li> <a href="http://catalogue.bnf.fr/aide/" class="lienAide" style="line-height:38px;" onclick="clickXiti('N', 'aideGeneral');" > <!-- <i aria-hidden="true" class="icon-aidec" title="Aide &agrave; la consultation du catalogue" data-icon="&#xe60c;"></i> --> <span aria-hidden="true" >Aide</span> <span class="hors-viewport">Aide &agrave; la consultation du catalogue</span> </a> </li> <li> <a href="/question.do" class="lienUneQuestion" style="line-height:38px;"> Une question ? </a> </li> <!--lien historique--> <li> <a href="/historiqueRecherche.do" class="lienHistorique" style="line-height:38px;"> Historique </a> </li> <!-- <a style="visibility:hidden;" href="http://catalogue.bnf.fr/aide/" class="lienAide"> Aide <span class="hors-viewport">Aide &agrave; la consultation du catalogue</span> </a> --> <!-- <a style="visibility:hidden;" href="https://achatsreproduction.bnf.fr/views/vel/mon_panier.jsf" class="pictos"><i class="icon-panier" title="Panier" data-icon="&#xe60a;"></i></a> --> <li> <a href="https://achatsreproduction.bnf.fr/views/vel/mon_panier.jsf" class="pictos" onclick="clickXiti('N', 'panierMarchand');" ><i class="icon-panier" title="Mes demandes de reproduction" data-icon="&#xe60a;" aria-hidden="true"></i><span class="hors-viewport">Mon panier</span></a> </li> </ul> <a role="button" href="#" class="pictos" style="display:hidden;visibility:hidden;"></a> <!-- <a href="accueil.aide.biblio.lien1" target="_blank" class="pictos" onclick="clickXiti('N', 'poserUneQuestion');"> <i aria-hidden="true" class="icon-aideb" title="Poser une question &agrave; un biblioth&eacute;caire (service SINDBAD)" data-icon="&#xe60b;"></i> <span class="hors-viewport">Poser une question &agrave; un biblioth&eacute;caire (service SINDBAD)(nouvelle fen&ecirc;tre)</span> </a> --> <!-- Menu langues --> </div> </div> </div> </header> <script type="text/javascript"> xitiBase = "RECHERCHE::RechercheSimple"; </script> <div class="row"> <div id="menu"> <div class="recherche"> <form id="rechercher" name="rechercher" action="/rechercher.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A" method="get" role="search"> <input type="text" name="motRecherche" size="100" maxlength="200" value="" id="rechercher_motRecherche" aria-label="Recherche"/> <a href="#" role="button" class="pictos picto-help" data-toggle="tooltip" data-placement="top" data-title-perso="Pour rechercher une expression exacte, saisissez les termes recherch&eacute;s entre guillemets. Exemple : &quot;le rouge et le noir&quot;" rel="tooltip" style="background: #fff none repeat scroll 0 0; margin-left:-2px;"> <i class="icon-help" style="margin-left:3px;" title="" data-icon="&#xe602;"></i> </a> <div class="skin-select"> <select name="critereRecherche" id="rechercher_critereRecherche" aria-label="Dans"> <option value="0">Tout</option> <option value="1">Gallica</option> <option value="2">Haut-de-jardin</option> <option value="3">Salle Ovale</option> </select> <!-- select name="search-sel" id="search-sel"> <option value="0">Tous</option> </select --> <span class="selecttext"></span><span class="select-arrow"></span> </div> <input type="hidden" name="depart" value="0" id="rechercher_depart"/> <input type="hidden" name="facetteModifiee" value="ok" id="rechercher_facetteModifiee"/> <button type="submit" id="rechercher_0" value="Submit" class="pictos"> <i class="icon-search" aria-hidden="true" title="Lancer la recherche" data-icon="&#xe609;"></i> <span class="hors-viewport">Lancer la recherche</span> </button> </form> </div> <span class="tetiereSpanBarre" >&nbsp&nbsp</span> <a class="lien-avancee" href="/recherche-avancee.do?pageRech=rav" onclick="clickXiti('N', 'rechercheAvancee');" > Recherche avanc茅e</a> <div class="menu"> <div class="skin-select-menu skin-select"> <span class="selecttext" role="button" tabindex="0" id="rechGidees"><span>Recherches cibl茅es</span> <span>Autres recherches</span></span> <nav role="navigation"> <ul id="rechGidListe"> <li class="hide-large">Recherches cibl茅es</li> <li> <a href="/recherche-auteurs.do?pageRech=rau" title="Feuilleter la liste des auteurs et consulter la liste des notices bibliographiques qui leur sont li茅es." onclick="clickXiti('N', 'rechercheAuteurAZ');" >Auteurs A-Z</a> </li> <li> <a href="/recherche-sujets.do?pageRech=rsu" title="Feuilleter la liste des sujets et les notices bibliographiques qui leur sont li&eacute;s." onclick="clickXiti('N', 'rechercheSujetAZ');" >SUJETS A-Z</a> </li> <li> <a href="/recherche-periodiques.do?pageRech=rpe&filtre=1" title="Feuilleter la liste des titres de p&eacute;riodiques ou combiner diff&eacute;rents crit&egrave;res de recherche." onclick="clickXiti('N', 'recherchePeriodique');" >P脡RIODIQUES</a> </li> <li class="itemCote" > <a href="/recherche-cote.do?pageRech=rco" title="Rechercher un document directement par sa cote pour pouvoir le consulter." onclick="clickXiti('N', 'rechercheCote');" >COTE</a> </li> <li> <a href="/recherche-autorite.do?pageRech=rat" title="Rechercher des notices de personnes, collectivit&eacute;s, &oelig;uvres, noms communs, noms g&eacute;ographiques, marques, et de la Classification d&eacute;cimale Dewey." onclick="clickXiti('N', 'rechercheDAutorite');" >&nbsp;Notices d'autorit茅</a> <a href="#" role="button" class="pictos picto-help boldno" data-toggle="tooltip" data-placement="top" data-title-perso="Rechercher des notices de personnes, collectivit&eacute;s, &oelig;uvres, noms communs, noms g&eacute;ographiques, marques, et de la Classification d&eacute;cimale Dewey." rel="tooltip"><i class="icon-help help-autorite" title="" data-icon="&#xe602;"></i></a> </li> </ul> </nav> </div> </div> <div class="univers"> <a href="#" title="dans univers"> dans univers</a> </li> <div class="univers-layer"> <ul> <li class="hide-large">Dans les univers</li> <li><a href="/recherche-uni-jeun.do?pageRech=ruj" title="Rechercher dans les collections destin&eacute;es &agrave; la jeunesse (livres, p&eacute;riodiques, documents audiovisuels, etc.)." onclick="clickXiti('N', 'rechercheUniversJeunesse');" >jeunesse</a></li> <li><a href="/recherche-uni-images-cartes.do?pageRech=imc" title="Rechercher dans les collections destin&eacute;es aux images et cartes (livres, p&eacute;riodiques, documents audiovisuels, etc.)." onclick="clickXiti('N', 'rechercheUniversCartesEtImages');" >images et cartes</a></li> <li><a href="/recherche-uni-musique.do?pageRech=mus" title="Rechercher dans les collections destin&eacute;es &agrave; la musique (livres, p&eacute;riodiques, documents audiovisuels, etc.)." onclick="clickXiti('N', 'rechercheUniversMusique');" >musique</a></li> </ul> </div> </div> </div> </div> </div> <!-- Tiles to load the content of the layout --> <main role="main" id="main"> <div id="corps"> <div class="row"> <!-- Outils pour taille du texte --> <div class="outilstexte"><!--<a href="#" class="pictos"><i class="icon-a+" title="Augmenter la taille de texte" data-icon="&#xe613;"></i></a> <a href="#" class="pictos"><i class="icon-a-" title="Diminuer la taille de texte" data-icon="&#xe612;"></i></a>--></div> <!-- Fil d'Ariane --> <div class="ariane"> <!-- import du CSS pour la cookie bar --> <link rel="stylesheet" type="text/css" href="/styles/cookieBar.css" media="all" /> <div id="filAriane" class="filAriane"> <ul> <li><a href="/">Accueil</a></li> <!--&nbsp;&gt;&nbsp; --> <li> <a href="/rechercher.do?index=TOUS3&amp;numNotice=11978895&amp;typeNotice=m" id="noeud-1" onclick="clickXiti('N', 'FilAriane-Liste de notices suite rebond');"> Liste de notices suite rebond </a> </li> <!-- <span>R茅sultats de recherche simple</span> --> </ul> </div> <script type="text/javascript"> </script> </div> <!-- Nombre de notices --> <div class="nbnotices" id="result" role="heading" aria-level="1"> <span class="nb" id="nbNotice">123</span> Notices bibliographiques <!-- </h1> --> </div> <!-- permet l'affichage du lien pour l'enquete --> </div> <div class="row"> <!-- -------------------------------------------- --> <!-- Colonne de gauche --> <div class="col-md-3 colonne1"> <!-- Facettes --> <div class="facettes"> <div class="affichage-colonne"> <button role="button" class="pictos picto-open button-picto" onclick="clickXiti('A', 'fermetureFacette');" > <i aria-hidden="true" class="icon-replier" title="Fermer ce volet" data-icon="&#xe617;"></i> <span class="hors-viewport">Fermer ce volet affinage</span> </button> <button role="button" class="pictos picto-close button-picto" onclick="clickXiti('A', 'ouvertureFacette');" > <i aria-hidden="true" class="icon-deplier" title="Ouvrir ce volet" data-icon="&#xe618;"></i> <span class="hors-viewport">Ouvrir ce volet affinage</span> </button> </div> <div class="facettes-int"> <!-- Recap de la recherche --> <div id="recSimpleTmp" class="recherche-simple div-opened"> <h2><a href="#" class="your-search" role="button">Votre Recherche</a></h2> <div class="recap" id="titreRecherche" style="word-wrap: break-word;"> <ul> <!-- Anomalie nom du getter !!!! => Echec TF RAAZ_Navigation03 --> Toutes les notices li&eacute;es. <ul> <li>Voie lact&eacute;e</li> </ul> </ul> <!-- TODO --> <a class="lienModifRech" href="/Connecter?/rechercher.do?index=TOUS3&numNotice=11978895&typeNotice=m&ajoutRechPop=now">Sauvegarder votre recherche</a> </div> </div> <!-- Affiner --> <div class="affiner"> <h2>Affiner</h2> <div id="plusFacettesAffiche" > <div class="section" id="titrefacette-FacEnLigne"> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <!-- Titre de la facette --> <h3 id="facetteH3"> <a href="#" role="button" aria-expanded="false">Acc&egrave;s en ligne</a> </h3> <!-- Contenu de la facette --> <div id="plusFacettes2" class="contenu-section" > <ul> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-acqnum" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacEnLigne_acqnum&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacEnLigne')"> Ressource &eacute;lectronique acquise <span style="display:inline-block">(7)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-gallica" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacEnLigne_gallica&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacEnLigne')"> Gallica <span style="display:inline-block">(2)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-gallicaintramurosrech" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacEnLigne_gallicaintramurosrech&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacEnLigne')"> Gallica intra muros <span style="display:inline-block">(1)</span> </a> </li> </ul> <ul class="voirplusfacettes"> <li> <li> </ul> </div><script type='text/javascript'> jQuery(document).ready(function () { var options_plusFacettes2 = {}; options_plusFacettes2.jqueryaction = "container"; options_plusFacettes2.id = "plusFacettes2"; options_plusFacettes2.href = "#"; jQuery.struts2_jquery.bind(jQuery('#plusFacettes2'),options_plusFacettes2); }); </script> </div> <div class="section section-opened" id="titrefacette-FacNatDoc"> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <!-- Titre de la facette --> <h3 id="facetteH3"> <a href="#" role="button" aria-expanded="true">Nature de document</a> </h3> <!-- Contenu de la facette --> <div id="plusFacettes3" class="contenu-section" > <ul> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-a" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacNatDoc_a&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacNatDoc')"> Texte imprim&eacute; et livre num&eacute;rique <span style="display:inline-block">(113)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-r" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacNatDoc_r&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacNatDoc')"> Multim&eacute;dias multisupport <span style="display:inline-block">(44)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-h" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacNatDoc_h&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacNatDoc')"> Images anim&eacute;es <span style="display:inline-block">(16)</span> </a> </li> </ul> <ul class="voirplusfacettes"> <li> <a id="publishanchor3" href="javascript:void(0)" class="pictos picto-open" onclick="this.style.cursor='wait'"> <i class="icon-voirplus" aria-hidden="true" title="Ajouter un filtre" data-icon="&#xe61a;"></i> <span class="hors-viewport">Ajouter un filtre</span> </a> <script type='text/javascript'> jQuery(document).ready(function () { var options_publishanchor3 = {}; options_publishanchor3.jqueryaction = "anchor"; options_publishanchor3.id = "publishanchor3"; options_publishanchor3.targets = "plusFacettesAffiche"; options_publishanchor3.href = "/plusFacettes.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A"; options_publishanchor3.hrefparameter = "facetteModifiee=FacNatDoc&indexTitreFacette=2&trouveDansFiltre=NoticePUB&afficheRegroup=false&nbResultParPage=10&triResultParPage=5&motRecherche=&index=TOUS3&numNotice=11978895&typeNotice=m"; jQuery.struts2_jquery.bind(jQuery('#publishanchor3'),options_publishanchor3); }); </script> <li> </ul> </div><script type='text/javascript'> jQuery(document).ready(function () { var options_plusFacettes3 = {}; options_plusFacettes3.jqueryaction = "container"; options_plusFacettes3.id = "plusFacettes3"; options_plusFacettes3.href = "#"; jQuery.struts2_jquery.bind(jQuery('#plusFacettes3'),options_plusFacettes3); }); </script> </div> <div class="section" id="titrefacette-FacLocal"> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <!-- Titre de la facette --> <h3 id="facetteH3"> <a href="#" role="button" aria-expanded="false">Localisation</a> </h3> <!-- Contenu de la facette --> <div id="plusFacettes4" class="contenu-section" > <ul> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-Lcl1AGal" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLocal_Lcl1AGal&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacLocal')"> Consultable sur Gallica <span style="display:inline-block">(2)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <span class="facetteParent"> <!-- Cas facette localisation --> <!-- <hr class="facette-hr" /> --> <button onclick="clickXiti('A', 'fermetureAction');" class="affParent pictosFacette" > <span class="hors-viewport">Fermer ce volet</span> </button> <a id="lienaffinage-Lcl1BHdj" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLocal_Lcl1BHdj&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('Affinage-FacLocal')"> Biblioth&egrave;que du Haut-de-jardin <span style="display:inline-block">(14)</span> </a> </span> <ul > <li> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <span class="facetteDecennie"> <!-- Pas de liser茅 separateur pour les decennies : uniquement facette Spectacles --> <hr class="facette-hr" role="presentation" aria-hidden="true"/> <a id="lienaffinage-Lcl2AHdjHAcqnum" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLocal_Lcl2AHdjHAcqnum&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacLocal')"> Ressource &eacute;lectronique acquise <span style="display:inline-block">(7)</span> </a> </span> </li> <li> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <span class="facetteDecennie"> <!-- Pas de liser茅 separateur pour les decennies : uniquement facette Spectacles --> <hr class="facette-hr" role="presentation" aria-hidden="true"/> <a id="lienaffinage-Lcl2EHdjSalC" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLocal_Lcl2EHdjSalC&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacLocal')"> Libre acc&egrave;s - Sciences et Techniques (salle C) <span style="display:inline-block">(7)</span> </a> </span> </li> </ul> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <span class="facetteParent"> <!-- Cas facette localisation --> <!-- <hr class="facette-hr" /> --> <button onclick="clickXiti('A', 'fermetureAction');" class="affParent pictosFacette" > <span class="hors-viewport">Fermer ce volet</span> </button> <a id="lienaffinage-Lcl1CRdj" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLocal_Lcl1CRdj&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('Affinage-FacLocal')"> Biblioth&egrave;que de recherche <span style="display:inline-block">(113)</span> </a> </span> <ul > <li> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <span class="facetteDecennie"> <!-- Pas de liser茅 separateur pour les decennies : uniquement facette Spectacles --> <hr class="facette-hr" role="presentation" aria-hidden="true"/> <a id="lienaffinage-Lcl2ARdjGim" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLocal_Lcl2ARdjGim&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacLocal')"> Gallica intra muros <span style="display:inline-block">(1)</span> </a> </span> </li> <li> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <span class="facetteDecennie"> <!-- Pas de liser茅 separateur pour les decennies : uniquement facette Spectacles --> <hr class="facette-hr" role="presentation" aria-hidden="true"/> <a id="lienaffinage-Lcl2BRdjEAcqnum" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLocal_Lcl2BRdjEAcqnum&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacLocal')"> Ressource &eacute;lectronique acquise <span style="display:inline-block">(7)</span> </a> </span> </li> <li> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <!-- Cas facette localisation --> <hr class="facette-hr" /> <span class="facetteParent"> <!-- Cas facette localisation --> <!-- <hr class="facette-hr" /> --> <button onclick="clickXiti('A', 'fermetureAction');" class="affParent pictosFacette-close"> <span class="hors-viewport">Fermer ce volet</span> </button> <a id="lienaffinage-Lcl2CRdjTol" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLocal_Lcl2CRdjTol&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('Affinage-FacLocal')"> Fran&ccedil;ois Mitterrand <span style="display:inline-block">(103)</span> </a> </span> <ul style='display: none;'> <li> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <span class="facetteAnnee"> <!-- Cas facette localisation --> <hr class="facette-hr" role="presentation" aria-hidden="true" /> <a id="lienaffinage-Lcl3ARdjTolMag" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLocal_Lcl3ARdjTolMag&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('Affinage-FacLocal')"> Magasin (dans toutes les salles de l'espace Recherche) <span style="display:inline-block">(49)</span> </a> </span> </li> <li> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <span class="facetteAnnee"> <!-- Cas facette localisation --> <hr class="facette-hr" role="presentation" aria-hidden="true" /> <a id="lienaffinage-Lcl3BRdjTolAV" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLocal_Lcl3BRdjTolAV&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('Affinage-FacLocal')"> Magasin - Audiovisuel (salle P) <span style="display:inline-block">(49)</span> </a> </span> </li> <li> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <span class="facetteAnnee"> <!-- Cas facette localisation --> <hr class="facette-hr" role="presentation" aria-hidden="true" /> <a id="lienaffinage-Lcl3CRdjSalY" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLocal_Lcl3CRdjSalY&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('Affinage-FacLocal')"> Magasin - R&eacute;serve des Livres rares (salle Y) <span style="display:inline-block">(1)</span> </a> </span> </li> <li> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <span class="facetteAnnee"> <!-- Cas facette localisation --> <hr class="facette-hr" role="presentation" aria-hidden="true" /> <a id="lienaffinage-Lcl3JRdjSalR" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLocal_Lcl3JRdjSalR&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('Affinage-FacLocal')"> Libre acc&egrave;s - Sciences et Techniques (salle R) <span style="display:inline-block">(5)</span> </a> </span> </li> </ul> </li> <li> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <!-- Cas facette localisation --> <hr class="facette-hr" /> <span class="facetteParent"> <!-- Cas facette localisation --> <!-- <hr class="facette-hr" /> --> <button onclick="clickXiti('A', 'fermetureAction');" class="affParent pictosFacette-close"> <span class="hors-viewport">Fermer ce volet</span> </button> <a id="lienaffinage-Lcl2DRdjRich" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLocal_Lcl2DRdjRich&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('Affinage-FacLocal')"> Richelieu <span style="display:inline-block">(4)</span> </a> </span> <ul style='display: none;'> <li> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <span class="facetteAnnee"> <!-- Cas facette localisation --> <hr class="facette-hr" role="presentation" aria-hidden="true" /> <a id="lienaffinage-Lcl3DRichCPLMag" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLocal_Lcl3DRichCPLMag&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('Affinage-FacLocal')"> Magasin - Cartes et plans <span style="display:inline-block">(3)</span> </a> </span> </li> <li> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <span class="facetteAnnee"> <!-- Cas facette localisation --> <hr class="facette-hr" role="presentation" aria-hidden="true" /> <a id="lienaffinage-Lcl3ERichScD" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLocal_Lcl3ERichScD&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('Affinage-FacLocal')"> Magasin - Estampes et photographie <span style="display:inline-block">(1)</span> </a> </span> </li> </ul> </li> </ul> </li> </ul> <ul class="voirplusfacettes"> <li> <li> </ul> </div><script type='text/javascript'> jQuery(document).ready(function () { var options_plusFacettes4 = {}; options_plusFacettes4.jqueryaction = "container"; options_plusFacettes4.id = "plusFacettes4"; options_plusFacettes4.href = "#"; jQuery.struts2_jquery.bind(jQuery('#plusFacettes4'),options_plusFacettes4); }); </script> </div> <div class="section" id="titrefacette-AUT3"> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <!-- Titre de la facette --> <h3 id="facetteH3"> <a href="#" role="button" aria-expanded="false">Auteurs, contributeurs...</a> </h3> <!-- Contenu de la facette --> <div id="plusFacettes19" class="contenu-section" > <ul> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-12589593" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=AUT3_12589593&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-AUT3')"> Berini, Luciana <span style="display:inline-block">(42)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-13973556" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=AUT3_13973556&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-AUT3')"> Casetti, Monica <span style="display:inline-block">(42)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-13973557" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=AUT3_13973557&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-AUT3')"> Abraham, Daniel (19..-.... ; r&eacute;dacteur de contenu &eacute;ditorial) <span style="display:inline-block">(42)</span> </a> </li> </ul> <ul class="voirplusfacettes"> <li> <a id="publishanchor19" href="javascript:void(0)" class="pictos picto-open" onclick="this.style.cursor='wait'"> <i class="icon-voirplus" aria-hidden="true" title="Ajouter un filtre" data-icon="&#xe61a;"></i> <span class="hors-viewport">Ajouter un filtre</span> </a> <script type='text/javascript'> jQuery(document).ready(function () { var options_publishanchor19 = {}; options_publishanchor19.jqueryaction = "anchor"; options_publishanchor19.id = "publishanchor19"; options_publishanchor19.targets = "plusFacettesAffiche"; options_publishanchor19.href = "/plusFacettes.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A"; options_publishanchor19.hrefparameter = "facetteModifiee=AUT3&indexTitreFacette=18&trouveDansFiltre=NoticePUB&afficheRegroup=false&nbResultParPage=10&triResultParPage=5&motRecherche=&index=TOUS3&numNotice=11978895&typeNotice=m"; jQuery.struts2_jquery.bind(jQuery('#publishanchor19'),options_publishanchor19); }); </script> <li> </ul> </div><script type='text/javascript'> jQuery(document).ready(function () { var options_plusFacettes19 = {}; options_plusFacettes19.jqueryaction = "container"; options_plusFacettes19.id = "plusFacettes19"; options_plusFacettes19.href = "#"; jQuery.struts2_jquery.bind(jQuery('#plusFacettes19'),options_plusFacettes19); }); </script> </div> <div class="section" id="titrefacette-FacLan"> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <!-- Titre de la facette --> <h3 id="facetteH3"> <a href="#" role="button" aria-expanded="false">Langues</a> </h3> <!-- Contenu de la facette --> <div id="plusFacettes20" class="contenu-section" > <ul> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-eng" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLan_eng&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacLan')"> anglais <span style="display:inline-block">(59)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-fre" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLan_fre&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacLan')"> fran&ccedil;ais <span style="display:inline-block">(59)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-ger" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacLan_ger&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacLan')"> allemand <span style="display:inline-block">(1)</span> </a> </li> </ul> <ul class="voirplusfacettes"> <li> <a id="publishanchor20" href="javascript:void(0)" class="pictos picto-open" onclick="this.style.cursor='wait'"> <i class="icon-voirplus" aria-hidden="true" title="Ajouter un filtre" data-icon="&#xe61a;"></i> <span class="hors-viewport">Ajouter un filtre</span> </a> <script type='text/javascript'> jQuery(document).ready(function () { var options_publishanchor20 = {}; options_publishanchor20.jqueryaction = "anchor"; options_publishanchor20.id = "publishanchor20"; options_publishanchor20.targets = "plusFacettesAffiche"; options_publishanchor20.href = "/plusFacettes.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A"; options_publishanchor20.hrefparameter = "facetteModifiee=FacLan&indexTitreFacette=19&trouveDansFiltre=NoticePUB&afficheRegroup=false&nbResultParPage=10&triResultParPage=5&motRecherche=&index=TOUS3&numNotice=11978895&typeNotice=m"; jQuery.struts2_jquery.bind(jQuery('#publishanchor20'),options_publishanchor20); }); </script> <li> </ul> </div><script type='text/javascript'> jQuery(document).ready(function () { var options_plusFacettes20 = {}; options_plusFacettes20.jqueryaction = "container"; options_plusFacettes20.id = "plusFacettes20"; options_plusFacettes20.href = "#"; jQuery.struts2_jquery.bind(jQuery('#plusFacettes20'),options_plusFacettes20); }); </script> </div> <div class="section" id="titrefacette-FacDat"> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <!-- Titre de la facette --> <h3 id="facetteH3"> <a href="#" role="button" aria-expanded="false">Date de publication</a> </h3> <!-- Contenu de la facette --> <div id="plusFacettes21" class="contenu-section" > <ul> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-1500.0!1599.9" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacDat_1500.0%211599.9&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacDat')"> 1500-1599 <span style="display:inline-block">(1)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-1900.0!1999.9" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacDat_1900.0%211999.9&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacDat')"> 1900-1999 <span style="display:inline-block">(74)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-2000.0!2099.9" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacDat_2000.0%212099.9&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacDat')"> 2000-2099 <span style="display:inline-block">(47)</span> </a> </li> </ul> <ul class="voirplusfacettes"> <li> <li> </ul> </div><script type='text/javascript'> jQuery(document).ready(function () { var options_plusFacettes21 = {}; options_plusFacettes21.jqueryaction = "container"; options_plusFacettes21.id = "plusFacettes21"; options_plusFacettes21.href = "#"; jQuery.struts2_jquery.bind(jQuery('#plusFacettes21'),options_plusFacettes21); }); </script> </div> <div class="section" id="titrefacette-FacSujAutres"> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <!-- Titre de la facette --> <h3 id="facetteH3"> <a href="#" role="button" aria-expanded="false">Sujets</a> </h3> <!-- Contenu de la facette --> <div id="plusFacettes22" class="contenu-section" > <ul> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-11978895" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacSujAutres_11978895&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacSujAutres')"> Voie lact&eacute;e <span style="display:inline-block">(123)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-11936921" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacSujAutres_11936921&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacSujAutres')"> &Eacute;toiles <span style="display:inline-block">(46)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-11937718" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacSujAutres_11937718&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacSujAutres')"> Syst&egrave;me solaire <span style="display:inline-block">(45)</span> </a> </li> </ul> <ul class="voirplusfacettes"> <li> <a id="publishanchor22" href="javascript:void(0)" class="pictos picto-open" onclick="this.style.cursor='wait'"> <i class="icon-voirplus" aria-hidden="true" title="Ajouter un filtre" data-icon="&#xe61a;"></i> <span class="hors-viewport">Ajouter un filtre</span> </a> <script type='text/javascript'> jQuery(document).ready(function () { var options_publishanchor22 = {}; options_publishanchor22.jqueryaction = "anchor"; options_publishanchor22.id = "publishanchor22"; options_publishanchor22.targets = "plusFacettesAffiche"; options_publishanchor22.href = "/plusFacettes.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A"; options_publishanchor22.hrefparameter = "facetteModifiee=FacSujAutres&indexTitreFacette=21&trouveDansFiltre=NoticePUB&afficheRegroup=false&nbResultParPage=10&triResultParPage=5&motRecherche=&index=TOUS3&numNotice=11978895&typeNotice=m"; jQuery.struts2_jquery.bind(jQuery('#publishanchor22'),options_publishanchor22); }); </script> <li> </ul> </div><script type='text/javascript'> jQuery(document).ready(function () { var options_plusFacettes22 = {}; options_plusFacettes22.jqueryaction = "container"; options_plusFacettes22.id = "plusFacettes22"; options_plusFacettes22.href = "#"; jQuery.struts2_jquery.bind(jQuery('#plusFacettes22'),options_plusFacettes22); }); </script> </div> <div class="section" id="titrefacette-FacSujGeoEtendu"> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <!-- Titre de la facette --> <h3 id="facetteH3"> <a href="#" role="button" aria-expanded="false">Sujets g&eacute;ographiques</a> </h3> <!-- Contenu de la facette --> <div id="plusFacettes23" class="contenu-section" > <ul> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-15332720" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacSujGeoEtendu_15332720&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacSujGeoEtendu')"> Univers <span style="display:inline-block">(3)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-11932931" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacSujGeoEtendu_11932931&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacSujGeoEtendu')"> Paris (France) <span style="display:inline-block">(1)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-11941003" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacSujGeoEtendu_11941003&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacSujGeoEtendu')"> Paris (France) -- Tour Eiffel <span style="display:inline-block">(1)</span> </a> </li> </ul> <ul class="voirplusfacettes"> <li> <a id="publishanchor23" href="javascript:void(0)" class="pictos picto-open" onclick="this.style.cursor='wait'"> <i class="icon-voirplus" aria-hidden="true" title="Ajouter un filtre" data-icon="&#xe61a;"></i> <span class="hors-viewport">Ajouter un filtre</span> </a> <script type='text/javascript'> jQuery(document).ready(function () { var options_publishanchor23 = {}; options_publishanchor23.jqueryaction = "anchor"; options_publishanchor23.id = "publishanchor23"; options_publishanchor23.targets = "plusFacettesAffiche"; options_publishanchor23.href = "/plusFacettes.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A"; options_publishanchor23.hrefparameter = "facetteModifiee=FacSujGeoEtendu&indexTitreFacette=22&trouveDansFiltre=NoticePUB&afficheRegroup=false&nbResultParPage=10&triResultParPage=5&motRecherche=&index=TOUS3&numNotice=11978895&typeNotice=m"; jQuery.struts2_jquery.bind(jQuery('#publishanchor23'),options_publishanchor23); }); </script> <li> </ul> </div><script type='text/javascript'> jQuery(document).ready(function () { var options_plusFacettes23 = {}; options_plusFacettes23.jqueryaction = "container"; options_plusFacettes23.id = "plusFacettes23"; options_plusFacettes23.href = "#"; jQuery.struts2_jquery.bind(jQuery('#plusFacettes23'),options_plusFacettes23); }); </script> </div> <div class="section" id="titrefacette-GFRMConstr"> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <!-- Titre de la facette --> <h3 id="facetteH3"> <a href="#" role="button" aria-expanded="false">Genre ou forme</a> </h3> <!-- Contenu de la facette --> <div id="plusFacettes24" class="contenu-section" > <ul> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-12061148_" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=GFRMConstr_12061148_&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-GFRMConstr')"> Actes de congr&egrave;s <span style="display:inline-block">(33)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-13162713_" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=GFRMConstr_13162713_&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-GFRMConstr')"> Atlas <span style="display:inline-block">(2)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-11933610_" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=GFRMConstr_11933610_&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-GFRMConstr')"> Th&egrave;ses et &eacute;crits acad&eacute;miques <span style="display:inline-block">(1)</span> </a> </li> </ul> <ul class="voirplusfacettes"> <li> <a id="publishanchor24" href="javascript:void(0)" class="pictos picto-open" onclick="this.style.cursor='wait'"> <i class="icon-voirplus" aria-hidden="true" title="Ajouter un filtre" data-icon="&#xe61a;"></i> <span class="hors-viewport">Ajouter un filtre</span> </a> <script type='text/javascript'> jQuery(document).ready(function () { var options_publishanchor24 = {}; options_publishanchor24.jqueryaction = "anchor"; options_publishanchor24.id = "publishanchor24"; options_publishanchor24.targets = "plusFacettesAffiche"; options_publishanchor24.href = "/plusFacettes.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A"; options_publishanchor24.hrefparameter = "facetteModifiee=GFRMConstr&indexTitreFacette=23&trouveDansFiltre=NoticePUB&afficheRegroup=false&nbResultParPage=10&triResultParPage=5&motRecherche=&index=TOUS3&numNotice=11978895&typeNotice=m"; jQuery.struts2_jquery.bind(jQuery('#publishanchor24'),options_publishanchor24); }); </script> <li> </ul> </div><script type='text/javascript'> jQuery(document).ready(function () { var options_plusFacettes24 = {}; options_plusFacettes24.jqueryaction = "container"; options_plusFacettes24.id = "plusFacettes24"; options_plusFacettes24.href = "#"; jQuery.struts2_jquery.bind(jQuery('#plusFacettes24'),options_plusFacettes24); }); </script> </div> <div class="section" id="titrefacette-FacUnivers"> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <!-- Titre de la facette --> <h3 id="facetteH3"> <a href="#" role="button" aria-expanded="false">Univers</a> </h3> <!-- Contenu de la facette --> <div id="plusFacettes25" class="contenu-section" > <ul> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-imagescartes" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacUnivers_imagescartes&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacUnivers')"> Images et Cartes <span style="display:inline-block">(8)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-jeunesse" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacUnivers_jeunesse&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacUnivers')"> Jeunesse <span style="display:inline-block">(4)</span> </a> </li> </ul> <ul class="voirplusfacettes"> <li> <li> </ul> </div><script type='text/javascript'> jQuery(document).ready(function () { var options_plusFacettes25 = {}; options_plusFacettes25.jqueryaction = "container"; options_plusFacettes25.id = "plusFacettes25"; options_plusFacettes25.href = "#"; jQuery.struts2_jquery.bind(jQuery('#plusFacettes25'),options_plusFacettes25); }); </script> </div> <div class="section" id="titrefacette-FacPays"> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <!-- Titre de la facette --> <h3 id="facetteH3"> <a href="#" role="button" aria-expanded="false">Pays</a> </h3> <!-- Contenu de la facette --> <div id="plusFacettes28" class="contenu-section" > <ul> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-fr" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacPays_fr&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacPays')"> France <span style="display:inline-block">(61)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-us" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacPays_us&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacPays')"> &Eacute;tats-Unis <span style="display:inline-block">(25)</span> </a> <hr class="facette-hr" role="presentation" aria-hidden="true" /> </li> <li> <!-- Pour l'univers Musiue --> <!-- Pour l'univers Musiue --> <a id="lienaffinage-gb" href="/affiner.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;listeAffinages=FacPays_gb&amp;afficheRegroup=false&amp;trouveDansFiltre=NoticePUB&amp;nbResultParPage=10&amp;triResultParPage=5&amp;typeNotice=m" onclick="clickXiti('A', 'Affinage-FacPays')"> Grande-Bretagne <span style="display:inline-block">(16)</span> </a> </li> </ul> <ul class="voirplusfacettes"> <li> <a id="publishanchor28" href="javascript:void(0)" class="pictos picto-open" onclick="this.style.cursor='wait'"> <i class="icon-voirplus" aria-hidden="true" title="Ajouter un filtre" data-icon="&#xe61a;"></i> <span class="hors-viewport">Ajouter un filtre</span> </a> <script type='text/javascript'> jQuery(document).ready(function () { var options_publishanchor28 = {}; options_publishanchor28.jqueryaction = "anchor"; options_publishanchor28.id = "publishanchor28"; options_publishanchor28.targets = "plusFacettesAffiche"; options_publishanchor28.href = "/plusFacettes.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A"; options_publishanchor28.hrefparameter = "facetteModifiee=FacPays&indexTitreFacette=27&trouveDansFiltre=NoticePUB&afficheRegroup=false&nbResultParPage=10&triResultParPage=5&motRecherche=&index=TOUS3&numNotice=11978895&typeNotice=m"; jQuery.struts2_jquery.bind(jQuery('#publishanchor28'),options_publishanchor28); }); </script> <li> </ul> </div><script type='text/javascript'> jQuery(document).ready(function () { var options_plusFacettes28 = {}; options_plusFacettes28.jqueryaction = "container"; options_plusFacettes28.id = "plusFacettes28"; options_plusFacettes28.href = "#"; jQuery.struts2_jquery.bind(jQuery('#plusFacettes28'),options_plusFacettes28); }); </script> </div> </div><script type='text/javascript'> jQuery(document).ready(function () { var options_plusFacettesAffiche = {}; options_plusFacettesAffiche.jqueryaction = "container"; options_plusFacettesAffiche.id = "plusFacettesAffiche"; options_plusFacettesAffiche.href = "#"; jQuery.struts2_jquery.bind(jQuery('#plusFacettesAffiche'),options_plusFacettesAffiche); }); </script> <script type="text/javascript"> xitiBase = "RECHERCHE::RechercheSimple"; jQuery('.facettes .affiner .section h3 a').each(function(index){ jQuery('#plusFacettesAffiche #facetteH3 a').bind('click',function() { if (jQuery(this).parents('.section').hasClass('section-opened')) { jQuery(this).parents('.section').removeClass('section-opened'); jQuery(this).attr('aria-expanded', false); } else { jQuery(this).parents('.section').addClass('section-opened'); jQuery(this).attr('aria-expanded', true); } jQuery.ajax({ url: "/changeEtatFacette.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A", data: "facetteModifiee="+jQuery(this).parents('.section').attr("id").substring(13) }); return false; });return false; }); /* jQuery('.affiner .section-opened .facetteParent a#lienaffinage-Lcl1BHdj').parent().find("button.affParent").removeClass('pictosFacette'); jQuery('.affiner .section-opened .facetteParent a#lienaffinage-Lcl1BHdj').parent().find("button.affParent").addClass('pictosFacette-close'); jQuery('.affiner .section-opened .facetteParent a#lienaffinage-Lcl1BHdj').parent().parent().find("ul").css('display','none'); */ jQuery('.affiner .facetteParent a#lienaffinage-Lcl1BHdj').parent().find("button.affParent").removeClass('pictosFacette'); jQuery('.affiner .facetteParent a#lienaffinage-Lcl1BHdj').parent().find("button.affParent").addClass('pictosFacette-close'); jQuery('.affiner .facetteParent a#lienaffinage-Lcl1BHdj').parent().parent().find("ul").css('display','none'); /* Gestion des picto localisation + */ jQuery('.affiner button.affParent').bind('click', function() { jQuery(this).parent().prev().toggle(); if (jQuery(this).hasClass('pictosFacette')) { jQuery(this).addClass('pictosFacette-close'); jQuery(this).removeClass('pictosFacette'); jQuery(this).parent().addClass('facetteParent-close'); jQuery(this).parent().parent().find("ul").css('display','none'); jQuery('.facette-hr').css('display','block'); } else { jQuery(this).removeClass('pictosFacette-close'); jQuery(this).addClass('pictosFacette'); jQuery(this).parent().removeClass('facetteParent-close'); jQuery(this).parent().parent().find("ul").css('display','block'); jQuery(this).parent().parent().find("ul").find("button.affParent").removeClass("pictosFacette"); jQuery(this).parent().parent().find("ul").find("button.affParent").addClass("pictosFacette-close"); jQuery(this).parent().parent().find("ul").find("ul").css('display','none'); jQuery('.facette-hr').css('display','block'); } }); </script> </div> </div> </div> <script type="text/javascript"> xitiBase = "RECHERCHE::RechercheSimple"; jQuery('.facettes .facettes-int h2 a').each(function(){ jQuery(this).bind('click',function() { if (jQuery(this).parents('.recherche-simple').hasClass('div-opened')) { jQuery(this).parents('.recherche-simple').removeClass('div-opened'); } else { jQuery(this).parents('.recherche-simple').addClass('div-opened'); } return false; }); }); </script> </div> <!-- Colonne centrale --> <div class="col-md-6 colonne2"> <div class="row-liste"> <!-- Listes des notices trouv茅es --> <div class="selection" style="font-weight:bold;"> <!-- on passe en methode post au lieu du get --> <form method="post" action="" style="display:inline;float:left;"> <input type="checkbox" name="cbSel" id="cbSel" title='Tout s&eacute;lectionner' /> <a href="/consultationSelection.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?indexSelectNotice=0" id="selectNotice"> <span class="pictos"><i class="icon-voir-selection" title="Voir la s茅lection" aria-hidden="true"></i></span> <span class="libelle" onclick="voirSelection();">Voir la s茅lection (<span id="nbSelectNotice" name="nbSelectNotice">0</span>)</span> </a> <input type="hidden" id="ttSelect" value='Tout s&eacute;lectionner' /> <input type="hidden" id="ttDeselect" value='Tout d&eacute;s&eacute;lectionner' /> <tr style="display:none;"> <td colspan="2"> <input type="hidden" name="pageRech" value="" id="pageRech"/> </td> </tr> </form> <!-- LAB #46785 Ajout de l'appel Ajouter 脿 mes Notices en haut 脿 droite de la liste de r茅sultats --> <span style="display:inline;float:left;margin-left:10px;"> <form method="POST" name="auth" action="/Connecter?/rechercher.do?index=TOUS3&numNotice=11978895&typeNotice=m&ajoutNoticePop=now" target="_top"> <a href="/Connecter?/rechercher.do?index=TOUS3&numNotice=11978895&typeNotice=m&ajoutNoticePop=now" id="ajouterAMesNotices" ><span class="pictos"><i aria-hidden="true" class="icon-ajout-notices" title="Ajouter 脿 mes r茅f茅rences " ></i></span><span class="libelle" >Ajouter 脿 mes r茅f茅rences </span> (<span id="nbSelectNotice" name="nbSelectNotice">0</span>)</a> </form> </span> </div> <div class="affichage"> <ul> <li class="act"> <a href="#" class="pictos" onclick="javascript:modeAffiche('', 'TOUS3', '11978895', '', false, false, 'NoticePUB', '5', '10', '', 'm')" > <i class="icon-select" title="Sans regroupement" data-icon="&#xe615;"></i> </a> </li> <!----> </ul> </div> </div> <!-- Popin de message d'information en cas d'un clic pour voir la s茅lection sans case coch茅e --> <div class="modal fade bs-example-modal-sm" id="modalErreurSelection" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true"> <div class="modal-dialog modal-sm"> <div class="modal-content"> <div class="modal-header"> <div class="bandeau-couleur2"> <a id="modalErreurSelectionClose" role="button" href="#" class="close" data-dismiss="modal" > <img src="/images/close_popin.png" alt="Fermer"> </a> <h1 class="modal-title" id="modalErreurSelection">Information</h1> </div> <div class="modal-body"> <div class="row-modal"> <p>Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats.</p> </div> </div> </div> </div> </div> </div> <div class="modal" id="modalAttente" style="display: none; pointer-events: none;" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true"> </div> <!-- Popin de message d'information d'ajout de notice <div class="modal fade bs-example-modal-sm" id="modalAjoutAMesNotices" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true"> <div class="modal-dialog modal-sm"> <div class="modal-content"> <div class="modal-header"> <div class="bandeau-couleur2"> <a role="button" href="#" class="close" data-dismiss="modal" title='Fermer' > <img src="/images/close_popin.png" alt="Fermer"> </a> <h4 class="modal-title" id="modalErreurSelection">Ajouter 脿 mes r茅f茅rences </h4> </div> <div class="modal-body"> <div class="row-modal"> <p>Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats.</p> </div> </div> </div> </div> </div> </div> --> <!-- Listes des notices trouv茅es --> <!-- Tri sur la liste de notices - Liste pagination --> <div class="pagination-liste"> <!-- Tri par pertinence --> <div class="tri" id="triPage"> <label for="triResult">Tri par :</label> <div class="skin-select"> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique Autorite--> <tr> <td class="tdLabel"></td> <td ><select name="triResult" id="triResult" title="Trier les r茅sultats (recharge la page)" onchange="rechargePage('','TOUS3','11978895','', false, 10, false,'NoticePUB',this.value,'','m');"> <option value="0">D茅faut</option> <option value="1">Auteur (a..z)</option> <option value="2">Auteur (z..a)</option> <option value="3">Titre (a..z)</option> <option value="4">Titre (z..a)</option> <option value="5" selected="selected">Date (croissant)</option> <option value="6">Date (d茅croissant)</option> <option value="13">Type de notice (croissant)</option> <option value="14">Type de notice (d茅croissant)</option> <option value="15">Titre normalis茅 (a..z)</option> <option value="16">Titre normalis茅 (z..a)</option> </select> </td> </tr> <span class="selecttext"></span><span class="select-arrow"></span> </div> </div> <!-- Navigation entre pages --> <!-- Bizarrement ici pas besoin de motRechercheUE --> <ul class="pages"> <li> <tr> <td class="tdLabel"></td> <td ><input type="text" name="" size="2" value="1" id="pec" title="Aller 脿 la page" onchange="allerPage('','TOUS3','11978895','',10,false,false ,'NoticePUB','5',this.value,13,'','m');" onpropertychange="allerPage('', 'TOUS3','11978895','',10,false,false ,'NoticePUB','5',this.value,13,'','m');"/></td> </tr> </li> <span id="nbPage"> sur&nbsp;13 </span> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <li> <a href='/changerPage.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;nbResultParPage=10&amp;afficheRegroup=false&amp;affinageActif=false&amp;pageEnCours=2&amp;nbPage=13&amp;trouveDansFiltre=NoticePUB&amp;triResultParPage=5&amp;typeNotice=m' class="pictos"> <i class="icon-next" title="Page suivante" data-icon="&#xe607;" aria-hidden="true"></i> <span class="hors-viewport">Page suivante</span> </a> </li> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <li> <a href='/changerPage.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;nbResultParPage=10&amp;afficheRegroup=false&amp;affinageActif=false&amp;pageEnCours=13&amp;nbPage=13&amp;trouveDansFiltre=NoticePUB&amp;triResultParPage=5&amp;typeNotice=m' class="pictos"> <i class="icon-last" title="Derni&egrave;re page" data-icon="&#xe610;" aria-hidden="true"></i> <span class="hors-viewport">Derni&egrave;re page</span> </a> </li> </ul> <!-- Affichage du nombres de notice/pages --> <div class="nbres"> <div class="skin-select" id="paramPage"> <tr> <td class="tdLabel"></td> <td ><select name="nbResultParPage" id="nbResultParPage" title="Nombre de r茅sultats par page (recharge la page)" onchange="rechargePage(&quot;&quot;,&quot;TOUS3&quot;,&quot;11978895&quot;,&quot;&quot;, false, this.value, false, &quot;NoticePUB&quot;,&quot;5&quot;,&quot;&quot;,&quot;m&quot; );"> <option value="10" selected="selected">10 r茅sultats/page</option> <option value="20">20 r茅sultats/page</option> <option value="50">50 r茅sultats/page</option> <option value="100">100 r茅sultats/page</option> </select> </td> </tr> <span class="selecttext"></span><span class="select-arrow"></span> </div> </div> </div> <div id="ancrePremiereNotice" class="liste-notices"> <div class="notice-item"> <div class="notice-contenu"> <p> <span class="notice-numero">1</span> <span class="notice-checkbox"> <input type="checkbox" name="CheckBoxNotice" id="37321075000000" title="Workshop on galactic chemodynamics (04 ; 1995 ; Tegernsee, Allemagne)聽(s茅lectionner)" value="Numero=37321075&amp;Titre=The history of the Milky Way and its satellite system&amp;Type=B"/> <input type="hidden" id="cb37321075d" name="url" value="ark:/12148/cb37321075d"/> </span> <span class="notice-ordre"> <span> 聽 </span> </span> </p> <div class="notice-synthese"> <a href="/ark:/12148/cb37321075d" id="NotBib37321075"> <h2>Workshop on galactic chemodynamics (04 ; 1995 ; Tegernsee, Allemagne)</h2> <p> <div> The history of the Milky Way and its satellite system : the fourth workshop on galactic chemodynamics, Ringberg Castle, Bavaria, Germany, 10-14 July 1995 / ed. by Andreas Burkert, Dieter H. Hartmann, and Steven R. Majewski</div> <div>Astronomical Society of the Pacific</div> </p> </a> </div> <div class="notice-type"> <span class="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type-imprimes&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"> Livres </span> </div> </div> </div> <div class="notice-item"> <div class="notice-contenu"> <p> <span class="notice-numero">2</span> <span class="notice-checkbox"> <input type="checkbox" name="CheckBoxNotice" id="38495323000000" title="auteur ind茅termin茅聽(s茅lectionner)" value="Numero=38495323&amp;Titre=[Illustrations de Fabularum liber...]&amp;Type=B"/> <input type="hidden" id="cb38495323q" name="url" value="ark:/12148/cb38495323q"/> </span> <span class="notice-ordre"> <span>1535</span> </span> </p> <a class="lienVignette" href="/ark:/12148/cb38495323q" aria-hidden="true" tabindex="-1"> <span style="background-image:url(https://gallica.bnf.fr/ark:/12148/btv1b26000751.thumbnail)" class="img-thumbnail vignette imgContner"/> </a> <div class="notice-synthese"> <a href="/ark:/12148/cb38495323q" id="NotBib38495323"> <p> <div> [Illustrations de Fabularum liber...] / [Non identifi茅] ; Caius Julius Hyginus, aut. de texte</div> <div>Ioan Hervagium</div> </p> </a> </div> <div class="notice-type"> <span class="&#xA;&#x9;&#x9;&#x9;&#x9;ImagFixe&#xA;&#x9;&#x9;&#x9;"> Documents iconographiques </span> <p class="type-numerise">Consultable sur Gallica</p> </div> </div> </div> <div class="notice-item"> <div class="notice-contenu"> <p> <span class="notice-numero">3</span> <span class="notice-checkbox"> <input type="checkbox" name="CheckBoxNotice" id="40285849000000" title="Marcoussis, Louis (1883?-1941)聽(s茅lectionner)" value="Numero=40285849&amp;Nom=Marcoussis&amp;Prenom=Louis&amp;Titre=Eaux-fortes pour &#34;Alcools&#34; de Guillaume Apollinaire&amp;Type=B"/> <input type="hidden" id="cb402858497" name="url" value="ark:/12148/cb402858497"/> </span> <span class="notice-ordre"> <span>1934</span> </span> </p> <a class="lienVignette" href="/ark:/12148/cb402858497" aria-hidden="true" tabindex="-1"> <span style="background-image:url(https://gallica.bnf.fr/ark:/12148/btv1b52508499c.thumbnail)" class="img-thumbnail vignette imgContner"/> </a> <div class="notice-synthese"> <a href="/ark:/12148/cb402858497" id="NotBib40285849"> <h2>Marcoussis, Louis (1883?-1941)</h2> <p> <div> Eaux-fortes pour "Alcools" de Guillaume Apollinaire : [estampe] / [Marcoussis]</div> <div>Marcoussis</div> </p> </a> </div> <div class="notice-type"> <span class="&#xA;&#x9;&#x9;&#x9;&#x9;ImagFixe&#xA;&#x9;&#x9;&#x9;"> Documents iconographiques </span> <p class="type-numerise">Consultable sur Gallica</p> </div> </div> </div> <div class="notice-item"> <div class="notice-contenu"> <p> <span class="notice-numero">4</span> <span class="notice-checkbox"> <input type="checkbox" name="CheckBoxNotice" id="37353854000000" title="auteur ind茅termin茅聽(s茅lectionner)" value="Numero=37353854&amp;Titre=The galaxy and the solar system&amp;Type=B"/> <input type="hidden" id="cb37353854r" name="url" value="ark:/12148/cb37353854r"/> </span> <span class="notice-ordre"> <span>1986</span> </span> </p> <div class="notice-synthese"> <a href="/ark:/12148/cb37353854r" id="NotBib37353854"> <p> <div> The galaxy and the solar system / Roman Smoluchowski, John N. Bahcall, Mildred S. Matthews, ed.</div> <div>University of Arizona press</div> </p> </a> </div> <div class="notice-type"> <span class="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type-imprimes&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"> Livres </span> </div> </div> </div> <div class="notice-item"> <div class="notice-contenu"> <p> <span class="notice-numero">5</span> <span class="notice-checkbox"> <input type="checkbox" name="CheckBoxNotice" id="34971449000000" title="Lequeux, James (1934-....)聽(s茅lectionner)" value="Numero=34971449&amp;Nom=Lequeux&amp;Prenom=James&amp;Titre=脌 travers la voie lact茅e&amp;Type=B"/> <input type="hidden" id="cb34971449m" name="url" value="ark:/12148/cb34971449m"/> </span> <span class="notice-ordre"> <span>1987</span> </span> </p> <div class="notice-synthese"> <a href="/ark:/12148/cb34971449m" id="NotBib34971449"> <h2>Lequeux, James (1934-....)</h2> <p> <div> 脌 travers la voie lact茅e / James Lequeux</div> <div>Le Rocher</div> </p> </a> </div> <div class="notice-type"> <span class="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type-imprimes&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"> Livres </span> </div> </div> </div> <div class="notice-item"> <div class="notice-contenu"> <p> <span class="notice-numero">6</span> <span class="notice-checkbox"> <input type="checkbox" name="CheckBoxNotice" id="37450239000000" title="NATO advanced study institute on the galaxy (1986 ; Cambridge, GB)聽(s茅lectionner)" value="Numero=37450239&amp;Titre=The galaxy&amp;Type=B"/> <input type="hidden" id="cb37450239n" name="url" value="ark:/12148/cb37450239n"/> </span> <span class="notice-ordre"> <span>1987</span> </span> </p> <div class="notice-synthese"> <a href="/ark:/12148/cb37450239n" id="NotBib37450239"> <h2>NATO advanced study institute on the galaxy (1986 ; Cambridge, GB)</h2> <p> <div> The galaxy : [proceedings of the NATO Advanced study institute on the galaxy, Cambridge, U.K., 4-15 August 1986] / ed. by Gerry Gilmore and Bob Carswell</div> <div> D. Reidel publ.</div> </p> </a> </div> <div class="notice-type"> <span class="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type-imprimes&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"> Livres </span> </div> </div> </div> <div class="notice-item"> <div class="notice-contenu"> <p> <span class="notice-numero">7</span> <span class="notice-checkbox"> <input type="checkbox" name="CheckBoxNotice" id="34953154000000" title="Observatoire de Strasbourg. Journ茅e (09 ; 1987)聽(s茅lectionner)" value="Numero=34953154&amp;Titre=Impacts des surveys du visible sur notre connaissance de la galaxie&amp;Type=B"/> <input type="hidden" id="cb34953154f" name="url" value="ark:/12148/cb34953154f"/> </span> <span class="notice-ordre"> <span>1987</span> </span> </p> <div class="notice-synthese"> <a href="/ark:/12148/cb34953154f" id="NotBib34953154"> <h2>Observatoire de Strasbourg. Journ茅e (09 ; 1987)</h2> <p> <div> Impacts des surveys du visible sur notre connaissance de la galaxie : comptes-rendus / sur les Journ茅es de Strasbourg, 9猫me r茅union, le 18 mars 1987 ; 茅d. par A. Fresneau et M. Hamm</div> <div>Observatoire de Strasbourg</div> </p> </a> </div> <div class="notice-type"> <span class="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type-imprimes&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"> Livres </span> </div> </div> </div> <div class="notice-item"> <div class="notice-contenu"> <p> <span class="notice-numero">8</span> <span class="notice-checkbox"> <input type="checkbox" name="CheckBoxNotice" id="37362592000000" title="Kippenhahn, Rudolf聽(s茅lectionner)" value="Numero=37362592&amp;Nom=Kippenhahn&amp;Prenom=Rudolf&amp;Titre=Light from the depths of time&amp;Type=B"/> <input type="hidden" id="cb37362592f" name="url" value="ark:/12148/cb37362592f"/> </span> <span class="notice-ordre"> <span>1987</span> </span> </p> <div class="notice-synthese"> <a href="/ark:/12148/cb37362592f" id="NotBib37362592"> <h2>Kippenhahn, Rudolf</h2> <p> <div>Licht vom Rande der Welt, Das Universum und sein Anfang (anglais)</div> <div> Light from the depths of time / Rudolf Kippenhahn ; transl. by Storm Dunlop</div> <div>Springer-Verl.</div> </p> </a> </div> <div class="notice-type"> <span class="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type-imprimes&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"> Livres </span> </div> </div> </div> <div class="notice-item"> <div class="notice-contenu"> <p> <span class="notice-numero">9</span> <span class="notice-checkbox"> <input type="checkbox" name="CheckBoxNotice" id="37359815000000" title="Scheffler, Helmut聽(s茅lectionner)" value="Numero=37359815&amp;Nom=Scheffler&amp;Prenom=Helmut&amp;Titre=Physics of the galaxy and interstellar matter&amp;Type=B"/> <input type="hidden" id="cb373598159" name="url" value="ark:/12148/cb373598159"/> </span> <span class="notice-ordre"> <span>1987</span> </span> </p> <div class="notice-synthese"> <a href="/ark:/12148/cb373598159" id="NotBib37359815"> <h2>Scheffler, Helmut</h2> <p> <div>Bau und Physics der Galaxy (anglais)</div> <div> Physics of the galaxy and interstellar matter / H. Scheffler, H. Els盲sser ; transl. by A. H. Armstrong</div> <div>Springer-Verl.</div> </p> </a> </div> <div class="notice-type"> <span class="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type-imprimes&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"> Livres </span> </div> </div> </div> <div class="notice-item"> <div class="notice-contenu"> <p> <span class="notice-numero">10</span> <span class="notice-checkbox"> <input type="checkbox" name="CheckBoxNotice" id="35013859000000" title="Bureau des longitudes (France)聽(s茅lectionner)" value="Numero=35013859&amp;Titre=La Galaxie, l'univers extragalactique&amp;Type=B"/> <input type="hidden" id="cb35013859v" name="url" value="ark:/12148/cb35013859v"/> </span> <span class="notice-ordre"> <span>1988</span> </span> </p> <div class="notice-synthese"> <a href="/ark:/12148/cb35013859v" id="NotBib35013859"> <h2>Bureau des longitudes (France)</h2> <p> <div> La Galaxie, l'univers extragalactique / Bureau des longitudes</div> <div>2e 茅d.</div> <div>Gauthiers-Villars</div> </p> </a> </div> <div class="notice-type"> <span class="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type-imprimes&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"> Livres </span> </div> </div> </div> </div> <!-- Tri sur la liste de notices - Liste pagination --> <div class="pagination-liste"> <!-- Tri par pertinence --> <div class="tri" id="triPage"> <label for="triResult">Tri par :</label> <div class="skin-select"> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique Autorite--> <tr> <td class="tdLabel"></td> <td ><select name="triResult" id="triResult" title="Trier les r茅sultats (recharge la page)" onchange="rechargePage('','TOUS3','11978895','', false, 10, false,'NoticePUB',this.value,'','m');"> <option value="0">D茅faut</option> <option value="1">Auteur (a..z)</option> <option value="2">Auteur (z..a)</option> <option value="3">Titre (a..z)</option> <option value="4">Titre (z..a)</option> <option value="5" selected="selected">Date (croissant)</option> <option value="6">Date (d茅croissant)</option> <option value="13">Type de notice (croissant)</option> <option value="14">Type de notice (d茅croissant)</option> <option value="15">Titre normalis茅 (a..z)</option> <option value="16">Titre normalis茅 (z..a)</option> </select> </td> </tr> <span class="selecttext"></span><span class="select-arrow"></span> </div> </div> <!-- Navigation entre pages --> <!-- Bizarrement ici pas besoin de motRechercheUE --> <ul class="pages"> <li> <tr> <td class="tdLabel"></td> <td ><input type="text" name="" size="2" value="1" id="pec" title="Aller 脿 la page" onchange="allerPage('','TOUS3','11978895','',10,false,false ,'NoticePUB','5',this.value,13,'','m');" onpropertychange="allerPage('', 'TOUS3','11978895','',10,false,false ,'NoticePUB','5',this.value,13,'','m');"/></td> </tr> </li> <span id="nbPage"> sur&nbsp;13 </span> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <li> <a href='/changerPage.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;nbResultParPage=10&amp;afficheRegroup=false&amp;affinageActif=false&amp;pageEnCours=2&amp;nbPage=13&amp;trouveDansFiltre=NoticePUB&amp;triResultParPage=5&amp;typeNotice=m' class="pictos"> <i class="icon-next" title="Page suivante" data-icon="&#xe607;" aria-hidden="true"></i> <span class="hors-viewport">Page suivante</span> </a> </li> <!-- Pour l'univers Musique --> <!-- Pour l'univers Musique --> <li> <a href='/changerPage.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?motRecherche=&amp;index=TOUS3&amp;numNotice=11978895&amp;nbResultParPage=10&amp;afficheRegroup=false&amp;affinageActif=false&amp;pageEnCours=13&amp;nbPage=13&amp;trouveDansFiltre=NoticePUB&amp;triResultParPage=5&amp;typeNotice=m' class="pictos"> <i class="icon-last" title="Derni&egrave;re page" data-icon="&#xe610;" aria-hidden="true"></i> <span class="hors-viewport">Derni&egrave;re page</span> </a> </li> </ul> <!-- Affichage du nombres de notice/pages --> <div class="nbres"> <div class="skin-select" id="paramPage"> <tr> <td class="tdLabel"></td> <td ><select name="nbResultParPage" id="nbResultParPage" title="Nombre de r茅sultats par page (recharge la page)" onchange="rechargePage(&quot;&quot;,&quot;TOUS3&quot;,&quot;11978895&quot;,&quot;&quot;, false, this.value, false, &quot;NoticePUB&quot;,&quot;5&quot;,&quot;&quot;,&quot;m&quot; );"> <option value="10" selected="selected">10 r茅sultats/page</option> <option value="20">20 r茅sultats/page</option> <option value="50">50 r茅sultats/page</option> <option value="100">100 r茅sultats/page</option> </select> </td> </tr> <span class="selecttext"></span><span class="select-arrow"></span> </div> </div> </div> <!-- --> <!-- Modal --> <div class="modal" id="imp_popin_modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog-imp"> <div class="modal-content"> <!-- CONTENU DE LA POPIN --> <div class="modal-header-imp"> <div class="bandeau-couleur"> <a role="button" href="#" class="close" data-dismiss="modal"><img src="/images/input-reset.png" alt="Fermer"></a> <div class="popin-impression"> <h1>T茅l茅charger/Imprimer</h1> </div> </div> </div> <div class="modal-body-imp"> <div class="border-modal"> <div class="contenu-modal-imp"> Vous allez obtenir un document que vous pourrez enregistrer ou imprimer. <form id="genererPdf" name="genererPdf" action="/liste-de-notices.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A" target="_blank" method="get"> <input type="hidden" name="envoiMail" value="envoiMailFalse" id="envoiMail"/> <input type="hidden" id="arkNotice" name="arkNotice" value="" /> <table> <tr style="vertical-align:top;"> <td> <h2>Format du fichier :</h2> </td> <td style="padding-left:15px;padding-top:10px;"> <span id="span3" style="display:block;"> <label style="font-size:1em;"><input type="radio" value="0" id="radio31" name="typeFormatFichier" checked="checked" >&nbsp;&nbsp;PDF</label><br> <label style="font-size:1em;"><input type="radio" value="1" id="radio32" name="typeFormatFichier">&nbsp;&nbsp;TXT</label><br> </span> </td> </tr> <tr style="vertical-align:top;"> <td> <h2>Choisir :</h2> </td> <p> <td style="padding-left:15px;padding-top:10px;"> <span id="span1" style="display:block;"> <label style="font-size:1em;"><input type="radio" value="0" id="radio11" name="typeNoticesPdf">&nbsp;&nbsp;notices abr茅g茅es</label><br> <label style="font-size:1em;"><input type="radio" value="1" id="radio12" name="typeNoticesPdf">&nbsp;&nbsp;notices compl猫tes</label><br> </span> <span id="span2" style="display:none;"> <label style="font-size:1em;"><input type="radio" value="0" id="radio21" name="typeNoticesPdf">&nbsp;&nbsp;notices abr茅g茅es</label><br> <label style="font-size:1em;"><input type="radio" value="1" id="radio22" name="typeNoticesPdf" checked='checked'>&nbsp;&nbsp;notices compl猫tes sans exemplaires</label><br> <label style="font-size:1em;"><input type="radio" value="2" id="radio23" name="typeNoticesPdf">&nbsp;&nbsp;notices compl猫tes avec exemplaires</label> </span> </td> </tr> <tr style="vertical-align:top;"> <td> <h2>Format de la notice :</h2> </td> <td style="padding-left:15px;padding-top:10px;"> <label style="font-size:1em;margin-left:0;margin-top:0"><input type="radio" value="1" id="radio6" name="formatNoticesPdf" checked="checked">&nbsp;&nbsp;Public</label></br> <label style="font-size:1em;margin-left:0;margin-top:0"><input type="radio" value="2" id="radio7" name="formatNoticesPdf">&nbsp;&nbsp;Intermarc</label></br> </td> </tr> </p> </table> <input id="imprimerPdf" type="submit" title="Valider (nouvelle fen锚tre)" value="Valider"/> <input type="hidden" name="pageRechNotice" value="" id="pageRechNotice"/> </form> </div> </div> </div> <script type="text/javascript"> // Fonction pour fermer la popin jQuery("#imprimerPdf").click(function(e){ clickXiti('T', 'telechargerImprimer'); $('#imp_popin_modal').modal('hide'); }); // TLA #40186 25/02/20 - Ce choix (notice = abr茅g茅e cad radio21) n'est dispo que dans le cas d'une s茅lection de notices dans une liste de r茅sultats // On est dans le cas d'une liste de r茅sultats pour typeNoticeImp=2b // Cas affichage d'une seule notice typeNoticeImp=1b // TLA #40186 28/02/20 - Remarque num 6 LAB // radio6 -> Public // radio7 -> Itermarc // radio8 -> Unirmarc // radio9 -> ISBD // Si type notice = abr茅g茅e, les formats Intermarc, unimarc, isbd devient non cliquable jQuery("#radio11, #radio21").click(function(e){ $('#radio6').prop('checked', true); $('#radio7').prop('checked', false); $('#radio7').prop('disabled', true); $('#radio8').prop('checked', false); $('#radio8').prop('disabled', true); $('#radio9').prop('checked', false); $('#radio9').prop('disabled', true); }); // On rend le format Intermarc cliquable que si le type diff de notice abr茅g茅e jQuery("#radio12, #radio22, #radio23").click(function(e){ $('#radio7').prop('disabled', false); $('#radio8').prop('disabled', false); $('#radio9').prop('disabled', false); }); $(document).ready(function () { if ($('#pageRech').val() == 'rat') $('#pageRechNotice').val($('#pageRech').val()); if ($('#pageRechNotice').val() != 'rat') { $('#span1').hide(); $('#span2').show(); // Si on est dans le r茅sultat d'une recherche BIB // popin s'ouvre avec "notices compl猫tes sans exemplaires" radio22 par d茅faut $('#radio22').prop('checked', true); } else { // Idem r茅sultat d'une recherche AUT // mais alors radio11 $('#radio11').prop('checked', true); } }); </script> </div> </div> </div> <div class="modal" id="envoimail_popin_modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog-imp"> <div class="modal-content"> <!-- CONTENU DE LA POPIN --> <div class="modal-header-imp"> <div class="bandeau-couleur"> <a id="button_close" role="button" href="#" class="close" data-dismiss="modal"><img src="/images/input-reset.png" alt="Fermer"></a> <div class="popin-impression"> <h1>Envoyer par courriel</h1> </div> </div> </div> <div class="modal-body-imp popinMail"> <div class="border-modal"> <div class="contenu-modal-imp"> <div></div> <form id="envoyerParMailForm" name="envoyerParMailForm" action="/submitEnvoiMail.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A" method="get"> <table role="presentation"> <tr style="vertical-align:top;"> <td> <h2>Envoi par courriel au format txt :</h2> <input type="hidden" name="ithar" value="" id="ithar"/> </td> <td style="padding-left:5px;padding-top:10px;"> <span id="span3" style="display:block;"> <!-- <label style="font-size:1em;">Envoi par e-mail au format txt.</label> --> <div id="hide" style="display:none;"><label style="font-size:1em;"><input type="radio" value="0" id="radio31" name="typeFormatFichier" >&nbsp;&nbsp;PDF</label><br> <label style="font-size:1em;"><input type="radio" value="1" id="radio32" name="typeFormatFichier" checked="checked">&nbsp;&nbsp;TXT</label><br></div> </span> <span> <span id="span5" style="display:block;"> <label style="font-size:1em;"><input type="radio" value="0" id="radio21" name="typeNoticesPdf" checked='checked'>&nbsp;&nbsp;notices abr茅g茅es</label><br> <label style="font-size:1em;"><input type="radio" value="1" id="radio22" name="typeNoticesPdf">&nbsp;&nbsp;notices compl猫tes sans exemplaires</label><br> <label style="font-size:1em;"><input type="radio" value="2" id="radio23" name="typeNoticesPdf">&nbsp;&nbsp;notices compl猫tes avec exemplaires</label> </span> </td> </tr> <tr style="vertical-align:top;"> <td style="padding-top:5px;padding-bottom:5px;"> <h2>Format de la notice :</h2> </td> <td style="padding-left:5px;padding-top:10px;"> <label style="font-size:1em;margin-left:0;margin-top:0"><input type="radio" value="1" id="radio6" name="formatNoticesPdf" checked="checked">&nbsp;&nbsp;Public</label><br> <label style="font-size:1em;margin-left:0;margin-top:0"><input type="radio" value="2" id="radio7" name="formatNoticesPdf" >&nbsp;&nbsp;Intermarc</label><br> </td> </tr> <tr> <td> <h2><label style="font-size:1em;"> Adresse du destinataire : </label></h2> </td> <td style="padding-left:5px;padding-top:10px;"> <input type="text" name="adresseMailDestinataire" maxlength="45" value="" id="adresseMailDestinataire"/></br> <div class="alert alert-danger" style="display:none;" id="errorSaisieMail"></div> <input type="hidden" name="envoiMail" value="envoiMailTrue" id="envoiMail"/> <input type="hidden" id="arkNotice" name="arkNotice" value="" /> </td> </tr> </p> </table> <input id="envoyerParMail" type="submit" title="Valider (nouvelle fen锚tre)" value="Valider"/> <input type="hidden" name="pageRechNotice" value="" id="pageRechNotice"/> </form> </div> </div> </div> <script type="text/javascript"> // Fonction lors de la soumission du formulaire jQuery("#envoyerParMail").click(function(e){ var mail = jQuery("input#adresseMailDestinataire").val(); if (mail==''){ showMsgMail('Adresse 脿 renseigner'); return false; } var statutVerifMail = verifMail(mail); if (!statutVerifMail){ showMsgMail('Courriel invalide'); return false; } clickXiti('T', 'envoyerparmail'); $('#envoimail_popin_modal').modal('hide'); }); //Clic de fermeture de la popin jQuery("#button_close").click(function(e){ resetMsgMail(); }); // Si type notice = abr茅g茅e, les formats Intermarc, unimarc, isbd devient non cliquable jQuery(".popinMail #radio11").click(function(e){ $('.popinMail #radio6').prop('checked', true); $('.popinMail #radio7').prop('checked', false); $('.popinMail #radio7').prop('disabled', true); $('.popinMail #radio8').prop('checked', false); $('.popinMail #radio8').prop('disabled', true); $('.popinMail #radio9').prop('checked', false); $('.popinMail #radio9').prop('disabled', true); }); jQuery(".popinMail #radio21").click(function(e){ $('.popinMail #radio6').prop('checked', true); $('.popinMail #radio7').prop('checked', false); $('.popinMail #radio7').prop('disabled', true); $('.popinMail #radio8').prop('checked', false); $('.popinMail #radio8').prop('disabled', true); $('.popinMail #radio9').prop('checked', false); $('.popinMail #radio9').prop('disabled', true); }); // On rend le format Intermarc cliquable que si le type diff de notice abr茅g茅e jQuery(".popinMail #radio12, .popinMail #radio22, .popinMail #radio23").click(function(e){ $('.popinMail #radio7').prop('disabled', false); $('.popinMail #radio8').prop('disabled', false); $('.popinMail #radio9').prop('disabled', false); }); $(document).ready(function () { if ($('#pageRech').val() == 'rat') $('#pageRechNotice').val($('#pageRech').val()); if ($('#pageRechNotice').val() != 'rat') { $('#span1').hide(); $('#span2').show(); // Si on est dans le r茅sultat d'une recherche BIB // popin s'ouvre avec "notices abr茅g茅es" radio21 par d茅faut $('.popinMail #radio21').prop('checked', true); } else { // Idem r茅sultat d'une recherche AUT // mais alors radio11 $('.popinMail #radio11').prop('checked', true); } if($('.popinMail #radio21').is(':checked')) { // notices abr茅g茅es BIB $('.popinMail #radio6').prop('checked', true); $('.popinMail #radio7').prop('checked', false); $('.popinMail #radio7').prop('disabled', true); $('.popinMail #radio8').prop('checked', false); $('.popinMail #radio8').prop('disabled', true); $('.popinMail #radio9').prop('checked', false); $('.popinMail #radio9').prop('disabled', true); } if($('.popinMail #radio11').is(':checked')) { // notices abr茅g茅es AUT $('.popinMail #radio6').prop('checked', true); $('.popinMail #radio7').prop('checked', false); $('.popinMail #radio7').prop('disabled', true); $('.popinMail #radio8').prop('checked', false); $('.popinMail #radio8').prop('disabled', true); } if($('.popinMail #radio12').is(':checked')) { // notices compl猫tes AUT $('.popinMail #radio7').prop('checked', false); $('.popinMail #radio7').prop('disabled', false); $('.popinMail #radio8').prop('checked', false); $('.popinMail #radio8').prop('disabled', false); } }); function verifMail(mail){ var result = false; var regexemail = /^[a-zA-Z0-9._-]+@[a-z0-9._-]{2,}\.[a-z]{2,4}$/; result = regexemail.test(mail); return result; } function resetMsgMail(){ jQuery("#errorSaisieMail").hide(); jQuery("#errorSaisieMail").text(""); } function showMsgMail(message){ jQuery("#errorSaisieMail").text(message); jQuery("#errorSaisieMail").show(); } </script> </div> </div> </div> <!-- Modal Ajouter a mes notices--> <div class="modal" id="ajouterNotice_popin_modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog modal-sm"> <div class="modal-content"> <!-- CONTENU DE LA POPIN --> <div class="modal-header"> <div class="bandeau-couleur2"> <a role="button" href="#" class="close" data-dismiss="modal" > <img src="/images/close_popin.png" alt="Fermer"> </a> <h1 class="modal-title" id="modalErreurSelection">Ajouter 脿 mes r茅f茅rences </h1> </div> <div class="modal-body"> <div class="row-modal"> <p>La s茅lection a bien 茅t茅 ajout茅e.</p> <p><a id="noticeOk" href="https://noticesetdocuments.bnf.fr?AppOrigine=Catalogue&urlReferer=" onclick="myReferer('noticeOk');" class="lien-ext" target="_blank" aria-label="> Acc茅der 脿 mes r茅f茅rences (nouvelle fen锚tre)"><u>> Acc茅der 脿 mes r茅f茅rences</u> </a></p> </div> </div> </div> <script type="text/javascript"> function myReferer(typeBouton){ var locationRef= location; var hostname = locationRef.protocol + "//" + locationRef.host; var uri = locationRef.href.replace(hostname, ""); if(uri.indexOf("ajoutNoticePop") != -1) { uri = uri.substring(0,uri.indexOf("ajoutNoticePop")); } var result = document.getElementById(typeBouton).href = document.getElementById(typeBouton).href + encodeURIComponent(uri); //alert(result); } </script> </div> </div> </div> <!-- Modal Exporter CSV--> <div class="modal" id="exp_csv_popin_modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog-imp"> <div class="modal-content"> <!-- CONTENU DE LA POPIN --> <div class="modal-header-imp"> <div class="bandeau-couleur"> <a role="button" href="#" class="close" data-dismiss="modal"><img src="/images/input-reset.png" alt="Fermer"></a> <div class="popin-impression"> <h1> Exporter dans un tableau </h1> </div> </div> </div> <div class="modal-body-imp"> <div class="border-modal"> <div class="contenu-modal-imp"> <!-- Nav tabs --> <ul class="nav nav-tabs" role='tablist'> <li class="active" role='tab' id='etiquette-pub' tabindex='0' aria-selected='true' aria-controls='public'> <a href="#public" data-toggle="tab">param茅trage public</a></li> <li role='tab' id='etiquette-pro' tabindex='-1' aria-selected='false' aria-controls='pro'> <a href="#pro" data-toggle="tab">param茅trage professionnel</a></li> </ul> <!-- Tab panes --> <div class="tab-content"> <div class="tab-pane active" role='tabpanel' tabindex='0' id="public" aria-labelledby='etiquette-pub'> <br/> Vous allez obtenir un document csv. <form id="genererCsv" name="genererCsv" action="POST;jsessionid=9158B8B65F4A329ED38E5299C58AE78A" method="get"> <table> <tr style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"><input type="checkbox" name="cbSelAll" id="checkAllCb" title='S&eacute;lectionner tout' value="0"></td> <td style="padding-left: 15px; padding-top: 10px;"><p> S茅lectionner tout </p></td> </tr> <tr style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"><input type="checkbox" name="noticesMdCsvPub" id="cbSel" title='Localisation (pour obtenir tous les exemplaires d''une m&ecirc;me ressource)' value="{http://purl.org/dc/elements/1.1/}source"></td> <td style="padding-left: 15px; padding-top: 10px;"> <p> Localisation (pour obtenir tous les exemplaires d'une m锚me ressource) </p> </td> </tr> <tr style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"><input type="checkbox" name="noticesMdCsvPub" id="cbSel" title='Titre' value="{http://purl.org/dc/elements/1.1/}title"></td> <td style="padding-left: 15px; padding-top: 10px;"><p> Titre </p></td> </tr> <tr style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"><input type="checkbox" name="noticesMdCsvPub" id="cbSel" title='Auteur' value="{http://purl.org/dc/elements/1.1/}creator"></td> <td style="padding-left: 15px; padding-top: 10px;"><p> Auteur </p></td> </tr> <tr style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"><input type="checkbox" name="noticesMdCsvPub" id="cbSel" title='Contributeur' value="{http://purl.org/dc/elements/1.1/}contributor"></td> <td style="padding-left: 15px; padding-top: 10px;"><p> Contributeur </p></td> </tr> <tr style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"><input type="checkbox" name="noticesMdCsvPub" id="cbSel" title='Editeur' value="{http://purl.org/dc/elements/1.1/}publisher"></td> <td style="padding-left: 15px; padding-top: 10px;"><p> Editeur </p></td> </tr> <tr style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"><input type="checkbox" name="noticesMdCsvPub" id="cbSel" title='Date' value="{http://purl.org/dc/elements/1.1/}date"></td> <td style="padding-left: 15px; padding-top: 10px;"><p> Date </p></td> </tr> <tr style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"><input type="checkbox" name="noticesMdCsvPub" id="cbSel" title='Description' value="{http://purl.org/dc/elements/1.1/}description"></td> <td style="padding-left: 15px; padding-top: 10px;"><p> Description </p></td> </tr> <tr style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"><input type="checkbox" name="noticesMdCsvPub" id="cbSel" title='Sujet' value="{http://purl.org/dc/elements/1.1/}subject"></td> <td style="padding-left: 15px; padding-top: 10px;"><p> Sujet </p></td> </tr> <tr style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"><input type="checkbox" name="noticesMdCsvPub" id="cbSel" title='Couverture' value="{http://purl.org/dc/elements/1.1/}coverage"></td> <td style="padding-left: 15px; padding-top: 10px;"><p> Couverture </p></td> </tr> <tr style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"><input type="checkbox" name="noticesMdCsvPub" id="cbSel" title='Langue' value="{http://purl.org/dc/elements/1.1/}language"></td> <td style="padding-left: 15px; padding-top: 10px;"><p> Langue </p></td> </tr> <tr style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"><input type="checkbox" name="noticesMdCsvPub" id="cbSel" title='Format' value="{http://purl.org/dc/elements/1.1/}format" /></td> <td style="padding-left: 15px; padding-top: 10px;"><p> Format </p></td> </tr> <tr style="vertical-align: top;"> <td colspan="2"><input type="button" id="exportCsv" style=" width: 148px; background: #50d0dc; border: none; margin-left: 16em; height: 32px; font-weight: bold; font-size: 1.2em;" title="Valider" value="Valider" /> </td> </tr> </table> </form> </div> <div class="tab-pane" role='tabpanel' tabindex='0' id="pro" aria-labelledby='etiquette-pro'> <br/> Vous allez obtenir un document csv. <form id="proForm" action="/exporter" method="get" target="_blank"> <table> <tr style="vertical-align: top;"> <td colspan="2" style="padding-left: 15px; padding-top: 10px;"> <input id="expression" placeholder="ex : 245$a;100;700$a$b;" alt="&#13;- Entrer au moins une 茅tiquette de zone (avec ou sans sous-zone)&#13;- Pour extraire toutes les sous-zones d'une zone : taper l'茅tiquette (ex. : 245;)&#13;- Pour extraire certaines sous-zone d'une zone : taper l'茅tiquette et les sous-zones voulues, sans espace (ex. : 245$a$f$g;)&#13;- S茅parer les zones par un point-virgule sans espace (ex. : 100;245$a$f$g;700;)&#13;- Terminer la requ锚te par un point-virgule" title="&#13;- Entrer au moins une 茅tiquette de zone (avec ou sans sous-zone)&#13;- Pour extraire toutes les sous-zones d'une zone : taper l'茅tiquette (ex. : 245;)&#13;- Pour extraire certaines sous-zone d'une zone : taper l'茅tiquette et les sous-zones voulues, sans espace (ex. : 245$a$f$g;)&#13;- S茅parer les zones par un point-virgule sans espace (ex. : 100;245$a$f$g;700;)&#13;- Terminer la requ锚te par un point-virgule" name="expression" type="text" placeholder="Entrer ici zones/sous-zones" /> <input id="export" type="hidden" name="export" /> </td> </tr> <tr> <td colspan="2" style="padding-left: 15px; padding-top: 10px;"> <textarea id="erreurExp" rows="8" cols="75" hidden style="background-color: pink; border: 2px solid #ffdddd; overflow:hidden; resize: none;"> &#13;- Entrer au moins une 茅tiquette de zone (avec ou sans sous-zone)&#13;- Pour extraire toutes les sous-zones d'une zone : taper l'茅tiquette (ex. : 245;)&#13;- Pour extraire certaines sous-zone d'une zone : taper l'茅tiquette et les sous-zones voulues, sans espace (ex. : 245$a$f$g;)&#13;- S茅parer les zones par un point-virgule sans espace (ex. : 100;245$a$f$g;700;)&#13;- Terminer la requ锚te par un point-virgule </textarea> </td> </tr> <tr style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"> <input type="radio" checked id=intermarc name="qualifier" value=".intermarc"> <label for="intermarc">Intermarc </label> </td> <td style="padding-left: 15px; padding-top: 10px;"> <input type="radio" id="unimarc" name="qualifier" value=".unimarc"> <label for="unimarc">Unimarc</label> </td> </tr> <tr style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"> <input id="colParZone" type="radio" checked id="uneColZone" name="colonne" value="col_par_zone"> <label for="uneColZone">1 colonne par zone</label> </td> <td style="padding-left: 15px; padding-top: 10px;"> <input id="colParSousZone" type="radio" id="plusColZone" name="colonne" value="col_par_sous_zone"> <label for="plusColZone">1 colonne par sous-zone</label> </td> </tr> <tr id="donnesBrutesEtiq" style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"> <input type="radio" checked id="donneesBrute" name="donnees" value="donnees_brutes"> <label for="donneesBrute">Avec donn茅es brutes</label> </td> <td style="padding-left: 15px; padding-top: 10px;"> <input type="radio" id="donneesEtiquette" name="donnees" value="avec_etiquette"> <label for="donneesEtiquette">Donn茅es avec 茅tiquette</label> </td> </tr> <tr id="option_sous_notices" style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"> <input id="type_notice" name="type_notice" type="hidden" value="BIB" /> <input type="radio" id="sousnotice" name="sousnotice" value="avec_sous_notice"> <label for="sousnotice">avec sous-notices</label> </td> <td style="padding-left: 15px; padding-top: 10px;"> <input type="radio" checked id="sanssousnotice" name="sousnotice" value="sans_sous_notice"> <label for="sanssousnotice">sans sous-notices</label> </td> </tr> <tr id="option_exemplaires" style="vertical-align: top;"> <td style="padding-left: 15px; padding-top: 10px;"><input type="radio" id="exemplaire" name="exemplaire" value="avec_donnees_exemp"> <label for="exemplaire">avec donn茅es d'exemplaire</label></td> <td style="padding-left: 15px; padding-top: 10px;"><input type="radio" checked id="sansexemplaire" name="exemplaire" value="sans_donnees_exemp"> <label for="sansexemplaire">sans donn茅es d'exemplaire </label></td> </tr> <tr id="adcat-02"> <td colspan="2"> <!-- Nav tabs --> <ul class="nav nav-tabs"> <li class="active"><a href="#identification" data-toggle="tab">Identification</a></li> <li><a href="#localisation" data-toggle="tab">Localisation</a></li> <li><a href="#coteMagasin" data-toggle="tab">Cote magasin</a></li> <li><a href="#codeLibreAcces" data-toggle="tab">Cote libre acc猫s</a></li> <li><a href="#droitsGeneriques" data-toggle="tab">Droits g茅n茅riques</a></li> <li><a href="#caract茅ristiques" data-toggle="tab">Caract茅ristiques</a></li> <li><a href="#exeRemarquable" data-toggle="tab">Exe remarquables</a></li> <li><a href="#fonds" data-toggle="tab">Fonds</a></li> <li><a href="#donneesNumerisation" data-toggle="tab">Donn茅es de num茅risation</a></li> </ul> <div class="tab-content"> <div class="tab-pane active" id="identification"> <br /> <table> <tr> <td><input type="checkbox" name="PEX_COLONNE" value="COLONNE01" id="cbSel"> <label for="COLONNE01">Num茅ro de notice</label></td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE65" id="cbSel"> <label for="COLONNE65">Num茅ro de regroupement</label> </td> </tr> <tr> <td><input type="checkbox" name="PEX_COLONNE" value="COLONNE49" id="cbSel"> <label for="COLONNE49">Collection</label></td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE60" id="cbSel"> <label for="COLONNE60">Date de derni猫re modification</label></td> </tr> <tr> <td><input type="checkbox" name="PEX_COLONNE" value="COLONNE09" id="cbSel"> <label for="COLONNE09">Mode d'acc猫s</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" name="PEX_COLONNE" value="COLONNE05" id="cbSel"> <label for="COLONNE05">Mode d'entr茅e</label> </td> </tr> <tr> <td><input type="checkbox" name="PEX_COLONNE" value="NO" id="cbSel"> <label for="NO">Num茅ro d'ordre</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" name="PEX_COLONNE" value="COLONNE06" id="cbSel"> <label for="COLONNE06">Num茅ro d'inventaire</label> </td> </tr> <tr> <td><input type="checkbox" name="PEX_COLONNE" value="COLONNE00" id="cbSel"> <label for="COLONNE00">Identifiant partie exe li茅e</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" name="PEX_COLONNE" value="COLONNE07" id="cbSel"> <label for="COLONNE07">Num茅ro d'entr茅e</label> </td> </tr> <tr> <td><input type="checkbox" name="PEX_COLONNE" value="COLONNE04" id="cbSel"> <label for="COLONNE04">Source r茅colement</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" name="PEX_COLONNE" value="COLONNE65" id="cbSel"> <label for="COLONNE65">Libell茅 du regroupement</label> </td> </tr> <tr> <td><input type="checkbox" name="PEX_COLONNE" value="COLONNE57" id="cbSel"> <label for="COLONNE57">Date de cr茅ation</label> </td> <td> </td> </tr> </table> </div> <div class="tab-pane" id="localisation"> <br /> <table> <tr> <td><input type="checkbox" name="PEX_COLONNE" value="COLONNE67" id="cbSel"> <label for="COLONNE67">Etablissement</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE92" id="cbSel"> <label for="COLONNE92">Lacune</label> </td> </tr> <tr> <td><input type="checkbox" name="PEX_COLONNE" value="COLONNE10" id="cbSel"> <label for="COLONNE10">Statut d'acquisition</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE49" id="cbSel"> <label for="COLONNE49">Etat de collection</label> </td> </tr> <tr> <td><input type="checkbox" name="PEX_COLONNE" value="COLONNE08" id="cbSel"> <label for="COLONNE08">Destination</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE88" id="cbSel"> <label for="COLONNE88">Compl茅tude pub. en s茅rie</label> </td> </tr> <tr> <td><input type="checkbox" name="PEX_COLONNE" value="COLONNE09" id="cbSel"> <label for="COLONNE09">Usage</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE89" id="cbSel"> <label for="COLONNE89">Conservation</label> </td> </tr> <tr> <td><input type="checkbox" name="PEX_COLONNE" value="COLONNE32" id="cbSel"> <label for="COLONNE32">Qualification/Volumaison</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE48" id="cbSel"> <label for="COLONNE48">Note compl茅tude</label> </td> </tr> <tr> <td><input type="checkbox" name="PEX_COLONNE" value="COLONNE50" id="cbSel"> <label for="COLONNE50">Etat col/mon</label> </td> <td> </td> </tr> </table> </div> <div class="tab-pane" id="coteMagasin"> <br /> <table> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="ADRESSE" id="cbSel"> <label for="ADRESSE">Adresse</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE26" id="cbSel"> <label for="COLONNE26">Sous-cote</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE21" id="cbSel"> <label for="COLONNE21">Pr茅fixe</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE27" id="cbSel"> <label for="COLONNE27">Cote non conr么l茅e</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE22" id="cbSel"> <label for="COLONNE22">Format</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE28" id="cbSel"> <label for="COLONNE28">Cote 1</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE23" id="cbSel"> <label for="COLONNE23">Lettrage, mill茅sime ou support</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE29" id="cbSel"> <label for="COLONNE29">Cote 2</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE-1" id="cbSel"> <label for="COLONNE-1">Num茅ro</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE31" id="cbSel"> <label for="COLONNE31">Cote originale (index茅e)</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE24" id="cbSel"> <label for="COLONNE24">D茅but num茅ro</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE30" id="cbSel"> <label for="COLONNE30">Cote originale (non index茅e)</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE25" id="cbSel"> <label for="COLONNE25">Fin num茅ro</label> </td> <td> </td> </tr> </table> </div> <div class="tab-pane" id="codeLibreAcces"> <br /> <table> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE11" id="cbSel"> <label for="COLONNE11">Salle</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE16" id="cbSel"> <label for="COLONNE16">Nature oeuvre</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE12" id="cbSel"> <label for="COLONNE12">Discipline</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE17" id="cbSel"> <label for="COLONNE17">Code critique</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE13" id="cbSel"> <label for="COLONNE13">Dewey / Per</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE18" id="cbSel"> <label for="COLONNE18">Microforme</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE14" id="cbSel"> <label for="COLONNE14">Code auteur</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE20" id="cbSel"> <label for="COLONNE20">Ancienne cote</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE15" id="cbSel"> <label for="COLONNE15">Code titre</label> </td> <td> </td> </tr> </table> </div> <div class="tab-pane" id="droitsGeneriques"> <br /> <table> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE33" id="cbSel"> <label for="COLONNE33">Droit</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE36" id="cbSel"> <label for="COLONNE36">Date fin</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE34" id="cbSel"> <label for="COLONNE34">Permission</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE39" id="cbSel"> <label for="COLONNE39">Param猫tres</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE35" id="cbSel"> <label for="COLONNE35">Date d茅but</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE37" id="cbSel"> <label for="COLONNE37">Id. convention</label> </td> </tr> </table> </div> <div class="tab-pane" id="caract茅ristiques"> <br /> <table> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE40" id="cbSel"> <label for="COLONNE40">Disponibilit茅</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE45" id="cbSel"> <label for="COLONNE45">Particularit茅s</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE41" id="cbSel"> <label for="COLONNE41">Support physique</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE46" id="cbSel"> <label for="COLONNE46">Origine</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE42" id="cbSel"> <label for="COLONNE42">Original</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE47" id="cbSel"> <label for="COLONNE47">Microforme</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE43" id="cbSel"> <label for="COLONNE43">Mat茅riel accompagnement</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE51" id="cbSel"> <label for="COLONNE51">Source bibliographique</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE44" id="cbSel"> <label for="COLONNE44">Description technique</label> </td> <td> </td> </tr> </table> </div> <div class="tab-pane" id="exeRemarquable"> <br /> <table> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE93" id="cbSel"> <label for="COLONNE93">Num茅ro exemplaire</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE55" id="cbSel"> <label for="COLONNE55">Note papier</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE52" id="cbSel"><label for="COLONNE52">Ajouts</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE56" id="cbSel"> <label for="COLONNE56">Type provenance</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE53" id="cbSel"> <label for="COLONNE53">Note ajouts</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE70" id="cbSel"> <label for="COLONNE70">Type</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE54" id="cbSel"> <label for="COLONNE54">Type papier</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE57" id="cbSel"> <label for="COLONNE57">Date</label> </td> </tr> </table> </div> <div class="tab-pane" id="fonds"> <br /> <table> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE63" id="cbSel"> <label for="COLONNE63">Nom du fonds</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE86" id="cbSel"> <label for="COLONNE86">Mention de m茅c茅nat</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE64" id="cbSel"> <label for="COLONNE64">N掳 脿 l'int茅rieur d'un fonds</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE117" id="cbSel"> <label for="COLONNE117">D茅partement gestionnaire</label> </td> </tr> </table> </div> <div class="tab-pane" id="donneesNumerisation"> <br /> <table> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE73" id="cbSel"> <label for="COLONNE73">Date num茅risation</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE85" id="cbSel"> <label for="COLONNE85">Cote support num茅ris茅</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE101" id="cbSel"> <label for="COLONNE101">Document n茅 num茅rique</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE102" id="cbSel"> <label for="COLONNE102">Pr茅sence adaptatif</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE72" id="cbSel"> <label for="COLONNE72">Nb de vues</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE106" id="cbSel"> <label for="COLONNE106">Type adaptatif</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE84" id="cbSel"> <label for="COLONNE84">1猫re page 脿 afficher</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE108" id="cbSel"> <label for="COLONNE108">Version adaptatif</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE76" id="cbSel"> <label for="COLONNE76">Num茅risation partielle</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE104" id="cbSel"> <label for="COLONNE104">Taux qualit茅 adaptatif</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE81" id="cbSel"> <label for="COLONNE81">Num茅risation directe</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE103" id="cbSel"> <label for="COLONNE103">Signalement adaptatif</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE81" id="cbSel"> <label for="COLONNE81">Type num. partielle</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE100" id="cbSel"> <label for="COLONNE100">Consultation adaptatif</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE94" id="cbSel"> <label for="COLONNE94">Table des mati猫res</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE74" id="cbSel"> <label for="COLONNE74">Pr茅sence E-Pub</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE97" id="cbSel"> <label for="COLONNE97">Type de TDM</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE107" id="cbSel"> <label for="COLONNE107">Type E-Pub</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE69" id="cbSel"> <label for="COLONNE69">Pr茅sence de texte</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE109" id="cbSel"> <label for="COLONNE109">Version E-Pub</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE71" id="cbSel"> <label for="COLONNE71">Taux de qualit茅 du texte</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE95" id="cbSel"> <label for="COLONNE95">Qualit茅 E-Pub</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE79" id="cbSel"> <label for="COLONNE79">Type fichiers num.</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE75" id="cbSel"> <label for="COLONNE75">Identifiant E-Pub</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE80" id="cbSel"> <label for="COLONNE80">Taille fichiers num.</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE105" id="cbSel"> <label for="COLONNE105">Taux qualit茅 E-Pub</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE78" id="cbSel"> <label for="COLONNE78">Qualit茅 de la num茅risation</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE99" id="cbSel"> <label for="COLONNE99">Accessibilit茅 E-Pub</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE83" id="cbSel"> <label for="COLONNE83">R茅solution du master</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE96" id="cbSel"> <label for="COLONNE96">Signalement E-Pub</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE82" id="cbSel"> <label for="COLONNE82">Support num茅ris茅</label> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" name="PEX_COLONNE" value="COLONNE90" id="cbSel"> <label for="COLONNE90">Consultation E-Pub</label> </td> </tr> <tr> <td> <input type="checkbox" name="PEX_COLONNE" value="COLONNE02" id="cbSel"> <label for="COLONNE02">Id ArkDoc</label> </td> </tr> </table> </div> </td> </tr> <tr style="vertical-align: top;"> <td colspan="2"><input type="submit" id="exportCsvPro" style=" width: 148px; background: #50d0dc; border: none; margin-left: 16em; height: 32px; font-weight: bold; font-size: 1.2em;" title="Valider" value="Valider" /> <input id="type_notice" name="type_notice" type="hidden" value="AUT" /> <input id="origine_recherche" name="origine_recherche" type="hidden" /> </td> </tr> </table> </form> </div> </div> </div> </div> </div> <script type="text/javascript"> //Fonction qui g茅re les checkboxes relatifs aux MetaDonn茅es des notices lors de l'export CSV $(document).ready(function () { $('#donnesBrutesEtiq').hide(); $('#adcat-02').hide(); // Option 'S茅lectionner tout' jQuery('#checkAllCb').click(function(e){ //On coche tout if ($('#checkAllCb').is(':checked')){ // On coche toutes les options $('input[name=noticesMdCsvPub]').each(function () { $(this).prop('checked', true); }); } else{ // On d茅coche tout $('input[name=noticesMdCsvPub]').each(function () { $(this).prop('checked', false); }); } }); // Option 'S茅lectionner tout' jQuery('input[name=noticesMdCsvPub]').click(function(e){ //Si une case est d茅coch茅e alors on d茅coche la case 'checkAllCb' if ($('#cbSel').is(':checked')==false){ $('#checkAllCb').prop('checked', false); } }); // Click sur le bouton Valider de l'export Public - Cas liste de notices jQuery('#exportCsv').click(function(e){ var nbChecked = 0; $('input[name=noticesMdCsvPub]').each(function () { if (!$(this).is(':checked')){ nbChecked = nbChecked + 1; } }); if(nbChecked == 11){ return false; } //var noticeIds = ''; var metaDonneesIds = ''; if (! window.location.origin) { // TLA #53627 20/05/21 - Cas IE 11 window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port : ''); } var url = window.location.origin + '/ExportCsv'; //Formater les Ids des notices sous forme "39508046 31509675 31509674 43287487" pour le SRU /*$('input[name=url]').each(function () { if ($(this).prev().is(':checked')){ //l'id de la notice est cb39508046q, il faut enlever cb et q et garder le reste pour SRU d'ou substring(2, 10) noticeIds = noticeIds + $(this).attr('id').substring(2, 10) + ' '; } });*/ $('input[name=noticesMdCsvPub]').each(function () { if ($(this).is(':checked')){ metaDonneesIds = metaDonneesIds + $(this).attr('value') + ' '; } }); // type d'export : selection ou tous var typeExport = $('input[name=export]:checked').val(); url = url + '?fichier=export_public&metaDonneesIds=' + metaDonneesIds + '&export=' + typeExport; // XiTi clickXiti('N', 'ExporterEnCsvPublic'); // alert(url); // En dev. (Windows ou Fedora) il faut encoder l'URL en tout cas la partie derri猫re metaDonneesIds= // Soit en dur -> // url = "http://vdev-tla.pfvd.nt.bnf.fr:9080/ExportCsv?fichier=export_public&metaDonneesIds=%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dsource%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dtitle%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dcreator%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dcontributor%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dpublisher%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Ddate%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Ddescription%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dsubject%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dcoverage%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dlanguage%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dformat%20&export=selection="; window.open(url, '_blank'); }); // Click sur le bouton Valider de l'export Public - Cas affichage d'UNE notice jQuery('#exportCsvUne').click(function(e){ var nbChecked = 0; $('input[name=noticesMdCsvPub]').each(function () { if (!$(this).is(':checked')){ nbChecked = nbChecked + 1; } }); if(nbChecked == 11){ return false; } //var noticeIds = ''; var metaDonneesIds = ''; if (! window.location.origin) { // TLA #53627 20/05/21 - Cas IE 11 window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port : ''); } var url = window.location.origin + '/ExportCsv'; $('input[name=noticesMdCsvPub]').each(function () { if ($(this).is(':checked')){ metaDonneesIds = metaDonneesIds + $(this).attr('value') + ' '; } }); // type d'export : selection var typeExport = "selection"; url = url + '?fichier=export_public&metaDonneesIds=' + metaDonneesIds + '&export=' + typeExport; // XiTi clickXiti('N', 'ExporterEnCsvPublic'); // alert(url); // En dev. (Windows ou Fedora) il faut encoder l'URL en tout cas la partie derri猫re metaDonneesIds= // Soit en dur -> // url = "http://vdev-tla.pfvd.nt.bnf.fr:9080/ExportCsv?fichier=export_public&metaDonneesIds=%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dsource%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dtitle%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dcreator%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dcontributor%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dpublisher%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Ddate%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Ddescription%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dsubject%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dcoverage%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dlanguage%20%7Bhttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%7Dformat%20&export=selection="; window.open(url, '_blank'); }); // Click sur le bouton Valider de l'export Pro jQuery('#exportCsvPro').click(function(e){ var valid = /^((\d{3})(\$(\d{1}|\w{1}))*;)+$/.test($('#expression').val()); if(!valid){ if($('#erreurExp').is(":hidden")){ $('#erreurExp').show(); $('#expression').focus(); } return false; } else{ $('#erreurExp').hide(); var typeExport = $('input[name=export]:checked').val(); $('#export').val(typeExport); $('#origine_recherche').val(window.location.pathname); //XiTi clickXiti('N', 'ExporterEnCsvProfessionnel'); return true; } }); // si on coche Unimarc, les 2 choix avec et sans donn茅es d'exemplaire" disparaissent jQuery('#unimarc').click(function(e){ $('#option_sous_notices').hide(); $('#option_exemplaires').hide(); $('#adcat-02').hide(); }); // si on coche Intermarc, les 2 choix avec et sans donn茅es d'exemplaire" aparaissent jQuery('#intermarc').click(function(e){ $('#option_sous_notices').show(); $('#option_exemplaires').show(); if($('#exemplaire').is(':checked')){ $('#adcat-02').show(); } }); // si on coche "avec donn茅es d'exemplaire", un encart appara卯t avec un tableau exposant les donn茅es 脿 cocher, pr茅sent茅es // par onglet comme dans ADCAT-02, reprenant pour chaque onglet les intitul茅s de champs disponibles 脿 cocher. jQuery('#exemplaire').click(function(e){ $('#adcat-02').show(); }); jQuery('#sansexemplaire').click(function(e){ $('#adcat-02').hide(); }); jQuery('#colParZone').click(function(e){ $('#donnesBrutesEtiq').hide(); }); jQuery('#colParSousZone').click(function(e){ $('#donnesBrutesEtiq').show(); }); }); </script> </div> </div> </div> <!-- Modal Exporter SIGB--> <div class="modal" id="exp_sigb_popin_modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog-imp"> <div class="modal-content"> <!-- CONTENU DE LA POPIN --> <!-- header popin export SIGB --> <div class="modal-header-imp"> <div class="bandeau-couleur"> <a role="button" href="#" class="close" data-dismiss="modal"><img src="/images/input-reset.png" alt="Fermer"></a> <div class="popin-impression"> <h1> Transf茅rer pour un SGB </h1> </div> </div> </div> <!-- body popin export SIGB --> <div class="modal-body-imp"> <div class="border-modal"> <div class="contenu-modal-imp"> Vous allez obtenir un fichier au format d'茅change ISO2709 脿 importer dans votre catalogue de biblioth猫que informatis茅. <br> <br> <form id= "idForm" action="/ExportSGB" target="_blank"> <table> <!-- Format de l'export --> <tr style="vertical-align:top;"> <td> <h2>Format bibliographique :</h2> </td> </tr> <tr> <td style="padding-left: 170px;"> <span id="span3" style="display:block;"> <input name="format" id="unimarc" value="UM" type="radio" checked="checked"> <label for="unimarc">&nbsp;Unimarc&nbsp;</label> <br/> <input name="format" id="intermarc" value="IM" type="radio"> <label for="intermarc">&nbsp;Intermarc&nbsp;</label> </span> </td> </tr> <!-- Encodage de l'export --> <tr style="vertical-align:top;"> <td> <h2>Encodage des caract猫res :</h2> </td> </tr> <tr> <td style="padding-left: 170px;"> <span id="span1" style="display:block;"> <input name="encodage" id="unicodeUTF8" value="UNICODE-UTF8" type="radio" checked="checked"> <label for="unicodeUTF8">&nbsp;Unicode-UTF8&nbsp;</label>: <span>jeu de caract猫res pour tous les syst猫mes d'茅criture</span> <br/> </span> </td> </tr> <tr> <td style="padding-left: 170px;"> <span id="span1" style="display:block;"> <input name="encodage" id="iso5426" value="ISO5426" type="radio"> <label for="iso5426">&nbsp;ISO 5426&nbsp;</label>: <span>jeu de caract猫res latins</span> <br/> </span> </td> </tr> <!-- Pr茅f茅rences de l'export --> </table> <input id="exportSigbBtn" value="Valider" type="submit"/> <input id="typeExportSigb" name="typeExportSigb" type="hidden" /> <input id="origine_rechercheSigb" name="origine_rechercheSigb" type="hidden" /> </form> </div> </div> </div> <script type="text/javascript"> $("#idForm").submit(function(e) { // TLA // KO aussi - $("#exportSigbBtn").prop('disabled', 'true'); e.preventDefault(); // avoid to execute the actual submit of the form. var form = $(this); $.ajax({ type: "POST", data: form.serialize(), url: "/ExportSGB", cache: false, success: function(data){ // Ne pas oublier $("#exportSigbBtn").prop('value', 'Valider'); window.open( "/download?uuid="+data,'_blank') }, complete: function(){ $('#exp_sigb_popin_modal').modal('hide'); } }); }); $("#exportSigbBtn").click(function(){ if ($('input[name=export]').is(':checked')){ // On grise le bouton Valider car askForFileExport() peut 锚tre long avant ouverture Loading Page // KO - $("#exportSigbBtn").prop('disabled', 'true'); // Faute de mieux ... // TLA #52286 24/03/21 - Pop-up et bouton Valider / Rendre le bouton + r茅actif => conserv茅 quand m锚me ici $("#exportSigbBtn").prop('value', 'En cours...'); var typeExport = $('input[name=export]:checked').val(); $("#typeExportSigb").val(typeExport); $("#origine_rechercheSigb").val(window.location.pathname); } // TLA #58006 15/10/21 - Je pense que ce test ne sert 脿 rien ! }) // TLA #58006 15/10/21 - Export Sigb sur 茅cran affichage UNE notice $("#exportSigbBtnUne").click(function(){ $("#exportSigbBtn").prop('value', 'En cours...'); var typeExport = "selection"; $("#typeExportSigb").val(typeExport); // window.location.pathname = "rechercher.do" dans le cas liste de notice // = "ark:/12148/cb38495122t" dans le cas affichage d'une notice ! $("#origine_rechercheSigb").val(window.location.pathname); }) </script> </div> </div> </div> <!-- Modal Ajouter a mes recherches --> <div class="modal" id="ajouterRecherche_popin_modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog-imp"> <div class="modal-content row-modal-rech"> <!-- CONTENU DE LA POPIN --> <div class="modal-header-imp"> <div class="bandeau-couleur"> <a id="button_close" role="button" href="#" class="close" data-dismiss="modal"><img src="/images/input-reset.png" alt="Fermer"></a> <div class="popin-impression"> <h1>Sauvegarder votre recherche dans mes r茅f茅rences</h1> </div> </div> </div> <div class="modal-body-imp"> <div class="border-modal"> <div class="contenu-modal-imp"> <form id="envoyerParMailForm" name="envoyerParMailForm" action="submitAjoutRecherche.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A" method="get"> <!-- Table n茅cessaire ? --> <table> <tr> <td > <h2><label style="font-size:1em;"> Titre de la recherche : </label></h2> </td> <td style="padding-left: 5px;padding-top: 10px;"> <input type="text" name="titreRecherche" maxlength="45" value="" id="titreRecherche"/> <div class="alert alert-danger" style="display:none;" id="errorSaisieTitreRecherche"></div> </td> </tr> </table> <div></div> <input id="ajouterRecherche" type="submit" title="Enregistrer (nouvelle fen锚tre)" value="Enregistrer"/> <!-- TODO --> <input type="hidden" name="pageRechNotice" value="" id="pageRechNotice"/> </form> </div> </div> </div> <script type="text/javascript"> // Fonction lors de la soumission du formulaire jQuery("#ajouterRecherche").click(function(e){ var titre = jQuery("input#titreRecherche").val(); if (titre==''){ showMsgTitre('Titre 脿 renseigner'); return false; } clickXiti('T', 'page.resultatRecherche.clic.xiti.ajouterRecherche'); $('#ajouterRecherche_popin_modal').modal('hide'); }); //Clic de fermeture de la popin jQuery("#button_close").click(function(e){ resetMsgTitre(); }); /* Rien 脿 faire $(document).ready(function () { }); */ function resetMsgTitre(){ jQuery("#errorSaisieTitreRecherche").hide(); jQuery("#errorSaisieTitreRecherche").text(""); } function showMsgTitre(message){ jQuery("#errorSaisieTitreRecherche").text(message); jQuery("#errorSaisieTitreRecherche").show(); } </script> </div> </div> </div> <!-- div class="reseaux-soc"> <a href="#" class="pictos"><i class="icon-facebook" title="Facebook" data-icon="&#xe601;"></i></a> <a href="#" class="pictos"><i class="icon-twitter" title="Twitter" data-icon="&#xe600;"></i></a> </div>--> </div> <!-- Colonne de droite --> <div class="col-md-3 colonne3"> <!-- Colonne de droite --> <div class="actions"> <div class="affichage-colonne"> <button role="button" class="pictos picto-open button-picto" onclick="clickXiti('A', 'fermetureAction');" > <i aria-hidden="true" class="icon-replier" title="Fermer ce volet" data-icon="&#xe618;"></i> <span class="hors-viewport">Fermer ce volet</span> </button> <button role="button" class="pictos picto-close button-picto" onclick="clickXiti('A', 'ouvertureAction');" > <i aria-hidden="true" class="icon-deplier" title="Ouvrir ce volet" data-icon="&#xe617;"></i> <span class="hors-viewport">Ouvrir ce volet</span> </button> </div> <!-- Panneau outils --> <!-- LAB #46795 Masquer l'ensemble du bloc outils S茅lectionner --> <!--div class="outils"--> <!--span><h2>Outils <span class="nbnotice" ><span id="nbSelectNoticeOutils" name="nbSelectNoticeOutils">0</span> Notice(s)</span> </h2></span> <div class="panneau"> <ul> <li><a href="/consultationSelection.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A?indexSelectNotice=0" aria-label="Voir la s茅lection" id="selectNoticeOutils" onclick="clickXiti('A', 'voirNoticesLiee');" ><span class="pictos"><i aria-hidden="true" class="icon-select" title="Voir la s茅lection" data-icon="&#xe614;"></i></span><span class="libelle" onclick="voirSelection();">Voir la s茅lection</span></a></li> <!-- TODO rajouter le href pour lie a l'action de cas pub d'ajouter mes notice --> <!-- <li><a id="ajouterAMesNotices" href="/ajoutNotice.do" data-toggle="modal"><span class="pictos"><i class="icon-print" title="Ajouter 脿 mes r茅f茅rences " data-icon="&#xe61e;"></i></span><span class="libelle" onclick="ajouterAMesNotices();">Ajouter 脿 mes r茅f茅rences </span></a></li> --> <!--/div--> <!-- div class="panneau"> <h3>Tout</h3> <div class="nbnotice"><span class="nb">314</span> notices</div> <ul> <li><a href="#"><span class="pictos"><i class="icon-histo" title="Voir l鈥檋istorique des recherches de ma session" data-icon="&#xe61f;"></i></span><span class="libelle">Voir l鈥檋istorique des recherches de ma session</span></a></li> <li class="disabled"><a href="#"><span class="pictos"><i class="icon-savesearch" title="Sauvegarder la recherche" data-icon="&#xe621;"></i></span><span class="libelle">Sauvegarder la recherche</span></a></li> <li><a href="#"><span class="pictos"><i class="icon-rss" title="Flux RSS de cette recherche" data-icon="&#xe622;"></i></span><span class="libelle">Flux RSS de cette recherche</span></a></li> <li><a href="#"><span class="pictos"><i class="icon-sharefacebook" title="Partager sur facebook" data-icon="&#xe601;"></i></span><span class="libelle">Partager sur facebook</span></a></li> <li><a href="#"><span class="pictos"><i class="icon-sharetwitter" title="Partager sur twitter" data-icon="&#xe600;"></i></span><span class="libelle">Partager sur twitter</span></a></li> </ul> </div> <div class="voirplus"><a href="#" class="pictos picto-close"><i class="icon-voirplus" aria-hidden="true" title="Voir plus" data-icon="&#xe619;"></i></a><a href="#" class="pictos picto-open"><i class="icon-voirplus" aria-hidden="true" title="Voir plus" data-icon="&#xe61a;"></i></a></div> --> <!--/div--> <div class="selection-export outils"> <h2>R茅cup茅rer les notices</h2> <div class="panneau"> <input id="selection" type="radio" name="export" checked value="selection" id="cbSel"><label style="font-weight: normal;margin-left: 15px;" for="selection">Ma s茅lection</label> <span style="margin-left: 25px;">(<span id="nbSelectNoticeOutils" name="nbSelectNoticeOutils" style="margin-left: auto;">0</span>) </span> </br> <!-- LAB # 48214 refonte de l'ordre des boutons radio <input id="tous" type="radio" name="export" value="tous" id="cbSel"><label style="font-weight: normal;margin-left: 15px;" for="tous">Tous les r茅sultats</label> (<span id="nbNotice" style="margin-left: auto;">123</span>)--> <ul> <li id="li1"><a href="/popinImp.do?typeNoticeImp=2b&pageRechOri=bib" aria-label="T茅l茅charger/Imprimer" id="telechImprimPdf" data-target="#imp_popin_modal" data-toggle="modal" onclick="telechImprimPdf();" ><span class="pictos"><i aria-hidden="true" class="icon-imprimer" id="iconTelechImprimPdf" title="T茅l茅charger/Imprimer" onclick="telechImprimPdf();"></i></span><span id="spanTelechImprimPdf" class="libelle" onclick="telechImprimPdf();">T茅l茅charger/Imprimer</span></a></li> <li id="li2"><a href="/popinMail.do?typeNoticeImp=2b&pageRechOri=bib" aria-label="Envoyer par courriel" id="EnvoiParMail" data-target="#envoimail_popin_modal" data-toggle="modal" onclick="EnvoiParMail();" ><span class="pictos"><i aria-hidden="true" class="icon-mail" id="iconEnvoiParMail" title="Envoyer par courriel" onclick="EnvoiParMail();"></i></span><span id="spanEnvoiParMail" class="libelle" onclick="EnvoiParMail();">Envoyer par courriel</span></a></li> <li id="li3"><a href="#" aria-label="Exporter dans un tableau" id="exportCsv" data-target="#exp_csv_popin_modal" data-toggle="modal" onclick="exporterCSV();" ><span class="pictos"><i aria-hidden="true" class="icon-export-tab" id="iconExportCsv" title="Exporter dans un tableau" onclick="exporterCSV();"></i></span><span id="spanExportCsv" class="libelle" onclick="exporterCSV();">Exporter dans un tableau</span></a></li> <li id="li4"><a href="#" aria-label="Transf茅rer pour un SGB" id="exportSigb" data-target="#exp_sigb_popin_modal" data-toggle="modal" onclick="exporterSIGB();" ><span class="pictos"><i aria-hidden="true" class="icon-sgb" id="iconExportSigb" title="Transf茅rer pour un SGB" onclick="exporterSIGB();"></i></span><span id="spanExportSigb" class="libelle" onclick="exporterSIGB()">Transf茅rer pour un SGB</span></a></li> </ul> <!-- LAB # 48214 refonte de l'ordre des boutons radio --> <hr/> <input id="tous" type="radio" name="export" value="tous" id="cbSel"><label style="font-weight: normal;margin-left: 15px;" for="tous">Tous les r茅sultats</label> (<span id="nbNotice" style="margin-left: auto;">123</span>) <br/> <ul> <li id="li5" class="disabled"><a href="#" aria-label="Exporter dans un tableau" id="exportCsv" data-target="#exp_csv_popin_modal" data-toggle="modal" onclick="exporterCSV();" ><span class="pictos"><i aria-hidden="true" class="icon-export-tab" id="iconExportCsv" title="Exporter dans un tableau" onclick="exporterCSV();"></i></span><span id="spanExportCsv" class="libelle" onclick="exporterCSV();">Exporter dans un tableau</span></a></li> <li id="li6" class="disabled"><a href="#" aria-label="Transf茅rer pour un SGB" id="exportSigb" data-target="#exp_sigb_popin_modal" data-toggle="modal" onclick="exporterSIGB();" ><span class="pictos"><i aria-hidden="true" class="icon-sgb" id="iconExportSigb" title="Transf茅rer pour un SGB" onclick="exporterSIGB();"></i></span><span id="spanExportSigb" class="libelle" onclick="exporterSIGB()">Transf茅rer pour un SGB</span></a></li> </ul> </div> </div> <!-- Panneau voir aussi --> <!-- div class="voiraussi"> <h2><span>VOIR aussi</span></h2> <div class="panneau"> <ul> <li><a href="#">Notices de personnes (124)</a></li> <li><a href="#">Notices de collectivit茅s (248)</a></li> <li><a href="#">Notices d鈥櫯搖vres (250)</a></li> </ul> </div> </div --> <!-- Panneau sujets proches --> <!-- <div class="sujetsproches"> <h2><span>sujets proches</span></h2> <div class="panneau"> <ul> <li><a href="#">Chocolat (12)</a></li> <li><a href="#">Noisettes (24)</a></li> </ul> </div> </div> --> <!-- Panneau autres ressources --> <div class="autresressources"> <h2><span>autres Ressources</span></h2> <br/> <div class="panneau"> <ul> <li class="lienfacette"> <a href="http://archivesetmanuscrits.bnf.fr" class="lien-ext" target="_blank" aria-label="Archives et manuscrits (nouvelle fen锚tre) " onclick="clickXiti('A', 'Archives et manuscrits');" > Archives et manuscrits</a> </li> <li class="lienfacette"> <a href="http://bdl.bnf.fr/ressources-%C3%A9lectroniques-livres-revues-et-bases-de-donnees-en-ligne-distant" class="lien-ext" target="_blank" aria-label="Ressources &eacute;lectroniques (nouvelle fen锚tre) " onclick="clickXiti('A', 'Ressources &eacute;lectroniques');" > Ressources &eacute;lectroniques</a> </li> </ul> </div> </div> <!-- --> <!-- --> </div> <script type="text/javascript"> // TLA #52286 7/04/21 - le DSI propose pour l'instant de griser les deux liens si pas coch茅 jQuery(".actions #selection").click(function(e){ jQuery('#li1').toggleClass('disabled'); jQuery('#li2').toggleClass('disabled'); jQuery('#li3').toggleClass('disabled'); jQuery('#li4').toggleClass('disabled'); jQuery('#li5').toggleClass('disabled'); jQuery('#li6').toggleClass('disabled'); }); jQuery(".actions #tous").click(function(e){ jQuery('#li1').toggleClass('disabled'); jQuery('#li2').toggleClass('disabled'); jQuery('#li3').toggleClass('disabled'); jQuery('#li4').toggleClass('disabled'); jQuery('#li5').toggleClass('disabled'); jQuery('#li6').toggleClass('disabled'); }); jQuery("#ajouterAMesNotices").click(function(e){ clickXiti('A', 'ajouterAMesNotices'); }); jQuery("#modalErreurSelectionClose").click(function(e){ jQuery('#modalErreurSelection').hide(); }); </script> </div> </div> </div> </main> <script type="text/javascript"> /** Script des actions dans la liste des notices (bib+auto) pour les jsp resultats.jsp resultatsRechercheIndexAuto.jsp pour 茅viter la duplication du code**/ function voirSelection() { // Fonction pour afficher un message d'erreur lors de non selection de notice jQuery("a#selectNotice, a#selectNoticeOutils").click(function(e){ var nBNoticeSelected = jQuery('#nbSelectNotice, #nbSelectNoticeOutils').text(); if(nBNoticeSelected == 0){ //Permet d'annuler l'action du href si aucune notice s茅lectionner e.preventDefault(); jQuery(".row-modal").text("Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats."); $('#modalErreurSelection').modal('show'); } }); } function telechImprimPdf() { // Fonction pour afficher un message d'erreur lors de non selection de notice pour l'affichage du PDF $("a#telechImprimPdf").click(function(e){ var nBNoticeSelected = jQuery('#nbSelectNotice').text(); if(nBNoticeSelected == 0 && !($('#tous').is(':checked'))){ //Permet d'annuler l'action du href si aucune notice s茅lectionner e.preventDefault(); jQuery(".row-modal").text("Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats."); $('#modalErreurSelection').modal('show'); return false; } clickXiti('A', 'telechargerImprimer'); }); $("span#spanTelechImprimPdf").click(function(e){ var nBNoticeSelected = jQuery('#nbSelectNotice').text(); if(nBNoticeSelected == 0 && !($('#tous').is(':checked'))){ //Permet d'annuler l'action du href si aucune notice s茅lectionner e.preventDefault(); jQuery(".row-modal").text("Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats."); $('#modalErreurSelection').modal('show'); return false; } clickXiti('A', 'telechargerImprimer'); }); $("i#iconTelechImprimPdf").click(function(e){ var nBNoticeSelected = jQuery('#nbSelectNotice').text(); if(nBNoticeSelected == 0 && !($('#tous').is(':checked'))){ //Permet d'annuler l'action du href si aucune notice s茅lectionner e.preventDefault(); jQuery(".row-modal").text("Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats."); $('#modalErreurSelection').modal('show'); return false; } clickXiti('A', 'telechargerImprimer'); }); } function exporterSIGB() { // Fonction pour afficher un message d'erreur lors de non selection de notice pour l'export $("a#exportSigb").click(function(e){ var nBNoticeSelected = jQuery('#nbSelectNotice').text(); if(nBNoticeSelected == 0 && !($('#tous').is(':checked'))){ //Permet d'annuler l'action du href si aucune notice s茅lectionner e.preventDefault(); jQuery(".row-modal").text("Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats."); $('#modalErreurSelection').modal('show'); return false; } }); $("span#spanExportSigb").click(function(e){ var nBNoticeSelected = jQuery('#nbSelectNotice').text(); if(nBNoticeSelected == 0 && !($('#tous').is(':checked'))){ //Permet d'annuler l'action du href si aucune notice s茅lectionner e.preventDefault(); jQuery(".row-modal").text("Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats."); $('#modalErreurSelection').modal('show'); return false; } clickXiti('A', 'telechargerImprimer'); }); $("i#iconExportSigb").click(function(e){ var nBNoticeSelected = jQuery('#nbSelectNotice').text(); if(nBNoticeSelected == 0 && !($('#tous').is(':checked'))){ //Permet d'annuler l'action du href si aucune notice s茅lectionner e.preventDefault(); jQuery(".row-modal").text("Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats."); $('#modalErreurSelection').modal('show'); return false; } }); } function exporterCSV() { // Fonction pour afficher un message d'errSigbeur lors de non selection de notice pour l'export $("a#exportCsv").click(function(e){ var nBNoticeSelected = jQuery('#nbSelectNotice').text(); if(nBNoticeSelected == 0 && !($('#tous').is(':checked'))){ //Permet d'annuler l'action du href si aucune notice s茅lectionner e.preventDefault(); jQuery(".row-modal").text("Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats."); $('#modalErreurSelection').modal('show'); return false; } }); $("span#spanExportCsv").click(function(e){ var nBNoticeSelected = jQuery('#nbSelectNotice').text(); if(nBNoticeSelected == 0 && !($('#tous').is(':checked'))){ //Permet d'annuler l'action du href si aucune notice s茅lectionner e.preventDefault(); jQuery(".row-modal").text("Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats."); $('#modalErreurSelection').modal('show'); return false; } clickXiti('A', 'telechargerImprimer'); }); $("i#iconExportCsv").click(function(e){ var nBNoticeSelected = jQuery('#nbSelectNotice').text(); if(nBNoticeSelected == 0 && !($('#tous').is(':checked'))){ //Permet d'annuler l'action du href si aucune notice s茅lectionner e.preventDefault(); jQuery(".row-modal").text("Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats."); $('#modalErreurSelection').modal('show'); return false; } }); } function EnvoiParMail() { // Fonction pour afficher un message d'erreur lors de non selection de notice pour l'affichage du PDF $("a#EnvoiParMail").click(function(e){ var nBNoticeSelected = jQuery('#nbSelectNotice').text(); if(nBNoticeSelected == 0 && !($('#tous').is(':checked'))){ //Permet d'annuler l'action du href si aucune notice s茅lectionner e.preventDefault(); jQuery(".row-modal").text("Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats."); $('#modalErreurSelection').modal('show'); return false; } clickXiti('A', 'envoyerparmail'); }); $("span#spanEnvoiParMail").click(function(e){ var nBNoticeSelected = jQuery('#nbSelectNotice').text(); if(nBNoticeSelected == 0 && !($('#tous').is(':checked'))){ //Permet d'annuler l'action du href si aucune notice s茅lectionner e.preventDefault(); jQuery(".row-modal").text("Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats."); $('#modalErreurSelection').modal('show'); return false; } clickXiti('A', 'envoyerparmail'); }); $("i#iconEnvoiParMail").click(function(e){ var nBNoticeSelected = jQuery('#nbSelectNotice').text(); if(nBNoticeSelected == 0 && !($('#tous').is(':checked'))){ //Permet d'annuler l'action du href si aucune notice s茅lectionner e.preventDefault(); jQuery(".row-modal").text("Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats."); $('#modalErreurSelection').modal('show'); return false; } clickXiti('A', 'envoyerparmail'); }); } function ajouterAMesNotices() { // Fonction pour afficher un message d'erreur lors de non selection de notice pour l'affichage du PDF jQuery("a#ajouterAMesNotices").click(function(e){ var nBNoticeSelected = jQuery('#nbSelectNotice').text(); //alert(nBNoticeSelected); if(nBNoticeSelected == 0){ //Permet d'annuler l'action du href si aucune notice s茅lectionner e.preventDefault(); //alert("rere"); jQuery(".row-modal").text("Veuillez s茅lectionner au moins une notice dans la liste de r茅sultats."); $('#modalErreurSelection').modal('show'); return false; } else { createModalScreen(); jQuery(".row-modal").html("La s茅lection a bien 茅t茅 ajout茅e." + "<p><a href=\"https://noticesetdocuments.bnf.fr\" class='lien-ext' target='_blank'>" + "<u>> Acc茅der 脿 mes r茅f茅rences</u>" + "</a></p>"); // $('#modalAjoutAMesNotices').modal('show'); } }); } /** Ref #22306: lien local, on passe en https **/ /** Script des actions dans l'affichage des notices (bib+auto) pour les jsp noticeAut.jsp et noticeBib.jsp pour 茅viter la duplication du code**/ function versPage(pageNotice) { var indexNotice = pageNotice - 1; var hostLocal = "https://" + location.host; location.replace(hostLocal+"/consultationSelection.do?indexSelectNotice="+indexNotice); } /* Raffichage de la page dans le nouveau format s茅lectionn茅 */ function changeFormat() { jQuery('.onglets .skin-select select').change(function() { var hostLocal = "https://" + location.host; location.replace(hostLocal+"/change-format-notice.do?arkQualifier="+jQuery(this).val()+"&urlArk="+jQuery('#permalien').val()); }); } /* Pour s茅l茅ctionner et voir la liste des notices */ function selectNotice(aut) { jQuery('.liste-notices input[type="checkbox"]').bind('change', function () { var list = []; var lien = {}; /* lien.id = jQuery(this).parent().prev().text(); */ if(aut == true) { lien.id = jQuery(this).parent().prev().text(); } else { lien.id = jQuery(this).attr('id'); } /* if(aut==true) { lien.ark = jQuery(this).next().find('input').val(); //lien.type = jQuery(this).parent().parent().find(".notice-type").first().text(); lien.type = " "; if (jQuery(this).parent().parent().parent().next().find('span').hasClass("liste-noticesAUTbold")) { alert('ok'); lien.type = jQuery(this).parent().parent().parent.next().find('span.liste-noticesAUTbold').text(); } else if (jQuery(this).parent().parent().next().next().next().hasClass("notice-type")) { lien.type = jQuery(this).parent().parent().next().next().next().first().text(); } } else { */ /* alert(lien.id); */ lien.ark = jQuery(this).next().val(); //lien.type = jQuery(this).parent().parent().find(".notice-type").first().text(); lien.type = " "; if (jQuery(this).parent().parent().next().next().hasClass("notice-type")) { lien.type = jQuery(this).parent().parent().next().next().first().text(); } else if (jQuery(this).parent().parent().next().next().next().hasClass("notice-type")) { lien.type = jQuery(this).parent().parent().next().next().next().first().text(); } /* } */ list.push(lien); if (jQuery(this).is(':checked')) { jQuery.ajax({ url: "/selectionNotice.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A", /* RAMI O. encodeUTRI n茅cessaire en DEV 脿 priori non obligatoire en PFC : sinon quand on d茅s茅lectionne toutes les notices compteur reste 脿 10 ! */ data: "listeNotice="+encodeURI(JSON.stringify(list)), dataType: "json", success: function (data) { jQuery('#nbSelectNotice, #nbSelectNoticeOutils').html(data); } }); } else { jQuery.ajax({ url: "/selectionNotice.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A", data: "listeNoticeSup="+encodeURI(JSON.stringify(list)), dataType: "json", success: function (data) { jQuery('#nbSelectNotice, #nbSelectNoticeOutils').html(data); jQuery('#cbSel').prop('checked', false); /* jQuery('#cbSel').prop('title', ttSelect); */ } }); } }); jQuery('.selection input[type="checkbox"]').bind('click',function() { var list = []; var ttSelect = jQuery('#ttSelect').val(); var ttDeselect = jQuery('#ttDeselect').val(); if (jQuery(this).is(':checked')) { var i = 0; jQuery('.liste-notices input[type="checkbox"]').each(function(){ var lien = {}; /* lien.id = jQuery(this).parent().prev().text(); */ if(aut == true) { lien.id = jQuery(this).parent().prev().text(); } else { lien.id = jQuery(this).attr('id'); } lien.ark = jQuery(this).next().val(); lien.type = ""; if (jQuery(this).parent().parent().next().next().hasClass("notice-type")) { lien.type = jQuery(this).parent().parent().next().next().first().text(); } else if (jQuery(this).parent().parent().next().next().next().hasClass("notice-type")) { lien.type = jQuery(this).parent().parent().next().next().next().first().text(); } list.push(lien); jQuery(this).prop('checked',true); //i = i + 1 ; }); var call1 = jQuery.ajax({ type:'POST', url: "/selectionNotice.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A", data:{ listeNotice:JSON.stringify(list) }, success: function(data) { jQuery('#nbSelectNotice, #nbSelectNoticeOutils').html(data); jQuery('#cbSel').prop('title', ttDeselect); } }); } else { jQuery('.liste-notices input[type="checkbox"]').each(function(){ var lien = {}; /* lien.id = jQuery(this).parent().prev().text(); */ if(aut == true) { lien.id = jQuery(this).parent().prev().text(); } else { lien.id = jQuery(this).attr('id'); } lien.ark = ""; list.push(lien); jQuery(this).prop('checked',false); }); jQuery.ajax({ url: "/selectionNotice.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A", data: "listeNoticeSup="+ encodeURI(JSON.stringify(list)), dataType: "json", success: function(data) { jQuery('#nbSelectNotice, #nbSelectNoticeOutils').html(data); jQuery('#cbSel').prop('title', ttSelect); } }); } }); jQuery(document).ready(function() { jQuery.ajax({ url: "/cocheNotice.do;jsessionid=9158B8B65F4A329ED38E5299C58AE78A", contentType: "application/json", dataType: "json", success: function(responseJson) { if(responseJson != null) { jQuery.each(responseJson, function(key, value) { var identifiant; identifiant = value.substr(value.length - 11) /* Demande : 10269 identifiant : identifiant de la notice sous le format cbXXXXXXXXX */ jQuery('#'+identifiant).prev().prop('checked', true); }); var nbrNoticeCheked = 0; // Pour cocher le checkbox voir la s茅lection jQuery('.liste-notices input[type="checkbox"]').each(function(){ if (jQuery(this).is(':checked')) { nbrNoticeCheked++; } if (nbrNoticeCheked == jQuery('#nbResultParPage').val()) { jQuery('.selection input[type="checkbox"]').prop('checked', true); } }); } }, fail: function(response) { alert("fail"); } }); }); } // radio6 -> Public // radio7 -> Itermarc // radio8 -> Unirmarc // radio9 -> ISBD // Ne concerne que les listes de notices function initPopupImp() { //Fonction pour r茅initialiser la popin jQuery("a#telechImprimPdf").click(function(e){ if ($('#pageRechNotice').val() != 'rat') { // notices compl猫tes BIB $('#radio22').prop('checked', true); } else { $('#radio11').prop('checked', true); } jQuery("#radio6").prop('checked', true); /* TLA #40186 28/02/20 - Remarque num 6 LAB / 28/05/21 #51415 Mauvaise correction */ jQuery('#radio7').prop('disabled', false); jQuery('#radio8').prop('disabled', false); /* Rajout茅 aussi le 28/05/21 - ISBD */ jQuery('#radio9').prop('disabled', false); }); } // Ne concerne que les listes de notices function initPopupMail() { //Fonction pour r茅initialiser la popin jQuery("a#EnvoiParMail").click(function(e){ if ($('#pageRechNotice').val() != 'rat') { // notices abr茅g茅es BIB $('.popinMail #radio21').prop('checked', true); } else { $('.popinMail #radio11').prop('checked', true); } jQuery(".popinMail #radio6").prop('checked', true); /* TLA #40186 28/02/20 - Remarque num 6 LAB / 28/05/21 #51415 Mauvaise correction */ jQuery('.popinMail #radio7').prop('disabled', true); jQuery('.popinMail #radio8').prop('disabled', true); /* Rajout茅 aussi le 28/05/21 - ISBD */ jQuery('.popinMail #radio9').prop('disabled', true); }); } </script> <script type="text/javascript"> xitiBase = "RECHERCHE::RechercheSimple"; //Pour s茅l茅ctionner et voir la liste des notices selectNotice(true); //Fonction pour r茅initialiser la popin initPopupImp(); initPopupMail(); </script> <script type="text/javascript"> // TLA : Quand on clique sur "> Acc茅der 脿 mes r茅f茅rences" function myReferer(typeBouton){ var locationRef= location; var hostname = locationRef.protocol + "//" + locationRef.host; var uri = locationRef.href.replace(hostname, ""); if(uri.indexOf("ajoutNoticePop") != -1) { //alert("uri-ajoutNoticePop" + uri); uri = uri.substring(0,uri.indexOf("ajoutNoticePop")); } // Est-ce n茅cessaire ? if(uri.indexOf("ajoutRechPop") != -1) { //alert("uri-ajoutRechPop" + uri); uri = uri.substring(0,uri.indexOf("ajoutRechPop")); } var result = document.getElementById(typeBouton).href = document.getElementById(typeBouton).href + encodeURIComponent(uri); } </script> <div id="footer"> <div class="hautpage"> <a href="#header" class="pictos"> <i class="icon-haut" title="Haut de page" data-icon="&#xe61b;" aria-hidden="true"></i> <span class="hors-viewport">Haut de page</span> </a> </div> <footer role="contentinfo"> <div class="col-md-6 col-md-offset-1"> <ul> <li><a href="/conditions.do" onclick="clickXiti('N', 'conditionCG');" >Conditions g茅n茅rales d'utilisation</a> <span aria-hidden="true"> |</span></li> <li><a href="/a-propos.do" onclick="clickXiti('N', 'aPropos');" >A propos</a> <span aria-hidden="true"> |</span></li> <li><a href='https://www.bnf.fr/fr/outils/a.ecrire.html' onclick="clickXiti('N', 'ecrireALaBnF');" target="_blank" title="脡crire 脿 la BnF (nouvelle fen锚tre)"/>脡crire 脿 la BnF</a> <span aria-hidden="true"> |</span></li> <li><a href="/accessibilite.do" onclick="clickXiti('N', 'accessibiliteCG');" >Accessibilit茅 (non conforme)</a> <span aria-hidden="true"> |</span></li> <!--li> <a role="button" href="#" onclick="tarteaucitron.userInterface.openPanel();" > Configurer les cookies</a> <span aria-hidden="true"> |</span> </li--> <li>V 20.1.2</li> </ul> </div> </footer> </div> </div> <!-- script type="text/javascript" src="js/jquery-1.9.1.js"></script> --> <script type="text/javascript" src="/js/bootstrap.min.js"></script> <script type="text/javascript" src="/js/scripts.js"></script> <script type="text/javascript" src="/js/scripts_xiti.js"></script> <script type="text/javascript" src="/js/jquery.easing.1.3.js"></script> <script type="text/javascript" src="/js/jquery.jBreadCrumb.1.1.js"></script> <script type="text/javascript" src="/js/jquery.qtip.min.js"></script> <!--[if IE 8]> <script type="text/javascript" src="/js/mediaquerie_ie8.js"></script> <![endif]--> <div id="logoXiTi"> <script type="text/javascript"> // TLA #70294 7/12/2023 - J'ai repris m锚me code que pour Data (#81728) l茅g猫rement diff. NATFRANG (#62955) whenAvailable("tarteaucitron", function(t) { tarteaucitron.reloadThePage=true; // Pour rafra卯chir la page apr猫s acception des cookies // Ceinture et bretelles avec le addClickEventToId() ci-dessous ! tarteaucitron.user.atLibUrl= "https://tag.aticdn.net/18798/smarttag.js" ; tarteaucitron.user.atinternetSendData=false; tarteaucitron.user.atMore = function () { var tag = new ATInternet.Tracker.Tag(); tag.privacy.extendIncludeBuffer('s2'); // Pour avoir le s2 m锚me si on accepte pas ou que l'on refuse merci Yann P. ! tag.page.set({ name : "_POSTE_EXTERNE", chapter1 : "RECHERCHE", chapter2 : "RechercheSimple", chapter3 : "", level2 : 13 }); tag.dispatch(); }; (tarteaucitron.job = tarteaucitron.job || []).push('atinternet'); }); // TLA #83756 23/02/2024 - // Yann P. : C'est pour recharger la page en cas d'acceptation des cookies. // Sinon le hit ne sera comptabilis茅 qu'脿 ta prochaine visite var observer = new MutationObserver(function(mutations) { if (document.querySelector("#tarteaucitronPersonalize2")) { tarteaucitron.addClickEventToId("tarteaucitronPersonalize2", function () { window.location.reload(); }); observer.disconnect(); //We can disconnect observer once the element exist if we dont want observe more changes in the DOM } }); // Start observing observer.observe(document.body, { //document.body is node target to observe childList: true, //This is a must have for the observer with subtree subtree: true //Set to true if changes must also be observed in descendants. }); </script> </div> <script type="text/javascript"> function modeAffiche(motRecherche, index, numNotice, listeAffinages, codeAffiche, trouverDansActif ,trouveDansFiltre,triResultParPage,nbResultParPage,critereRecherche, typeNotice) { if(trouverDansActif){ window.location.replace("affiner.do?motRecherche="+motRecherche+"&index="+index+"&numNotice="+numNotice+"&listeAffinages="+listeAffinages+"&trouveDansFiltre=" +trouveDansFiltre+ "&afficheRegroup=" + codeAffiche + "&pageEnCours=1"+"&triResultParPage="+triResultParPage+"&nbResultParPage=" +nbResultParPage+"&critereRecherche="+critereRecherche+"&typeNotice="+typeNotice); }else{ window.location.replace("changerPage.do?motRecherche="+motRecherche+"&index="+index+"&numNotice="+numNotice+"&listeAffinages="+listeAffinages+"&afficheRegroup=" +codeAffiche+"&trouverDansActif=" + trouverDansActif+ "&trouveDansFiltre="+trouveDansFiltre+"&pageEnCours=1"+"&nbResultParPage=" +nbResultParPage+"&critereRecherche="+critereRecherche+"&typeNotice="+typeNotice); } } function rechargePage(motRecherche, index, numNotice, listeAffinages, modeAffiche, nbResultParPage,trouverDans,trouveDansFiltre,triResultParPage, critereRecherche, typeNotice) { window.location.replace("changerPage.do?motRecherche="+motRecherche+"&index="+index+"&numNotice="+numNotice+"&listeAffinages="+listeAffinages+"&nbResultParPage=" +nbResultParPage+"&afficheRegroup=" + modeAffiche+"&pageEnCours=1"+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif=" +trouverDans+"&triResultParPage="+triResultParPage+"&critereRecherche="+critereRecherche+"&typeNotice="+typeNotice +"&pageRech=rsi"); } function rechargePageAdv(mots0, mots1, mots2, mots3, mots4, facPays, suppPhys, facLocs, facDocs, facNots, facSpec, typoCarto, typoIcono, typoAudio, typoMus, typoNumis, typoPerio, langue0, langue1, langue2, langue3, langue4, datepub, dateCreaSpec, dateEnregistrement, typeDatePer, corpus,index, numNotice, listeAffinages, modeAffiche, nbResultParPage,trouverDans,trouveDansFiltre, triResultParPage, critereRecherche, issn, pageRech) { window.location.replace("changerPageAdv.do?mots0="+mots0+"&mots1="+mots1+"&mots2="+mots2+"&mots3="+mots3+"&mots4="+mots4+"&facPays="+facPays+"&suppPhys="+suppPhys+"&faclocs=" +facLocs+"&facDocs="+facDocs+"&facNots="+facNots+"&facSpec="+facSpec+"&typoCarto="+typoCarto+"&typoIcono="+typoIcono+"&typoAudio=" +typoAudio+"&typoMus="+typoMus+"&typoNumis="+typoNumis+"&typoPerio="+typoPerio+"&langue0="+langue0+"&langue1="+langue1+"&langue2="+langue2+"&langue3="+langue3+"&langue4="+langue4+"&datepub="+datepub+"&dateCreaSpec="+dateCreaSpec+"&dateEnregistrement="+dateEnregistrement+ "&typeDatePer="+typeDatePer+"&corpus="+corpus+"&index=" +index+"&numNotice="+numNotice+"&listeAffinages="+listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup=" +modeAffiche+"&pageEnCours=1"+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage=" +triResultParPage+"&critereRecherche="+critereRecherche+"&issn="+issn+"&pageRech="+pageRech); } function rechargePageJeun(mots0, mots1, mots2, mots3, mots4, facDocs, langue0, langue1, datepub, index, numNotice, listeAffinages, modeAffiche, nbResultParPage,trouverDans,trouveDansFiltre, triResultParPage, critereRecherche, genreJ, avisCrit, pubDestJ, critique, dateCreaSpec, facSpec, pageRech) { window.location.replace("changerPageJeun.do?mots0="+mots0+"&mots1="+mots1+"&mots2="+mots2+"&mots3="+mots3+"&mots4="+mots4+"&facDocs=" +facDocs+"&langue0="+langue0+"&langue1="+langue1+"&datepub="+datepub+"&index="+index+"&numNotice="+numNotice+"&listeAffinages=" +listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup="+modeAffiche+"&pageEnCours=1"+"&trouveDansFiltre="+trouveDansFiltre +"&trouverDansActif="+trouverDans+"&triResultParPage="+triResultParPage+"&critereRecherche="+critereRecherche+"&genreJ="+genreJ +"&avisCrit="+avisCrit+"&pubDestJ="+pubDestJ+"&critique="+critique+"&dateCreaSpec="+dateCreaSpec+"&facSpec="+facSpec+"&pageRech="+pageRech); } function rechargePageIMC(mots0, mots1, mots2, mots3, mots4, facDocs, typoCarto, typoIcono, datepub, index, numNotice, listeAffinages, modeAffiche, nbResultParPage,trouverDans,trouveDansFiltre, triResultParPage, critereRecherche, corpus, facLocs, pubDestJ, critique, pageRech, dateEvenement) { window.location.replace("changerPageIMC.do?mots0="+mots0+"&mots1="+mots1+"&mots2="+mots2+"&mots3="+mots3+"&mots4="+mots4+"&facDocs=" +facDocs+"&typoCarto="+typoCarto+"&typoIcono="+typoIcono+"&datepub="+datepub+"&index="+index+"&numNotice="+numNotice+"&listeAffinages=" +listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup="+modeAffiche+"&pageEnCours=1"+"&trouveDansFiltre="+trouveDansFiltre +"&trouverDansActif="+trouverDans+"&triResultParPage="+triResultParPage+"&critereRecherche="+critereRecherche+"&corpus="+corpus +"&facLocs="+facLocs+"&pubDestJ="+pubDestJ+"&critique="+critique+"&pageRech="+pageRech+"&dateEvenement="+dateEvenement); } function rechargePageMusique(mots0, mots1, mots2, mots3, mots4, facDocs, typoAudio, typoNumis, datepub, index, numNotice, listeAffinages, modeAffiche, nbResultParPage,trouverDans,trouveDansFiltre, triResultParPage, critereRecherche, corpus, facLocs, dateCreaSpec, dateEnregistrement, pageRech, langue0,langue1, facSpec, instruments0,instruments1, instruments2,instruments3, instruments4, instrumentChoix) { window.location.replace("changerPageMusique.do?mots0="+mots0+"&mots1="+mots1+"&mots2="+mots2+"&mots3="+mots3+"&mots4="+mots4+"&facDocs=" +facDocs+"&typoAudio="+typoAudio+"&typoMus="+typoMus+"&datepub="+datepub+"&index="+index+"&numNotice="+numNotice+"&listeAffinages=" +listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup="+modeAffiche+"&pageEnCours=1"+"&trouveDansFiltre="+trouveDansFiltre +"&trouverDansActif="+trouverDans+"&triResultParPage="+triResultParPage+"&critereRecherche="+critereRecherche+"&corpus="+corpus +"&facLocs="+facLocs+"&dateCreaSpec="+dateCreaSpec+"&dateEnregistrement="+dateEnregistrement+"&pageRech="+pageRech +"&langue0="+langue0+"&langue1="+langue1+"&facSpec="+facSpec+"&instruments0="+instruments0+"&instruments1="+instruments1+"&instruments2="+instruments2+"&instruments3="+instruments3+"&instruments4="+instruments4+"&instrumentChoix="+instrumentChoix); } function rechargePageMusiqueAuto(motsTUM0, motsTUM1, motsTUM2, motsTUM3, motsTUM4, motsRAM0, motsRAM1, motsRAM2, motsRAM3, motsRAM4, typeAuto, statutAuto, index, numNotice, listeAffinages, modeAffiche, nbResultParPage, trouverDans, trouveDansFiltre, triResultParPage, critereRecherche, pageRech, instrumentsTUM0,instrumentsTUM1, instrumentsTUM2,instrumentsTUM3, instrumentsTUM4, instrumentChoixTUM, typoMus) { window.location.replace("changerPageMusiqueAuto.do?motsTUM0="+motsTUM0+"&motsTUM1="+motsTUM1+"&motsTUM2="+motsTUM2+"&motsTUM3="+motsTUM3+"&motsTUM4="+motsTUM4+"motsRAM0="+motsRAM0+"&motsRAM1="+motsRAM1+"&motsRAM2="+motsRAM2+"&motsRAM3="+motsRAM3+"&motsRAM4="+motsRAM4+"&typeAuto="+typeAuto+"&statutAuto="+statutAuto +"&index="+index+"&numNotice="+numNotice+"&listeAffinages="+listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup=" +modeAffiche+"&pageEnCours=1"+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage=" +triResultParPage+"&critereRecherche="+critereRecherche+"&typoMus="+typoMus+"&pageRech="+pageRech+"&instrumentsTUM0="+instrumentsTUM0+"&instrumentsTUM1="+instrumentsTUM1+"&instrumentsTUM2="+instrumentsTUM2+"&instrumentsTUM3="+instrumentsTUM3+"&instrumentsTUM4="+instrumentsTUM4+"&instrumentChoixTUM="+instrumentChoixTUM); } function rechargePageAdvAuto(mots0, mots1, mots2, mots3, mots4, typeAuto, statutAuto, dateNaissance, dateMort, langue0, paysPub, typeContrib, domaine, typeCollectivite, typeMarque, typoMus, dateCreaNotice, dateMajNotice, index, numNotice, listeAffinages, modeAffiche, nbResultParPage, trouverDans, trouveDansFiltre, triResultParPage, critereRecherche, pageRech) { window.location.replace("changerPageAdvAuto.do?mots0="+mots0+"&mots1="+mots1+"&mots2="+mots2+"&mots3="+mots3+"&mots4="+mots4+"&typeAuto="+typeAuto+"&statutAuto="+statutAuto +"&dateNaissance="+dateNaissance+"&dateMort="+dateMort+"&langue0="+langue0+"&paysPub="+paysPub+"&typeContrib="+typeContrib +"&domaine="+domaine+"&typeCollectivite="+typeCollectivite+"&typeMarque="+typeMarque+"&typoMus="+typoMus+"&dateCreaNotice="+dateCreaNotice+"&dateMajNotice="+dateMajNotice +"&index="+index+"&numNotice="+numNotice+"&listeAffinages="+listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup=" +modeAffiche+"&pageEnCours=1"+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage=" +triResultParPage+"&critereRecherche="+critereRecherche+"&pageRech="+pageRech); } function rechargePageAut(nomAuteur, pageRech, index0, index1, index, numNotice, listeAffinages, modeAffiche, nbResultParPage,trouverDans,trouveDansFiltre, triResultParPage,critereRecherche) { window.location.replace("changerPageAut.do?nomAuteur="+nomAuteur+"&pageRech="+pageRech+"&index0="+index0+"&index1="+index1+"&index=" +index+"&numNotice="+numNotice+"&listeAffinages="+listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup=" +modeAffiche+"&pageEnCours=1"+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage=" +triResultParPage+"&critereRecherche="+critereRecherche); } function rechargePageSuj(sujet, pageRech, index0, index1, index, numNotice, listeAffinages, modeAffiche, nbResultParPage,trouverDans,trouveDansFiltre, triResultParPage,critereRecherche) { window.location.replace("changerPageSuj.do?sujet="+sujet+"&pageRech="+pageRech+"&index0="+index0+"&index1="+index1+"&index=" +index+"&numNotice="+numNotice+"&listeAffinages="+listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup=" +modeAffiche+"&pageEnCours=1"+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage=" +triResultParPage+"&critereRecherche="+critereRecherche); } function rechargePagePer(titrePerio, pageRech, index, numNotice, listeAffinages, modeAffiche, nbResultParPage,trouverDans,trouveDansFiltre, triResultParPage,critereRecherche) { window.location.replace("changerPagePer.do?titrePerio="+titrePerio+"&pageRech="+pageRech+"&index="+index+"&numNotice="+numNotice+"&listeAffinages=" +listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup=" +modeAffiche+"&pageEnCours=1"+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage=" +triResultParPage+"&critereRecherche="+critereRecherche); } function rechargePageCote(cote, tr, pageRech, listeAffinages, modeAffiche, nbResultParPage,trouverDans,trouveDansFiltre, triResultParPage,critereRecherche) { window.location.replace("changerPageCote.do?cote="+cote+"&tr="+tr+"&pageRech="+pageRech+"&listeAffinages="+listeAffinages+"&nbResultParPage=" +nbResultParPage+"&afficheRegroup="+modeAffiche+"&pageEnCours=1"+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif=" +trouverDans+"&triResultParPage="+triResultParPage+"&critereRecherche="+critereRecherche); } function allerPage(motRecherche, index, numNotice, listeAffinages, nbResultParPage,modeAffiche,trouverDans,trouveDansFiltre,triResultParPage,pageEnCours,nbPage, critereRecherche, typeNotice) { location.replace("changerPage.do?motRecherche="+motRecherche+"&index="+index+"&numNotice="+numNotice+"&listeAffinages="+listeAffinages+"&nbResultParPage=" +nbResultParPage+"&afficheRegroup="+modeAffiche+"&pageEnCours="+pageEnCours+"&nbPage=" +nbPage+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage="+triResultParPage+"&typeNotice="+typeNotice+"&critereRecherche="+critereRecherche); } function allerPageAdv(mots0, mots1, mots2, mots3, mots4, facPays, suppPhys, facLocs, facDocs, facNots, facSpec, typoCarto, typoIcono, typoAudio, typoMus,typoNumis, typoPerio, langue0, langue1, langue2, langue3, langue4, datepub, dateCreaSpec, dateEnregistrement, typeDatePer, corpus, motRecherche, index, numNotice, listeAffinages, nbResultParPage,modeAffiche,trouverDans, trouveDansFiltre,triResultParPage,pageEnCours,nbPage, critereRecherche,issn,pageRech) { location.replace("changerPageAdv.do?mots0="+mots0+"&mots1="+mots1+"&mots2="+mots2+"&mots3="+mots3+"&mots4="+mots4+"&facPays="+facPays+"&suppPhys="+suppPhys+"&faclocs="+facLocs+"&facDocs=" +facDocs+"&facNots="+facNots+"&facSpec="+facSpec+"&typoCarto="+typoCarto+"&typoIcono="+typoIcono+"&typoAudio="+typoAudio+"&typoMus="+typoMus +typoNumis+"&typoNumis="+"&typoPerio="+typoPerio+"&langue0="+langue0+"&langue1="+langue1+"&langue2="+langue2+"&langue3="+langue3+"&langue4="+langue4+"&datepub="+datepub+"&dateCreaSpec="+dateCreaSpec+"&dateEnregistrement="+dateEnregistrement+"&typeDatePer="+typeDatePer+"&corpus="+corpus+"&index=" +index+"&numNotice="+numNotice+"&listeAffinages="+listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup="+modeAffiche+"&pageEnCours=" +pageEnCours+"&nbPage="+nbPage+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage=" +triResultParPage+"&critereRecherche="+critereRecherche+"&issn="+issn+"&pageRech="+pageRech); } function allerPageJeun(mots0, mots1, mots2, mots3, mots4, facDocs, langue0, langue1, datepub, motRecherche, index, numNotice, listeAffinages, nbResultParPage, modeAffiche, trouverDans, trouveDansFiltre, triResultParPage, pageEnCours, nbPage, critereRecherche, genreJ, avisCrit, pubDestJ, critique, dateCreaSpec, facSpec, pageRech) { location.replace("changerPageJeun.do?mots0="+mots0+"&mots1="+mots1+"&mots2="+mots2+"&mots3="+mots3+"&mots4="+mots4+"&facDocs="+facDocs +"&langue0="+langue0+"&langue1="+langue1+"&datepub="+datepub+"&index="+index+"&numNotice="+numNotice+"&listeAffinages=" +listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup="+modeAffiche+"&pageEnCours="+pageEnCours+"&nbPage=" +nbPage+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage=" +triResultParPage+"&critereRecherche="+critereRecherche+"&genreJ="+genreJ+"&avisCrit="+avisCrit+"&pubDestJ="+pubDestJ +"&critique="+critique+"&dateCreaSpec="+dateCreaSpec+"&facSpec="+facSpec+"&pageRech="+pageRech); } function allerPageIMC(mots0, mots1, mots2, mots3, mots4, facDocs, typoCarto, typoIcono, datepub, motRecherche, index, numNotice, listeAffinages, nbResultParPage, modeAffiche, trouverDans, trouveDansFiltre, triResultParPage, pageEnCours, nbPage, critereRecherche, corpus, facLocs, pubDestJ, critique, pageRech, dateEvenement) { /* mots0, mots1, mots2, mots3, mots4, facDocs, typoCarto, typoIcono, datepub, index, numNotice, listeAffinages, modeAffiche, nbResultParPage,trouverDans,trouveDansFiltre, triResultParPage, pageEnCours, nbPage, critereRecherche, corpus, facLocs, pubDestJ, critique, pageRech) { */ location.replace("changerPageIMC.do?mots0="+mots0+"&mots1="+mots1+"&mots2="+mots2+"&mots3="+mots3+"&mots4="+mots4+"&facDocs="+facDocs +"&typoCarto="+typoCarto+"&typoIcono="+typoIcono+"&datepub="+datepub+"&index="+index+"&numNotice="+numNotice+"&listeAffinages=" +listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup="+modeAffiche+"&pageEnCours="+pageEnCours+"&nbPage=" +nbPage+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage=" +triResultParPage+"&critereRecherche="+critereRecherche+"&corpus="+corpus+"&facLocs="+facLocs+"&pubDestJ="+pubDestJ +"&critique="+critique+"&pageRech="+pageRech+"&dateEvenement="+dateEvenement); /* window.location.replace("changerPageIMC.do?mots0="+mots0+"&mots1="+mots1+"&mots2="+mots2+"&mots3="+mots3+"&mots4="+mots4+"&facDocs=" +facDocs+"&typoCarto="+typoCarto+"&typoIcono="+typoIcono+"&datepub="+datepub+"&index="+index+"&numNotice="+numNotice+"&listeAffinages=" +listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup="+modeAffiche+"&pageEnCours="+pageEnCours+"&trouveDansFiltre="+trouveDansFiltre +"&trouverDansActif="+trouverDans+"&triResultParPage="+triResultParPage+"&critereRecherche="+critereRecherche+"&corpus="+corpus +"&facLocs="+facLocs+"&pubDestJ="+pubDestJ+"&critique="+critique+"&pageRech="+pageRech); */ } function allerPageMusique(mots0, mots1, mots2, mots3, mots4, facDocs, typoAudio, typoMus, datepub, motRecherche, index, numNotice, listeAffinages, nbResultParPage, modeAffiche, trouverDans, trouveDansFiltre, triResultParPage, pageEnCours, nbPage, critereRecherche, corpus, facLocs, dateCreaSpec, dateEnregistrement, pageRech, langue0,langue1, facSpec, instruments0,instruments1, instruments2,instruments3, instruments4, instrumentChoix) { location.replace("changerPageMusique.do?mots0="+mots0+"&mots1="+mots1+"&mots2="+mots2+"&mots3="+mots3+"&mots4="+mots4+"&facDocs="+facDocs +"&typoAudio="+typoAudio+"&typoMus="+typoMus+"&datepub="+datepub+"&index="+index+"&numNotice="+numNotice+"&listeAffinages=" +listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup="+modeAffiche+"&pageEnCours="+pageEnCours+"&nbPage=" +nbPage+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage=" +triResultParPage+"&critereRecherche="+critereRecherche+"&corpus="+corpus+"&facLocs="+facLocs+"&dateCreaSpec="+dateCreaSpec +"&dateEnregistrement="+dateEnregistrement+"&pageRech="+pageRech+"&langue0="+langue0+"&langue1="+langue1+"&facSpec="+facSpec+"&instruments0="+instruments0+"&instruments1="+instruments1+"&instruments2="+instruments2+"&instruments3="+instruments3+"&instruments4="+instruments4+"&instrumentChoix="+instrumentChoix); } function allerPageMusiqueAuto(motsTUM0, motsTUM1, motsTUM2, motsTUM3, motsTUM4, motsRAM0, motsRAM1, motsRAM2, motsRAM3, motsRAM4, typeAuto, statutAuto, index, numNotice, listeAffinages, nbResultParPage,modeAffiche,trouverDans, trouveDansFiltre,triResultParPage,pageEnCours,nbPage, critereRecherche,pageRech, instrumentsTUM0,instrumentsTUM1, instrumentsTUM2,instrumentsTUM3, instrumentsTUM4, instrumentChoixTUM, typoMus) { location.replace("changerPageMusiqueAuto.do?motsTUM0="+motsTUM0+"&motsTUM1="+motsTUM1+"&motsTUM2="+motsTUM2+"&motsTUM3="+motsTUM3+"&motsTUM4="+motsTUM4+"motsRAM0="+motsRAM0+"&motsRAM1="+motsRAM1+"&motsRAM2="+motsRAM2+"&motsRAM3="+motsRAM3+"&motsRAM4="+motsRAM4+"&typeAuto="+typeAuto+"&statutAuto="+statutAuto +"&index="+index+"&numNotice="+numNotice+"&listeAffinages="+listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup="+modeAffiche+"&pageEnCours=" +pageEnCours+"&nbPage="+nbPage+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage=" +triResultParPage+"&critereRecherche="+critereRecherche+"&pageRech="+pageRech+"&instrumentsTUM0="+instrumentsTUM0+"&instrumentsTUM1="+instrumentsTUM1+"&instrumentsTUM2="+instrumentsTUM2+"&instrumentsTUM3="+instrumentsTUM3+"&instrumentsTUM4="+instrumentsTUM4+"&instrumentChoixTUM="+instrumentChoixTUM+"&typoMus="+typoMus); } function allerPageAdvAuto(mots0, mots1, mots2, mots3, mots4, typeAuto, statutAuto, dateNaissance, dateMort, langue0, paysPub, typeContrib, domaine, typeCollectivite, typeMarque, typoMus, dateCreaNotice, dateMajNotice, index, numNotice, listeAffinages, nbResultParPage,modeAffiche,trouverDans, trouveDansFiltre,triResultParPage,pageEnCours,nbPage, critereRecherche,pageRech) { location.replace("changerPageAdvAuto.do?mots0="+mots0+"&mots1="+mots1+"&mots2="+mots2+"&mots3="+mots3+"&mots4="+mots4+"&typeAuto="+typeAuto+"&statutAuto="+statutAuto +"&dateNaissance="+dateNaissance+"&dateMort="+dateMort+"&langue0="+langue0+"&paysPub="+paysPub+"&typeContrib="+typeContrib +"&domaine="+domaine+"&typeCollectivite="+typeCollectivite+"&typeMarque="+typeMarque+"&typoMus="+typoMus+"&dateCreaNotice="+dateCreaNotice+"&dateMajNotice="+dateMajNotice +"&index="+index+"&numNotice="+numNotice+"&listeAffinages="+listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup="+modeAffiche+"&pageEnCours=" +pageEnCours+"&nbPage="+nbPage+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage=" +triResultParPage+"&critereRecherche="+critereRecherche+"&pageRech="+pageRech); } function allerPageAut(nomAuteur, pageRech, index0, index1, index, numNotice, listeAffinages, nbResultParPage, modeAffiche, trouverDans, trouveDansFiltre,triResultParPage, pageEnCours,nbPage, critereRecherche) { window.location.replace("changerPageAut.do?nomAuteur="+nomAuteur+"&pageRech="+pageRech+"&index0="+index0+"&index1="+index1+"&index=" +index+"&numNotice="+numNotice+"&listeAffinages="+listeAffinages+"&nbResultParPage="+nbResultParPage+"&afficheRegroup=" +modeAffiche+"&pageEnCours="+pageEnCours+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage=" +triResultParPage+"&critereRecherche="+critereRecherche); } function allerPagePer(titrePerio, pageRech, index, numNotice, listeAffinages, nbResultParPage, modeAffiche, trouverDans, trouveDansFiltre,triResultParPage, pageEnCours,nbPage, critereRecherche) { window.location.replace("changerPagePer.do?titrePerio="+titrePerio+"&pageRech="+pageRech+"&index="+index+"&numNotice="+numNotice+"&listeAffinages="+listeAffinages+"&nbResultParPage=" +nbResultParPage+"&afficheRegroup="+modeAffiche+"&pageEnCours="+pageEnCours+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage=" +triResultParPage+"&critereRecherche="+critereRecherche); } function allerPageCote(cote, tr, pageRech, listeAffinages, nbResultParPage, modeAffiche, trouverDans, trouveDansFiltre,triResultParPage, pageEnCours,nbPage, critereRecherche) { window.location.replace("changerPageCote.do?cote="+cote+"&tr="+tr+"&pageRech="+pageRech+"&listeAffinages="+listeAffinages+"&nbResultParPage=" +nbResultParPage+"&afficheRegroup="+modeAffiche+"&pageEnCours="+pageEnCours+"&trouveDansFiltre="+trouveDansFiltre+"&trouverDansActif="+trouverDans+"&triResultParPage=" +triResultParPage+"&critereRecherche="+critereRecherche); } </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10