<html><head></head><body bgcolor="" style=""><p>Thanks Stefano Bargioni. Excellent solution. It s as good as your smart script to use Lined Open Data (LOD) in authority control. I tested it on Koha 3.12.X as well in Koha 3.14. In both the cases it rocked. One question (asking too many??)-  in Koha 3.14 one utility (infact a long awaited utility) added to search authority records from Z 39.50 sever. Do you know any specific name authority server details? irspy.com is giving list for bibliographic data server only.</p>
<p> </p>
<p>Regards</p>
<p> </p>
<p>Partha</p>
<p> </p>
<p>----------------------------------------------------<br /><br />Dr. Parthasarathi Mukhopadhyay<br /><br />Assistant Professor (II)<br /><br />Department of Library and Information Science<br /><br />The University of Burdwan (WB)<br /><br />------------------------------------------<br /><br /><br />At 2 Dec 2013 09:40:42 +0000 (UTC) from Stefano Bargioni <bargioni@pusc.it>:</p>
<blockquote style="margin-left: 10px; padding-left: 10px; border-left: 3px solid #CCFF33;" cite="mid:1748215509.125756.1388042467691.JavaMail.tomcat@be02">
<p>Hi, Partha:<br />thanks for detecting this bug. I'm going to correct the wiki page.<br />In Koha 3.12 please comment out or delete lines</p>
<p>// $($('ul.toolbar')[0]).append('\<br />// <div class="ui-widget" style="margin-top:5px">\<br />// <label for="viaf">VIAF Autosuggest </label> <span id="viaf_reset" title="reset">[X]</span> <input type="text" style="font-size:0.9em" id="viaf" size="80" title="digitare almeno i primi 3 caratteri di un nome">\<br />// </div>\<br />// ');</p>
<p>and substitute them with<br /> <br />$('#authoritytabs').prepend('\<br /> <div class="ui-widget">\<br /> <label for="viaf">VIAF Autosuggest:</label> <input type="text" style="font-size:0.9em" id="viaf" size="80" title="Please enter three or more characters of a name">\<br /> </div>\<br />');</p>
<p>BTW, <br />$('#bibliodescriptions').tabs({ active: 1 } );<br />belongs to the next entry "Change the default view on OPAC detail pages".<br />Bye. Stefano</p>
<p><br />Fridolin SOMERS wrote:</p>
<p>> Hie,<br />> <br />> In wiki page, there is a final note :<br />> "<br />> In 3.12 use:<br />> $('#bibliodescriptions').tabs({ active: 1 } );<br />> "<br />> Did you test this ?<br />> <br />> Le 27/09/2013 13:33, Partha Mukhopadhyay a ?crit :<br />>> Dear all,<br />>> <br />>> The JQuery script<br />>> (<a href="http://wiki.koha-community.org/wiki/JQuery_Library#Add_VIAF_autosuggest_for_new_NAME_authorities" target="_blank">http://wiki.koha-community.org/wiki/JQuery_Library#Add_VIAF_autosuggest_for_new_NAME_authorities</a>)<br />>> for integrating Koha with VIAF is not working in Koha 3.12.x (tested from 3.12.1<br />>> to 3.12.5).<br />>> <br />>> Pl. check....<br />> <br />_______________________________________________<br />Koha-devel mailing list<br />Koha-devel@<a href="lists.koha-community.org" target="_blank">lists.koha-community.org</a><br /><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" target="_blank">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a><br />website : <a href="http://www.koha-community.org/" target="_blank">http://www.koha-community.org/</a><br />git : <a href="http://git.koha-community.org/" target="_blank">http://git.koha-community.org/</a><br />bugs : <a href="http://bugs.koha-community.org/" target="_blank">http://bugs.koha-community.org/</a></p>
</blockquote></body></html>