|
@@ -342,23 +342,23 @@ function handle_objectData(json) {
|
|
|
}
|
|
|
|
|
|
if (identifier != "") {
|
|
|
- button_ext = '<a href= "' + uri + '">' + identifier + '</a>';
|
|
|
+ button_ext = '<a title="Apri risorsa originale" href= "' + uri + '">' + identifier + '</a>';
|
|
|
}
|
|
|
|
|
|
if (uri_composed != "") {
|
|
|
- button_doc = '<button id="' + uri_composed + '" class="object btn btn-default" type="button" title="Bene culturale" > \
|
|
|
+ button_doc = '<button title="Apri risorsa di livello superiore" id="' + uri_composed + '" class="object btn btn-default" type="button" title="Bene culturale" > \
|
|
|
<i class="fa fa-book" aria-hidden="true"> <p class="btn-text">Bene culturale</p></i></button>';
|
|
|
}
|
|
|
|
|
|
if (owner != "") {
|
|
|
- button_owner = '<a href= "' + uri_owner + '">' + current_owner + '</a>';
|
|
|
+ button_owner = '<a title="Vai al sito dell\'Istituto" href= "' + uri_owner + '">' + current_owner + '</a>';
|
|
|
}
|
|
|
|
|
|
- var Buttons = '<button class="btn btn-default" type="button" onclick="schedaASPO(\'' + uri + '\')"> \
|
|
|
+ var Buttons = '<button title="Apri risorsa originale" class="btn btn-default" type="button" onclick="schedaASPO(\'' + uri + '\')"> \
|
|
|
<i class="fas fa-external-link-alt" aria-hidden="true"></i></button> \
|
|
|
- <button type="button" value="object" id="' + uri + '" class="cit btn btn-default" alt="scheda" title="Citazione"><i class="fa fa-quote-right"></i></button> \
|
|
|
- <button type="button" value="object" id="' + uri + '" class="hyp btn btn-default" alt="scheda" title="Hyperlink"><i class="fa fa-link"></i></button> \
|
|
|
- <a href="http://dev.restore.ovi.cnr.it/lodlive/?' + uri + '" target="_blank"><button type="button" class="btn btn-default info" alt="LOD" title="LodLive"><i class="fa fa-share-alt"></i></button></a></div></div>';
|
|
|
+ <button title="Citazione" type="button" value="object" id="' + uri + '" class="cit btn btn-default" alt="scheda" title="Citazione"><i class="fa fa-quote-right"></i></button> \
|
|
|
+ <button title="Permalink" type="button" value="object" id="' + uri + '" class="hyp btn btn-default" alt="scheda" title="Hyperlink"><i class="fa fa-link"></i></button> \
|
|
|
+ <a href="http://dev.restore.ovi.cnr.it/lodlive/?' + uri + '" target="_blank"><button type="button" title="Naviga il grafo" class="btn btn-default info" alt="LOD" title="LodLive"><i class="fa fa-share-alt"></i></button></a></div></div>';
|
|
|
|
|
|
|
|
|
document.getElementById("grafo").innerHTML = dataset;
|
|
@@ -713,7 +713,7 @@ function handle_citedPeople(json) {
|
|
|
document.getElementById("cited_people").innerHTML = Person;
|
|
|
|
|
|
if (people.length==0) {
|
|
|
- var messaggio = "<p class='no-results'>Nessun risultato trovato</p>";
|
|
|
+ var messaggio = "<p class='no-results'>Questa ricerca non ha prodotto risultati</p>";
|
|
|
document.getElementById("cited_people").innerHTML = messaggio;
|
|
|
}
|
|
|
|
|
@@ -755,7 +755,7 @@ function handle_luoghiDocumento(json) {
|
|
|
document.getElementById("section_places").innerHTML = Luoghi;
|
|
|
|
|
|
if (places.length==0) {
|
|
|
- var messaggio = "<p class='no-results'>Nessun risultato trovato</p>";
|
|
|
+ var messaggio = "<p class='no-results'>Questa ricerca non ha prodotto risultati</p>";
|
|
|
document.getElementById("section_places").innerHTML = messaggio;
|
|
|
}
|
|
|
|