minor fixes in thesaurus_popup & authorities.pm
authortipaul <tipaul>
Fri, 14 Nov 2003 22:00:42 +0000 (22:00 +0000)
committertipaul <tipaul>
Fri, 14 Nov 2003 22:00:42 +0000 (22:00 +0000)
commitc196693358c7071c54d9336cf7890cacb51f76ea
tree05ea476b4d00b7cba9c0ab6f924ad33c2c7f91a3
parent09d87ad4307c36fe9b3a775c046e6b89ccaaeecd
minor fixes in thesaurus_popup & authorities.pm
NEW plugin : the plugin that manages 60X field in UNIMARC (i think it's the same in marc21). Used to search a thesaurus entry & parse bibliothesaurus table for category NC (Common Name in french).
The user can enter a search term, and see entries corresponding. If the search is a real entry in the thesaurus, and this entry has dependencies, they are shown too.
For example, if the thesaurus contains :
Geo -- Europe -- France -- Marseille
Geo -- Europe -- France -- Paris
Hist -- Europe -- France -- Revolution

A search on "France"
shows
Geo --Europe --France and Hist -- Europe -- France on the left panel
When the user clic on Geo -- Europe -- France,
Marseille & Paris are shown on the right panel.

When the user selects a value, it's reported to the MARC editor.

NOTE : template ONLY IN FRENCH (but it's 11PM for instance, & i plan to go to bed :-) )
C4/Authorities.pm
koha-tmpl/intranet-tmpl/default/fr/thesaurus_popup.tmpl
koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_60X.tmpl [new file with mode: 0644]
thesaurus_popup.pl
value_builder/unimarc_field_60X.pl [new file with mode: 0644]