CINXE.COM

<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=0E3209454D2E33B8AA731EC733113E00" target="_blank" method="get"> <input type="hidden" name="envoiMail" value="envoiMailFalse" id="envoiMail"/> <input type="hidden" id="arkNotice" name="arkNotice" value="ark:/12148/cb15377962j" /> <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;"> <label style="font-size:1em;"><input type="radio" value="1" id="radio11" name="typeNoticesPdf" checked='checked'>&nbsp;&nbsp;notices compl猫tes</label><br> </td> <tr style="vertical-align:top;"> <td> <h2>Format de la notice :</h2> </td> <td style="padding-left:15px;padding-top:10px;"> <label style="margin-left:0;margin-top:0"><input type="radio" value="1" id="radio6" name="formatNoticesPdf" checked="checked">&nbsp;Public</label></br></br> <label style="margin-left:0;margin-top:0"><input type="radio" value="2" id="radio7" name="formatNoticesPdf">&nbsp;Intermarc</label></br> <label style="margin-left:0;margin-top:0"><input type="radio" value="3" id="radio8" name="formatNoticesPdf">&nbsp;Unimarc</label></br> </td> </tr> <tr> </tr> </p> </table> <input id="imprimerPdf" type="submit" title="Valider (nouvelle fen锚tre)" value="Valider"/> <input type="hidden" name="pageRechNotice" value="rat" 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>

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