Hi, Partha: thanks for detecting this bug. I'm going to correct the wiki page. In Koha 3.12 please comment out or delete lines // $($('ul.toolbar')[0]).append('\ // <div class="ui-widget" style="margin-top:5px">\ // <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">\ // </div>\ // '); and substitute them with $('#authoritytabs').prepend('\ <div class="ui-widget">\ <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">\ </div>\ '); BTW, $('#bibliodescriptions').tabs({ active: 1 } ); belongs to the next entry "Change the default view on OPAC detail pages". Bye. Stefano Fridolin SOMERS wrote:
Hie,
In wiki page, there is a final note : " In 3.12 use: $('#bibliodescriptions').tabs({ active: 1 } ); " Did you test this ?
Le 27/09/2013 13:33, Partha Mukhopadhyay a ?crit :
Dear all,
The JQuery script (http://wiki.koha-community.org/wiki/JQuery_Library#Add_VIAF_autosuggest_for_...) for integrating Koha with VIAF is not working in Koha 3.12.x (tested from 3.12.1 to 3.12.5).
Pl. check....
Hi, On Wed, Dec 25, 2013 at 11:25 PM, Partha Mukhopadhyay <psm_vu@india.com> wrote:
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.
The US Library of Congress makes its name and subject authority records available via Z39.50. Access information can be found at: http://www.loc.gov/z3950/lcserver.html#addr The National Library of Australia does as well, although one might have to purchase a subscription for full access. Nonetheless, connection information can be found at: http://www.nla.gov.au/librariesaustralia/services/search/z3950/ Regards, Galen -- Galen Charlton Manager of Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
participants (3)
-
Galen Charlton -
Partha Mukhopadhyay -
Stefano Bargioni