CINXE.COM

Parsifal

<!doctype html> <html> <head> <title>Parsifal</title> <meta name="Language" content="it-IT"> <meta http-equiv="Content-language" content="it-IT"> <meta name="Description" content="Parsifal"> <meta name="keywords" content=""> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <link rel="Shortcut icon" href="favicon.ico" type="image/x-icon" /> <link href="cluster_static_stuff/jquery-ui.css" rel="stylesheet"/> <link rel="stylesheet" type="text/css" href="style/style.css" /> <link rel="stylesheet" type="text/css" href="style/customer.css" /> <link rel="stylesheet" type="text/css" href="style/jquery.autocomplete.css" ></link> <link href="style/xtree.css" rel="stylesheet" type="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="Content-Type" content="text/html; charset=utf-8" /> <script src="cluster_static_stuff/external/jquery/jquery.js"></script> <script src="cluster_static_stuff/jquery-ui.js"></script> <script type="text/javascript" src="js/osee.autocomplete.js"></script> <script type="text/javascript" src="js/jquery.prettyPhoto.js"></script> <script src="js/functions.js" type="text/javascript" charset="utf-8"></script> <script src="js/oseegenius.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript" src="js/xtree.js"></script> <link type="text/css" href="style/bootstrap-custom.css" rel="stylesheet" /> <link type="text/css" href="js/jquery-ui/css/jquery.ui.theme.css" rel="stylesheet" /> <link type="text/css" href="js/jquery-ui/css/jquery.ui.selectmenu.css" rel="stylesheet" /> <link href="style/prettyPhoto.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="style/jkeyboard.css"> <script src="js/jkeyboard.js"></script> <link rel="stylesheet" type="text/css" href="style/styleCluster.css" /> <link rel="stylesheet" type="text/css" href="style/tooltipStyle.css" /> <link rel="stylesheet" type="text/css" href="style/kmstyle.css" /> <!-- <link type="text/css" href="style/bootstrap-osee.css" rel="stylesheet"/>--> <link href="style/styleInfoBook.css" rel="stylesheet" type="text/css" /> <script defer data-domain="parsifal.urbe.it" src="https://plausible.io/js/script.js"></script> </head> <body class=" normal "> <p class="hide"><a href="#main">top</a></p> <div id="layout"> <div id="header"><div id="topmenu"> <ul> <li><a href="homeSearch">Home</a></li> <li ><a href="history" class="side-panel-link">Storico ricerche</a></li> <li><a href="universities" ">Biblioteche</a></li> <li><a href="clusters"">Info</a></li> <li><a href="files/Guida_Utente_it_PARSIFAL_rev.pdf" target="_blank">Guida Utente</a></li> <li><a href="mailto:parsifal@atcult-services.it" >Contattaci</a></li> <li class="selected"> <img class="flagImg" src="img/flag_it.png" > <a href="javascript:l10n('it')">IT</a> </li> <li> <img class="flagImg" src="img/flag_en.png" > <a href="javascript:l10n('en')" >EN</a> </li> <li > <a id="search-button-header" ><img src="img/search.png" width="17px"></img></a> </li> </ul> </div> <div id="header-bottom" style="display:none;"> <form id="search-form-header" name="searchForm" method="get" action="search"> <div class="row"> <select id="select-type" name="select-type" onchange="this.form.action=this.options[this.selectedIndex].value" > <option value="search" >Bibliografici</option> <option value="authSearch" >Authority</option> </select> <input id="input-form-header" type="text" class="search-field simple_reserch" id="q" name="q" autocomplete="off" /> <input type="hidden" id="v" name="v" value="l"/> <div > <button type="submit" class="btn btn-header btn-block button-search " id="btn-header-search">CERCA</button> </div> </div> </form> </div> <div id="breadcrumbs"> <div style=" margin-top: 5px; margin-bottom:5px"> </div> </div> <script> $(function () { $('#search-button-header').click(function(){ $("#header-bottom").toggle("fast"); }); }); $(document).ready(function(){ $('select#select-type').selectmenu({ style:'dropdown', width:'170px', change: function( event, ui ) { var form = document.getElementById('search-form-header'); form.action=this.options[this.selectedIndex].value; } }); }); </script> </div> <div id="container"><script> //global var var darkBlue = "#074e8b"; var lightBlue = "#70a6d4"; function exportAuthorityRecord(format, cluster){ var url = "exportAuthority?format="+format+"&cluster_id="+cluster; location.href = url ; } function exportAuth(format, cluster, atype) { var selection = ''; if (atype=='A') { var isChecked1 = $("#checkAuth").prop("checked"); var isChecked3 = $('#checkWorkAut').prop('checked'); var isChecked4 = $('#authorityCheck').prop("checked"); var isChecked5 = $('#viafCheck').prop("checked"); var isChecked6 = $('#biblioCheck').prop("checked"); var isChecked7 = $('#rinvioCheck').prop("checked"); if (isChecked1) { selection = 'A'; } if (isChecked3) { selection = selection + 'W'; } if (isChecked4) { selection = selection + 'T'; } if (isChecked5) { selection = selection + 'F'; } if (isChecked6) { selection = selection + 'B'; } if (isChecked7) { selection = selection + 'R'; } //alert(selection); } if (atype=='W') { var isChecked1 = $("#checkWork").prop("checked"); var isChecked2 = $('#checkOther').prop('checked'); var isChecked3 = $('#checkManif').prop('checked'); if (isChecked1) { selection = 'W'; } if (isChecked2) { selection = selection + 'V'; } if (isChecked3) { selection = selection + 'M'; } //alert(selection); } if (selection!=null) { var url = "exportL1?format="+format+"&selection="+selection+"&cluster_id="+cluster+"&type="+atype+"&export_format=marc21"; location.href = url ; } } function exportAll(format, cluster, atype) { var selection = ''; if (atype=='A') { selection = 'A'; selection = selection + 'W'; selection = selection + 'T'; selection = selection + 'F'; selection = selection + 'B'; selection = selection + 'R'; } if (atype=='W') { selection = 'W'; selection = selection + 'V'; selection = selection + 'M'; } if (selection!=null) { var url = "exportL1?format="+format+"&selection="+selection+"&cluster_id="+cluster+"&type="+atype+"&export_format=marc21"; location.href = url ; } } $(document).ready(function(){ $(".myCheckBox").click(function(){ // var isChecked1 = $('#checkOther').prop('checked'); var isChecked2 = $('#checkManif').prop('checked'); if (isChecked1 || isChecked2) { $("#checkWork").prop("checked",true); $("#exportTitleDiv").show("slow"); } var isChecked4 = $('#checkWorkAut').prop('checked'); var isChecked5 = $("#authorityCheck").prop("checked"); var isChecked6 = $("#biblioCheck").prop("checked"); var isChecked7 = $("#viafCheck").prop("checked"); var isChecked8 = $("#rinvioCheck").prop("checked"); if (isChecked4 || isChecked5 || isChecked6 || isChecked7 || isChecked8) { $("#checkAuth").prop("checked",true); $("#exportNameDiv").show("slow"); } }); }); $(document).ready(function(){ $("#checkOtherAut").change(function(){ var isChecked5 = $('#checkOtherAut').prop('checked'); if (!isChecked5) { $("#authorityCheck").prop("checked",false); $("#biblioCheck").prop("checked",false); $("#viafCheck").prop("checked",false); $("#rinvioCheck").prop("checked",false); }else { $("#authorityCheck").prop("checked",true); $("#biblioCheck").prop("checked",true); $("#viafCheck").prop("checked",true); $("#rinvioCheck").prop("checked",true); } }); }); $(document).ready(function(){ $(".myCheckBoxMain").change(function(){ var isChecked0 = $('#checkWork').prop('checked'); if (!isChecked0) { $("#checkOther").prop("checked",false); $("#checkManif").prop("checked",false); $("#exportTitleDiv").hide("slow"); }else { $("#exportTitleDiv").show("slow"); } var isChecked5 = $('#checkAuth').prop('checked'); if (!isChecked5) { $("#checkWorkAut").prop("checked",false); $("#authorityCheck").prop("checked",false); $("#biblioCheck").prop("checked",false); $("#viafCheck").prop("checked",false); $("#rinvioCheck").prop("checked",false); $("#exportNameDiv").hide("slow"); }else { $("#exportNameDiv").show("slow"); } }); }); // fondamentale usare il $(window).load() perch茅 solo cos矛 ho la certezza che sia stata renderizzata anche la grafica della pagina $(window).load(function(){ //creazione dinamica della altezza iniziale della riga var initialHeight = $(" #flexLine2").height(); var rowHeight = $(" #row2").height(); var colHeight = $(" #col2").height(); var colRightHeight = $(" #col3").height(); var colLeftHeight = $(" #col1").height(); var maxHeight = Math.max(colLeftHeight, colRightHeight); var newHeight = initialHeight; var subt = rowHeight - colHeight; if(subt > 0) { var newHeight = initialHeight + subt; $(" #flexLine2").animate({height: newHeight}, 'fast'); } }); $(function () { $("#selectAll").click(function(){ $("#selectAll").css('background-color', lightBlue); $("#deSelect").css('background-color', darkBlue); $(".checkCluster").prop('checked', true); $( ".letterBox" ).accordion( "option", "active", 0 ); clusterPublicationSearch(); }); }); $(function () { $("#deSelect").click(function(){ $("#deSelect").css('background-color', lightBlue); $("#selectAll").css('background-color', darkBlue); $(".checkCluster").prop('checked', false); clusterPublicationSearch(); }); }); $(document).ready(function(){ $(".checkCluster").prop('checked', false); }); //metodo per abilitare la ricerca delle pubblicazione assegnate a quel cluster function clusterPublicationSearch() { if($(".checkCluster:checked").length > 0){ $("#searchDiv").show("slow"); } else { $("#searchDiv").hide("slow"); } } //metodo per fare una ricerca multipla di cluster su oseegenius function clusterOperation() { var selected = ''; $(".checkCluster:checked").each(function() { selected = selected + "t_cluster_id="; selected = selected + this.value + "&"; }); //rimuovo l'ultima & commerciale if(selected.slice(-1) == "&"){ selected = selected.slice(0, -1); } //Se l'utente ha richiesto una ricerca multipla var url = "search?" + selected; if(url.length > 1900) { alert("hai selezionato troppi elementi. Puoi attivare la stessa funzione cliccando sul nome dell'autore in alto"); } else { location.href = url ; } } function openWin(clusterType, resourceId) { var url = "authEmail?cluster_type="+clusterType+"&resourceId="+resourceId; window.open(url, "_blank", "toolbar=no, scrollbars=yes, resizable=yes, top=150, left=400, width=450, height=430"); } </script> <!-- script per la grafica in jqueri --> <script> function expandOrReduce(el) { var parentDiv = el.parentNode; var excessDataDiv = parentDiv.querySelectorAll("div.excessData"); for (i = 0; i <excessDataDiv.length; i++){ $(excessDataDiv[i]).toggle("slow"); } console.log(el.textContent); if("it"=="it"){ var textShowMore="Mostra altro"; var hide="Nascondi"; } else{ var textShowMore="Show more"; var hide="Hide"; } if(el.textContent.trim()==textShowMore){ el.textContent=hide; } else{ el.textContent=textShowMore; } }; $(document).ready(function(){ var boxList=document.getElementsByClassName('boxList'); for (i = 0; i < boxList.length; i++){ var children=boxList[i].querySelectorAll("div.elementListToCount") for (j = 0; j < children.length; j++){ if(j>5){ $(children[j]).addClass("excessData"); } } } }); $(document).ready(function(){ marcExcessData('boxListPublications',5); marcExcessData('boxSubject',15); marcExcessData('boxOtherForm',10); marcExcessData('boxListNameFormParsifal',6); marcExcessData('boxListRinvii',6); marcExcessData('boxListWork',6); marcExcessData('boxListSameAs',6); marcExcessData('boxListPublisher',6); }); function marcExcessData(nameBox, limit){ var boxList=document.getElementsByClassName(nameBox); for (i = 0; i < boxList.length; i++){ var children=boxList[i].querySelectorAll("div.elementListToCount") for (j = 0; j < children.length; j++){ if(j>=limit){ $(children[j]).addClass("excessData"); } } } }; $(document).ready(function(){ var excessData=document.getElementsByClassName('excessData'); var i= excessData.length; while(i--){ excessData[i].style.display="none"; } }); $(function() { $( ".accordion" ).accordion({ header: "h3", collapsible: true, active: false, heightStyle: "content" }); }); $(function() { $( ".firstAccordion" ).accordion({ header: "h3", collapsible: true, active: false, heightStyle: "content" }); }); $(function() { $( ".openAccordion" ).accordion({ header: "h3", collapsible: true, heightStyle: "content" }); }); $(function() { $( ".closeAccordion" ).accordion({ header: "h3", collapsible: true,active: false, heightStyle: "content" }); }); $(function() { $( ".accordion2" ).accordion({ header: "h4", collapsible: true, active: false, heightStyle: "content" }); }); $(function() { $( ".workAccordion" ).accordion({ header: "h3", collapsible: true, active: false, heightStyle: "content" }); }); $(function() { $(".works").each(function(i, obj){ var titleBox = $(this).find(".titleBox")[0]; if (titleBox != undefined) { if ($(this).find(".titleBox")[0].scrollHeight > $(this).find(".titleBox").innerHeight()) { console.log(($(this).find(".titleBox")[0].scrollHeight) - ($(this).find(".titleBox").innerHeight())); $(this).find(".more").show(); } } }); }); $(function () { $(".more").click(function(){ var div = $(this).parents(".boxRect").find(".titleBoxHandler"); div.toggleClass("titleBoxShow"); div.toggleClass("titleBox"); }); }); //lightBlue e darkBlue sono variabile globali definite sopra $(function () { $(".openAll").click(function(){ $( ".openAll").css('background-color', "#7c1f1f"); $(".openAll").css('color', "white"); $(".closeAll").css('color', "#7c1f1f"); $(".closeAll").css('background-color', "white"); $( ".accordion" ).accordion( "option", "active", 0 ); $( ".openAccordion" ).accordion( "option", "active", 0 ); $( ".accordion2" ).accordion( "option", "active", 0 ); $( ".closeAccordion" ).accordion( "option", "active", 0 ); }); }); $(function () { $(".closeAll").click(function(){ $(".closeAll").css('background-color', "#7c1f1f"); $(".closeAll").css('color', "white"); $(".openAll").css('color', "#7c1f1f"); $(".openAll").css('background-color', "white"); $( ".accordion" ).accordion({collapsible: true, active: false}); $( ".openAccordion" ).accordion({collapsible: true, active: false}); $( ".accordion2" ).accordion({collapsible: true, active: false}); $( ".closeAccordion" ).accordion({collapsible: true, active: false}); }); }); $(document).ready(function(){ $(".showsTitleAuthority").click(function(){ var panelName = $(this).attr("id"); var classDot=".dot_"+panelName; if($(classDot).css('display')=='none'){ $(classDot).css('display','inline-block'); var toHide=document.getElementById("showsTitleAuthority_"+panelName); var toShow=document.getElementById("hideTitleAuthority_"+panelName); $(toHide).hide(); $(toShow).show(); } else{ $(classDot).css('display','none'); var toHide=document.getElementById("hideTitleAuthority_"+panelName); var toShow=document.getElementById("showsTitleAuthority_"+panelName); $(toHide).hide(); $(toShow).show(); } }); }); $(function () { $(".openAllWork").click(function(){ $( ".openAllWork").css('background-color', lightBlue); $(".closeAllWork").css('background-color', darkBlue); $( ".workAccordion" ).accordion( "option", "active", 0 ); $( ".firstAccordion" ).accordion( "option", "active", 0 ); }); }); $(function () { $(".closeAllWork").click(function(){ $(".closeAllWork").css('background-color', lightBlue); $(".openAllWork").css('background-color', darkBlue); $( ".workAccordion" ).accordion({collapsible: true, active: false}); $( ".firstAccordion" ).accordion({collapsible: true, active: false}); }); }); $(function () { $(document).click(function() { dynamicLine(); }); }); function dynamicLine(){ setTimeout(function(){ //altezza dinamica della linea var initialHeight = $(" #flexLine2").height(); var rowHeight = $(" #row2").height(); var colHeight = $(" #col2").height(); var colRightHeight = $(" #col3").height(); var colLeftHeight = $(" #col1").height(); var maxHeight = Math.max(colLeftHeight, colRightHeight); var subt = rowHeight - colHeight; var newHeight = initialHeight; if(subt > 0) { newHeight = initialHeight + subt; } else { if(maxHeight < rowHeight){ var newHeight = 80; } else { //lascio le altezze come sono } } $(" #flexLine2").animate({height: newHeight}, 'slow'); // $(".works").each(function(i, obj){ if ($(this).find(".titleBox")[0] != undefined) { if ($(this).find(".titleBox")[0].scrollHeight > $(this).find(".titleBox").innerHeight()) { $(this).find(".more").show(); } } }); }, 800); } // funzione per il salvataggio dello stato alla pressione del tasto back $(function () { $(".specialLink").click(function(){ history.replaceState({"array": $(this).attr('id')} , null, window.location.href); }) }); $(document).ready(function(){ var state = history.state; if (state != undefined) { var thisId = state.array; var selectedDiv = $(" #" + thisId).closest(".letterBox"); if(!selectedDiv.hasClass("firstAccordion")){ selectedDiv.accordion( "option", "active", 0 ); $(" .firstAccordion").accordion({collapsible: true, active: false}); } } }); </script> <form id="form1"> <div class="row"> <div class="col-md-4 col-sm-4 col-xs-4"> </div> <div class="col-md-4 col-sm-4 col-xs-4 centered"> <b class="title_style blu ">Persona/Ente/Famiglia</b> </div> <div class="col-md-4 col-sm-4 col-xs-4"> <div class="right"> <span data-tooltip="Bibframe 2.0 dataset"> <a href="rdfBibframe/agents/226776.nq" target="_blank"> <img src="img/rdflogo1.png" width="25" height="25"/> </a> </span> </div> </div> </div> <!-- button to open all --> <br> <div class="row"> <div class="col-md-4 col-sm-4 col-xs-4"> <div class="btn openAll minButtonSmaller" >Espandi</div> <div class="btn closeAll minButtonSmaller" >Riduci</div> </div> </div> <br> <div class="row" id="row2"> <div class="col-md-4 col-sm-4 col-xs-4" id="col1"> <div class="boxRect openAccordion"> <h3 class="toExpanse" aria-expanded="false" unselectable="on" onselectstart="return false;" onmousedown="return false;"> <b class="titles"> Forme del nome in PARSIFAL</b> </h3> <div class="boxListNameFormParsifal" style= "overflow:unset"> <div class="row marginMedium elementListToCount"> <div class="col-md-1 com-sm-1 col-xs-1 otherFormCol2"> <img class="iconHeader" title="Authority file" alt="Authority file" src="img/bustostor.png" width="18"> </div> <div class="col-md-8 col-sm-8 col-xs-8 otherFormCol3"> <a class="linkCluster" title="Cerca risorse per persona" href="search?n_cluster_id=226776;Salin%2C Edouard"> Salin, Edouard </a> <img title="DALET" alt="DALET" src="img/mini_DALET.png" width="18" height="18" style="vertical-align: bottom;"/> <img title="PUG" alt="PUG" src="img/mini_PUG.png" width="18" height="18" style="vertical-align: bottom;"/> </div> </div> <div class="row marginMedium elementListToCount"> <div class="col-md-1 com-sm-1 col-xs-1 otherFormCol2"> <img class="iconHeader" title="Authority file" alt="Authority file" src="img/bustostor.png" width="18"> </div> <div class="col-md-8 col-sm-8 col-xs-8 otherFormCol3"> <a class="linkCluster" title="Cerca risorse per persona" href="search?n_cluster_id=226776;Salin%2C 脡douard%2C 1889-"> Salin, &Eacute;douard, 1889- </a> <img title="AFC" alt="AFC" src="img/mini_AFC.png" width="18" height="18" style="vertical-align: bottom;"/> </div> </div> <div class="row marginMedium elementListToCount"> <div class="col-md-1 com-sm-1 col-xs-1 otherFormCol2"> <img class="iconHeader" title="Nome da opac" alt="Nome da opac" src="img/books.png" width="18"> </div> <div class="col-md-8 col-sm-8 col-xs-8 otherFormCol3"> <a class="linkCluster" title="Cerca risorse per persona" href="search?n_cluster_id=226776;Salin%2C 脡douard"> Salin, &Eacute;douard </a> </div> </div> </div> </div> <br/> <!-- associated link --> <div class="boxRect openAccordion"> <h3 class="toExpanse" aria-expanded="false" data-tooltip="Link alle risorse esterne" unselectable="on" onselectstart="return false;" onmousedown="return false;"> <b class="titles">Questo autore in</b> </h3> <div > <div class="marginMedium"> <div class="row"> <a class="linkCluster tooltip-right" data-tooltip="ISNI" href="http://isni.org/isni/0000000061410135" target="_blank"> <img src="img/isni-logo.gif" height="30px"> </a> </div> </div> <div class="marginMedium"> <div class="row"> <a class="linkCluster tooltip-right" data-tooltip="Wikidata" href="http://www.wikidata.org/entity/Q19159617" target="_blank"> <img src="img/wikidatawiki.png" height="40px"> </a> </div> </div> <div class="marginMedium"> <div class="row"> <a class="linkCluster tooltip-right" data-tooltip="LC" href="http://id.loc.gov/authorities/names/nr90013729" target="_blank"> <img src="img/logo-loc.png" height="30px"> </a> </div> </div> <div class="marginMedium"> <div class="row"> <a class="linkCluster tooltip-right" data-tooltip="worldcat identity" href="https://www.worldcat.org/identities/lccn-nr90013729" target="_blank"> <img src="img/logo-worldcat.gif" height="30px"> </a> </div> </div> <div class="marginMedium"> <div class="row"> <a class="linkCluster tooltip-right" data-tooltip="BNF" href="http://data.bnf.fr/12057485" target="_blank"> <img src="img/logo-bnf.gif" height="21px"> </a> </div> </div> <div class="marginMedium"> <div class="row"> <a class="linkCluster tooltip-right" data-tooltip="Viaf" href="http://viaf.org/viaf/24621984" target="_blank"> <img src="img/viaf_logo.gif" height="30px"> </a> </div> </div> </div> </div> </div> <div class="col-md-4 col-sm-4 col-xs-4" id="col2"> <div class="centered"> <span class="line rightMargin"> <img class="" src="img/line_horizontal.png" height="2px" width="70px"/> </span> <span> <img id="authorPhoto" class="photo" src="img/author_not_avail.png" style="background-color: white;"/></span> </span> <span class="line leftMargin"> <img class="" src="img/line_horizontal.png" height="2px" width="70px"/> </span> <br> <br> <input id="checkAuth" type="checkbox" value="checkAuth" class="myCheckBoxMain" /> <a class="linkCluster" data-tooltip="Cerca risorse per persona" href="search?n_cluster_id=226776;Salin%2C 脡douard%2C 1889-"><b class="blu">Salin, &Eacute;douard, 1889-</b></a> <br> Autore (Persona) <br/> <b class="titles">ID:</b> <a class="linkCluster" data-tooltip="Identificativo" href="search?n_cluster_id=226776;Salin%2C 脡douard%2C 1889-">226776</a> <br> <img src="img/line_vertical.png" height="60px" width="2px"/> <br> <b class="titles blu">Opere </b> <br> <img id="flexLine2" src="img/line_vertical.png" height="80px" width="2px"/> </div> </div> <div class="col-md-4 col-sm-4 col-xs-4" id="col3"> <div class="boxRect openAccordion" style="background:#e6e6e6" > <h3 class="toExpanse" aria-expanded="false" unselectable="on" onselectstart="return false;" onmousedown="return false;" style="background:#e6e6e6" > <b class="titles" style="color:#787777" >Biografia e attivit&agrave;</b></h3> </div> <br> <div id="wikipedia-tab"> <div id="wk-container" class="boxRect openAccordion"> <h3 id="wk-title-h3" class="toExpanse" aria-expanded="false" unselectable="on" onselectstart="return false;" onmousedown="return false;"> <b id="wk-title-b" class="titles" >Wikipedia</b> </h3> <div id="removable"> <div class="blu" id="wiki-div"></div> </br> <a id="wikipedia-link" > <img src="img/arrow.png" width="10"/> Wikipedia </a> </div> </div> </div> </br> <div id="auth-box" class="boxRect openAccordion"> <h3 id="auth-box-title-h3" class="toExpanse" aria-expanded="false" unselectable="on" onselectstart="return false;" onmousedown="return false;"> <b id="auth-box-title-b" class="titles">Authority Box</b> </h3> <div id="auth-info"> </div> </div> <br/> <div class="optionsWrapper"> <button class="optionsButton" id="optionsButton" type="button"> <b class="titles" style="color:#787777">Visualizza URI</b> </button> <div class="popupContainer" id="popupContainer"> <div class="uriButton"> <b class="titles">URI: </b> <span class="linkCluster" id="uriText"> http://parsifal.urbe.it/parsifal/rdfBibframe/agents/226776 </br> <button class="copyBtn" type="button" onclick="copyToClipboard('http://parsifal.urbe.it/parsifal/rdfBibframe/agents/226776', this)"> <img src="img/copyIcon.png" class="icon"> <span class="buttonText"> Copy </span> </button> <script> function copyToClipboard(uri, button) { navigator.clipboard.writeText(uri).then(function() { button.querySelector('.buttonText').textContent = "Copied"; setTimeout(function() { button.querySelector('.buttonText').textContent = "Copy"; }, 2000); }); } </script> </div> </div> </div> <script> const optionsButton = document.getElementById('optionsButton'); const popupContainer = document.getElementById('popupContainer'); optionsButton.addEventListener('click', function(event) { event.stopPropagation(); // Impedisce che il clic chiuda immediatamente il popup popupContainer.classList.toggle('show'); }); document.addEventListener('click', function(event) { if (!popupContainer.contains(event.target) && !optionsButton.contains(event.target)) { popupContainer.classList.remove('show'); } }); optionsButton.addEventListener('click', function(event) { event.preventDefault(); // Evita il ricaricamento della pagina }); </script> <br> <!-- Export box--> <br> <div id="exportNameDiv" class="exportTitleDiv"> <div class="exportChild"> <div class="marginClass"> Export/Download Entit脿 <span data-tooltip="Export dell'entit脿 Nome in formato Marc21, dalla base dati delle forme preferite e varianti dei nomi (CKB)."><img src="img/icon_info.png" height="15px" /></span> </div> </div> <div class="marginClass"> <p></p> <a class="cursorPointer" onclick="exportAuthorityRecord('m21', 226776);" title="Marc21 (binary)">Marc21 (binary)</a><br/> <a class="cursorPointer" onclick="exportAuthorityRecord('mxml', 226776);" title="Marc XML">Marc XML</a><br/> </div> </br> </div> </div> </div> <div class="row"> <hr> <br> <br> <script> function createArray(){ const alpha = Array.from(Array(26)).map((e, i) => i + 65); const alphabet = alpha.map((x) => String.fromCharCode(x)); alphabet[26]='otherChar'; return alphabet; } function createDivForCharElement( charToAdd) { if (charToAdd=='otherChar') return "<a id=char_"+charToAdd+ " class='CharacterElement inactiveChar' data-filter='" + charToAdd + "'>Altri caratteri</a>"; return "<a id=char_"+charToAdd+ " class='CharacterElement inactiveChar' data-filter='" + charToAdd + "'>" + charToAdd + "</a>"; } $(document).ready(function(){ var a= createArray(); var html=''; for (i=0;i<a.length;i++){ html=html+createDivForCharElement( a[i]) } $('#alf_nav').append(html); $.ajax({ url: "availableCharacters?n_cluster_id="+226776, cache: false, dataType: "json", success: function(data) { for (j=0;j<data.availableCharacters.length;j++) { if(j==0){ refreshTitle(data.availableCharacters[j]); var characterElement = document.getElementById('char_'+ data.availableCharacters[j]); $(characterElement).addClass('selectedChar'); } changeItemState(data.availableCharacters[j]); } if(data.otherCharacters) changeItemState('otherChar'); } }); }); function changeItemState(c) { var characterElement = document.getElementById('char_'+ c); $(characterElement).removeClass('inactiveChar'); $(characterElement).addClass('activeChar'); $(characterElement).click(function(){ var app= document.getElementsByClassName('selectedChar'); if($(app)!=null) $(app[0]).removeClass('selectedChar'); $(characterElement).addClass('selectedChar'); refreshTitle(c); }); } function refreshTitle(c){ $.ajax({ url: "alphabeticalNavigator?n_cluster_id="+226776+"&character="+c, cache: false, dataType: "json", success: function(data) { var array=data.response; var html=''; for (i=0;i<array.length;i++){ html=html + '<div class="row">'+ '<div class="col-md-5 col-sm-5 col-xs-5">'+ '<div class="row">'+ '<div class="col-md-1 col-sm-1 col-xs-1">'; var fromManifestation=array[i].fromManifestation; if (!fromManifestation){ html=html+'<a style="margin-left: 10px;" href="searchTitles?t_cluster_id=' +array[i].clusterTitleId+'" class="specialLink" id="'+array[i].clusterTitleId+'">'+ '<img title="Espandi opera" alt="Espandi opera" src="img/booksRed.png" width="15">'+ '</a>'; } html=html+'</div>'+ '<div class="col-md-11 col-sm-11 col-xs-11">'+ '<div class="titleBoxHandler blue">'+ '<a class="linkCluster" href="search?t_cluster_id='+array[i].clusterTitleId+';'+array[i].mainTitle+'">'+array[i].mainTitle+'</a>'+ '</div>'+ '</div>'+ '</div>'+ '</div>'+ '<div class="col-md-7 col-sm-7 col-xs-7">'; var iArray= array[i].instances; for(k=0;k<iArray.length;k++){ html=html+'<div class="row">'+ '<div class="col-md-1 col-sm-1 col-xs-1">'+ '<a href="searchInstances?i_cluster_id='+iArray[k].clusterId+'">'+ '<img title="Espandi pubblicazione" alt="Espandi pubblicazione" src="img/books_blue.png" width="15" style="margin-bottom: 1px; margin-left: 10px;">'+ '</a>'+ '</div>'+ '<div class="col-md-8 col-sm-8 col-xs-8">'+ '<a class="linkCluster" title="Cerca risorse su catalogo" href="search?i_cluster_id='+iArray[k].clusterId+';'+iArray[k].mainTitle+'">'+iArray[k].mainTitle+'</a>'+ '</div>'+ '<div class="col-md-1 col-sm-1 col-xs-1"> '+ '<div>'; if(iArray[k].pubblicationYear!=null){ html=html+iArray[k].pubblicationYear; } html=html+'</div>'+ '</div>'+ '<div class="col-md-2 col-sm-2 col-xs-2">'+ '<div>'; if(iArray[k].format!=null){ html=html+iArray[k].format; } html=html+'</div>'+ '</div>'+ '</div>'+ '<br/>'; } html=html+'</div> '+ '</div>'+ '<hr/>'; } $("#InstancesDiv").html(html); } }); } </script> <div id="alf_nav"> </div> <div id="tabs-container"> <ul class="tabs-menu noStyleList"> <li class="current" style="z-index:1"><a href="#tab-1">Opere/Pubblicazioni</a></li> </ul> <div class="tab"> <!-- superwork from 245 --> <div id="tab-1" class="tab-content" style="width: 100%"> <div id="InstancesDiv"> </div> </div> </div> </div> </div> <br> <script> $.ajax({ url: "wikipedia?wkpLink=Q19159617", dataType: "json", success: function(data) { //image if(data.image && data.image != ""){ $("#authorPhoto").attr("src", data.image); } //description if(data.description && data.description != "") { $("#wiki-div").append(data.description); } //link if(data.url && data.url != "") { $("#wikipedia-link").attr("href", data.url); $("#wikipedia-link").attr("target","_blank"); } else { console.log("no wikipedia info"); $("#wk-container").attr("style", "background:#e6e6e6"); $("#wk-title-h3").attr("style", "background:#e6e6e6"); $("#removable").remove(); $("#wk-title-b").attr("style", "color:#787777"); } }, error: function(data) { console.log("wikidata error!"); } }); $.ajax({ url: "authRecordCount?clusterId=226776", success: function(data) { if(data.hits>0){ var entry = '<iframe id="iframeAuthBox" src="authSearch?h=cluster_id&q='+226776+'&iframe=true" width="100%" height="100%" onload="adattaIframe(this);iframeclick();" style="padding-top:0px;padding-bottom:0px; border: none;">' +'</iframe>'; $(entry).appendTo('#auth-info'); } else{ console.log("no authority record from AFC"); $("#auth-box").attr("style", "background:#e6e6e6"); $("#auth-box-title-h3").attr("style", "background:#e6e6e6"); $("#auth-info").remove(); $("#auth-box-title-b").attr("style", "color:#787777"); } }, error: function(data) { console.log("error during count of authority record"); } }); function iframeclick() { document.getElementById("iframeAuthBox").contentWindow.document.body.onclick = function() { setTimeout(function(){ var elem = document.getElementById("iframeAuthBox"); elem.style.height = elem.contentWindow.document.body.scrollHeight + 'px'; }, 400); } } function adattaIframe(obj) { obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px'; } </script> </div> <div id="footer"></div> </div> </body> </html>

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