From f8e9fb6445dadbdef91e13a253c9c6bcb75e0eec Mon Sep 17 00:00:00 2001 From: tipaul Date: Fri, 9 Mar 2007 15:34:17 +0000 Subject: [PATCH] rel_3_0 moved to HEAD (introducing new files) --- C4/Barcodes/PrinterConfig.pm | 220 + C4/Branch.pm | 443 + C4/Calendar.pm | 561 + C4/Circulation/Date.pm | 132 + C4/Circulation/Returns.pm | 335 + C4/Languages.pm | 451 + C4/Maintainance.pm | 213 + C4/Record.pm | 573 + C4/tests/Record_test.pl | 142 + C4/tests/testrecords/marc21_marc8.dat | 1 + .../marc21_marc8_combining_chars.dat | 1 + C4/tests/testrecords/marc21_marc8_errors.dat | 1 + C4/tests/testrecords/marc21_utf8.dat | 1 + .../marc21_utf8_combining_chars.dat | 1 + C4/tests/testrecords/marcxml_utf8.xml | 44 + .../marcxml_utf8_entityencoded.xml | 46 + acqui/neworderbiblio.pl | 136 + acqui/orderreceive.pl | 232 + acqui/parcels.pl | 172 + acqui/spent.pl | 80 + admin/biblio_framework.pl | 180 + admin/koha2marclinks.pl | 189 + admin/marc_subfields_structure.pl | 570 + admin/marctagstructure.pl | 388 + catalogue/dictionary.pl | 267 + catalogue/issuehistory.pl | 62 + catalogue/search.pl | 538 + catalogue/suggest.pl | 62 + cataloguing/addbiblio-nomarc.pl | 77 + cataloguing/additem-nomarc.pl | 235 + cataloguing/plugin_launcher.pl | 39 + cataloguing/savebiblio.pl | 53 + cataloguing/saveitem.pl | 95 + cataloguing/thesaurus_popup.pl | 125 + cataloguing/value_builder/labs_theses.pl | 186 + cataloguing/value_builder/marc21_field_003.pl | 97 + cataloguing/value_builder/marc21_field_005.pl | 119 + cataloguing/value_builder/marc21_field_006.pl | 126 + cataloguing/value_builder/marc21_field_007.pl | 96 + cataloguing/value_builder/marc21_field_008.pl | 155 + .../marc21_field_008_authorities.pl | 151 + .../value_builder/marc21_field_040c.pl | 97 + .../value_builder/marc21_field_040d.pl | 97 + cataloguing/value_builder/marc21_leader.pl | 114 + .../marc21_leader_authorities.pl | 106 + .../value_builder/marc21_leader_book.pl | 107 + .../marc21_leader_computerfile.pl | 108 + .../value_builder/marc21_leader_video.pl | 106 + .../value_builder/unimarc_field_100.pl | 130 + .../value_builder/unimarc_field_105.pl | 114 + .../value_builder/unimarc_field_106.pl | 88 + .../value_builder/unimarc_field_110.pl | 104 + .../value_builder/unimarc_field_115a.pl | 122 + .../value_builder/unimarc_field_115b.pl | 108 + .../value_builder/unimarc_field_116.pl | 111 + .../value_builder/unimarc_field_117.pl | 97 + .../value_builder/unimarc_field_120.pl | 106 + .../value_builder/unimarc_field_121a.pl | 102 + .../value_builder/unimarc_field_121b.pl | 100 + .../value_builder/unimarc_field_122.pl | 96 + .../value_builder/unimarc_field_123a.pl | 88 + .../value_builder/unimarc_field_123d.pl | 94 + .../value_builder/unimarc_field_123e.pl | 94 + .../value_builder/unimarc_field_123f.pl | 94 + .../value_builder/unimarc_field_123g.pl | 94 + .../value_builder/unimarc_field_123i.pl | 94 + .../value_builder/unimarc_field_123j.pl | 94 + .../value_builder/unimarc_field_124.pl | 94 + .../value_builder/unimarc_field_124a.pl | 88 + .../value_builder/unimarc_field_124b.pl | 88 + .../value_builder/unimarc_field_124c.pl | 88 + .../value_builder/unimarc_field_124d.pl | 88 + .../value_builder/unimarc_field_124e.pl | 88 + .../value_builder/unimarc_field_124f.pl | 88 + .../value_builder/unimarc_field_124g.pl | 88 + .../value_builder/unimarc_field_125.pl | 94 + .../value_builder/unimarc_field_125a.pl | 89 + .../value_builder/unimarc_field_125b.pl | 88 + .../value_builder/unimarc_field_126.pl | 94 + .../value_builder/unimarc_field_126a.pl | 117 + .../value_builder/unimarc_field_126b.pl | 93 + .../value_builder/unimarc_field_127.pl | 92 + .../value_builder/unimarc_field_128a.pl | 88 + .../value_builder/unimarc_field_128b.pl | 88 + .../value_builder/unimarc_field_128c.pl | 88 + .../value_builder/unimarc_field_130.pl | 107 + .../value_builder/unimarc_field_135a.pl | 107 + .../value_builder/unimarc_field_140.pl | 132 + .../value_builder/unimarc_field_141.pl | 104 + .../value_builder/unimarc_field_210c.pl | 254 + .../value_builder/unimarc_field_225a.pl | 161 + .../value_builder/unimarc_field_4XX.pl | 386 + .../value_builder/unimarc_field_60X.pl | 118 + .../value_builder/unimarc_field_700-4.pl | 98 + .../unimarc_field_700_701_702.pl | 158 + cataloguing/value_builder/unimarc_leader.pl | 105 + .../value_builder/usmarc_field_952v.pl | 101 + cataloguing/z3950_search.pl | 216 + circ/bookcount.pl | 208 + circ/branchoverdues.pl | 170 + circ/overdue.pl | 125 + circ/stats.pl | 193 + export/export.pl | 67 + export/export_filtered.pl | 69 + export/marc.pl | 136 + installer/639-2norm.csv | 526 + installer/InstallAuth.pm | 422 + installer/externalmodules.pl | 27 + installer/install.pl | 347 + installer/kohastructure.sql | 2241 ++ .../prog/en/acqui/neworderbiblio.tmpl | 57 + .../prog/en/acqui/orderreceive.tmpl | 109 + .../prog/en/admin/biblio_framework.tmpl | 127 + .../prog/en/admin/koha2marclinks.tmpl | 141 + .../en/admin/marc_subfields_structure.tmpl | 137 + .../prog/en/admin/marctagstructure.tmpl | 216 + .../prog/en/barcodes/label-bib-search.tmpl | 33 + .../en/barcodes/label-create-template.tmpl | 67 + .../prog/en/barcodes/label-edit-template.tmpl | 75 + .../prog/en/barcodes/label-home.tmpl | 174 + .../prog/en/barcodes/label-manager.tmpl | 58 + .../prog/en/barcodes/label-print.tmpl | 181 + .../prog/en/barcodes/label-templates.tmpl | 50 + .../prog/en/barcodes/result.tmpl | 98 + .../prog/en/barcodes/search.tmpl | 59 + .../prog/en/catalogue/advsearch.tmpl | 465 + .../prog/en/catalogue/dictionary.tmpl | 136 + .../prog/en/catalogue/issuehistory.tmpl | 103 + .../prog/en/catalogue/results.tmpl | 308 + .../prog/en/catalogue/subject.tmpl | 28 + .../prog/en/catalogue/suggest.tmpl | 36 + .../prog/en/cataloguing/addbiblio-nomarc.tmpl | 32 + .../prog/en/cataloguing/additem-nomarc.tmpl | 113 + .../prog/en/cataloguing/thesaurus_popup.tmpl | 42 + .../value_builder/labs_theses.tmpl | 130 + .../value_builder/marc21_leader.tmpl | 325 + .../value_builder/unimarc_field_100.tmpl | 765 + .../value_builder/unimarc_field_105.tmpl | 1172 + .../value_builder/unimarc_field_106.tmpl | 94 + .../value_builder/unimarc_field_110.tmpl | 681 + .../value_builder/unimarc_field_115a.tmpl | 1324 + .../value_builder/unimarc_field_115b.tmpl | 689 + .../value_builder/unimarc_field_116.tmpl | 1596 ++ .../value_builder/unimarc_field_117.tmpl | 812 + .../value_builder/unimarc_field_120.tmpl | 1344 ++ .../value_builder/unimarc_field_121a.tmpl | 415 + .../value_builder/unimarc_field_121b.tmpl | 295 + .../value_builder/unimarc_field_122.tmpl | 88 + .../value_builder/unimarc_field_123a.tmpl | 51 + .../value_builder/unimarc_field_123d.tmpl | 83 + .../value_builder/unimarc_field_123e.tmpl | 83 + .../value_builder/unimarc_field_123f.tmpl | 83 + .../value_builder/unimarc_field_123g.tmpl | 83 + .../value_builder/unimarc_field_124a.tmpl | 51 + .../value_builder/unimarc_field_124b.tmpl | 91 + .../value_builder/unimarc_field_124c.tmpl | 146 + .../value_builder/unimarc_field_124d.tmpl | 51 + .../value_builder/unimarc_field_124e.tmpl | 51 + .../value_builder/unimarc_field_124f.tmpl | 126 + .../value_builder/unimarc_field_124g.tmpl | 86 + .../value_builder/unimarc_field_125a.tmpl | 117 + .../value_builder/unimarc_field_125b.tmpl | 141 + .../value_builder/unimarc_field_126a.tmpl | 1080 + .../value_builder/unimarc_field_126b.tmpl | 198 + .../value_builder/unimarc_field_127.tmpl | 50 + .../value_builder/unimarc_field_128a.tmpl | 386 + .../value_builder/unimarc_field_128b.tmpl | 476 + .../value_builder/unimarc_field_128c.tmpl | 476 + .../value_builder/unimarc_field_130.tmpl | 380 + .../value_builder/unimarc_field_135a.tmpl | 69 + .../value_builder/unimarc_field_140.tmpl | 1717 ++ .../value_builder/unimarc_field_141.tmpl | 390 + .../value_builder/unimarc_field_210c.tmpl | 117 + .../value_builder/unimarc_field_225a.tmpl | 23 + .../value_builder/unimarc_field_4XX.tmpl | 276 + .../value_builder/unimarc_field_60X.tmpl | 113 + .../value_builder/unimarc_field_700-4.tmpl | 38 + .../value_builder/unimarc_leader.tmpl | 245 + .../prog/en/cataloguing/z3950_search.tmpl | 81 + .../intranet-tmpl/prog/en/circ/bookcount.tmpl | 36 + .../prog/en/circ/branchoverdues.tmpl | 180 + .../intranet-tmpl/prog/en/circ/overdue.tmpl | 30 + .../intranet-tmpl/prog/en/circ/reserve.tmpl | 171 + .../intranet-tmpl/prog/en/circ/stats.tmpl | 37 + .../intranet-tmpl/prog/en/errors/400.tmpl | 18 + .../intranet-tmpl/prog/en/errors/401.tmpl | 18 + .../intranet-tmpl/prog/en/errors/402.tmpl | 18 + .../intranet-tmpl/prog/en/errors/403.tmpl | 18 + .../intranet-tmpl/prog/en/errors/404.tmpl | 18 + .../intranet-tmpl/prog/en/errors/405.tmpl | 18 + .../intranet-tmpl/prog/en/errors/500.tmpl | 17 + .../intranet-tmpl/prog/en/export/marc.tmpl | 14 + .../prog/en/help/admin/biblio_framework.tmpl | 7 + .../intranet-tmpl/prog/en/images/checkall.gif | Bin 0 -> 83 bytes .../prog/en/images/koha.org-logo.gif | Bin 0 -> 3006 bytes .../prog/en/images/patron-blank.png | Bin 0 -> 1988 bytes .../prog/en/images/search-audio-books.gif | Bin 0 -> 232 bytes .../prog/en/images/search-books.gif | Bin 0 -> 142 bytes .../prog/en/images/search-kids.gif | Bin 0 -> 197 bytes .../prog/en/images/search-large-print.gif | Bin 0 -> 213 bytes .../prog/en/images/search-local-history.gif | Bin 0 -> 190 bytes .../prog/en/images/search-movies.gif | Bin 0 -> 212 bytes .../prog/en/images/search-music.gif | Bin 0 -> 211 bytes .../prog/en/images/search-reference.gif | Bin 0 -> 192 bytes .../prog/en/images/search-software-web.gif | Bin 0 -> 219 bytes koha-tmpl/intranet-tmpl/prog/en/images/up.png | Bin 0 -> 206 bytes .../prog/en/includes/action-catalogue.inc | 57 + .../prog/en/includes/calendar/menuarrow.gif | Bin 0 -> 68 bytes .../prog/en/includes/doc-head-barcodes.inc | 5 + .../en/includes/doc-head-close-addbiblio.inc | 9 + .../prog/en/includes/error-bottom.inc | 17 + .../prog/en/includes/error-top.inc | 65 + .../prog/en/includes/hierarchy.css | 105 + .../en/includes/installer-doc-head-close.inc | 65 + .../prog/en/includes/intranet-print.css | 235 + .../prog/en/includes/menu-barcodes.inc | 7 + .../prog/en/includes/menu-bookshelves.inc | 5 + .../prog/en/includes/menu-reports.inc | 5 + .../intranet-tmpl/prog/en/includes/san-op.css | 414 + .../intranet-tmpl/prog/en/installer/auth.tmpl | 48 + .../prog/en/installer/step1.tmpl | 85 + .../prog/en/installer/step2.tmpl | 54 + .../prog/en/installer/step3.tmpl | 183 + .../prog/en/maint/catmaintain.tmpl | 106 + .../prog/en/reports/reservereport.tmpl | 25 + .../prog/en/serials/checkexpiration.tmpl | 145 + .../prog/en/serials/serials-collection.tmpl | 311 + .../prog/en/serials/serials-edit.tmpl | 326 + .../prog/en/serials/serials-recieve.tmpl | 304 + .../intranet-tmpl/prog/en/tools/breeding.tmpl | 56 + .../prog/en/tools/cleanborrowers.tmpl | 153 + .../prog/en/tools/inventory.tmpl | 120 + .../prog/en/tools/itemslost.tmpl | 121 + .../intranet-tmpl/prog/en/tools/viewlog.tmpl | 197 + .../en/includes/doc-head-close-results.inc | 31 + .../prog/en/includes/masthead-basic.inc | 15 + .../prog/en/includes/opac-facets.inc | 18 + .../opac-tmpl/prog/en/includes/sanop.css | 2013 ++ .../opac-tmpl/prog/en/includes/usermenu.inc | 16 + .../opac-tmpl/prog/en/opac-advsearch.tmpl | 460 + .../prog/en/opac-authorities-home.tmpl | 69 + .../prog/en/opac-authoritiesdetail.tmpl | 23 + .../en/opac-authoritiessearchresultlist.tmpl | 77 + koha-tmpl/opac-tmpl/prog/en/opac-browser.tmpl | 36 + koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl | 323 + koha-tmpl/opac-tmpl/prog/en/opac-review.tmpl | 37 + .../opac-tmpl/prog/en/opac-showreviews.tmpl | 23 + .../opac-tmpl/prog/en/opac-tags_subject.tmpl | 20 + .../opac-tmpl/prog/en/opac-topissues.tmpl | 93 + .../opac-tmpl/prog/images/koha-logo-black.png | Bin 0 -> 6263 bytes .../opac-tmpl/prog/images/koha-logo-blue.png | Bin 0 -> 1652 bytes .../prog/images/koha-logo-yellow.png | Bin 0 -> 5733 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/AF.gif | Bin 0 -> 222 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/AV.gif | Bin 0 -> 294 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/AVA.gif | Bin 0 -> 405 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/AVJ.gif | Bin 0 -> 289 bytes .../opac-tmpl/prog/itemtypeimg/AVJNF.gif | Bin 0 -> 289 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/AVNF.gif | Bin 0 -> 289 bytes .../opac-tmpl/prog/itemtypeimg/Audiobook.gif | Bin 0 -> 306 bytes .../opac-tmpl/prog/itemtypeimg/Biography.gif | Bin 0 -> 222 bytes .../opac-tmpl/prog/itemtypeimg/Book on CD.gif | Bin 0 -> 277 bytes .../prog/itemtypeimg/Book on Tape.gif | Bin 0 -> 263 bytes .../prog/itemtypeimg/CD-ROM software.gif | Bin 0 -> 322 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/CDM.gif | Bin 0 -> 241 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/DVD.gif | Bin 0 -> 281 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/EASY.gif | Bin 0 -> 282 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/EDLS.gif | Bin 0 -> 431 bytes .../prog/itemtypeimg/Ed. Curriculum.gif | Bin 0 -> 304 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/FLAG.gif | Bin 0 -> 231 bytes .../itemtypeimg/Faculty Course Materials.gif | Bin 0 -> 211 bytes .../prog/itemtypeimg/Fiction, large print.gif | Bin 0 -> 293 bytes .../opac-tmpl/prog/itemtypeimg/Fiction.gif | Bin 0 -> 222 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/JB.gif | Bin 0 -> 294 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/JF.gif | Bin 0 -> 235 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/JNF.gif | Bin 0 -> 365 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/JREF.gif | Bin 0 -> 400 bytes .../prog/itemtypeimg/Juvenile audiobook.gif | Bin 0 -> 288 bytes .../prog/itemtypeimg/Juvenile biography.gif | Bin 0 -> 294 bytes .../itemtypeimg/Juvenile book-tape kit.gif | Bin 0 -> 380 bytes .../prog/itemtypeimg/Juvenile fiction.gif | Bin 0 -> 235 bytes .../prog/itemtypeimg/Juvenile non-fiction.gif | Bin 0 -> 365 bytes .../itemtypeimg/Juvenile picture books.gif | Bin 0 -> 282 bytes .../prog/itemtypeimg/Juvenile reference.gif | Bin 0 -> 400 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/KIT.gif | Bin 0 -> 380 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/LP.gif | Bin 0 -> 293 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/LPNF.gif | Bin 0 -> 292 bytes .../prog/itemtypeimg/Local history.gif | Bin 0 -> 254 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/MAG.gif | Bin 0 -> 351 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/MFLM.gif | Bin 0 -> 262 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/MZ.gif | Bin 0 -> 351 bytes .../opac-tmpl/prog/itemtypeimg/Magazine.gif | Bin 0 -> 351 bytes .../opac-tmpl/prog/itemtypeimg/Microfiche.gif | Bin 0 -> 278 bytes .../opac-tmpl/prog/itemtypeimg/Microfilm.gif | Bin 0 -> 262 bytes .../opac-tmpl/prog/itemtypeimg/Music CD.gif | Bin 0 -> 241 bytes .../opac-tmpl/prog/itemtypeimg/Mystery.gif | Bin 0 -> 283 bytes .../itemtypeimg/Non-fiction, large print.gif | Bin 0 -> 292 bytes .../prog/itemtypeimg/Non-fiction.gif | Bin 0 -> 221 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/PB.gif | Bin 0 -> 216 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/PF.gif | Bin 0 -> 254 bytes .../opac-tmpl/prog/itemtypeimg/Pamphlet.gif | Bin 0 -> 254 bytes .../prog/itemtypeimg/Paperback romance.gif | Bin 0 -> 216 bytes .../opac-tmpl/prog/itemtypeimg/Rare Book.gif | Bin 0 -> 295 bytes .../opac-tmpl/prog/itemtypeimg/Reference.gif | Bin 0 -> 331 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/SIRS.gif | Bin 0 -> 236 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/SS.gif | Bin 0 -> 171 bytes .../itemtypeimg/Science fiction & Fantasy.gif | Bin 0 -> 276 bytes .../opac-tmpl/prog/itemtypeimg/Video disc.gif | Bin 0 -> 281 bytes .../Videocassette, juvenile non-fiction.gif | Bin 0 -> 289 bytes .../itemtypeimg/Videocassette, juvenile.gif | Bin 0 -> 289 bytes .../Videocassette, non-fiction.gif | Bin 0 -> 289 bytes .../prog/itemtypeimg/Videocassette.gif | Bin 0 -> 294 bytes .../itemtypeimg/Vinyl Sound Recordings.gif | Bin 0 -> 411 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/WEB.gif | Bin 0 -> 350 bytes .../opac-tmpl/prog/itemtypeimg/Western.gif | Bin 0 -> 309 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/YA.gif | Bin 0 -> 223 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/YAC.gif | Bin 0 -> 263 bytes .../prog/itemtypeimg/Young Adult fiction.gif | Bin 0 -> 223 bytes .../itemtypeimg/Young Adult non fiction.gif | Bin 0 -> 251 bytes misc/benchmark.pl | 164 + misc/cronjobs/build_browser_and_cloud.pl | 1502 ++ misc/cronjobs/notifyMailsOp.pl | 212 + misc/cronjobs/result.txt | 0 misc/cronjobs/test_zebra_delete.pl | 77 + misc/cronjobs/update_items.pl | 183 + misc/cronjobs/zebraqueue_start.pl | 153 + misc/fines.pl | 180 + .../22_to_30/biblio_framework.sql | 6 + .../22_to_30/convert_to_utf8.pl | 23 + .../22_to_30/export_Authorities.pl | 57 + .../22_to_30/export_Authorities_xml.pl | 42 + .../22_to_30/missing090field.pl | 50 + .../22_to_30/move_marc_to_authheader.pl | 126 + .../22_to_30/move_marc_to_biblioitems.pl | 204 + misc/migration_tools/22_to_30/phrase_log.sql | 49 + .../22_to_30/rebuild_leader.pl | 50 + .../22_to_30/rebuild_unimarc_100.pl | 59 + misc/migration_tools/check_dirs.pl | 148 + misc/sql-datas/en/mandatory/01_auth_types.sql | 2 + misc/sql-datas/en/mandatory/01_auth_types.txt | 1 + .../02_authorities_normal_marc21.sql | 1305 + .../02_authorities_normal_marc21.txt | 1 + .../mandatory/03_marc21_framework_DEFAULT.sql | 4213 ++++ .../mandatory/03_marc21_framework_DEFAULT.txt | 1 + misc/sql-datas/en/mandatory/04_stopwords.sql | 7 + misc/sql-datas/en/mandatory/04_stopwords.txt | 2 + misc/sql-datas/en/mandatory/05_sysprefs.sql | 100 + misc/sql-datas/en/mandatory/05_sysprefs.txt | 1 + misc/sql-datas/en/mandatory/06_userflags.sql | 17 + misc/sql-datas/en/mandatory/06_userflags.txt | 1 + .../fr/mandatory/authorites_norme_unimarc.sql | 759 + .../fr/mandatory/authorites_norme_unimarc.txt | 2 + .../fr/mandatory/framework_DEFAULT.sql | 334 + .../fr/mandatory/framework_DEFAULT.txt | 2 + misc/sql-datas/fr/mandatory/stopwords.sql | 71 + misc/sql-datas/fr/mandatory/stopwords.txt | 2 + .../unimarc_standard_systemprefs.sql | 22 + .../unimarc_standard_systemprefs.txt | 3 + misc/sql-datas/fr/optional/framework_ANCI.sql | 680 + misc/sql-datas/fr/optional/framework_ANCI.txt | 2 + misc/sql-datas/fr/optional/framework_BASE.sql | 539 + misc/sql-datas/fr/optional/framework_BASE.txt | 2 + misc/sql-datas/fr/optional/framework_CART.sql | 589 + misc/sql-datas/fr/optional/framework_CART.txt | 2 + misc/sql-datas/fr/optional/framework_ELEC.sql | 574 + misc/sql-datas/fr/optional/framework_ELEC.txt | 2 + misc/sql-datas/fr/optional/framework_MICR.sql | 545 + misc/sql-datas/fr/optional/framework_MICR.txt | 1 + misc/sql-datas/fr/optional/framework_MONO.sql | 619 + misc/sql-datas/fr/optional/framework_MONO.txt | 2 + misc/sql-datas/fr/optional/framework_PERI.sql | 611 + misc/sql-datas/fr/optional/framework_PERI.txt | 2 + misc/sql-datas/fr/optional/framework_PROJ.sql | 547 + misc/sql-datas/fr/optional/framework_PROJ.txt | 2 + misc/sql-datas/fr/optional/framework_TIRE.sql | 542 + misc/sql-datas/fr/optional/framework_TIRE.txt | 2 + misc/translator/po/prog_intranet_fr_FR.po | 19966 ++++++++++++++++ misc/translator/po/prog_opac_fr.po | 3964 +++ misc/xslt/MARC21slim2MODS3-1.xsl | 2521 ++ misc/zebra/bib1_authorities.att | 173 + misc/zebra/bib1_biblios.att | 122 + misc/zebra/ccl.properties | 1043 + misc/zebra/default.idx | 56 + misc/zebra/pqf.properties | 163 + misc/zebra/record_authorities_unimarc.abs | 183 + misc/zebra/record_authorities_usmarc.abs | 36 + misc/zebra/record_biblios_unimarc.abs | 208 + misc/zebra/record_biblios_usmarc.abs | 105 + misc/zebra/sort-string-utf_french.chr | 51 + opac/opac-authorities-home.pl | 269 + opac/opac-authoritiesdetail.pl | 201 + opac/opac-browser.pl | 85 + opac/opac-tags_subject.pl | 82 + opac/opac-topissues.pl | 120 + reserve/renewscript.pl | 69 + serials/checkexpiration.pl | 100 + serials/receipt.pl | 154 + serials/serials-collection.pl | 112 + serials/serials-edit.pl | 259 + serials/serials-recieve.pl | 288 + serials/statecollection.pl | 98 + t/BookShelves.t | 159 + tools/breeding.pl | 227 + tools/cleanborrowers.pl | 165 + tools/inventory.pl | 136 + tools/itemslost.pl | 97 + tools/viewlog.pl | 144 + 406 files changed, 92239 insertions(+) create mode 100644 C4/Barcodes/PrinterConfig.pm create mode 100644 C4/Branch.pm create mode 100644 C4/Calendar.pm create mode 100644 C4/Circulation/Date.pm create mode 100755 C4/Circulation/Returns.pm create mode 100644 C4/Languages.pm create mode 100644 C4/Maintainance.pm create mode 100644 C4/Record.pm create mode 100755 C4/tests/Record_test.pl create mode 100644 C4/tests/testrecords/marc21_marc8.dat create mode 100644 C4/tests/testrecords/marc21_marc8_combining_chars.dat create mode 100644 C4/tests/testrecords/marc21_marc8_errors.dat create mode 100644 C4/tests/testrecords/marc21_utf8.dat create mode 100644 C4/tests/testrecords/marc21_utf8_combining_chars.dat create mode 100644 C4/tests/testrecords/marcxml_utf8.xml create mode 100644 C4/tests/testrecords/marcxml_utf8_entityencoded.xml create mode 100755 acqui/neworderbiblio.pl create mode 100644 acqui/orderreceive.pl create mode 100644 acqui/parcels.pl create mode 100755 acqui/spent.pl create mode 100755 admin/biblio_framework.pl create mode 100755 admin/koha2marclinks.pl create mode 100755 admin/marc_subfields_structure.pl create mode 100755 admin/marctagstructure.pl create mode 100755 catalogue/dictionary.pl create mode 100755 catalogue/issuehistory.pl create mode 100755 catalogue/search.pl create mode 100755 catalogue/suggest.pl create mode 100755 cataloguing/addbiblio-nomarc.pl create mode 100755 cataloguing/additem-nomarc.pl create mode 100755 cataloguing/plugin_launcher.pl create mode 100755 cataloguing/savebiblio.pl create mode 100755 cataloguing/saveitem.pl create mode 100755 cataloguing/thesaurus_popup.pl create mode 100755 cataloguing/value_builder/labs_theses.pl create mode 100755 cataloguing/value_builder/marc21_field_003.pl create mode 100755 cataloguing/value_builder/marc21_field_005.pl create mode 100755 cataloguing/value_builder/marc21_field_006.pl create mode 100755 cataloguing/value_builder/marc21_field_007.pl create mode 100755 cataloguing/value_builder/marc21_field_008.pl create mode 100755 cataloguing/value_builder/marc21_field_008_authorities.pl create mode 100755 cataloguing/value_builder/marc21_field_040c.pl create mode 100755 cataloguing/value_builder/marc21_field_040d.pl create mode 100755 cataloguing/value_builder/marc21_leader.pl create mode 100755 cataloguing/value_builder/marc21_leader_authorities.pl create mode 100755 cataloguing/value_builder/marc21_leader_book.pl create mode 100755 cataloguing/value_builder/marc21_leader_computerfile.pl create mode 100755 cataloguing/value_builder/marc21_leader_video.pl create mode 100755 cataloguing/value_builder/unimarc_field_100.pl create mode 100755 cataloguing/value_builder/unimarc_field_105.pl create mode 100755 cataloguing/value_builder/unimarc_field_106.pl create mode 100755 cataloguing/value_builder/unimarc_field_110.pl create mode 100755 cataloguing/value_builder/unimarc_field_115a.pl create mode 100755 cataloguing/value_builder/unimarc_field_115b.pl create mode 100755 cataloguing/value_builder/unimarc_field_116.pl create mode 100755 cataloguing/value_builder/unimarc_field_117.pl create mode 100755 cataloguing/value_builder/unimarc_field_120.pl create mode 100755 cataloguing/value_builder/unimarc_field_121a.pl create mode 100755 cataloguing/value_builder/unimarc_field_121b.pl create mode 100755 cataloguing/value_builder/unimarc_field_122.pl create mode 100755 cataloguing/value_builder/unimarc_field_123a.pl create mode 100755 cataloguing/value_builder/unimarc_field_123d.pl create mode 100755 cataloguing/value_builder/unimarc_field_123e.pl create mode 100755 cataloguing/value_builder/unimarc_field_123f.pl create mode 100755 cataloguing/value_builder/unimarc_field_123g.pl create mode 100755 cataloguing/value_builder/unimarc_field_123i.pl create mode 100755 cataloguing/value_builder/unimarc_field_123j.pl create mode 100755 cataloguing/value_builder/unimarc_field_124.pl create mode 100755 cataloguing/value_builder/unimarc_field_124a.pl create mode 100755 cataloguing/value_builder/unimarc_field_124b.pl create mode 100755 cataloguing/value_builder/unimarc_field_124c.pl create mode 100755 cataloguing/value_builder/unimarc_field_124d.pl create mode 100755 cataloguing/value_builder/unimarc_field_124e.pl create mode 100755 cataloguing/value_builder/unimarc_field_124f.pl create mode 100755 cataloguing/value_builder/unimarc_field_124g.pl create mode 100755 cataloguing/value_builder/unimarc_field_125.pl create mode 100755 cataloguing/value_builder/unimarc_field_125a.pl create mode 100755 cataloguing/value_builder/unimarc_field_125b.pl create mode 100755 cataloguing/value_builder/unimarc_field_126.pl create mode 100755 cataloguing/value_builder/unimarc_field_126a.pl create mode 100755 cataloguing/value_builder/unimarc_field_126b.pl create mode 100755 cataloguing/value_builder/unimarc_field_127.pl create mode 100755 cataloguing/value_builder/unimarc_field_128a.pl create mode 100755 cataloguing/value_builder/unimarc_field_128b.pl create mode 100755 cataloguing/value_builder/unimarc_field_128c.pl create mode 100755 cataloguing/value_builder/unimarc_field_130.pl create mode 100755 cataloguing/value_builder/unimarc_field_135a.pl create mode 100755 cataloguing/value_builder/unimarc_field_140.pl create mode 100755 cataloguing/value_builder/unimarc_field_141.pl create mode 100755 cataloguing/value_builder/unimarc_field_210c.pl create mode 100755 cataloguing/value_builder/unimarc_field_225a.pl create mode 100755 cataloguing/value_builder/unimarc_field_4XX.pl create mode 100755 cataloguing/value_builder/unimarc_field_60X.pl create mode 100755 cataloguing/value_builder/unimarc_field_700-4.pl create mode 100755 cataloguing/value_builder/unimarc_field_700_701_702.pl create mode 100755 cataloguing/value_builder/unimarc_leader.pl create mode 100755 cataloguing/value_builder/usmarc_field_952v.pl create mode 100755 cataloguing/z3950_search.pl create mode 100755 circ/bookcount.pl create mode 100755 circ/branchoverdues.pl create mode 100755 circ/overdue.pl create mode 100755 circ/stats.pl create mode 100755 export/export.pl create mode 100755 export/export_filtered.pl create mode 100755 export/marc.pl create mode 100644 installer/639-2norm.csv create mode 100644 installer/InstallAuth.pm create mode 100644 installer/externalmodules.pl create mode 100755 installer/install.pl create mode 100644 installer/kohastructure.sql create mode 100644 koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/admin/biblio_framework.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/admin/koha2marclinks.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/barcodes/label-bib-search.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/barcodes/label-create-template.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/barcodes/label-edit-template.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/barcodes/label-manager.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/barcodes/label-templates.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/barcodes/search.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/catalogue/issuehistory.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/catalogue/subject.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/catalogue/suggest.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio-nomarc.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/cataloguing/thesaurus_popup.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/labs_theses.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_100.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_105.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_106.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_110.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_115a.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_115b.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_116.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_117.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_120.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_121a.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_121b.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_122.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123a.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123d.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123e.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123f.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123g.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124a.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124b.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124c.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124d.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124e.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124f.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124g.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_125a.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_125b.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_126a.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_126b.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_127.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_128a.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_128b.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_128c.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_130.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_135a.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_140.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_141.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_210c.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_225a.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_4XX.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_60X.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_700-4.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_leader.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/cataloguing/z3950_search.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/circ/bookcount.tmpl create mode 100755 koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/circ/overdue.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/circ/reserve.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/circ/stats.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/errors/400.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/errors/401.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/errors/402.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/errors/403.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/errors/404.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/errors/405.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/errors/500.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/export/marc.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/biblio_framework.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/images/checkall.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/en/images/koha.org-logo.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/en/images/patron-blank.png create mode 100644 koha-tmpl/intranet-tmpl/prog/en/images/search-audio-books.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/en/images/search-books.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/en/images/search-kids.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/en/images/search-large-print.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/en/images/search-local-history.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/en/images/search-movies.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/en/images/search-music.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/en/images/search-reference.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/en/images/search-software-web.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/en/images/up.png create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/action-catalogue.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/calendar/menuarrow.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-barcodes.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-addbiblio.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/error-bottom.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/hierarchy.css create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/intranet-print.css create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/menu-barcodes.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/menu-bookshelves.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/menu-reports.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/san-op.css create mode 100644 koha-tmpl/intranet-tmpl/prog/en/installer/auth.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/installer/step1.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/reports/reservereport.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/serials/checkexpiration.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/tools/itemslost.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close-results.inc create mode 100644 koha-tmpl/opac-tmpl/prog/en/includes/masthead-basic.inc create mode 100644 koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc create mode 100644 koha-tmpl/opac-tmpl/prog/en/includes/sanop.css create mode 100644 koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc create mode 100644 koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/en/opac-authorities-home.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/en/opac-authoritiesdetail.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/en/opac-authoritiessearchresultlist.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/en/opac-browser.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/en/opac-review.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/en/opac-showreviews.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/en/opac-tags_subject.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/images/koha-logo-black.png create mode 100644 koha-tmpl/opac-tmpl/prog/images/koha-logo-blue.png create mode 100644 koha-tmpl/opac-tmpl/prog/images/koha-logo-yellow.png create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/AF.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/AV.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/AVA.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/AVJ.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/AVJNF.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/AVNF.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Audiobook.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Biography.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Book on CD.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Book on Tape.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/CD-ROM software.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/CDM.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/DVD.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/EASY.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/EDLS.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Ed. Curriculum.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/FLAG.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Faculty Course Materials.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Fiction, large print.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Fiction.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/JB.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/JF.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/JNF.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/JREF.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Juvenile audiobook.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Juvenile biography.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Juvenile book-tape kit.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Juvenile fiction.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Juvenile non-fiction.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Juvenile picture books.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Juvenile reference.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/KIT.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/LP.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/LPNF.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Local history.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/MAG.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/MFLM.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/MZ.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Magazine.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Microfiche.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Microfilm.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Music CD.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Mystery.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Non-fiction, large print.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Non-fiction.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/PB.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/PF.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Pamphlet.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Paperback romance.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Rare Book.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Reference.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/SIRS.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/SS.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Science fiction & Fantasy.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Video disc.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Videocassette, juvenile non-fiction.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Videocassette, juvenile.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Videocassette, non-fiction.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Videocassette.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Vinyl Sound Recordings.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/WEB.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Western.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/YA.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/YAC.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Young Adult fiction.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Young Adult non fiction.gif create mode 100755 misc/benchmark.pl create mode 100755 misc/cronjobs/build_browser_and_cloud.pl create mode 100755 misc/cronjobs/notifyMailsOp.pl create mode 100644 misc/cronjobs/result.txt create mode 100755 misc/cronjobs/test_zebra_delete.pl create mode 100644 misc/cronjobs/update_items.pl create mode 100755 misc/cronjobs/zebraqueue_start.pl create mode 100755 misc/fines.pl create mode 100644 misc/migration_tools/22_to_30/biblio_framework.sql create mode 100755 misc/migration_tools/22_to_30/convert_to_utf8.pl create mode 100644 misc/migration_tools/22_to_30/export_Authorities.pl create mode 100644 misc/migration_tools/22_to_30/export_Authorities_xml.pl create mode 100755 misc/migration_tools/22_to_30/missing090field.pl create mode 100755 misc/migration_tools/22_to_30/move_marc_to_authheader.pl create mode 100755 misc/migration_tools/22_to_30/move_marc_to_biblioitems.pl create mode 100644 misc/migration_tools/22_to_30/phrase_log.sql create mode 100644 misc/migration_tools/22_to_30/rebuild_leader.pl create mode 100755 misc/migration_tools/22_to_30/rebuild_unimarc_100.pl create mode 100755 misc/migration_tools/check_dirs.pl create mode 100644 misc/sql-datas/en/mandatory/01_auth_types.sql create mode 100644 misc/sql-datas/en/mandatory/01_auth_types.txt create mode 100644 misc/sql-datas/en/mandatory/02_authorities_normal_marc21.sql create mode 100644 misc/sql-datas/en/mandatory/02_authorities_normal_marc21.txt create mode 100644 misc/sql-datas/en/mandatory/03_marc21_framework_DEFAULT.sql create mode 100644 misc/sql-datas/en/mandatory/03_marc21_framework_DEFAULT.txt create mode 100644 misc/sql-datas/en/mandatory/04_stopwords.sql create mode 100644 misc/sql-datas/en/mandatory/04_stopwords.txt create mode 100644 misc/sql-datas/en/mandatory/05_sysprefs.sql create mode 100644 misc/sql-datas/en/mandatory/05_sysprefs.txt create mode 100644 misc/sql-datas/en/mandatory/06_userflags.sql create mode 100644 misc/sql-datas/en/mandatory/06_userflags.txt create mode 100644 misc/sql-datas/fr/mandatory/authorites_norme_unimarc.sql create mode 100644 misc/sql-datas/fr/mandatory/authorites_norme_unimarc.txt create mode 100644 misc/sql-datas/fr/mandatory/framework_DEFAULT.sql create mode 100644 misc/sql-datas/fr/mandatory/framework_DEFAULT.txt create mode 100644 misc/sql-datas/fr/mandatory/stopwords.sql create mode 100644 misc/sql-datas/fr/mandatory/stopwords.txt create mode 100644 misc/sql-datas/fr/mandatory/unimarc_standard_systemprefs.sql create mode 100644 misc/sql-datas/fr/mandatory/unimarc_standard_systemprefs.txt create mode 100644 misc/sql-datas/fr/optional/framework_ANCI.sql create mode 100644 misc/sql-datas/fr/optional/framework_ANCI.txt create mode 100644 misc/sql-datas/fr/optional/framework_BASE.sql create mode 100644 misc/sql-datas/fr/optional/framework_BASE.txt create mode 100644 misc/sql-datas/fr/optional/framework_CART.sql create mode 100644 misc/sql-datas/fr/optional/framework_CART.txt create mode 100644 misc/sql-datas/fr/optional/framework_ELEC.sql create mode 100644 misc/sql-datas/fr/optional/framework_ELEC.txt create mode 100644 misc/sql-datas/fr/optional/framework_MICR.sql create mode 100644 misc/sql-datas/fr/optional/framework_MICR.txt create mode 100644 misc/sql-datas/fr/optional/framework_MONO.sql create mode 100644 misc/sql-datas/fr/optional/framework_MONO.txt create mode 100644 misc/sql-datas/fr/optional/framework_PERI.sql create mode 100644 misc/sql-datas/fr/optional/framework_PERI.txt create mode 100644 misc/sql-datas/fr/optional/framework_PROJ.sql create mode 100644 misc/sql-datas/fr/optional/framework_PROJ.txt create mode 100644 misc/sql-datas/fr/optional/framework_TIRE.sql create mode 100644 misc/sql-datas/fr/optional/framework_TIRE.txt create mode 100644 misc/translator/po/prog_intranet_fr_FR.po create mode 100644 misc/translator/po/prog_opac_fr.po create mode 100644 misc/xslt/MARC21slim2MODS3-1.xsl create mode 100644 misc/zebra/bib1_authorities.att create mode 100644 misc/zebra/bib1_biblios.att create mode 100644 misc/zebra/ccl.properties create mode 100644 misc/zebra/default.idx create mode 100644 misc/zebra/pqf.properties create mode 100644 misc/zebra/record_authorities_unimarc.abs create mode 100644 misc/zebra/record_authorities_usmarc.abs create mode 100644 misc/zebra/record_biblios_unimarc.abs create mode 100644 misc/zebra/record_biblios_usmarc.abs create mode 100644 misc/zebra/sort-string-utf_french.chr create mode 100755 opac/opac-authorities-home.pl create mode 100755 opac/opac-authoritiesdetail.pl create mode 100755 opac/opac-browser.pl create mode 100755 opac/opac-tags_subject.pl create mode 100755 opac/opac-topissues.pl create mode 100755 reserve/renewscript.pl create mode 100644 serials/checkexpiration.pl create mode 100755 serials/receipt.pl create mode 100755 serials/serials-collection.pl create mode 100755 serials/serials-edit.pl create mode 100755 serials/serials-recieve.pl create mode 100755 serials/statecollection.pl create mode 100644 t/BookShelves.t create mode 100755 tools/breeding.pl create mode 100755 tools/cleanborrowers.pl create mode 100755 tools/inventory.pl create mode 100755 tools/itemslost.pl create mode 100755 tools/viewlog.pl diff --git a/C4/Barcodes/PrinterConfig.pm b/C4/Barcodes/PrinterConfig.pm new file mode 100644 index 0000000000..44e08c3a81 --- /dev/null +++ b/C4/Barcodes/PrinterConfig.pm @@ -0,0 +1,220 @@ +package C4::Barcodes::PrinterConfig; + +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +require Exporter; +use vars qw($VERSION @EXPORT); + +use PDF::API2; +use PDF::API2::Page; + +# set the version for version checking +$VERSION = 0.01; + +=head1 NAME + +C4::Barcodes::PrinterConfig - Koha module dealing with labels in a PDF. + +=head1 SYNOPSIS + + use C4::Barcodes::PrinterConfig; + +=head1 DESCRIPTION + +This package is used to deal with labels in a pdf file. Giving some parameters, +this package contains several functions to handle every label considering the +environment of the pdf file. + +=head1 FUNCTIONS + +=over 2 + +=cut + +@EXPORT = qw(&labelsPage &getLabelPosition setPositionsForX setPositionsForY); + +my @positionsForX; # Takes all the X positions of the pdf file. +my @positionsForY; # Takes all the Y positions of the pdf file. +my $firstLabel = 1; # Test if the label passed as a parameter is the first label to be printed into the pdf file. + +=item setPositionsForX + + C4::Barcodes::PrinterConfig::setPositionsForX($marginLeft, $labelWidth, $columns, $pageType); + +Calculate and stores all the X positions across the pdf page. + +C<$marginLeft> Indicates how much left margin do you want in your page type. + +C<$labelWidth> Indicates the width of the label that you are going to use. + +C<$columns> Indicates how many columns do you want in your page type. + +C<$pageType> Page type to print (eg: a4, legal, etc). + +=cut +#' +sub setPositionsForX { + my ($marginLeft, $labelWidth, $columns, $pageType) = @_; + my $defaultDpi = 72/25.4; # By default we know 25.4 mm -> 1 inch -> 72 dots per inch + my $whereToStart = ($marginLeft + ($labelWidth/2)); + my $firstLabel = $whereToStart*$defaultDpi; + my $spaceBetweenLabels = $labelWidth*$defaultDpi; + my @positions; + for (my $i = 0; $i < $columns ; $i++) { + push @positions, ($firstLabel+($spaceBetweenLabels*$i)); + } + @positionsForX = @positions; +} + +=item setPositionsForY + + C4::Barcodes::PrinterConfig::setPositionsForY($marginBottom, $labelHeigth, $rows, $pageType); + +Calculate and stores all tha Y positions across the pdf page. + +C<$marginBottom> Indicates how much bottom margin do you want in your page type. + +C<$labelHeigth> Indicates the height of the label that you are going to use. + +C<$rows> Indicates how many rows do you want in your page type. + +C<$pageType> Page type to print (eg: a4, legal, etc). + +=cut +#' +sub setPositionsForY { + my ($marginBottom, $labelHeigth, $rows, $pageType) = @_; + my $defaultDpi = 72/25.4; # By default we know 25.4 mm -> 1 inch -> 72 dots per inch + my $whereToStart = ($marginBottom + ($labelHeigth/2)); + my $firstLabel = $whereToStart*$defaultDpi; + my $spaceBetweenLabels = $labelHeigth*$defaultDpi; + my @positions; + for (my $i = 0; $i < $rows; $i++) { + unshift @positions, ($firstLabel+($spaceBetweenLabels*$i)); + } + @positionsForY = @positions; +} + +=item getLabelPosition + + (my $x, my $y, $pdfObject, $pageObject, $gfxObject, $textObject, $coreObject, $labelPosition) = + C4::Barcodes::PrinterConfig::getLabelPosition($labelPosition, + $pdfObject, + $page, + $gfx, + $text, + $fontObject, + $pageType); + +Return the (x,y) position of the label that you are going to print considering the environment. + +C<$labelPosition> Indicates which label positions do you want to place by x and y coordinates. + +C<$pdfObject> The PDF object in use. + +C<$page> The page in use. + +C<$gfx> The gfx resource to handle with barcodes objects. + +C<$text> The text resource to handle with text. + +C<$fontObject> The font object + +C<$pageType> Page type to print (eg: a4, legal, etc). + +=cut +#' +sub getLabelPosition { + my ($labelNum, $pdf, $page, $gfxObject, $textObject, $fontObject, $pageType) = @_; + my $indexX = $labelNum % @positionsForX; + my $indexY = int($labelNum / @positionsForX); + # Calculates the next label position and return that label number + my $nextIndexX = $labelNum % @positionsForX; + my $nextIndexY = $labelNum % @positionsForY; + if ($firstLabel) { + $page = $pdf->page; + $page->mediabox($pageType); + $gfxObject = $page->gfx; + $textObject = $page->text; + $textObject->font($fontObject, 7); + $firstLabel = 0; + } elsif (($nextIndexX == 0) && ($nextIndexY == 0)) { + $page = $pdf->page; + $page->mediabox($pageType); + $gfxObject = $page->gfx; + $textObject = $page->text; + $textObject->font($fontObject, 7); + } + $labelNum = $labelNum + 1; + if ($labelNum == (@positionsForX*@positionsForY)) { + $labelNum = 0; + } + return ($positionsForX[$indexX], $positionsForY[$indexY], $pdf, $page, $gfxObject, $textObject, $fontObject, $labelNum); +} + +=item labelsPage + + my @labelTable = C4::Barcodes::PrinterConfig::labelsPage($rows, $columns); + +This function will help you to build the labels panel, where you can choose +wich label position do you want to start the printer process. + +C<$rows> Indicates how many rows do you want in your page type. + +C<$columns> Indicates how many rows do you want in your page type. + +=cut +#' +sub labelsPage{ + my ($rows, $columns) = @_; + my @pageType; + my $tagname = 0; + my $labelname = 1; + my $check; + for (my $i = 1; $i <= $rows; $i++) { + my @column; + for (my $j = 1; $j <= $columns; $j++) { + my %cell; + if ($tagname == 0) { + $check = 'checked'; + } else { + $check = ''; + } + %cell = (check => $check, + tagname => $tagname, + labelname => $labelname); + $tagname = $tagname + 1; + $labelname = $labelname + 1; + push @column, \%cell; + } + my %columns = (columns => \@column); + push @pageType, \%columns; + } + return @pageType; +} + +1; + +__END__ + +=back + +=head1 AUTHOR + +Koha Physics Library UNLP + +=cut \ No newline at end of file diff --git a/C4/Branch.pm b/C4/Branch.pm new file mode 100644 index 0000000000..615ca06a03 --- /dev/null +++ b/C4/Branch.pm @@ -0,0 +1,443 @@ +package C4::Branch; + +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $Id$ + +use strict; +require Exporter; +use C4::Context; +use C4::Koha; + +use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); + +# set the version for version checking +$VERSION = do { my @v = '$Revision$' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); }; + +=head1 NAME + +C4::Branch - Koha branch module + +=head1 SYNOPSIS + +use C4::Branch; + +=head1 DESCRIPTION + +The functions in this module deal with branches. + +=head1 FUNCTIONS + +=cut + +@ISA = qw(Exporter); +@EXPORT = qw( + &GetBranchCategory + &GetBranchName + &GetBranch + &GetBranches + &GetBranchDetail + &get_branchinfos_of + &ModBranch + &CheckBranchCategorycode + &GetBranchInfo + &ModBranchCategoryInfo + &DelBranch +); + +=head2 GetBranches + + $branches = &GetBranches(); + returns informations about ALL branches. + Create a branch selector with the following code + IndependantBranches Insensitive... + +=head3 in PERL SCRIPT + +my $branches = GetBranches; +my @branchloop; +foreach my $thisbranch (keys %$branches) { + my $selected = 1 if $thisbranch eq $branch; + my %row =(value => $thisbranch, + selected => $selected, + branchname => $branches->{$thisbranch}->{'branchname'}, + ); + push @branchloop, \%row; +} + + +=head3 in TEMPLATE + + +=cut + +sub GetBranches { + + my $onlymine=@_; + # returns a reference to a hash of references to ALL branches... + my %branches; + my $dbh = C4::Context->dbh; + my $sth; + my $query="SELECT * from branches"; + if ($onlymine && C4::Context->userenv && C4::Context->userenv->{branch}){ + $query .= " WHERE branchcode =".$dbh->quote(C4::Context->userenv->{branch}); + } + $query.=" order by branchname"; + $sth = $dbh->prepare($query); + $sth->execute; + while ( my $branch = $sth->fetchrow_hashref ) { + my $nsth = + $dbh->prepare( + "select categorycode from branchrelations where branchcode = ?"); + $nsth->execute( $branch->{'branchcode'} ); + while ( my ($cat) = $nsth->fetchrow_array ) { + + # FIXME - This seems wrong. It ought to be + # $branch->{categorycodes}{$cat} = 1; + # otherwise, there's a namespace collision if there's a + # category with the same name as a field in the 'branches' + # table (i.e., don't create a category called "issuing"). + # In addition, the current structure doesn't really allow + # you to list the categories that a branch belongs to: + # you'd have to list keys %$branch, and remove those keys + # that aren't fields in the "branches" table. + $branch->{$cat} = 1; + } + $branches{ $branch->{'branchcode'} } = $branch; + } + return ( \%branches ); +} + +=head2 GetBranchName + +=cut + +sub GetBranchName { + my ($branchcode) = @_; + my $dbh = C4::Context->dbh; + my $sth; + $sth = $dbh->prepare("Select branchname from branches where branchcode=?"); + $sth->execute($branchcode); + my $branchname = $sth->fetchrow_array; + $sth->finish; + return ($branchname); +} + +=head2 ModBranch + +&ModBranch($newvalue); + +This function modify an existing branches. + +C<$newvalue> is a ref to an array wich is containt all the column from branches table. + +=cut + +sub ModBranch { + my ($data) = @_; + + my $dbh = C4::Context->dbh; + if ($data->{add}) { + my $query = " + INSERT INTO branches + (branchcode,branchname,branchaddress1, + branchaddress2,branchaddress3,branchphone, + branchfax,branchemail,branchip,branchprinter) + VALUES (?,?,?,?,?,?,?,?,?,?) + "; + my $sth = $dbh->prepare($query); + $sth->execute( + $data->{'branchcode'}, $data->{'branchname'}, + $data->{'branchaddress1'}, $data->{'branchaddress2'}, + $data->{'branchaddress3'}, $data->{'branchphone'}, + $data->{'branchfax'}, $data->{'branchemail'}, + $data->{'branchip'}, $data->{'branchprinter'}, + ); + } else { + my $query = " + UPDATE branches + SET branchname=?,branchaddress1=?, + branchaddress2=?,branchaddress3=?,branchphone=?, + branchfax=?,branchemail=?,branchip=?,branchprinter=? + WHERE branchcode=? + "; + my $sth = $dbh->prepare($query); + $sth->execute( + $data->{'branchname'}, + $data->{'branchaddress1'}, $data->{'branchaddress2'}, + $data->{'branchaddress3'}, $data->{'branchphone'}, + $data->{'branchfax'}, $data->{'branchemail'}, + $data->{'branchip'}, $data->{'branchprinter'}, + $data->{'branchcode'}, + ); + } + # sort out the categories.... + my @checkedcats; + my $cats = GetBranchCategory(); + foreach my $cat (@$cats) { + my $code = $cat->{'categorycode'}; + if ( $data->{$code} ) { + push( @checkedcats, $code ); + } + } + my $branchcode = uc( $data->{'branchcode'} ); + my $branch = GetBranchInfo($branchcode); + $branch = $branch->[0]; + my $branchcats = $branch->{'categories'}; + my @addcats; + my @removecats; + foreach my $bcat (@$branchcats) { + + unless ( grep { /^$bcat$/ } @checkedcats ) { + push( @removecats, $bcat ); + } + } + foreach my $ccat (@checkedcats) { + unless ( grep { /^$ccat$/ } @$branchcats ) { + push( @addcats, $ccat ); + } + } + foreach my $cat (@addcats) { + my $sth = + $dbh->prepare( +"insert into branchrelations (branchcode, categorycode) values(?, ?)" + ); + $sth->execute( $branchcode, $cat ); + $sth->finish; + } + foreach my $cat (@removecats) { + my $sth = + $dbh->prepare( + "delete from branchrelations where branchcode=? and categorycode=?" + ); + $sth->execute( $branchcode, $cat ); + $sth->finish; + } +} + +=head2 GetBranchCategory + +$results = GetBranchCategory($categorycode); + +C<$results> is an ref to an array. + +=cut + +sub GetBranchCategory { + + # returns a reference to an array of hashes containing branches, + my ($catcode) = @_; + my $dbh = C4::Context->dbh; + my $sth; + + # print DEBUG "GetBranchCategory: entry: catcode=".cvs($catcode)."\n"; + if ($catcode) { + $sth = + $dbh->prepare( + "select * from branchcategories where categorycode = ?"); + $sth->execute($catcode); + } + else { + $sth = $dbh->prepare("Select * from branchcategories"); + $sth->execute(); + } + my @results; + while ( my $data = $sth->fetchrow_hashref ) { + push( @results, $data ); + } + $sth->finish; + + # print DEBUG "GetBranchCategory: exit: returning ".cvs(\@results)."\n"; + return \@results; +} + +=head2 GetBranch + +$branch = GetBranch( $query, $branches ); + +=cut + +sub GetBranch ($$) { + my ( $query, $branches ) = @_; # get branch for this query from branches + my $branch = $query->param('branch'); + my %cookie = $query->cookie('userenv'); + ($branch) || ($branch = $cookie{'branchname'}); + ( $branches->{$branch} ) || ( $branch = ( keys %$branches )[0] ); + return $branch; +} + +=head2 GetBranchDetail + + $branchname = &GetBranchDetail($branchcode); + +Given the branch code, the function returns the corresponding +branch name for a comprehensive information display + +=cut + +sub GetBranchDetail { + my ($branchcode) = @_; + my $dbh = C4::Context->dbh; + my $sth = $dbh->prepare("SELECT * FROM branches WHERE branchcode = ?"); + $sth->execute($branchcode); + my $branchname = $sth->fetchrow_hashref(); + $sth->finish(); + return $branchname; +} + + +=head2 get_branchinfos_of + + my $branchinfos_of = get_branchinfos_of(@branchcodes); + +Associates a list of branchcodes to the information of the branch, taken in +branches table. + +Returns a href where keys are branchcodes and values are href where keys are +branch information key. + + print 'branchname is ', $branchinfos_of->{$code}->{branchname}; + +=cut + +sub get_branchinfos_of { + my @branchcodes = @_; + + my $query = ' + SELECT branchcode, + branchname + FROM branches + WHERE branchcode IN (' + . join( ',', map( { "'" . $_ . "'" } @branchcodes ) ) . ') +'; + return C4::Koha::get_infos_of( $query, 'branchcode' ); +} + +=head2 GetBranchInfo + +$results = GetBranchInfo($branchcode); + +returns C<$results>, a reference to an array of hashes containing branches. + +=cut + +sub GetBranchInfo { + my ($branchcode) = @_; + my $dbh = C4::Context->dbh; + my $sth; + if ($branchcode) { + $sth = + $dbh->prepare( + "Select * from branches where branchcode = ? order by branchcode"); + $sth->execute($branchcode); + } + else { + $sth = $dbh->prepare("Select * from branches order by branchcode"); + $sth->execute(); + } + my @results; + while ( my $data = $sth->fetchrow_hashref ) { + my $nsth = + $dbh->prepare( + "select categorycode from branchrelations where branchcode = ?"); + $nsth->execute( $data->{'branchcode'} ); + my @cats = (); + while ( my ($cat) = $nsth->fetchrow_array ) { + push( @cats, $cat ); + } + $nsth->finish; + $data->{'categories'} = \@cats; + push( @results, $data ); + } + $sth->finish; + return \@results; +} + +=head2 DelBranch + +&DelBranch($branchcode); + +=cut + +sub DelBranch { + my ($branchcode) = @_; + my $dbh = C4::Context->dbh; + my $sth = $dbh->prepare("delete from branches where branchcode = ?"); + $sth->execute($branchcode); + $sth->finish; +} + +=head2 ModBranchCategoryInfo + +&ModBranchCategoryInfo($data); +sets the data from the editbranch form, and writes to the database... + +=cut + +sub ModBranchCategoryInfo { + + my ($data) = @_; + my $dbh = C4::Context->dbh; + my $sth = $dbh->prepare("replace branchcategories (categorycode,categoryname,codedescription) values (?,?,?)"); + $sth->execute(uc( $data->{'categorycode'} ),$data->{'categoryname'}, $data->{'codedescription'} ); + $sth->finish; +} + +=head2 DeleteBranchCategory + +DeleteBranchCategory($categorycode); + +=cut + +sub DeleteBranchCategory { + my ($categorycode) = @_; + my $dbh = C4::Context->dbh; + my $sth = $dbh->prepare("delete from branchcategories where categorycode = ?"); + $sth->execute($categorycode); + $sth->finish; +} + +=head2 CheckBranchCategorycode + +$number_rows_affected = CheckBranchCategorycode($categorycode); + +=cut + +sub CheckBranchCategorycode { + + # check to see if the branchcode is being used in the database somewhere.... + my ($categorycode) = @_; + my $dbh = C4::Context->dbh; + my $sth = + $dbh->prepare( + "select count(*) from branchrelations where categorycode=?"); + $sth->execute($categorycode); + my ($total) = $sth->fetchrow_array; + return $total; +} + + + +=head1 AUTHOR + +Koha Developement team + +=cut diff --git a/C4/Calendar.pm b/C4/Calendar.pm new file mode 100644 index 0000000000..a5deba5b44 --- /dev/null +++ b/C4/Calendar.pm @@ -0,0 +1,561 @@ +package C4::Calendar; + +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +require Exporter; +use vars qw($VERSION @EXPORT); + +#use Date::Manip; +# use Date::Calc; + +# set the version for version checking +$VERSION = do { my @v = '$Revision$' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); }; + +=head1 NAME + +C4::Calendar::Calendar - Koha module dealing with holidays. + +=head1 SYNOPSIS + + use C4::Calendar::Calendar; + +=head1 DESCRIPTION + +This package is used to deal with holidays. Through this package, you can set all kind of holidays for the library. + +=head1 FUNCTIONS + +=over 2 + +=cut + +@EXPORT = qw(&new + &change_branchcode + &get_week_days_holidays + &get_day_month_holidays + &get_exception_holidays + &get_single_holidays + &insert_week_day_holiday + &insert_day_month_holiday + &insert_single_holiday + &insert_exception_holiday + &delete_holiday + &isHoliday + &addDate + &daysBetween); + +=item new + + $calendar = C4::Calendar::Calendar->new(branchcode => $branchcode); + +C<$branchcode> Is the branch code wich you want to use calendar. + +=cut + +sub new { + my $classname = shift @_; + my %options = @_; + + my %hash; + my $self = bless(\%hash, $classname); + + foreach my $optionName (keys %options) { + $self->{lc($optionName)} = $options{$optionName}; + } + + $self->_init; + + return $self; +} + +sub _init { + my $self = shift @_; + + my $dbh = C4::Context->dbh(); + my $week_days_sql = $dbh->prepare("select weekday, title, description from repeatable_holidays where ('$self->{branchcode}' = branchcode) and (NOT(ISNULL(weekday)))"); + $week_days_sql->execute; + my %week_days_holidays; + while (my ($weekday, $title, $description) = $week_days_sql->fetchrow) { + $week_days_holidays{$weekday}{title} = $title; + $week_days_holidays{$weekday}{description} = $description; + } + $week_days_sql->finish; + $self->{'week_days_holidays'} = \%week_days_holidays; + + my $day_month_sql = $dbh->prepare("select day, month, title, description from repeatable_holidays where ('$self->{branchcode}' = branchcode) and ISNULL(weekday)"); + $day_month_sql->execute; + my %day_month_holidays; + while (my ($day, $month, $title, $description) = $day_month_sql->fetchrow) { + $day_month_holidays{"$month/$day"}{title} = $title; + $day_month_holidays{"$month/$day"}{description} = $description; + } + $day_month_sql->finish; + $self->{'day_month_holidays'} = \%day_month_holidays; + + my $exception_holidays_sql = $dbh->prepare("select day, month, year, title, description from special_holidays where ('$self->{branchcode}' = branchcode) and (isexception = 1)"); + $exception_holidays_sql->execute; + my %exception_holidays; + while (my ($day, $month, $year, $title, $description) = $exception_holidays_sql->fetchrow) { + $exception_holidays{"$year/$month/$day"}{title} = $title; + $exception_holidays{"$year/$month/$day"}{description} = $description; + } + $exception_holidays_sql->finish; + $self->{'exception_holidays'} = \%exception_holidays; + + my $holidays_sql = $dbh->prepare("select day, month, year, title, description from special_holidays where ('$self->{branchcode}' = branchcode) and (isexception = 0)"); + $holidays_sql->execute; + my %single_holidays; + while (my ($day, $month, $year, $title, $description) = $holidays_sql->fetchrow) { + $single_holidays{"$year/$month/$day"}{title} = $title; + $single_holidays{"$year/$month/$day"}{description} = $description; + } + $holidays_sql->finish; + $self->{'single_holidays'} = \%single_holidays; +} + +=item change_branchcode + + $calendar->change_branchcode(branchcode => $branchcode) + +Change the calendar branch code. This means to change the holidays structure. + +C<$branchcode> Is the branch code wich you want to use calendar. + +=cut + +sub change_branchcode { + my ($self, $branchcode) = @_; + my %options = @_; + + foreach my $optionName (keys %options) { + $self->{lc($optionName)} = $options{$optionName}; + } + $self->_init; + + return $self; +} + +=item get_week_days_holidays + + $week_days_holidays = $calendar->get_week_days_holidays(); + +Returns a hash reference to week days holidays. + +=cut + +sub get_week_days_holidays { + my $self = shift @_; + my $week_days_holidays = $self->{'week_days_holidays'}; + return $week_days_holidays; +} + +=item get_day_month_holidays + + $day_month_holidays = $calendar->get_day_month_holidays(); + +Returns a hash reference to day month holidays. + +=cut + +sub get_day_month_holidays { + my $self = shift @_; + my $day_month_holidays = $self->{'day_month_holidays'}; + return $day_month_holidays; +} + +=item get_exception_holidays + + $exception_holidays = $calendar->exception_holidays(); + +Returns a hash reference to exception holidays. This kind of days are those +which stands for a holiday, but you wanted to make an exception for this particular +date. + +=cut + +sub get_exception_holidays { + my $self = shift @_; + my $exception_holidays = $self->{'exception_holidays'}; + return $exception_holidays; +} + +=item get_single_holidays + + $single_holidays = $calendar->get_single_holidays(); + +Returns a hash reference to single holidays. This kind of holidays are those which +happend just one time. + +=cut + +sub get_single_holidays { + my $self = shift @_; + my $single_holidays = $self->{'single_holidays'}; + return $single_holidays; +} + +=item insert_week_day_holiday + + insert_week_day_holiday(weekday => $weekday, + title => $title, + description => $description); + +Inserts a new week day for $self->{branchcode}. + +C<$day> Is the week day to make holiday. + +C<$title> Is the title to store for the holiday formed by $year/$month/$day. + +C<$description> Is the description to store for the holiday formed by $year/$month/$day. + +=cut + +sub insert_week_day_holiday { + my $self = shift @_; + my %options = @_; + + my $dbh = C4::Context->dbh(); + my $insertHoliday = $dbh->prepare("insert into repeatable_holidays (id,branchcode,weekday,day,month,title,description) values ( '',?,?,NULL,NULL,?,? )"); + $insertHoliday->execute( $self->{branchcode}, $options{weekday},$options{title}, $options{description}); + $insertHoliday->finish; + + $self->{'week_days_holidays'}->{$options{weekday}}{title} = $options{title}; + $self->{'week_days_holidays'}->{$options{weekday}}{description} = $options{description}; + return $self; +} + +=item insert_day_month_holiday + + insert_day_month_holiday(day => $day, + month => $month, + title => $title, + description => $description); + +Inserts a new day month holiday for $self->{branchcode}. + +C<$day> Is the day month to make the date to insert. + +C<$month> Is month to make the date to insert. + +C<$title> Is the title to store for the holiday formed by $year/$month/$day. + +C<$description> Is the description to store for the holiday formed by $year/$month/$day. + +=cut + +sub insert_day_month_holiday { + my $self = shift @_; + my %options = @_; + + my $dbh = C4::Context->dbh(); + my $insertHoliday = $dbh->prepare("insert into repeatable_holidays (id,branchcode,weekday,day,month,title,description) values ('', ?, NULL, ?, ?, ?,? )"); + $insertHoliday->execute( $self->{branchcode}, $options{day},$options{month},$options{title}, $options{description}); + $insertHoliday->finish; + + $self->{'day_month_holidays'}->{"$options{month}/$options{day}"}{title} = $options{title}; + $self->{'day_month_holidays'}->{"$options{month}/$options{day}"}{description} = $options{description}; + return $self; +} + +=item insert_single_holiday + + insert_single_holiday(day => $day, + month => $month, + year => $year, + title => $title, + description => $description); + +Inserts a new single holiday for $self->{branchcode}. + +C<$day> Is the day month to make the date to insert. + +C<$month> Is month to make the date to insert. + +C<$year> Is year to make the date to insert. + +C<$title> Is the title to store for the holiday formed by $year/$month/$day. + +C<$description> Is the description to store for the holiday formed by $year/$month/$day. + +=cut + +sub insert_single_holiday { + my $self = shift @_; + my %options = @_; + + my $dbh = C4::Context->dbh(); + my $isexception = 0; + my $insertHoliday = $dbh->prepare("insert into special_holidays (id,branchcode,day,month,year,isexception,title,description) values ('', ?,?,?,?,?,?,?)"); + $insertHoliday->execute( $self->{branchcode}, $options{day},$options{month},$options{year}, $isexception, $options{title}, $options{description}); + $insertHoliday->finish; + + $self->{'single_holidays'}->{"$options{year}/$options{month}/$options{day}"}{title} = $options{title}; + $self->{'single_holidays'}->{"$options{year}/$options{month}/$options{day}"}{description} = $options{description}; + return $self; +} + +=item insert_exception_holiday + + insert_exception_holiday(day => $day, + month => $month, + year => $year, + title => $title, + description => $description); + +Inserts a new exception holiday for $self->{branchcode}. + +C<$day> Is the day month to make the date to insert. + +C<$month> Is month to make the date to insert. + +C<$year> Is year to make the date to insert. + +C<$title> Is the title to store for the holiday formed by $year/$month/$day. + +C<$description> Is the description to store for the holiday formed by $year/$month/$day. + +=cut + +sub insert_exception_holiday { + my $self = shift @_; + my %options = @_; + + my $dbh = C4::Context->dbh(); + my $isexception = 1; + my $insertException = $dbh->prepare("insert into special_holidays (id,branchcode,day,month,year,isexception,title,description) values ('', ?,?,?,?,?,?,?)"); + $insertException->execute( $self->{branchcode}, $options{day},$options{month},$options{year}, $isexception, $options{title}, $options{description}); + $insertException->finish; + + $self->{'exceptions_holidays'}->{"$options{year}/$options{month}/$options{day}"}{title} = $options{title}; + $self->{'exceptions_holidays'}->{"$options{year}/$options{month}/$options{day}"}{description} = $options{description}; + return $self; +} + +=item delete_holiday + + delete_holiday(weekday => $weekday + day => $day, + month => $month, + year => $year); + +Delete a holiday for $self->{branchcode}. + +C<$weekday> Is the week day to delete. + +C<$day> Is the day month to make the date to delete. + +C<$month> Is month to make the date to delete. + +C<$year> Is year to make the date to delete. + +=cut + +sub delete_holiday { + my $self = shift @_; + my %options = @_; + + # Verify what kind of holiday that day is. For example, if it is + # a repeatable holiday, this should check if there are some exception + # for that holiday rule. Otherwise, if it is a regular holiday, it´s + # ok just deleting it. + + my $dbh = C4::Context->dbh(); + my $isSingleHoliday = $dbh->prepare("select id from special_holidays where (branchcode = '$self->{branchcode}') and (day = $options{day}) and (month = $options{month}) and (year = $options{year})"); + $isSingleHoliday->execute; + if ($isSingleHoliday->rows) { + my $id = $isSingleHoliday->fetchrow; + $isSingleHoliday->finish; # Close the last query + + my $deleteHoliday = $dbh->prepare("delete from special_holidays where (id = $id)"); + $deleteHoliday->execute; + $deleteHoliday->finish; # Close the last query + delete($self->{'single_holidays'}->{"$options{year}/$options{month}/$options{day}"}); + } else { + $isSingleHoliday->finish; # Close the last query + + my $isWeekdayHoliday = $dbh->prepare("select id from repeatable_holidays where (branchcode = '$self->{branchcode}') and (weekday = $options{weekday})"); + $isWeekdayHoliday->execute; + if ($isWeekdayHoliday->rows) { + my $id = $isWeekdayHoliday->fetchrow; + $isWeekdayHoliday->finish; # Close the last query + + my $updateExceptions = $dbh->prepare("update special_holidays set isexception = 0 where (WEEKDAY(CONCAT(special_holidays.year,'-',special_holidays.month,'-',special_holidays.day)) = $options{weekday}) and (branchcode = '$self->{branchcode}')"); + $updateExceptions->execute; + $updateExceptions->finish; # Close the last query + + my $deleteHoliday = $dbh->prepare("delete from repeatable_holidays where (id = $id)"); + $deleteHoliday->execute; + $deleteHoliday->finish; + delete($self->{'week_days_holidays'}->{$options{weekday}}); + } else { + $isWeekdayHoliday->finish; # Close the last query + + my $isDayMonthHoliday = $dbh->prepare("select id from repeatable_holidays where (branchcode = '$self->{branchcode}') and (day = '$options{day}') and (month = '$options{month}')"); + $isDayMonthHoliday->execute; + if ($isDayMonthHoliday->rows) { + my $id = $isDayMonthHoliday->fetchrow; + $isDayMonthHoliday->finish; + my $updateExceptions = $dbh->prepare("update special_holidays set isexception = 0 where (special_holidays.branchcode = '$self->{branchcode}') and (special_holidays.day = '$options{day}') and (special_holidays.month = '$options{month}')"); + $updateExceptions->execute; + $updateExceptions->finish; # Close the last query + + my $deleteHoliday = $dbh->prepare("delete from repeatable_holidays where (id = '$id')"); + $deleteHoliday->execute; + $deleteHoliday->finish; # Close the last query + $isDayMonthHoliday->finish; # Close the last query + delete($self->{'day_month_holidays'}->{"$options{month}/$options{day}"}); + } + } + } + return $self; +} + +=item isHoliday + + $isHoliday = isHoliday($day, $month $year); + + +C<$day> Is the day to check wether if is a holiday or not. + +C<$month> Is the month to check wether if is a holiday or not. + +C<$year> Is the year to check wether if is a holiday or not. + +=cut + +sub isHoliday { + my ($self, $day, $month, $year) = @_; + + my $weekday = Date_DayOfWeek($month, $day, $year) % 7; + + my $weekDays = $self->get_week_days_holidays(); + my $dayMonths = $self->get_day_month_holidays(); + my $exceptions = $self->get_exception_holidays(); + my $singles = $self->get_single_holidays(); + + if (defined($exceptions->{"$year/$month/$day"})) { + return 0; + } else { + if ((exists($weekDays->{$weekday})) || + (exists($dayMonths->{"$month/$day"})) || + (exists($singles->{"$year/$month/$day"}))) { + return 1; + } else { + return 0; + } + } + +} + +=item addDate + + my ($day, $month, $year) = $calendar->addDate($day, $month, $year, $offset) + +C<$day> Is the starting day of the interval. + +C<$month> Is the starting month of the interval. + +C<$year> Is the starting year of the interval. + +C<$offset> Is the number of days that this function has to count from $date. + +=cut + +sub addDate { + my ($self, $day, $month, $year, $offset) = @_; + + if ($offset < 0) { # In case $offset is negative + $offset = $offset*(-1); + } + + my $daysMode = C4::Context->preference('useDaysMode'); + if ($daysMode eq 'normal') { + ($year, $month, $day) = &Date::Calc::Add_Delta_Days($year, $month, $day, ($offset - 1)); + } else { + while ($offset > 0) { + if (!($self->isHoliday($day, $month, $year))) { + $offset = $offset - 1; + } + if ($offset > 0) { + ($year, $month, $day) = &Date::Calc::Add_Delta_Days($year, $month, $day, 1); + } + } + } + + return($day, $month, $year); +} + +=item daysBetween + + my $daysBetween = $calendar->daysBetween($dayFrom, $monthFrom, $yearFrom, + $dayTo, $monthTo, $yearTo) + +C<$dayFrom> Is the starting day of the interval. + +C<$monthFrom> Is the starting month of the interval. + +C<$yearFrom> Is the starting year of the interval. + +C<$dayTo> Is the ending day of the interval. + +C<$monthTo> Is the ending month of the interval. + +C<$yearTo> Is the ending year of the interval. + +=cut + +sub daysBetween { + my ($self, $dayFrom, $monthFrom, $yearFrom, $dayTo, $monthTo, $yearTo) = @_; + + my $daysMode = C4::Context->preference('useDaysMode'); + my $count = 1; + my $continue = 1; + if ($daysMode eq 'normal') { + while ($continue) { + if (($yearFrom != $yearTo) || ($monthFrom != $monthTo) || ($dayFrom != $dayTo)) { + ($yearFrom, $monthFrom, $dayFrom) = &Date::Calc::Add_Delta_Days($yearFrom, $monthFrom, $dayFrom, 1); + $count++; + } else { + $continue = 0; + } + } + } else { + while ($continue) { + if (($yearFrom != $yearTo) || ($monthFrom != $monthTo) || ($dayFrom != $dayTo)) { + if (!($self->isHoliday($dayFrom, $monthFrom, $yearFrom))) { + $count++; + } + ($yearFrom, $monthFrom, $dayFrom) = &Date::Calc::Add_Delta_Days($yearFrom, $monthFrom, $dayFrom, 1); + } else { + $continue = 0; + } + } + } + return($count); +} + +1; + +__END__ + +=back + +=head1 AUTHOR + +Koha Physics Library UNLP + +=cut diff --git a/C4/Circulation/Date.pm b/C4/Circulation/Date.pm new file mode 100644 index 0000000000..338b627759 --- /dev/null +++ b/C4/Circulation/Date.pm @@ -0,0 +1,132 @@ +package C4::Circulation::Date; + +# Copyright 2005 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $id:$ + +use strict; +use C4::Context; + +require Exporter; + +use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); + +$VERSION = do { my @v = '$Revision$' =~ /\d+/g; + shift(@v) . "." . join( "_", map { sprintf "%03d", $_ } @v ); +}; + +@ISA = qw(Exporter); + +@EXPORT = qw( + &display_date_format + &format_date + &format_date_in_iso +); + +=head1 DESCRIPTION + +C4::Circulation::Date provides routines for format dates to display in human readable forms. + +=head1 FUNCTIONS + +=over 2 + +=cut + +=head2 get_date_format + + $dateformat = get_date_format(); + +Takes no input, and returns the format that the library prefers dates displayed in + + +=cut + +sub get_date_format { + + # Get the database handle + my $dbh = C4::Context->dbh; + return C4::Context->preference('dateformat'); +} + +=head2 display_date_format + + $displaydateformat = display_date_format(); + +Takes no input, and returns a string showing the format the library likes dates displayed in + + +=cut + +sub display_date_format { + my $dateformat = get_date_format(); + + if ( $dateformat eq "us" ) { + return "mm/dd/yyyy"; + } + elsif ( $dateformat eq "metric" ) { + return "dd/mm/yyyy"; + } + elsif ( $dateformat eq "iso" ) { + return "yyyy-mm-dd"; + } + else { + return +"Invalid date format: $dateformat. Please change in system preferences"; + } +} + +=head2 format_date + + $formatteddate = format_date($date); + +Takes a date, from mysql and returns it in the format specified by the library +This is less flexible than C4::Date::format_date, which can handle dates of many formats +if you need that flexibility use C4::Date, if you are just using it to format the output from mysql as +in circulation.pl use this one, it is much faster. +=cut + + +sub format_date { + my $olddate = shift; + my $newdate; + + if ( !$olddate ) { + return ""; + } + + my $dateformat = get_date_format(); + + if ( $dateformat eq "us" ) { + my @datearray=split('-',$olddate); + $newdate = "$datearray[1]/$datearray[2]/$datearray[0]"; + } + elsif ( $dateformat eq "metric" ) { + my @datearray=split('-',$olddate); + $newdate = "$datearray[2]/$datearray[1]/$datearray[0]"; + } + elsif ( $dateformat eq "iso" ) { + $newdate = $olddate; + } + else { + return +"Invalid date format: $dateformat. Please change in system preferences"; + } +} + +1; diff --git a/C4/Circulation/Returns.pm b/C4/Circulation/Returns.pm new file mode 100755 index 0000000000..0373e671b4 --- /dev/null +++ b/C4/Circulation/Returns.pm @@ -0,0 +1,335 @@ +package C4::Circulation::Returns; + +# $Id$ + +#package to deal with Returns +#written 3/11/99 by olwen@katipo.co.nz + + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# FIXME - None of the functions (certainly none of the exported +# functions) are used anywhere anymore. Presumably this module is +# obsolete. + +use strict; +require Exporter; +use DBI; +use C4::Context; +use C4::Accounts2; +use C4::InterfaceCDK; +use C4::Circulation::Main; + # FIXME - C4::Circulation::Main and C4::Circulation::Returns + # use each other, so functions get redefined. +use C4::Scan; +use C4::Stats; +use C4::Members; +use C4::Print; +use C4::Biblio; + +use vars qw($VERSION @ISA @EXPORT); + +# set the version for version checking +$VERSION = 0.01; + +@ISA = qw(Exporter); +@EXPORT = qw(&returnrecord &calc_odues &Returns); + +# FIXME - This is only used in C4::Circmain and C4::Circulation, both +# of which appear to be obsolete. Presumably this function is obsolete +# as well. +# Otherwise, it needs a POD. +sub Returns { + my ($env)=@_; + my $dbh = C4::Context->dbh; + my @items; + @items[0]=" "x50; + my $reason; + my $item; + my $reason; + my $borrower; + my $itemno; + my $itemrec; + my $borrowernumber; + my $amt_owing; + my $odues; + my $issues; + my $resp; +# until (($reason eq "Circ") || ($reason eq "Quit")) { + until ($reason ne "") { + ($reason,$item) = + returnwindow($env,"Enter Returns", + $item,\@items,$borrower,$amt_owing,$odues,$dbh,$resp); #C4::Circulation + #debug_msg($env,"item = $item"); + #if (($reason ne "Circ") && ($reason ne "Quit")) { + if ($reason eq "") { + $resp = ""; + ($resp,$borrowernumber,$borrower,$itemno,$itemrec,$amt_owing) = + checkissue($env,$dbh,$item); + if ($borrowernumber ne "") { + ($issues,$odues,$amt_owing) = borrdata2($env,$borrowernumber); + } else { + $issues = ""; + $odues = ""; + $amt_owing = ""; + } + if ($resp ne "") { + #if ($resp eq "Returned") { + if ($itemno ne "" ) { + my $item = GetBiblioFromItemNumber($itemno); + # FIXME - This relies on C4::Circulation::Main to have a + # "use C4::Circulation::Issues;" line, which is bogus. + my $fmtitem = C4::Circulation::Issues::formatitem($env,$item,"",$amt_owing); + unshift @items,$fmtitem; + if ($items[20] > "") { + pop @items; + } + } + #} elsif ($resp ne "") { + # error_msg($env,"$resp"); + #} + #if ($resp ne "Returned") { + # error_msg($env,"$resp"); + # $borrowernumber = ""; + #} + } + } + } +# clearscreen; + return($reason); + } + +# FIXME - Only used in &Returns and in telnet/doreturns.pl, both of +# which appear obsolete. Presumably this function is obsolete as well. +# Otherwise, it needs a POD. +sub checkissue { + my ($env,$dbh, $item) = @_; + my $reason='Circ'; + my $borrowernumber; + my $borrower; + my $itemno; + my $itemrec; + my $amt_owing; + $item = uc $item; + my $sth=$dbh->prepare("select * from items,biblio + where barcode = ? + and (biblio.biblionumber=items.biblionumber)"); + $sth->execute($item); + if ($itemrec=$sth->fetchrow_hashref) { + $sth->finish; + $itemno = $itemrec->{'itemnumber'}; + my $sth=$dbh->prepare("select * from issues + where (itemnumber=?) + and (returndate is null)"); + $sth->execute($itemrec->{'itemnumber'}); + if (my $issuerec=$sth->fetchrow_hashref) { + $sth->finish; + my $sth= $dbh->prepare("select * from borrowers where + (borrowernumber = ?)"); + $sth->execute($issuerec->{'borrowernumber'}); + $env->{'borrowernumber'}=$issuerec->{'borrowernumber'}; + $borrower = $sth->fetchrow_hashref; + $borrowernumber = $issuerec->{'borrowernumber'}; + $itemno = $issuerec->{'itemnumber'}; + $amt_owing = returnrecord($env,$dbh,$borrowernumber,$itemno); + $reason = "Returned"; + } else { + $sth->finish; + updatelastseen($env,$dbh,$itemrec->{'itemnumber'}); + $reason = "Item not issued"; + } + my ($resfound,$resrec) = find_reserves($env,$dbh,$itemrec->{'itemnumber'}); + if ($resfound eq "y") { + my $btsh = $dbh->prepare("select * from borrowers + where borrowernumber = ?"); + $btsh->execute($resrec->{'borrowernumber'}); + my $resborrower = $btsh->fetchrow_hashref; + #printreserve($env,$resrec,$resborrower,$itemrec); + my $mess = "Reserved for collection at branch $resrec->{'branchcode'}"; + C4::InterfaceCDK::error_msg($env,$mess); + $btsh->finish; + } + } else { + $sth->finish; + $reason = "Item not found"; + } + return ($reason,$borrowernumber,$borrower,$itemno,$itemrec,$amt_owing); + # end checkissue + } + +# FIXME - Only used in &C4::Circulation::Main::previousissue, +# &checkissue, C4/Circulation.pm, and tkperl/tkcirc, all of which +# appear to be obsolete. Presumably this function is obsolete as well. +# Otherwise, it needs a POD. +sub returnrecord { + # mark items as returned + my ($env,$dbh,$borrowernumber,$itemno)=@_; + #my $amt_owing = calc_odues($env,$dbh,$borrowernumber,$itemno); + my @datearr = localtime(time); + my $dateret = (1900+$datearr[5])."-".$datearr[4]."-".$datearr[3]; + my $sth = $dbh->prepare("update issues set returndate = now(), branchcode = ? where + (borrowernumber = ?) and (itemnumber = ?) + and (returndate is null)"); + $sth->execute($env->{'branchcode'},$borrowernumber,$itemno); + $sth->finish; + updatelastseen($env,$dbh,$itemno); + # check for overdue fine + my $oduecharge; + my $sth = $dbh->prepare("select * from accountlines + where (borrowernumber = ?) + and (itemnumber = ?) + and (accounttype = 'FU' or accounttype='O')"); + $sth->execute($borrowernumber,$itemno); + if (my $data = $sth->fetchrow_hashref) { + # alter fine to show that the book has been returned. + my $usth = $dbh->prepare("update accountlines + set accounttype = 'F' + where (borrowernumber = ?) + and (itemnumber = ?) + and (accountno = ?) "); + $usth->execute($borrowernumber,$itemno,$data->{'accountno'}); + $usth->finish(); + $oduecharge = $data->{'amountoutstanding'}; + } + $sth->finish; + # check for charge made for lost book + my $sth = $dbh->prepare("select * from accountlines + where (borrowernumber = ?) + and (itemnumber = ?) + and (accounttype = 'L')"); + $sth->execute($borrowernumber,$itemno); + if (my $data = $sth->fetchrow_hashref) { + # writeoff this amount + my $offset; + my $amount = $data->{'amount'}; + my $acctno = $data->{'accountno'}; + my $amountleft; + if ($data->{'amountoutstanding'} == $amount) { + $offset = $data->{'amount'}; + $amountleft = 0; + } else { + $offset = $amount - $data->{'amountoutstanding'}; + $amountleft = $data->{'amountoutstanding'} - $amount; + } + my $usth = $dbh->prepare("update accountlines + set accounttype = 'LR',amountoutstanding='0' + where (borrowernumber = ?) + and (itemnumber = ?) + and (accountno = ?) "); + $usth->execute($borrowernumber,$itemno,$acctno); + $usth->finish; + my $nextaccntno = C4::Accounts::getnextacctno($env,$borrowernumber,$dbh); + $usth = $dbh->prepare("insert into accountlines + (borrowernumber,accountno,date,amount,description,accounttype,amountoutstanding) + values (?,?,now(),?,'Book Returned','CR',?)"); + $usth->execute($borrowernumber,$nextaccntno,0-$amount,$amountleft); + $usth->finish; + $uquery = "insert into accountoffsets + (borrowernumber, accountno, offsetaccount, offsetamount) + values (?,?,?,?)"; + $usth = $dbh->prepare(""); + $usth->execute($borrowernumber,$data->{'accountno'},$nextaccntno,$offset); + $usth->finish; + } + $sth->finish; + UpdateStats($env,'branch','return','0','',$itemno); + return($oduecharge); +} + +# FIXME - Only used in tkperl/tkcirc. Presumably this function is +# obsolete. +# Otherwise, it needs a POD. +sub calc_odues { + # calculate overdue fees + my ($env,$dbh,$borrowernumber,$itemno)=@_; + my $amt_owing; + return($amt_owing); +} + +# This function is only used in &checkissue and &returnrecord, both of +# which appear to be obsolete. So presumably this function is obsolete +# too. +# Otherwise, it needs a POD. +sub updatelastseen { + my ($env,$dbh,$itemnumber)= @_; + my $br = $env->{'branchcode'}; + my $sth = $dbh->prepare("update items + set datelastseen = now(), holdingbranch = ? + where (itemnumber = ?)"); + $sth->execute($br,$itemnumber); + $sth->finish; + +} + + +# FIXME - There's also a &C4::Circulation::Circ2::find_reserves, but +# that one looks rather different. +# FIXME - This is only used in &checkissue, which appears to be +# obsolete. So presumably this function is obsolete too. +sub find_reserves { + my ($env,$dbh,$itemno) = @_; + warn "!!!!! SHOULD NOT BE HERE : Returns::find_reserves is deprecated !!!"; + my $itemdata = GetBiblioFromItemNumber($itemno); + my $sth = $dbh->prepare("select * from reserves where found is null + and biblionumber = ? and cancellationdate is NULL + order by priority,reservedate "); + $sth->execute($itemdata->{'biblionumber'}; + my $resfound = "n"; + my $resrec; + while (($resrec=$sth->fetchrow_hashref) && ($resfound eq "n")) { + if ($resrec->{'found'} eq "W") { + if ($resrec->{'itemnumber'} eq $itemno) { + $resfound = "y"; + } + } elsif ($resrec->{'constrainttype'} eq "a") { + $resfound = "y"; + } else { + my $consth = $dbh->prepare("select * from reserveconstraints where borrowernumber = ? and reservedate = ? and biblionumber = ? and biblioitemnumber = ?"); + $consth->execute($resrec->{'borrowernumber'},$resrec->{'reservedate'},$resrec->{'biblionumber'},$itemdata->{'biblioitemnumber'}); + if (my $conrec=$consth->fetchrow_hashref) { + if ($resrec->{'constrainttype'} eq "o") { + $resfound = "y"; + } + } else { + if ($resrec->{'constrainttype'} eq "e") { + $resfound = "y"; + } + } + $consth->finish; + } + if ($resfound eq "y") { + my $updsth = $dbh->prepare("update reserves + set found = 'W',itemnumber = ? + where borrowernumber = ? + and reservedate = ? + and biblionumber = ?"); + $updsth->execute($itemno,$resrec->{'borrowernumber'},$resrec->{'reservedate'},$resrec->{'biblionumber'}); + $updsth->finish; + my $itbr = $resrec->{'branchcode'}; + if ($resrec->{'branchcode'} ne $env->{'branchcode'}) { + my $updsth = $dbh->prepare("update items + set holdingbranch = 'TR' + where itemnumber = ?"); + $updsth->execute($itemno); + $updsth->finish; + } + } + } + $sth->finish; + return ($resfound,$resrec); +} diff --git a/C4/Languages.pm b/C4/Languages.pm new file mode 100644 index 0000000000..591a98ebf0 --- /dev/null +++ b/C4/Languages.pm @@ -0,0 +1,451 @@ +package C4::Languages; + +# Copyright 2006 (C) LibLime +# Joshua Ferraro +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $Id$ + +use strict; use warnings; #FIXME: turn off warnings before release +require Exporter; +use C4::Context; +use vars qw($VERSION @ISA @EXPORT); + +$VERSION = do { my @v = '$Revision$' =~ /\d+/g; shift(@v) . "." . join( "_", map { sprintf "%03d", $_ } @v ); }; + +=head1 NAME + +C4::Languages - Perl Module containing language list functions for Koha + +=head1 SYNOPSIS + +use C4::Languages; + +=head1 DESCRIPTION + +=head1 FUNCTIONS + +=cut + +@ISA = qw(Exporter); +@EXPORT = qw( + &getFrameworkLanguages + &getTranslatedLanguages + &getAllLanguages + ); + +my $DEBUG = 0; + +=head2 getFrameworkLanguages + +Returns a reference to an array of hashes: + + my $languages = getFrameworkLanguages(); + for my $language(@$languages) { + print "$language->{language_code}\n"; # language code in iso 639-2 + print "$language->{language_name}\n"; # language name in native script + print "$language->{language_locale_name}\n"; # language name in current locale + } + +=cut + +sub getFrameworkLanguages { + # get a hash with all language codes, names, and locale names + my $all_languages = getAllLanguages(); + my @languages; + + # find the available directory names + my $dir=C4::Context->config('intranetdir')."/misc/sql-datas/"; + opendir (MYDIR,$dir); + my @listdir= grep { !/^\.|CVS/ && -d "$dir/$_"} readdir(MYDIR); + closedir MYDIR; + + # pull out all data for the dir names that exist + for my $dirname (@listdir) { + for my $language_set (@$all_languages) { + my $language_name = $language_set->{language_name}; + my $language_locale_name = $language_set->{language_locale_name}; + + if ($dirname eq $language_set->{language_code}) { + push @languages, {'language_code'=>$dirname, 'language_name'=>$language_name, 'language_locale_name'=>$language_locale_name} + } + } + } + return \@languages; +} + +=head2 getTranslatedLanguages + +Returns a reference to an array of hashes: + + my $languages = getTranslatedLanguages(); + print "Available translated langauges:\n"; + for my $language(@$trlanguages) { + print "$language->{language_code}\n"; # language code in iso 639-2 + print "$language->{language_name}\n"; # language name in native script + print "$language->{language_locale_name}\n"; # language name in current locale + } + +=cut + +sub getTranslatedLanguages { + my ($interface, $theme) = @_; + my $htdocs; + my $all_languages = getAllLanguages(); + my @languages; + my $lang; + + if ( $interface eq 'opac' ) { + $htdocs = C4::Context->config('opachtdocs'); + if ( $theme and -d "$htdocs/$theme" ) { + (@languages) = _get_language_dirs($htdocs,$theme); + return _get_final_languages($all_languages,@languages); + } + else { + for my $theme ( _get_themes('opac') ) { + push @languages, _get_language_dirs($htdocs,$theme); + } + return _get_final_languages($all_languages,@languages); + } + } + elsif ( $interface eq 'intranet' ) { + $htdocs = C4::Context->config('intrahtdocs'); + if ( $theme and -d "$htdocs/$theme" ) { + @languages = _get_language_dirs($htdocs,$theme); + return _get_final_languages($all_languages,@languages); + } + else { + foreach my $theme ( _get_themes('opac') ) { + push @languages, _get_language_dirs($htdocs,$theme); + } + return _get_final_languages($all_languages,@languages); + } + } + else { + my $htdocs = C4::Context->config('intrahtdocs'); + foreach my $theme ( _get_themes('intranet') ) { + push @languages, _get_language_dirs($htdocs,$theme); + } + $htdocs = C4::Context->config('opachtdocs'); + foreach my $theme ( _get_themes('opac') ) { + push @languages, _get_language_dirs($htdocs,$theme); + } + return _get_final_languages($all_languages,@languages); + } +} + +=head2 getAllLanguages + +Returns a reference to an array of hashes: + + my $alllanguages = getAllLanguages(); + print "Available translated langauges:\n"; + for my $language(@$alllanguages) { + print "$language->{language_code}\n"; + print "$language->{language_name}\n"; + print "$language->{language_locale_name}\n"; + } + +=cut + +sub getAllLanguages { + my $languages_loop = [ + { + language_code => "", + language_name => "No Limit", + language_locale_name => "", + selected => "selected", + }, + { + language_code => "ara", + language_name => + "العربية", + language_locale_name => "Arabic", + , + }, + { + language_code => "bul", + language_name => + "Български", + language_locale_name => "Bulgarian", + , + }, + { + language_code => "chi", + language_name => "中文", + language_locale_name => "Chinese", + , + }, + { + language_code => "scr", + language_name => "Hrvatski", + language_locale_name => "Croatian", + , + }, + { + language_code => "cze", + language_name => "čeština", + language_locale_name => "Czech", + , + }, + { + language_code => "dan", + language_name => "Dænsk", + language_locale_name => "Danish", + , + }, + { + language_code => "dut", + language_name => "nedərlɑns", + language_locale_name => "Dutch", + , + }, + { + language_code => "en", + language_name => "English", + language_locale_name => "English", + , + }, + { + language_code => "fr", + language_name => "Français", + language_locale_name => "French", + , + }, + { + language_code => "ger", + language_name => "Deutsch", + language_locale_name => "German", + , + }, + { + language_code => "gre", + language_name => + "ελληνικά", + language_locale_name => "Greek, Modern [1453- ]", + , + }, + { + language_code => "heb", + language_name => "עברית", + language_locale_name => "Hebrew", + , + }, + { + language_code => "hin", + language_name => "हिन्दी", + language_locale_name => "Hindi", + , + }, + { + language_code => "hun", + language_name => "Magyar", + language_locale_name => "Hungarian", + , + }, + { + language_code => "ind", + language_name => "", + language_locale_name => "Indonesian", + , + }, + { + language_code => "ita", + language_name => "Italiano", + language_locale_name => "Italian", + , + }, + { + language_code => "jpn", + language_name => "日本語", + language_locale_name => "Japanese", + , + }, + { + language_code => "kor", + language_name => "한국어", + language_locale_name => "Korean", + , + }, + { + language_code => "lat", + language_name => "Latina", + language_locale_name => "Latin", + , + }, + { + language_code => "nor", + language_name => "Norsk", + language_locale_name => "Norwegian", + , + }, + { + language_code => "per", + language_name => "فارسى", + language_locale_name => "Persian", + , + }, + { + language_code => "pol", + language_name => "Polski", + language_locale_name => "Polish", + , + }, + { + language_code => "por", + language_name => "Português", + language_locale_name => "Portuguese", + , + }, + { + language_code => "rum", + language_name => "Română", + language_locale_name => "Romanian", + , + }, + { + language_code => "rus", + language_name => + "Русский", + language_locale_name => "Russian", + , + }, + { + language_code => "spa", + language_name => "Español", + language_locale_name => "Spanish", + , + }, + { + language_code => "swe", + language_name => "Svenska", + language_locale_name => "Swedish", + , + }, + { + language_code => "tha", + language_name => + "ภาษาไทย", + language_locale_name => "Thai", + , + }, + { + language_code => "tur", + language_name => "Türkçe", + language_locale_name => "Turkish", + , + }, + { + language_code => "ukr", + language_name => +"Українська", + language_locale_name => "Ukrainian", + , + }, + + ]; + return $languages_loop; +} + +=head2 _get_themes + +Internal function, returns an array of all available themes. + + (@themes) = &_get_themes('opac'); + (@themes) = &_get_themes('intranet'); + +=cut + +sub _get_themes { + my $interface = shift; + my $htdocs; + my @themes; + if ( $interface eq 'intranet' ) { + $htdocs = C4::Context->config('intrahtdocs'); + } + else { + $htdocs = C4::Context->config('opachtdocs'); + } + opendir D, "$htdocs"; + my @dirlist = readdir D; + foreach my $directory (@dirlist) { + # if there's an en dir, it's a valid theme + -d "$htdocs/$directory/en" and push @themes, $directory; + } + return @themes; +} + +=head2 _get_language_dirs + +Internal function, returns an array of directory names, excluding non-language directories + +=cut + +sub _get_language_dirs { + my ($htdocs,$theme) = @_; + my @languages; + opendir D, "$htdocs/$theme"; + for my $language ( readdir D ) { + next if $language =~/^\./; + next if $language eq 'all'; + next if $language =~/png$/; + next if $language =~/css$/; + next if $language =~/CVS$/; + next if $language =~/itemtypeimg$/; + next if $language =~/\.txt$/i; #Don't read the readme.txt ! + next if $language eq 'images'; + push @languages, $language; + } + return (@languages); +} + +=head2 _get_final_languages + +Internal function for building the ref to array of hashes + +FIXME: this could be rewritten and simplified using map + +=cut + +sub _get_final_languages { + my ($all_languages,@languages) = @_; + my @final_languages; + my %seen_languages; + for my $language (@languages) { + unless ($seen_languages{$language}) { + for my $language_code (@$all_languages) { + if ($language eq $language_code->{'language_code'}) { + push @final_languages, $language_code; + } + } + $seen_languages{$language}++; + } + } + return \@final_languages; +} + +1; + +__END__ + +=back + +=head1 AUTHOR + +Joshua Ferraro + +=cut diff --git a/C4/Maintainance.pm b/C4/Maintainance.pm new file mode 100644 index 0000000000..b8a23c8c3d --- /dev/null +++ b/C4/Maintainance.pm @@ -0,0 +1,213 @@ +package C4::Maintainance; #assumes C4/Maintainance + +#package to deal with marking up output + + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Context; + +require Exporter; + +use vars qw($VERSION @ISA @EXPORT); + +# set the version for version checking +$VERSION = 0.01; + +=head1 NAME + +C4::Maintenance - Koha catalog maintenance functions + +=head1 SYNOPSIS + + use C4::Maintenance; + +=head1 DESCRIPTION + +The functions in this module perform various catalog-maintenance +functions, including deleting and undeleting books, fixing +miscategorized items, etc. + +=head1 FUNCTIONS + +=over 2 + +=cut + +@ISA = qw(Exporter); +@EXPORT = qw(&listsubjects &shiftgroup &deletedbib &undeletebib +&updatetype &logaction); + +=item listsubjects + + ($count, $results) = &listsubjects($subject, $n, $offset); + +Finds the subjects that begin with C<$subject> in the bibliosubject +table of the Koha database. + +C<&listsubjects> returns a two-element array. C<$results> is a +reference-to-array, in which each element is a reference-to-hash +giving information about the given subject. C<$count> is the number of +elements in C<@{$results}>. + +Probably the only interesting field in C<$results->[$i]> is +C, the subject in question. + +C<&listsubject> returns up to C<$n> items, starting at C<$offset>. If +C<$n> is 0, it will return all matching subjects. + +=cut +#' +# FIXME - This API is bogus. The way it's currently used, it should +# just return a list of strings. +sub listsubjects { + my ($sub,$num,$offset)=@_; + my $dbh = C4::Context->dbh; + my $query="Select * from bibliosubject where subject like ? group by subject"; + my @bind = ("$sub%"); + # FIXME - Make $num and $offset optional. + # If $num was given, make sure $offset was, too. + if ($num != 0){ + $query.=" limit ?,?"; + push(@bind,$offset,$num); + } + my $sth=$dbh->prepare($query); +# print $query; + $sth->execute(@bind); + my @results; + my $i=0; + while (my $data=$sth->fetchrow_hashref){ + $results[$i]=$data; + $i++; + } + $sth->finish; + return($i,\@results); +} + +=item shiftgroup + + &shiftgroup($biblionumber, $biblioitemnumber); + +Changes the biblionumber associated with a given biblioitem. +C<$biblioitemnumber> is the number of the biblioitem to change. +C<$biblionumber> is the biblionumber to associate it with. + +=cut +#' +sub shiftgroup{ + my ($biblionumber,$bi)=@_; + my $dbh = C4::Context->dbh; + my $sth=$dbh->prepare("update biblioitems set biblionumber=? where biblioitemnumber=?"); + $sth->execute($biblionumber,$bi); + $sth->finish; + $sth=$dbh->prepare("update items set biblionumber=? where biblioitemnumber=?"); + $sth->execute($biblionumber,$bi); + $sth->finish; +} + +=item deletedbib + + ($count, $results) = &deletedbib($title); + +Looks up deleted books whose title begins with C<$title>. + +C<&deletedbib> returns a two-element list. C<$results> is a +reference-to-array; each element is a reference-to-hash whose keys are +the fields of the deletedbiblio table in the Koha database. C<$count> +is the number of elements in C<$results>. + +=cut +#' +sub deletedbib{ + my ($title)=@_; + my $dbh = C4::Context->dbh; + my $sth=$dbh->prepare("Select * from deletedbiblio where title like ? order by title"); + $sth->execute("$title%"); + my @results; + my $i=0; + while (my $data=$sth->fetchrow_hashref){ + $results[$i]=$data; + $i++; + } + $sth->finish; + return($i,\@results); +} + +=item undeletebib + + &undeletebib($biblionumber); + +Undeletes a book. C<&undeletebib> looks up the book with the given +biblionumber in the deletedbiblio table of the Koha database, and +moves its entry to the biblio table. + +=cut +#' +sub undeletebib{ + my ($biblionumber)=@_; + my $dbh = C4::Context->dbh; + my $sth=$dbh->prepare("select * from deletedbiblio where biblionumber=?"); + $sth->execute($biblionumber); + if (my @data=$sth->fetchrow_array){ + $sth->finish; + # FIXME - Doesn't this keep the same biblionumber? Isn't this + # forbidden by the definition of 'biblio'? Or doesn't it matter? + my $query="INSERT INTO biblio VALUES ("; + my $count = @data; + $query .= ("?," x $count); + $query=~ s/\,$/\)/; + # print $query; + $sth=$dbh->prepare($query); + $sth->execute(@data); + $sth->finish; + } + $sth=$dbh->prepare("DELETE FROM deletedbiblio WHERE biblionumber=?"); + $sth->execute($biblionumber); + $sth->finish; +} + +=item updatetype + + &updatetype($biblioitemnumber, $itemtype); + +Changes the type of the item with the given biblioitemnumber to be +C<$itemtype>. + +=cut +#' +sub updatetype{ + my ($bi,$type)=@_; + my $dbh = C4::Context->dbh; + my $sth=$dbh->prepare("Update biblioitems set itemtype=? where biblioitemnumber=?"); + $sth->execute($type,$bi); + $sth->finish; +} + +END { } # module clean-up code here (global destructor) + +1; +__END__ + +=back + +=head1 AUTHOR + +Koha Developement team + +=cut diff --git a/C4/Record.pm b/C4/Record.pm new file mode 100644 index 0000000000..095798abbe --- /dev/null +++ b/C4/Record.pm @@ -0,0 +1,573 @@ +package C4::Record; +# +# Copyright 2006 (C) LibLime +# Joshua Ferraro +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA +# +# $Id$ +# +use strict;# use warnings; #FIXME: turn off warnings before release + +# please specify in which methods a given module is used +use MARC::Record; # marc2marcxml, marcxml2marc, html2marc, changeEncoding +use MARC::File::XML; # marc2marcxml, marcxml2marc, html2marcxml, changeEncoding +use MARC::Crosswalk::DublinCore; # marc2dcxml +use Unicode::Normalize; # _entity_encode +use XML::LibXSLT; +use XML::LibXML; + +use vars qw($VERSION @ISA @EXPORT); + +# set the version for version checking +$VERSION = do { my @v = '$Revision$' =~ /\d+/g; + shift(@v) . "." . join("_", map {sprintf "%03d", $_ } @v); }; + +@ISA = qw(Exporter); + +# only export API methods + +@EXPORT = qw( + &marc2marc + &marc2marcxml + &marcxml2marc + &marc2dcxml + &marc2modsxml + + &html2marcxml + &html2marc + &changeEncoding +); + +=head1 NAME + +C4::Record - MARC, MARCXML, DC, MODS, XML, etc. Record Management Functions and API + +=head1 SYNOPSIS + +New in Koha 3.x. This module handles all record-related management functions. + +=head1 API (EXPORTED FUNCTIONS) + +=head2 marc2marc - Convert from one flavour of ISO-2709 to another + +=over 4 + +my ($error,$newmarc) = marc2marc($marc,$to_flavour,$from_flavour,$encoding); + +Returns an ISO-2709 scalar + +=back + +=cut + +sub marc2marc { + my ($marc,$to_flavour,$from_flavour,$encoding) = @_; + my $error = "Feature not yet implemented\n"; + return ($error,$marc); +} + +=head2 marc2marcxml - Convert from ISO-2709 to MARCXML + +=over 4 + +my ($error,$marcxml) = marc2marcxml($marc,$encoding,$flavour); + +Returns a MARCXML scalar + +=over 2 + +C<$marc> - an ISO-2709 scalar or MARC::Record object + +C<$encoding> - UTF-8 or MARC-8 [UTF-8] + +C<$flavour> - MARC21 or UNIMARC + +C<$dont_entity_encode> - a flag that instructs marc2marcxml not to entity encode the xml before returning (optional) + +=back + +=back + +=cut + +sub marc2marcxml { + my ($marc,$encoding,$flavour,$dont_entity_encode) = @_; + my $error; # the error string + my $marcxml; # the final MARCXML scalar + + # test if it's already a MARC::Record object, if not, make it one + my $marc_record_obj; + if ($marc =~ /^MARC::Record/) { # it's already a MARC::Record object + $marc_record_obj = $marc; + } else { # it's not a MARC::Record object, make it one + eval { $marc_record_obj = MARC::Record->new_from_usmarc($marc) }; # handle exceptions + + # conversion to MARC::Record object failed, populate $error + if ($@) { $error .="\nCreation of MARC::Record object failed: ".$MARC::File::ERROR }; + } + # only proceed if no errors so far + unless ($error) { + + # check the record for warnings + my @warnings = $marc_record_obj->warnings(); + if (@warnings) { + warn "\nWarnings encountered while processing ISO-2709 record with title \"".$marc_record_obj->title()."\":\n"; + foreach my $warn (@warnings) { warn "\t".$warn }; + } + unless($encoding) {$encoding = "UTF-8"}; # set default encoding + unless($flavour) {$flavour = C4::Context->preference("marcflavour")}; # set default MARC flavour + + # attempt to convert the record to MARCXML + eval { $marcxml = $marc_record_obj->as_xml_record($flavour) }; #handle exceptions + + # record creation failed, populate $error + if ($@) { + $error .= "Creation of MARCXML failed:".$MARC::File::ERROR; + $error .= "Additional information:\n"; + my @warnings = $@->warnings(); + foreach my $warn (@warnings) { $error.=$warn."\n" }; + + # record creation was successful + } else { + + # check the record for warning flags again (warnings() will be cleared already if there was an error, see above block + @warnings = $marc_record_obj->warnings(); + if (@warnings) { + warn "\nWarnings encountered while processing ISO-2709 record with title \"".$marc_record_obj->title()."\":\n"; + foreach my $warn (@warnings) { warn "\t".$warn }; + } + } + + # only proceed if no errors so far + unless ($error) { + + # entity encode the XML unless instructed not to + unless ($dont_entity_encode) { + my ($marcxml_entity_encoded) = _entity_encode($marcxml); + $marcxml = $marcxml_entity_encoded; + } + } + } + # return result to calling program + return ($error,$marcxml); +} + +=head2 marcxml2marc - Convert from MARCXML to ISO-2709 + +=over 4 + +my ($error,$marc) = marcxml2marc($marcxml,$encoding,$flavour); + +Returns an ISO-2709 scalar + +=over 2 + +C<$marcxml> - a MARCXML record + +C<$encoding> - UTF-8 or MARC-8 [UTF-8] + +C<$flavour> - MARC21 or UNIMARC + +=back + +=back + +=cut + +sub marcxml2marc { + my ($marcxml,$encoding,$flavour) = @_; + my $error; # the error string + my $marc; # the final ISO-2709 scalar + unless($encoding) {$encoding = "UTF-8"}; # set the default encoding + unless($flavour) {$flavour = C4::Context->preference("marcflavour")}; # set the default MARC flavour + + # attempt to do the conversion + eval { $marc = MARC::Record->new_from_xml($marcxml,$encoding,$flavour) }; # handle exceptions + + # record creation failed, populate $error + if ($@) {$error .="\nCreation of MARCXML Record failed: ".$@; + $error.=$MARC::File::ERROR if ($MARC::File::ERROR); + }; + # return result to calling program + return ($error,$marc); +} + +=head2 marc2dcxml - Convert from ISO-2709 to Dublin Core + +=over 4 + +my ($error,$dcxml) = marc2dcxml($marc,$qualified); + +Returns a DublinCore::Record object, will eventually return a Dublin Core scalar + +FIXME: should return actual XML, not just an object + +=over 2 + +C<$marc> - an ISO-2709 scalar or MARC::Record object + +C<$qualified> - specify whether qualified Dublin Core should be used in the input or output [0] + +=back + +=back + +=cut + +sub marc2dcxml { + my ($marc,$qualified) = @_; + my $error; + # test if it's already a MARC::Record object, if not, make it one + my $marc_record_obj; + if ($marc =~ /^MARC::Record/) { # it's already a MARC::Record object + $marc_record_obj = $marc; + } else { # it's not a MARC::Record object, make it one + eval { $marc_record_obj = MARC::Record->new_from_usmarc($marc) }; # handle exceptions + + # conversion to MARC::Record object failed, populate $error + if ($@) { + $error .="\nCreation of MARC::Record object failed: ".$MARC::File::ERROR; + } + } + my $crosswalk = MARC::Crosswalk::DublinCore->new; + if ($qualified) { + $crosswalk = MARC::Crosswalk::DublinCore->new( qualified => 1 ); + } + my $dcxml = $crosswalk->as_dublincore($marc_record_obj); + my $dcxmlfinal = "\n"; + $dcxmlfinal .= ""; + + foreach my $element ( $dcxml->elements() ) { + $dcxmlfinal.="<"."dc:".$element->name().">".$element->content()."name()."\n"; + } + $dcxmlfinal .= "\n"; + return ($error,$dcxmlfinal); +} +=head2 marc2modsxml - Convert from ISO-2709 to MODS + +=over 4 + +my ($error,$modsxml) = marc2modsxml($marc); + +Returns a MODS scalar + +=back + +=cut + +sub marc2modsxml { + my ($marc) = @_; + # grab the XML, run it through our stylesheet, push it out to the browser + my $xmlrecord = marc2marcxml($marc); + my $xslfile = C4::Context->config('intranetdir')."/misc/xslt/MARC21slim2MODS3-1.xsl"; + my $parser = XML::LibXML->new(); + my $xslt = XML::LibXSLT->new(); + my $source = $parser->parse_string($xmlrecord); + my $style_doc = $parser->parse_file($xslfile); + my $stylesheet = $xslt->parse_stylesheet($style_doc); + my $results = $stylesheet->transform($source); + my $newxmlrecord = $stylesheet->output_string($results); + return ($newxmlrecord); +} +=head2 html2marcxml + +=over 4 + +my ($error,$marcxml) = html2marcxml($tags,$subfields,$values,$indicator,$ind_tag); + +Returns a MARCXML scalar + +this is used in addbiblio.pl and additem.pl to build the MARCXML record from +the form submission. + +FIXME: this could use some better code documentation + +=back + +=cut + +sub html2marcxml { + my ($tags,$subfields,$values,$indicator,$ind_tag) = @_; + my $error; + # add the header info + my $marcxml= MARC::File::XML::header(C4::Context->preference('TemplateEncoding'),C4::Context->preference('marcflavour')); + + # some flags used to figure out where in the record we are + my $prevvalue; + my $prevtag=-1; + my $first=1; + my $j = -1; + + # handle characters that would cause the parser to choke FIXME: is there a more elegant solution? + for (my $i=0;$i<=@$tags;$i++){ + @$values[$i] =~ s/&/&/g; + @$values[$i] =~ s//>/g; + @$values[$i] =~ s/"/"/g; + @$values[$i] =~ s/'/'/g; + + if ((@$tags[$i] ne $prevtag)){ + $j++ unless (@$tags[$i] eq ""); + #warn "IND:".substr(@$indicator[$j],0,1).substr(@$indicator[$j],1,1)." ".@$tags[$i]; + if (!$first){ + $marcxml.="\n"; + if ((@$tags[$i] > 10) && (@$values[$i] ne "")){ + my $ind1 = substr(@$indicator[$j],0,1); + my $ind2 = substr(@$indicator[$j],1,1); + $marcxml.="\n"; + $marcxml.="@$values[$i]\n"; + $first=0; + } else { + $first=1; + } + } else { + if (@$values[$i] ne "") { + # handle the leader + if (@$tags[$i] eq "000") { + $marcxml.="@$values[$i]\n"; + $first=1; + # rest of the fixed fields + } elsif (@$tags[$i] < 010) { #FIXME: <10 was the way it was, there might even be a better way + $marcxml.="@$values[$i]\n"; + $first=1; + } else { + my $ind1 = substr(@$indicator[$j],0,1); + my $ind2 = substr(@$indicator[$j],1,1); + $marcxml.="\n"; + $marcxml.="@$values[$i]\n"; + $first=0; + } + } + } + } else { # @$tags[$i] eq $prevtag + if (@$values[$i] eq "") { + } else { + if ($first){ + my $ind1 = substr(@$indicator[$j],0,1); + my $ind2 = substr(@$indicator[$j],1,1); + $marcxml.="\n"; + $first=0; + } + $marcxml.="@$values[$i]\n"; + } + } + $prevtag = @$tags[$i]; + } + $marcxml.= MARC::File::XML::footer(); + #warn $marcxml; + return ($error,$marcxml); +} + +=head2 html2marc + +=over 4 + +Probably best to avoid using this ... it has some rather striking problems: + +=over 2 + +* saves blank subfields + +* subfield order is hardcoded to always start with 'a' for repeatable tags (because it is hardcoded in the addfield routine). + +* only possible to specify one set of indicators for each set of tags (ie, one for all the 650s). (because they were stored in a hash with the tag as the key). + +* the underlying routines didn't support subfield reordering or subfield repeatability. + +=back + +I've left it in here because it could be useful if someone took the time to fix it. -- kados + +=back + +=cut + +sub html2marc { + my ($dbh,$rtags,$rsubfields,$rvalues,%indicators) = @_; + my $prevtag = -1; + my $record = MARC::Record->new(); +# my %subfieldlist=(); + my $prevvalue; # if tag <10 + my $field; # if tag >=10 + for (my $i=0; $i< @$rtags; $i++) { + # rebuild MARC::Record +# warn "0=>".@$rtags[$i].@$rsubfields[$i]." = ".@$rvalues[$i].": "; + if (@$rtags[$i] ne $prevtag) { + if ($prevtag < 10) { + if ($prevvalue) { + if (($prevtag ne '000') && ($prevvalue ne "")) { + $record->add_fields((sprintf "%03s",$prevtag),$prevvalue); + } elsif ($prevvalue ne ""){ + $record->leader($prevvalue); + } + } + } else { + if (($field) && ($field ne "")) { + $record->add_fields($field); + } + } + $indicators{@$rtags[$i]}.=' '; + # skip blank tags, I hope this works + if (@$rtags[$i] eq ''){ + $prevtag = @$rtags[$i]; + undef $field; + next; + } + if (@$rtags[$i] <10) { + $prevvalue= @$rvalues[$i]; + undef $field; + } else { + undef $prevvalue; + if (@$rvalues[$i] eq "") { + undef $field; + } else { + $field = MARC::Field->new( (sprintf "%03s",@$rtags[$i]), substr($indicators{@$rtags[$i]},0,1),substr($indicators{@$rtags[$i]},1,1), @$rsubfields[$i] => @$rvalues[$i]); + } +# warn "1=>".@$rtags[$i].@$rsubfields[$i]." = ".@$rvalues[$i].": ".$field->as_formatted; + } + $prevtag = @$rtags[$i]; + } else { + if (@$rtags[$i] <10) { + $prevvalue=@$rvalues[$i]; + } else { + if (length(@$rvalues[$i])>0) { + $field->add_subfields(@$rsubfields[$i] => @$rvalues[$i]); +# warn "2=>".@$rtags[$i].@$rsubfields[$i]." = ".@$rvalues[$i].": ".$field->as_formatted; + } + } + $prevtag= @$rtags[$i]; + } + } + #} + # the last has not been included inside the loop... do it now ! + #use Data::Dumper; + #warn Dumper($field->{_subfields}); + $record->add_fields($field) if (($field) && $field ne ""); + #warn "HTML2MARC=".$record->as_formatted; + return $record; +} + +=head2 changeEncoding - Change the encoding of a record + +=over 4 + +my ($error, $newrecord) = changeEncoding($record,$format,$flavour,$to_encoding,$from_encoding); + +Changes the encoding of a record + +=over 2 + +C<$record> - the record itself can be in ISO-2709, a MARC::Record object, or MARCXML for now (required) + +C<$format> - MARC or MARCXML (required) + +C<$flavour> - MARC21 or UNIMARC, if MARC21, it will change the leader (optional) [defaults to Koha system preference] + +C<$to_encoding> - the encoding you want the record to end up in (optional) [UTF-8] + +C<$from_encoding> - the encoding the record is currently in (optional, it will probably be able to tell unless there's a problem with the record) + +=back + +FIXME: the from_encoding doesn't work yet + +FIXME: better handling for UNIMARC, it should allow management of 100 field + +FIXME: shouldn't have to convert to and from xml/marc just to change encoding someone needs to re-write MARC::Record's 'encoding' method to actually alter the encoding rather than just changing the leader + +=back + +=cut + +sub changeEncoding { + my ($record,$format,$flavour,$to_encoding,$from_encoding) = @_; + my $newrecord; + my $error; + unless($flavour) {$flavour = C4::Context->preference("marcflavour")}; + unless($to_encoding) {$to_encoding = "UTF-8"}; + + # ISO-2709 Record (MARC21 or UNIMARC) + if (lc($format) =~ /^marc$/o) { + # if we're converting encoding of an ISO2709 file, we need to roundtrip through XML + # because MARC::Record doesn't directly provide us with an encoding method + # It's definitely less than idea and should be fixed eventually - kados + my $marcxml; # temporary storage of MARCXML scalar + ($error,$marcxml) = marc2marcxml($record,$to_encoding,$flavour); + unless ($error) { + ($error,$newrecord) = marcxml2marc($marcxml,$to_encoding,$flavour); + } + + # MARCXML Record + } elsif (lc($format) =~ /^marcxml$/o) { # MARCXML Record + my $marc; + ($error,$marc) = marcxml2marc($record,$to_encoding,$flavour); + unless ($error) { + ($error,$newrecord) = marc2marcxml($record,$to_encoding,$flavour); + } + } else { + $error.="Unsupported record format:".$format; + } + return ($error,$newrecord); +} + +=head1 INTERNAL FUNCTIONS + +=head2 _entity_encode - Entity-encode an array of strings + +=over 4 + +my ($entity_encoded_string) = _entity_encode($string); + +or + +my (@entity_encoded_strings) = _entity_encode(@strings); + +Entity-encode an array of strings + +=back + +=cut + +sub _entity_encode { + my @strings = @_; + my @strings_entity_encoded; + foreach my $string (@strings) { + my $nfc_string = NFC($string); + $nfc_string =~ s/([\x{0080}-\x{fffd}])/sprintf('&#x%X;',ord($1))/sgoe; + push @strings_entity_encoded, $nfc_string; + } + return @strings_entity_encoded; +} + +END { } # module clean-up code here (global destructor) +1; +__END__ + +=head1 AUTHOR + +Joshua Ferraro + +=head1 MODIFICATIONS + +# $Id$ + +=cut diff --git a/C4/tests/Record_test.pl b/C4/tests/Record_test.pl new file mode 100755 index 0000000000..7b76fc6b02 --- /dev/null +++ b/C4/tests/Record_test.pl @@ -0,0 +1,142 @@ +#!/usr/bin/perl +# +# Copyright 2006 (C) LibLime +# Joshua Ferraro +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA +# +# $Id$ +# +use strict; use warnings; #FIXME: turn off warnings before release + +# specify the number of tests +use Test::More tests => 23; +#use C4::Context; +use C4::Record; + +=head1 NAME + +Record_test.pl - test suite for Record.pm + +=head1 SYNOPSIS + +$ export KOHA_CONF=/path/to/koha.conf +$ ./Record_test.pl + +=cut + +## FIXME: Preliminarily grab the modules dir so we can run this in context + +ok (1, 'module compiled'); + +# open some files for testing +open MARC21MARC8,"testrecords/marc21_marc8.dat" or die $!; +my $marc21_marc8; # = scalar (MARC21MARC8); +foreach my $line () { + $marc21_marc8 .= $line; +} +$marc21_marc8 =~ s/\n$//; +close MARC21MARC8; + +open (MARC21UTF8,"<:utf8","testrecords/marc21_utf8.dat") or die $!; +my $marc21_utf8; +foreach my $line () { + $marc21_utf8 .= $line; +} +$marc21_utf8 =~ s/\n$//; +close MARC21UTF8; + +open MARC21MARC8COMBCHARS,"testrecords/marc21_marc8_combining_chars.dat" or die $!; +my $marc21_marc8_combining_chars; +foreach my $line() { + $marc21_marc8_combining_chars.=$line; +} +$marc21_marc8_combining_chars =~ s/\n$//; #FIXME: why is a newline ending up here? +close MARC21MARC8COMBCHARS; + +open (MARC21UTF8COMBCHARS,"<:utf8","testrecords/marc21_utf8_combining_chars.dat") or die $!; +my $marc21_utf8_combining_chars; +foreach my $line() { + $marc21_utf8_combining_chars.=$line; +} +close MARC21UTF8COMBCHARS; + +open (MARCXMLUTF8,"<:utf8","testrecords/marcxml_utf8.xml") or die $!; +my $marcxml_utf8; +foreach my $line () { + $marcxml_utf8 .= $line; +} +close MARCXMLUTF8; + +$marcxml_utf8 =~ s/\n//g; + +## The Tests: +my $error; my $marc; my $marcxml; my $dcxml; # some scalars to store values +## MARC to MARCXML +print "\n1. Checking conversion of simple ISO-2709 (MARC21) records to MARCXML\n"; +ok (($error,$marcxml) = marc2marcxml($marc21_marc8,'UTF-8','MARC21'), 'marc2marcxml - from MARC-8 to UTF-8 (MARC21)'); +ok (!$error, 'no errors in conversion'); + $marcxml =~ s/\n//g; + $marcxml =~ s/v\/ s/v\/s/g; # FIXME: bug in new_from_xml_record!! +is ($marcxml,$marcxml_utf8, 'record matches antitype'); + +ok (($error,$marcxml) = marc2marcxml($marc21_utf8,'UTF-8','MARC21'), 'marc2marcxml - from UTF-8 to UTF-8 (MARC21)'); +ok (!$error, 'no errors in conversion'); + $marcxml =~ s/\n//g; + $marcxml =~ s/v\/ s/v\/s/g; +is ($marcxml,$marcxml_utf8, 'record matches antitype'); + +print "\n2. checking binary MARC21 records with combining characters to MARCXML\n"; +ok (($error,$marcxml) = marc2marcxml($marc21_marc8_combining_chars,'MARC-8','MARC21'), 'marc2marcxml - from MARC-8 to MARC-8 with combining characters(MARC21)'); +ok (!$error, 'no errors in conversion'); + +ok (($error,$marcxml) = marc2marcxml($marc21_marc8_combining_chars,'UTF-8','MARC21'), 'marc2marcxml - from MARC-8 to UTF-8 with combining characters (MARC21)'); +ok (!$error, 'no errors in conversion'); + +ok (($error,$marcxml) = marc2marcxml($marc21_utf8_combining_chars,'UTF-8','MARC21'), 'marc2marcxml - from UTF-8 to UTF-8 with combining characters (MARC21)'); +ok (!$error, 'no errors in conversion'); + +ok (($error,$dcxml) = marc2dcxml($marc21_utf8), 'marc2dcxml - from ISO-2709 to Dublin Core'); +ok (!$error, 'no errors in conversion'); + +print "\n3. checking ability to alter encoding\n"; +ok (($error,$marc) = changeEncoding($marc21_marc8,'MARC','MARC21','UTF-8'), 'changeEncoding - MARC21 from MARC-8 to UTF-8'); +ok (!$error, 'no errors in conversion'); + +ok (($error,$marc) = changeEncoding($marc21_utf8,'MARC','MARC21','MARC-8'), 'changeEncoding - MARC21 from UTF-8 to MARC-8'); +ok (!$error, 'no errors in conversion'); + +ok (($error,$marc) = changeEncoding($marc21_marc8,'MARC','MARC21','MARC-8'), 'changeEncoding - MARC21 from MARC-8 to MARC-8'); +ok (!$error, 'no errors in conversion'); + +ok (($error,$marc) = changeEncoding($marc21_utf8,'MARC','MARC21','UTF-8'), 'changeEncoding - MARC21 from UTF-8 to UTF-8'); +ok (!$error, 'no errors in conversion'); + +__END__ + +=head1 TODO + +Still lots more to test including UNIMARC support + +=head1 AUTHOR + +Joshua Ferraro + +=head1 MODIFICATIONS + +# $Id$ + +=cut diff --git a/C4/tests/testrecords/marc21_marc8.dat b/C4/tests/testrecords/marc21_marc8.dat new file mode 100644 index 0000000000..ac1f8dd851 --- /dev/null +++ b/C4/tests/testrecords/marc21_marc8.dat @@ -0,0 +1 @@ +00463 2200169 450000100060000000300050000600500170001100800410002802000150006909000150008410000340009924500510013325000250018465000220020994200250023195200370025684893ACLS19990324000000.0930421s19xx xxu 00010 eng d a0854562702 c1738d17381 aChristie, Agatha,d1890-1976.10aWhy didn't they ask Evans? /cAgatha Christie. aLarge print edition. 0aLarge type books. aONecLPkLP Christie bNPLp31000000010273r12.00u2148 diff --git a/C4/tests/testrecords/marc21_marc8_combining_chars.dat b/C4/tests/testrecords/marc21_marc8_combining_chars.dat new file mode 100644 index 0000000000..0991ec90da --- /dev/null +++ b/C4/tests/testrecords/marc21_marc8_combining_chars.dat @@ -0,0 +1 @@ +01442cam 2200373 a 4500001001300000003000600013005001700019008004100036010001700077040002500094016001900119020004200138029002100180050002800201082002300229084001500252092001700267049000800284245015300292260007900445300002800524440015300552500003000705500002200735650005600757650007000813650005700883650002500940650002100965650002500986700003001011942001501041994001201056ocm11030895 OCoLC20060516100102.0840720s1984 ne b 001 0 eng  a 83048926  aDLCcDLCdMUQdNLGGC aB84431862bccb a0800606035 (Fortress Press) :c$35.951 aNLGGCb84037516600aBM485b.L57 1984 vol. 200a296.1 sa296.1219 a11.372bcl0 a296.1bST66  aWN300aJewish writings of the Second Temple period :bApocrypha, Pseudepigrapha, Qumran, sectarian writings, Philo, Josephus /cedited by Michael E. Stone. aAssen, Netherlands :bVan Gorcum ;aPhiladelphia :bFortress Press,c1984. axxiii, 697 p. ;c25 cm. 0aCompendia rerum Iudaicarum ad Novum Testamentum.nSection 2,pLiterature of the Jewish people in the period of the Second Temple and the Talmud ;v2 aBibliography: p. 603-653. aIncludes indexes. 0aJewish religious literaturexHistory and criticism. 0aJudaismxHistoryyPost-exilic period, 586 B.C.-210 A.D.xSources. 6aLittâerature religieuse juivexHistoire et critique.17aOude Testament.2gtt17aApocriefen.2gtt17aDode-Zeerollen.2gtt1 aStone, Michael E.,d1938- k296.1 ST66 aC0bWN3 diff --git a/C4/tests/testrecords/marc21_marc8_errors.dat b/C4/tests/testrecords/marc21_marc8_errors.dat new file mode 100644 index 0000000000..f7ea2aaf0c --- /dev/null +++ b/C4/tests/testrecords/marc21_marc8_errors.dat @@ -0,0 +1 @@ +00462 2200169 450000100060000000300050000600500170001100800410002802000150006909000150008410000340009924500510013325000250018465000220020994200250023195200370025684893ACLS19990324000000.0930421s19xx xxu 00010 eng d a0854562702 c1738d17381 aChristie, Agatha,d1890-1976.10aWhy didn't they ask Evans? /cAgatha Christie. aLarge print edition. 0aLarge type books. aONecLPkLP Christie bNPLp31000000010273r12.00u2148 diff --git a/C4/tests/testrecords/marc21_utf8.dat b/C4/tests/testrecords/marc21_utf8.dat new file mode 100644 index 0000000000..0061c846bc --- /dev/null +++ b/C4/tests/testrecords/marc21_utf8.dat @@ -0,0 +1 @@ +00463 a2200169 450000100060000000300050000600500170001100800410002802000150006909000150008410000340009924500510013325000250018465000220020994200250023195200370025684893ACLS19990324000000.0930421s19xx xxu 00010 eng d a0854562702 c1738d17381 aChristie, Agatha,d1890-1976.10aWhy didn't they ask Evans? /cAgatha Christie. aLarge print edition. 0aLarge type books. aONecLPkLP Christie bNPLp31000000010273r12.00u2148 \ No newline at end of file diff --git a/C4/tests/testrecords/marc21_utf8_combining_chars.dat b/C4/tests/testrecords/marc21_utf8_combining_chars.dat new file mode 100644 index 0000000000..5ae3740f08 --- /dev/null +++ b/C4/tests/testrecords/marc21_utf8_combining_chars.dat @@ -0,0 +1 @@ +01442cam a2200373 a 4500001001300000003000600013005001700019008004100036010001700077040002500094016001900119020004200138029002100180050002800201082002300229084001500252092001700267049000800284245015300292260007900445300002800524440015300552500003000705500002200735650005600757650007000813650005700883650002500940650002100965650002500986700003001011942001501041994001201056ocm11030895 OCoLC20060516100102.0840720s1984 ne b 001 0 eng  a 83048926  aDLCcDLCdMUQdNLGGC aB84431862bccb a0800606035 (Fortress Press) :c$35.951 aNLGGCb84037516600aBM485b.L57 1984 vol. 200a296.1 sa296.1219 a11.372bcl0 a296.1bST66  aWN300aJewish writings of the Second Temple period :bApocrypha, Pseudepigrapha, Qumran, sectarian writings, Philo, Josephus /cedited by Michael E. Stone. aAssen, Netherlands :bVan Gorcum ;aPhiladelphia :bFortress Press,c1984. axxiii, 697 p. ;c25 cm. 0aCompendia rerum Iudaicarum ad Novum Testamentum.nSection 2,pLiterature of the Jewish people in the period of the Second Temple and the Talmud ;v2 aBibliography: p. 603-653. aIncludes indexes. 0aJewish religious literaturexHistory and criticism. 0aJudaismxHistoryyPost-exilic period, 586 B.C.-210 A.D.xSources. 6aLittérature religieuse juivexHistoire et critique.17aOude Testament.2gtt17aApocriefen.2gtt17aDode-Zeerollen.2gtt1 aStone, Michael E.,d1938- k296.1 ST66 aC0bWN3 \ No newline at end of file diff --git a/C4/tests/testrecords/marcxml_utf8.xml b/C4/tests/testrecords/marcxml_utf8.xml new file mode 100644 index 0000000000..7e30aaadd4 --- /dev/null +++ b/C4/tests/testrecords/marcxml_utf8.xml @@ -0,0 +1,44 @@ + + + + 00463 a2200169 4500 + 84893 + ACLS + 19990324000000.0 + 930421s19xx xxu 00010 eng d + + 0854562702 + + + 1738 + 1738 + + + Christie, Agatha, + 1890-1976. + + + Why didn't they ask Evans? / + Agatha Christie. + + + Large print edition. + + + Large type books. + + + ONe + LP + LP Christie + + + NPL + 31000000010273 + 12.00 + 2148 + + diff --git a/C4/tests/testrecords/marcxml_utf8_entityencoded.xml b/C4/tests/testrecords/marcxml_utf8_entityencoded.xml new file mode 100644 index 0000000000..53766f357b --- /dev/null +++ b/C4/tests/testrecords/marcxml_utf8_entityencoded.xml @@ -0,0 +1,46 @@ + + + + + 00463 a2200169 4500 + 84893 + ACLS + 19990324000000.0 + 930421s19xx xxu 00010 eng d + + 0854562702 + + + 1738 + 1738 + + + Christie, Agatha, + 1890-1976. + + + Why didn't they ask Evans? / + Agatha Christie. + + + Large print edition. + + + Large type books. + + + ONe + LP + LP Christie + + + NPL + 31000000010273 + 12.00 + 2148 + + + diff --git a/acqui/neworderbiblio.pl b/acqui/neworderbiblio.pl new file mode 100755 index 0000000000..f491f5afc8 --- /dev/null +++ b/acqui/neworderbiblio.pl @@ -0,0 +1,136 @@ +#!/usr/bin/perl + +#origninally script to provide intranet (librarian) advanced search facility +#now script to do searching for acquisitions + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +=head1 NAME + +neworderbiblio.pl + +=head1 DESCRIPTION + +this script allows to perform a new order from an existing record. + +=head1 CGI PARAMETERS + +=over 4 + +=item search +the title the librarian has typed to search an existing record. + +=item q +the keyword the librarian has typed to search an existing record. + +=item author +the author of the new record. + +=item num +the number of result per page to display + +=item booksellerid +the id of the bookseller this script has to add an order. + +=item basketno +the basket number to know on which basket this script have to add a new order. + +=back + +=cut + +use strict; +use C4::Search; +use CGI; +use C4::Output; +use C4::Bookseller; +use C4::Biblio; + +use C4::Auth; +use C4::Interface::CGI::Output; +use C4::Koha; + +my $input = new CGI; + +#getting all CGI params into a hash. +my $params = $input->Vars; + +my $offset = $params->{'offset'} || 0; +my $query = $params->{'q'}; +my $num = $params->{'num'}; +$num = 20 unless $num; + +my $booksellerid = $params->{'booksellerid'}; +my $basketno = $params->{'basketno'}; +my $sub = $params->{'sub'}; + +# getting the template +my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "acqui/neworderbiblio.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => { acquisition => 1 }, + } +); + +# Searching the catalog. +my ($error, $marcresults) = SimpleSearch($query); + +if (defined $error) { + $template->param(query_error => $error); + warn "error: ".$error; + output_html_with_http_headers $input, $cookie, $template->output; + exit; +} + +my $hits = scalar @$marcresults; +my @results; + +for(my $i=0;$i<$hits;$i++) { + my %resultsloop; + my $marcrecord = MARC::File::USMARC::decode($marcresults->[$i]); + my $biblio = MARCmarc2koha(C4::Context->dbh,$marcrecord,''); + + #build the hash for the template. + %resultsloop=%$biblio; + $resultsloop{highlight} = ($i % 2)?(1):(0); + + push @results, \%resultsloop; +} + +$template->param( + basketno => $basketno, + booksellerid => $booksellerid, + resultsloop => \@results, + total => $hits, + query => $query, + virtualshelves => C4::Context->preference("virtualshelves"), + LibraryName => C4::Context->preference("LibraryName"), + OpacNav => C4::Context->preference("OpacNav"), + opaccredits => C4::Context->preference("opaccredits"), + AmazonContent => C4::Context->preference("AmazonContent"), + opacsmallimage => C4::Context->preference("opacsmallimage"), + opaclayoutstylesheet => C4::Context->preference("opaclayoutstylesheet"), + opaccolorstylesheet => C4::Context->preference("opaccolorstylesheet"), + "BiblioDefaultView".C4::Context->preference("IntranetBiblioDefaultView") => 1, +); + +# BUILD THE TEMPLATE +output_html_with_http_headers $input, $cookie, $template->output; diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl new file mode 100644 index 0000000000..36c4d0310c --- /dev/null +++ b/acqui/orderreceive.pl @@ -0,0 +1,232 @@ +#!/usr/bin/perl + +# $Id$ + +#script to recieve orders +#written by chris@katipo.co.nz 24/2/2000 + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +=head1 NAME + +orderreceive.pl + +=head1 DESCRIPTION +This script shows all order already receive and all pendings orders. +It permit to write a new order as 'received'. + +=head1 CGI PARAMETERS + +=over 4 + +=item supplierid +to know on what supplier this script has to display receive order. + +=item recieve + +=item invoice +the number of this invoice. + +=item freight + +=item biblio +The biblionumber of this order. + +=item daterecieved + +=item catview + +=item gst + +=back + +=cut + +use strict; +use CGI; +use C4::Context; +use C4::Koha; # GetKohaAuthorisedValues GetItemTypes +use C4::Acquisition; +use C4::Auth; +use C4::Interface::CGI::Output; +use C4::Date; +use C4::Bookseller; +use C4::Members; +use C4::Branch; # GetBranches + +my $input = new CGI; +my $supplierid = $input->param('supplierid'); +my $dbh = C4::Context->dbh; + +my $search = $input->param('recieve'); +my $invoice = $input->param('invoice'); +my $freight = $input->param('freight'); +my $biblionumber = $input->param('biblionumber'); +my $daterecieved = $input->param('daterecieved') || format_date(join "-",Date::Calc::Today()); +my $catview = $input->param('catview'); +my $gst = $input->param('gst'); + +my @results = SearchOrder( $search, $supplierid, $biblionumber, $catview ); +my $count = scalar @results; + +my @booksellers = GetBookSeller( $results[0]->{'booksellerid'} ); + +my $date = $results[0]->{'entrydate'}; + +my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "acqui/orderreceive.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => { acquisition => 1 }, + debug => 1, + } +); +$template->param($count); + +if ( $count == 1 ) { + + my $itemtypes = GetItemTypes; + my @itemtypesloop; + foreach my $thisitemtype (sort keys %$itemtypes) { + my %row = ( + value => $thisitemtype, + description => $itemtypes->{$thisitemtype}->{'description'}, + ); + push @itemtypesloop, \%row; + } + + $template->param(itemtypeloop => \@itemtypesloop); + + + my $locations = GetKohaAuthorisedValues( 'items.location' ); + if ($locations) { + my @location_codes = keys %$locations; + my $CGIlocation = CGI::scrolling_list( + -name => 'location', + -id => 'location', + -values => \@location_codes, + -default => $results[0]->{'itemtype'}, + -labels => $locations, + -size => 1, + -tabindex => '', + -multiple => 0 + ); + $template->param( CGIlocation => $CGIlocation ); + } + my $onlymine=C4::Context->preference('IndependantBranches') && + C4::Context->userenv && + C4::Context->userenv->{flags} !=1 && + C4::Context->userenv->{branch}; + my $branches = GetBranches($onlymine); + my @branchloop; + foreach my $thisbranch ( sort keys %$branches ) { + my %row = ( + value => $thisbranch, + branchname => $branches->{$thisbranch}->{'branchname'}, + ); + push @branchloop, \%row; + } + + my $auto_barcode = C4::Context->boolean_preference("autoBarcode") || 0; + + # See whether barcodes should be automatically allocated. + # Defaults to 0, meaning "no". + my $barcode; + if ( $auto_barcode ) { + my $sth = $dbh->prepare("Select max(barcode) from items"); + $sth->execute; + my $data = $sth->fetchrow_hashref; + $barcode = $results[0]->{'barcode'} + 1; + $sth->finish; + } + + if ( $results[0]->{'quantityreceived'} == 0 ) { + $results[0]->{'quantityreceived'} = ''; + } + if ( $results[0]->{'unitprice'} == 0 ) { + $results[0]->{'unitprice'} = ''; + } + $results[0]->{'copyrightdate'} = + format_date( $results[0]->{'copyrightdate'} ); + $template->param( + branchloop => \@branchloop, + count => 1, + biblionumber => $results[0]->{'biblionumber'}, + ordernumber => $results[0]->{'ordernumber'}, + biblioitemnumber => $results[0]->{'biblioitemnumber'}, + supplierid => $results[0]->{'booksellerid'}, + freight => $freight, + gst => $gst, + catview => ( $catview ne 'yes' ? 1 : 0 ), + name => $booksellers[0]->{'name'}, + date => format_date($date), + title => $results[0]->{'title'}, + author => $results[0]->{'author'}, + copyrightdate => format_date( $results[0]->{'copyrightdate'} ), + itemtype => $results[0]->{'itemtype'}, + isbn => $results[0]->{'isbn'}, + seriestitle => $results[0]->{'seriestitle'}, + barcode => $barcode, + bookfund => $results[0]->{'bookfundid'}, + quantity => $results[0]->{'quantity'}, + quantityreceivedplus1 => $results[0]->{'quantityreceived'} + 1, + quantityreceived => $results[0]->{'quantityreceived'}, + rrp => $results[0]->{'rrp'}, + ecost => $results[0]->{'ecost'}, + unitprice => $results[0]->{'unitprice'}, + invoice => $invoice, + daterecieved => $daterecieved, + notes => $results[0]->{'notes'}, + intranetcolorstylesheet => + C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), + ); +} +else { + my @loop; + for ( my $i = 0 ; $i < $count ; $i++ ) { + my %line = %{ $results[$i] }; + + $line{invoice} = $invoice; + $line{daterecieved} = $daterecieved; + $line{freight} = $freight; + $line{gst} = $gst; + $line{title} = $results[$i]->{'title'}; + $line{author} = $results[$i]->{'author'}; + $line{supplierid} = $supplierid; + push @loop, \%line; + } + $template->param( + loop => \@loop, + date => format_date($date), + daterecieved => $daterecieved, + name => $booksellers[0]->{'name'}, + supplierid => $supplierid, + invoice => $invoice, + daterecieved => $daterecieved, + intranetcolorstylesheet => + C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), + ); + +} +output_html_with_http_headers $input, $cookie, $template->output; diff --git a/acqui/parcels.pl b/acqui/parcels.pl new file mode 100644 index 0000000000..6803a6db45 --- /dev/null +++ b/acqui/parcels.pl @@ -0,0 +1,172 @@ +#!/usr/bin/perl + +# $Id$ + +#script to show display basket of orders +#written by chris@katipo.co.nz 24/2/2000 + + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +=head1 NAME + +parcels.pl + +=head1 DESCRIPTION +This script shows all orders/parcels receipt or pending for a given supplier. +It allows to write an order/parcels as 'received' when he arrives. + +=head1 CGI PARAMETERS + +=over 4 + +=item supplierid +To know the supplier this script has to show orders. + +=item orderby +sort list of order by 'orderby'. +Orderby can be equals to + * datereceived desc (default value) + * aqorders.booksellerinvoicenumber + * datereceived + * aqorders.booksellerinvoicenumber desc + +=item filter + +=item datefrom +To filter on date + +=item dateto +To filter on date + +=item resultsperpage +To know how many results have to be display / page. + +=back + +=cut + +use strict; +use CGI; +use C4::Auth; +use C4::Output; +use C4::Interface::CGI::Output; + +use C4::Date; + +use C4::Acquisition; +use C4::Bookseller; + +my $input=new CGI; +my $supplierid=$input->param('supplierid'); +my $order=$input->param('orderby') || "datereceived desc"; +my $startfrom=$input->param('startfrom'); +my $code=$input->param('filter'); +my $datefrom=$input->param('datefrom'); +my $dateto=$input->param('dateto'); +my $resultsperpage = $input->param('resultsperpage'); + +my @booksellers=GetBookSeller($supplierid); +my $count = scalar @booksellers; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "acqui/parcels.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {acquisition => 1}, + debug => 1, +}); + + +$resultsperpage = 20 unless ($resultsperpage); +my @results =GetParcels($supplierid, $order, $code,$datefrom,$dateto); +$count = scalar @results; + +# multi page display gestion +$startfrom=0 unless ($startfrom); +if ($count>$resultsperpage){ + my $displaynext=0; + my $displayprev=$startfrom; + if(($count - ($startfrom+$resultsperpage)) > 0 ) { + $displaynext = 1; + } + + my @numbers = (); + if ($count>$resultsperpage) { + for (my $i=1; $i<$count/$resultsperpage+1; $i++) { + if ($i<16) { + my $highlight=0; + ($startfrom/$resultsperpage==($i-1)) && ($highlight=1); + push @numbers, { number => $i, + highlight => $highlight , +# searchdata=> "test", + startfrom => ($i-1)*$resultsperpage}; + } + } + } + + my $from = $startfrom*$resultsperpage+1; + my $to; + if($count < (($startfrom+1)*$resultsperpage)){ + $to = $count; + } else { + $to = (($startfrom+1)*$resultsperpage); + } + $template->param(numbers=>\@numbers, + displaynext=>$displaynext, + displayprev=>$displayprev, + nextstartfrom=>(($startfrom+$resultsperpage<$count)?$startfrom+$resultsperpage:$count), + prevstartfrom=>(($startfrom-$resultsperpage>0)?$startfrom-$resultsperpage:0) + ); +} +my @loopres; + +my $hilighted=0; +for (my $i=$startfrom;$i<=($startfrom+$resultsperpage-1<$count-1?$startfrom+$resultsperpage-1:$count-1);$i++){ +### startfrom: $startfrom +### resultsperpage: $resultsperpage +### count: $count +### code: $results[$i]->{booksellerinvoicenumber} +### datereceived: $results[$i]->{datereceived} + + my %cell; + $cell{number}=$i+1; + $cell{code}=$results[$i]->{booksellerinvoicenumber}; + $cell{nullcode}=$results[$i]->{booksellerinvoicenumber} eq "NULL"; + $cell{emptycode}=$results[$i]->{booksellerinvoicenumber} eq ''; + $cell{raw_datereceived}=$results[$i]->{datereceived}; + $cell{datereceived}=format_date($results[$i]->{datereceived}); + $cell{bibcount}=$results[$i]->{biblio}; + $cell{reccount}=$results[$i]->{itemsreceived}; + $cell{itemcount}=$results[$i]->{itemsexpected}; + $cell{hilighted} = $hilighted%2; + $hilighted++; + push @loopres, \%cell; +} +$template->param(searchresults=>\@loopres, count=>$count) if ($count); +$template->param(orderby=>$order, filter=>$code, datefrom=>$datefrom,dateto=>$dateto, resultsperpage=>$resultsperpage); +$template->param( + name => $booksellers[0]->{'name'}, + supplierid => $supplierid, + intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), + ); + +output_html_with_http_headers $input, $cookie, $template->output; diff --git a/acqui/spent.pl b/acqui/spent.pl new file mode 100755 index 0000000000..f4231e268a --- /dev/null +++ b/acqui/spent.pl @@ -0,0 +1,80 @@ +#!/usr/bin/perl + +# script to show a breakdown of committed and spent budgets + +# needs to be templated at some point + +use C4::Context; +use C4::Auth; +use C4::Interface::CGI::Output; +use strict; +use CGI; + +my $dbh = C4::Context->dbh; +my $input = new CGI; +my $bookfund = $input->param('bookfund'); +my $start = $input->param('start'); +my $end = $input->param('end'); + +my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "acqui/spent.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => { acquisition => 1 }, + debug => 1, + } +); + +my $query = +"Select quantity,datereceived,freight,unitprice,listprice,ecost,quantityreceived + as qrev,subscription,title,itemtype,aqorders.biblionumber,aqorders.booksellerinvoicenumber, + quantity-quantityreceived as tleft, + aqorders.ordernumber + as ordnum,entrydate,budgetdate,booksellerid,aqbasket.basketno + from aqorders,aqorderbreakdown,aqbasket + left join biblioitems on biblioitems.biblioitemnumber=aqorders.biblioitemnumber + where bookfundid=? and + aqorders.ordernumber=aqorderbreakdown.ordernumber and + aqorders.basketno=aqbasket.basketno + and ( + (datereceived >= ? and datereceived < ?)) + and (datecancellationprinted is NULL or + datecancellationprinted='0000-00-00') + + + "; +my $sth = $dbh->prepare($query); +$sth->execute( $bookfund, $start, $end ); + +my $total = 0; +my $toggle; +my @spent_loop; +while ( my $data = $sth->fetchrow_hashref ) { + my $recv = $data->{'qrev'}; + if ( $recv > 0 ) { + my $subtotal = $recv * $data->{'unitprice'}; + $data->{'subtotal'} = $subtotal; + $data->{'unitprice'} += 0; + $total += $subtotal; + if ($toggle) { + $toggle = 0; + } + else { + $toggle = 1; + } + $data->{'toggle'} = $toggle; + push @spent_loop, $data; + } + +} + +$template->param( + SPENTLOOP => \@spent_loop, + total => $total +); +$sth->finish; + +$dbh->disconnect; +output_html_with_http_headers $input, $cookie, $template->output; diff --git a/admin/biblio_framework.pl b/admin/biblio_framework.pl new file mode 100755 index 0000000000..4542a86fbb --- /dev/null +++ b/admin/biblio_framework.pl @@ -0,0 +1,180 @@ +#!/usr/bin/perl +# NOTE: 4-character tabs + +#written 20/02/2002 by paul.poulain@free.fr +# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html) + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use CGI; +use C4::Context; +use C4::Output; +use C4::Auth; +use C4::Interface::CGI::Output; + + +sub StringSearch { + my ($env,$searchstring,$type)=@_; + my $dbh = C4::Context->dbh; + $searchstring=~ s/\'/\\\'/g; + my @data=split(' ',$searchstring); + my $count=@data; + my $sth=$dbh->prepare("Select * from biblio_framework where (frameworkcode like ?) order by frameworktext"); + $sth->execute("$data[0]%"); + my @results; + while (my $data=$sth->fetchrow_hashref){ + push(@results,$data); + } + # $sth->execute; + $sth->finish; + return (scalar(@results),\@results); +} + +my $input = new CGI; +my $searchfield=$input->param('frameworkcode'); +my $offset=$input->param('offset'); +my $script_name="/cgi-bin/koha/admin/biblio_framework.pl"; +my $frameworkcode=$input->param('frameworkcode'); +my $pagesize=20; +my $op = $input->param('op'); +$searchfield=~ s/\,//g; +my ($template, $borrowernumber, $cookie) + = get_template_and_user({template_name => "admin/biblio_framework.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {parameters => 1}, + debug => 1, + }); + +if ($op) { +$template->param(script_name => $script_name, + $op => 1); # we show only the TMPL_VAR names $op +} else { +$template->param(script_name => $script_name, + else => 1); # we show only the TMPL_VAR names $op +} + + + + +################## ADD_FORM ################################## +# called by default. Used to create form to add or modify a record +if ($op eq 'add_form') { + #start the page and read in includes + #---- if primkey exists, it's a modify action, so read values to modify... + my $data; + if ($frameworkcode) { + my $dbh = C4::Context->dbh; + my $sth=$dbh->prepare("select * from biblio_framework where frameworkcode=?"); + $sth->execute($frameworkcode); + $data=$sth->fetchrow_hashref; + $sth->finish; + } + $template->param(frameworkcode => $frameworkcode, + frameworktext => $data->{'frameworktext'}, + ); +; + # END $OP eq ADD_FORM +################## ADD_VALIDATE ################################## +# called by add_form, used to insert/modify data in DB +} elsif ($op eq 'add_validate') { + my $dbh = C4::Context->dbh; + my $sth=$dbh->prepare("replace biblio_framework (frameworkcode,frameworktext) values (?,?)"); + $sth->execute($input->param('frameworkcode'),$input->param('frameworktext')); + $sth->finish; + print "Content-Type: text/html\n\n"; + exit; + # END $OP eq ADD_VALIDATE +################## DELETE_CONFIRM ################################## +# called by default form, used to confirm deletion of data in DB +} elsif ($op eq 'delete_confirm') { + #start the page and read in includes + my $dbh = C4::Context->dbh; + + # Check both categoryitem and biblioitems, see Bug 199 + my $total = 0; + for my $table ('marc_tag_structure') { + my $sth=$dbh->prepare("select count(*) as total from $table where frameworkcode=?"); + $sth->execute($frameworkcode); + $total += $sth->fetchrow_hashref->{total}; + $sth->finish; + } + + my $sth=$dbh->prepare("select * from biblio_framework where frameworkcode=?"); + $sth->execute($frameworkcode); + my $data=$sth->fetchrow_hashref; + $sth->finish; + + $template->param(frameworkcode => $frameworkcode, + frameworktext => $data->{'frameworktext'}, + total => $total); + # END $OP eq DELETE_CONFIRM +################## DELETE_CONFIRMED ################################## +# called by delete_confirm, used to effectively confirm deletion of data in DB +} elsif ($op eq 'delete_confirmed') { + #start the page and read in includes + my $dbh = C4::Context->dbh; + my $frameworkcode=uc($input->param('frameworkcode')); + my $sth=$dbh->prepare("delete from marc_tag_structure where frameworkcode=?"); + $sth->execute($frameworkcode); + $sth=$dbh->prepare("delete from marc_subfield_structure where frameworkcode=?"); + $sth->execute($frameworkcode); + $sth=$dbh->prepare("delete from biblio_framework where frameworkcode=?"); + $sth->execute($frameworkcode); + $sth->finish; + print "Content-Type: text/html\n\n"; + exit; + # END $OP eq DELETE_CONFIRMED +################## DEFAULT ################################## +} else { # DEFAULT + my $env; + my ($count,$results)=StringSearch($env,$searchfield,'web'); + my $toggle="white"; + my @loop_data; + for (my $i=$offset; $i < ($offset+$pagesize<$count?$offset+$pagesize:$count); $i++){ + my %row_data; + if ($toggle eq 'white'){ + $row_data{toggle}="#ffffcc"; + } else { + $row_data{toggle}="white"; + } + $row_data{frameworkcode} = $results->[$i]{'frameworkcode'}; + $row_data{frameworktext} = $results->[$i]{'frameworktext'}; + push(@loop_data, \%row_data); + } + $template->param(loop => \@loop_data); + if ($offset>0) { + my $prevpage = $offset-$pagesize; + $template->param(previous => "$script_name?offset=".$prevpage); + } + if ($offset+$pagesize<$count) { + my $nextpage =$offset+$pagesize; + $template->param(next => "$script_name?offset=".$nextpage); + } +} #---- END $OP eq DEFAULT +$template->param(intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), + ); +output_html_with_http_headers $input, $cookie, $template->output; + +# Local Variables: +# tab-width: 4 +# End: diff --git a/admin/koha2marclinks.pl b/admin/koha2marclinks.pl new file mode 100755 index 0000000000..28dfadd72b --- /dev/null +++ b/admin/koha2marclinks.pl @@ -0,0 +1,189 @@ +#!/usr/bin/perl + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Output; +use C4::Interface::CGI::Output; +use C4::Auth; +use CGI; +use C4::Context; +use C4::Biblio; + + +my $input = new CGI; +my $tablename = $input->param('tablename'); +$tablename = "biblio" unless ($tablename); +my $kohafield = $input->param('kohafield'); +my $op = $input->param('op'); +my $script_name = 'koha2marclinks.pl'; + +my ( $template, $borrowernumber, $cookie ) = get_template_and_user ( + { + template_name => "admin/koha2marclinks.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => { parameters => 1 }, + debug => 1, + } +); + +if ($op) { + $template->param( + script_name => $script_name, + $op => 1 + ); # we show only the TMPL_VAR names $op +} +else { + $template->param( + script_name => $script_name, + else => 1 + ); # we show only the TMPL_VAR names $op +} + +my $dbh = C4::Context->dbh; + +################## ADD_FORM ################################## +# called by default. Used to create form to add or modify a record +if ( $op eq 'add_form' ) { + my $data; + my $sth = + $dbh->prepare( +"select tagfield,tagsubfield,liblibrarian as lib,tab from marc_subfield_structure where kohafield=?" + ); + $sth->execute( $tablename . "." . $kohafield ); + my ( $defaulttagfield, $defaulttagsubfield, $defaultliblibrarian ) = + $sth->fetchrow; + + for ( my $i = 0 ; $i <= 9 ; $i++ ) { + my $sth2 = + $dbh->prepare( +"select tagfield,tagsubfield,liblibrarian as lib,tab from marc_subfield_structure where tagfield like ?" + ); + $sth2->execute("$i%"); + my @marcarray; + push @marcarray, " "; + while ( my ( $field, $tagsubfield, $liblibrarian ) = + $sth2->fetchrow_array ) + { + push @marcarray, "$field $tagsubfield - $liblibrarian"; + } + my $marclist = CGI::scrolling_list( + -name => "marc", + -values => \@marcarray, + -default => + "$defaulttagfield $defaulttagsubfield - $defaultliblibrarian", + -size => 1, + -tabindex => '', + -multiple => 0, + ); + $template->param( "marclist$i" => $marclist ); + } + $template->param( + tablename => $tablename, + kohafield => $kohafield + ); + + # END $OP eq ADD_FORM +################## ADD_VALIDATE ################################## + # called by add_form, used to insert/modify data in DB +} +elsif ( $op eq 'add_validate' ) { + + #----- empty koha field : + $dbh->do( +"update marc_subfield_structure set kohafield='' where kohafield='$tablename.$kohafield'" + ); + + #---- reload if not empty + my @temp = split / /, $input->param('marc'); + $dbh->do( +"update marc_subfield_structure set kohafield='$tablename.$kohafield' where tagfield='$temp[0]' and tagsubfield='$temp[1]'" + ); + print +"Content-Type: text/html\n\n"; + exit; + + # END $OP eq ADD_VALIDATE +################## DEFAULT ################################## +} +else { # DEFAULT + my $env; + my $sth = + $dbh->prepare( +"Select tagfield,tagsubfield,liblibrarian,kohafield from marc_subfield_structure" + ); + $sth->execute; + my %fields; + while ( ( my $tagfield, my $tagsubfield, my $liblibrarian, my $kohafield ) = + $sth->fetchrow ) + { + $fields{$kohafield}->{tagfield} = $tagfield; + $fields{$kohafield}->{tagsubfield} = $tagsubfield; + $fields{$kohafield}->{liblibrarian} = $liblibrarian; + } + + #XXX: This might not work. Maybe should use a DBI call instead of SHOW COLUMNS + my $sth2 = $dbh->prepare("SHOW COLUMNS from $tablename"); + $sth2->execute; + + my $toggle = "white"; + my @loop_data = (); + while ( ( my $field ) = $sth2->fetchrow_array ) { + if ( $toggle eq 'white' ) { + $toggle = "#ffffcc"; + } + else { + $toggle = "white"; + } + my %row_data; # get a fresh hash for the row data + $row_data{tagfield} = $fields{ $tablename . "." . $field }->{tagfield}; + $row_data{tagsubfield} = + $fields{ $tablename . "." . $field }->{tagsubfield}; + $row_data{liblibrarian} = + $fields{ $tablename . "." . $field }->{liblibrarian}; + $row_data{kohafield} = $field; + $row_data{edit} = +"$script_name?op=add_form&tablename=$tablename&kohafield=$field"; + $row_data{bgcolor} = $toggle; + push( @loop_data, \%row_data ); + } + $template->param( + loop => \@loop_data, + tablename => CGI::scrolling_list( + -name => 'tablename', + -values => [ + 'biblio', + 'biblioitems', + 'items', + ], + -default => $tablename, + -size => 1, + -tabindex => '', + -multiple => 0 + ) + ); +} #---- END $OP eq DEFAULT +$template->param( + intranetcolorstylesheet => + C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), +); +output_html_with_http_headers $input, $cookie, $template->output; diff --git a/admin/marc_subfields_structure.pl b/admin/marc_subfields_structure.pl new file mode 100755 index 0000000000..137a609e35 --- /dev/null +++ b/admin/marc_subfields_structure.pl @@ -0,0 +1,570 @@ +#!/usr/bin/perl + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Output; +use C4::Interface::CGI::Output; +use C4::Auth; +use CGI; +use C4::Context; + + +sub StringSearch { + my ( $env, $searchstring, $frameworkcode ) = @_; + my $dbh = C4::Context->dbh; + $searchstring =~ s/\'/\\\'/g; + my @data = split( ' ', $searchstring ); + my $count = @data; + my $sth = + $dbh->prepare( +"Select * from marc_subfield_structure where (tagfield like ? and frameworkcode=?) order by tagfield" + ); + $sth->execute( "$searchstring%", $frameworkcode ); + my @results; + my $cnt = 0; + my $u = 1; + + while ( my $data = $sth->fetchrow_hashref ) { + push( @results, $data ); + $cnt++; + $u++; + } + $sth->finish; + $dbh->disconnect; + return ( $cnt, \@results ); +} + +my $input = new CGI; +my $tagfield = $input->param('tagfield'); +my $tagsubfield = $input->param('tagsubfield'); +my $frameworkcode = $input->param('frameworkcode'); +my $pkfield = "tagfield"; +my $offset = $input->param('offset'); +my $script_name = "/cgi-bin/koha/admin/marc_subfields_structure.pl"; + +my ( $template, $borrowernumber, $cookie ) = get_template_and_user( + { + template_name => "admin/marc_subfields_structure.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => { parameters => 1 }, + debug => 1, + } +); +my $pagesize = 30; +my $op = $input->param('op'); +$tagfield =~ s/\,//g; + +if ($op) { + $template->param( + script_name => $script_name, + tagfield => $tagfield, + frameworkcode => $frameworkcode, + $op => 1 + ); # we show only the TMPL_VAR names $op +} +else { + $template->param( + script_name => $script_name, + tagfield => $tagfield, + frameworkcode => $frameworkcode, + else => 1 + ); # we show only the TMPL_VAR names $op +} + +################## ADD_FORM ################################## +# called by default. Used to create form to add or modify a record +if ( $op eq 'add_form' ) { + my $data; + my $dbh = C4::Context->dbh; + my $more_subfields = $input->param("more_subfields") + 1; + + # builds kohafield tables + my @kohafields; + push @kohafields, ""; + my $sth2 = $dbh->prepare("SHOW COLUMNS from biblio"); + $sth2->execute; + while ( ( my $field ) = $sth2->fetchrow_array ) { + push @kohafields, "biblio." . $field; + } + my $sth2 = $dbh->prepare("SHOW COLUMNS from biblioitems"); + $sth2->execute; + while ( ( my $field ) = $sth2->fetchrow_array ) { + if ( $field eq 'notes' ) { $field = 'bnotes'; } + push @kohafields, "biblioitems." . $field; + } + my $sth2 = $dbh->prepare("SHOW COLUMNS from items"); + $sth2->execute; + while ( ( my $field ) = $sth2->fetchrow_array ) { + push @kohafields, "items." . $field; + } + + # build authorised value list + $sth2->finish; + $sth2 = $dbh->prepare("select distinct category from authorised_values"); + $sth2->execute; + my @authorised_values; + push @authorised_values, ""; + while ( ( my $category ) = $sth2->fetchrow_array ) { + push @authorised_values, $category; + } + push( @authorised_values, "branches" ); + push( @authorised_values, "itemtypes" ); + + # build thesaurus categories list + $sth2->finish; + $sth2 = $dbh->prepare("select authtypecode from auth_types"); + $sth2->execute; + my @authtypes; + push @authtypes, ""; + while ( ( my $authtypecode ) = $sth2->fetchrow_array ) { + push @authtypes, $authtypecode; + } + + # build value_builder list + my @value_builder = (''); + + # read value_builder directory. + # 2 cases here : on CVS install, $cgidir does not need a /cgi-bin + # on a standard install, /cgi-bin need to be added. + # test one, then the other + my $cgidir = C4::Context->intranetdir . "/cgi-bin"; + unless ( opendir( DIR, "$cgidir/cataloguing/value_builder" ) ) { + $cgidir = C4::Context->intranetdir; + opendir( DIR, "$cgidir/cataloguing/value_builder" ) + || die "can't opendir $cgidir/value_builder: $!"; + } + while ( my $line = readdir(DIR) ) { + if ( $line =~ /\.pl$/ ) { + push( @value_builder, $line ); + } + } + closedir DIR; + + # build values list + my $sth = + $dbh->prepare( +"select * from marc_subfield_structure where tagfield=? and frameworkcode=?" + ); # and tagsubfield='$tagsubfield'"); + $sth->execute( $tagfield, $frameworkcode ); + my @loop_data = (); + my $toggle = 1; + my $i = 0; + while ( $data = $sth->fetchrow_hashref ) { + my %row_data; # get a fresh hash for the row data + if ( $toggle eq 1 ) { + $toggle = 0; + } + else { + $toggle = 1; + } + $row_data{tab} = CGI::scrolling_list( + -name => 'tab', + -id => "tab$i", + -values => + [ '-1', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10' ], + -labels => { + '-1' => 'ignore', + '0' => '0', + '1' => '1', + '2' => '2', + '3' => '3', + '4' => '4', + '5' => '5', + '6' => '6', + '7' => '7', + '8' => '8', + '9' => '9', + '10' => 'items (10)', + }, + -default => $data->{'tab'}, + -size => 1, + -tabindex => '', + -multiple => 0, + ); + $row_data{tagsubfield} = + $data->{'tagsubfield'} + . "{'tagsubfield'} + . "\" id=\"tagsubfield\">"; + $row_data{liblibrarian} = CGI::escapeHTML( $data->{'liblibrarian'} ); + $row_data{libopac} = CGI::escapeHTML( $data->{'libopac'} ); + $row_data{seealso} = CGI::escapeHTML( $data->{'seealso'} ); + $row_data{kohafield} = CGI::scrolling_list( + -name => "kohafield", + -id => "kohafield$i", + -values => \@kohafields, + -default => "$data->{'kohafield'}", + -size => 1, + -tabindex => '', + -multiple => 0, + ); + $row_data{authorised_value} = CGI::scrolling_list( + -name => 'authorised_value', + -id => 'authorised_value', + -values => \@authorised_values, + -default => $data->{'authorised_value'}, + -size => 1, + -tabindex => '', + -multiple => 0, + ); + $row_data{value_builder} = CGI::scrolling_list( + -name => 'value_builder', + -id => 'value_builder', + -values => \@value_builder, + -default => $data->{'value_builder'}, + -size => 1, + -tabindex => '', + -multiple => 0, + ); + $row_data{authtypes} = CGI::scrolling_list( + -name => 'authtypecode', + -id => 'authtypecode', + -values => \@authtypes, + -default => $data->{'authtypecode'}, + -size => 1, + -tabindex => '', + -multiple => 0, + ); + $row_data{repeatable} = CGI::checkbox( + -name => "repeatable$i", + -checked => $data->{'repeatable'} ? 'checked' : '', + -value => 1, + -tabindex => '', + -label => '', + -id => "repeatable$i" + ); + $row_data{mandatory} = CGI::checkbox( + -name => "mandatory$i", + -checked => $data->{'mandatory'} ? 'checked' : '', + -value => 1, + -tabindex => '', + -label => '', + -id => "mandatory$i" + ); + $row_data{hidden} = CGI::escapeHTML( $data->{hidden} ); + $row_data{isurl} = CGI::checkbox( + -name => "isurl$i", + -id => "isurl$i", + -checked => $data->{'isurl'} ? 'checked' : '', + -value => 1, + -tabindex => '', + -label => '' + ); + $row_data{row} = $i; + $row_data{toggle} = $toggle; + $row_data{link} = CGI::escapeHTML( $data->{'link'} ); + push( @loop_data, \%row_data ); + $i++; + } + + # add more_subfields empty lines for add if needed + for ( my $j = $i ; $j <= $more_subfields + $i ; $j++ ) { + my %row_data; # get a fresh hash for the row data + $row_data{tab} = CGI::scrolling_list( + -name => 'tab', + -id => "tab$j", + -values => + [ '-1', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10' ], + -labels => { + '-1' => 'ignore', + '0' => '0', + '1' => '1', + '2' => '2', + '3' => '3', + '4' => '4', + '5' => '5', + '6' => '6', + '7' => '7', + '8' => '8', + '9' => '9', + '10' => 'items (10)', + }, + -default => "", + -size => 1, + -tabindex => '', + -multiple => 0, + ); + $row_data{tagsubfield} = + "{'tagsubfield'} + . "\" size=\"1\" id=\"tagsubfield\" maxlength=\"1\">"; + $row_data{liblibrarian} = ""; + $row_data{libopac} = ""; + $row_data{seealso} = ""; + $row_data{kohafield} = CGI::scrolling_list( + -name => 'kohafield', + -id => "kohafield$j", + -values => \@kohafields, + -default => "", + -size => 1, + -tabindex => '', + -multiple => 0, + ); + $row_data{hidden} = ""; + $row_data{repeatable} = CGI::checkbox( + -name => "repeatable$j", + -id => "repeatable$j", + -checked => '', + -value => 1, + -tabindex => '', + -label => '' + ); + $row_data{mandatory} = CGI::checkbox( + -name => "mandatory$j", + -id => "mandatory$j", + -checked => '', + -value => 1, + -tabindex => '', + -label => '' + ); + $row_data{isurl} = CGI::checkbox( + -name => "isurl$j", + -id => "isurl$j", + -checked => '', + -value => 1, + -tabindex => '', + -label => '' + ); + $row_data{value_builder} = CGI::scrolling_list( + -name => 'value_builder', + -id => 'value_builder', + -values => \@value_builder, + -default => $data->{'value_builder'}, + -size => 1, + -tabindex => '', + -multiple => 0, + ); + $row_data{authorised_value} = CGI::scrolling_list( + -name => 'authorised_value', + -id => 'authorised_value', + -values => \@authorised_values, + -size => 1, + -tabindex => '', + -multiple => 0, + ); + $row_data{authtypes} = CGI::scrolling_list( + -name => 'authtypecode', + -id => 'authtypecode', + -values => \@authtypes, + -size => 1, + -tabindex => '', + -multiple => 0, + ); + $row_data{link} = CGI::escapeHTML( $data->{'link'} ); + $row_data{toggle} = $toggle; + $row_data{row} = $j; + push( @loop_data, \%row_data ); + } + $template->param( 'use-heading-flags-p' => 1 ); + $template->param( 'heading-edit-subfields-p' => 1 ); + $template->param( + action => "Edit subfields", + tagfield => +"$tagfield", + loop => \@loop_data, + more_subfields => $more_subfields, + more_tag => $tagfield + ); + + # END $OP eq ADD_FORM +################## ADD_VALIDATE ################################## + # called by add_form, used to insert/modify data in DB +} +elsif ( $op eq 'add_validate' ) { + my $dbh = C4::Context->dbh; + $template->param( tagfield => "$input->param('tagfield')" ); + my $sth = $dbh->prepare( +"replace marc_subfield_structure (tagfield,tagsubfield,liblibrarian,libopac,repeatable,mandatory,kohafield,tab,seealso,authorised_value,authtypecode,value_builder,hidden,isurl,frameworkcode, link) + values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)" + ); + my @tagsubfield = $input->param('tagsubfield'); + my @liblibrarian = $input->param('liblibrarian'); + my @libopac = $input->param('libopac'); + my @kohafield = $input->param('kohafield'); + my @tab = $input->param('tab'); + my @seealso = $input->param('seealso'); + my @hidden = $input->param('hidden'); + my @authorised_values = $input->param('authorised_value'); + my @authtypecodes = $input->param('authtypecode'); + my @value_builder = $input->param('value_builder'); + my @link = $input->param('link'); + + for ( my $i = 0 ; $i <= $#tagsubfield ; $i++ ) { + my $tagfield = $input->param('tagfield'); + my $tagsubfield = $tagsubfield[$i]; + $tagsubfield = "@" unless $tagsubfield ne ''; + my $liblibrarian = $liblibrarian[$i]; + my $libopac = $libopac[$i]; + my $repeatable = $input->param("repeatable$i") ? 1 : 0; + my $mandatory = $input->param("mandatory$i") ? 1 : 0; + my $kohafield = $kohafield[$i]; + my $tab = $tab[$i]; + my $seealso = $seealso[$i]; + my $authorised_value = $authorised_values[$i]; + my $authtypecode = $authtypecodes[$i]; + my $value_builder = $value_builder[$i]; + my $hidden = $hidden[$i]; #input->param("hidden$i"); + my $isurl = $input->param("isurl$i") ? 1 : 0; + my $link = $link[$i]; + + if ($liblibrarian) { + unless ( C4::Context->config('demo') eq 1 ) { + $sth->execute( + $tagfield, + $tagsubfield, + $liblibrarian, + $libopac, + $repeatable, + $mandatory, + $kohafield, + $tab, + $seealso, + $authorised_value, + $authtypecode, + $value_builder, + $hidden, + $isurl, + $frameworkcode, + + $link, + ); + } + } + } + $sth->finish; + print +"Content-Type: text/html\n\n"; + exit; + + # END $OP eq ADD_VALIDATE +################## DELETE_CONFIRM ################################## + # called by default form, used to confirm deletion of data in DB +} +elsif ( $op eq 'delete_confirm' ) { + my $dbh = C4::Context->dbh; + my $sth = + $dbh->prepare( +"select * from marc_subfield_structure where tagfield=? and tagsubfield=? and frameworkcode=?" + ); + + #FIXME : called with 2 bind variables when 3 are needed + $sth->execute( $tagfield, $tagsubfield ); + my $data = $sth->fetchrow_hashref; + $sth->finish; + $template->param( + liblibrarian => $data->{'liblibrarian'}, + tagsubfield => $data->{'tagsubfield'}, + delete_link => $script_name, + tagfield => $tagfield, + tagsubfield => $tagsubfield, + frameworkcode => $frameworkcode, + ); + + # END $OP eq DELETE_CONFIRM +################## DELETE_CONFIRMED ################################## + # called by delete_confirm, used to effectively confirm deletion of data in DB +} +elsif ( $op eq 'delete_confirmed' ) { + my $dbh = C4::Context->dbh; + unless ( C4::Context->config('demo') eq 1 ) { + my $sth = + $dbh->prepare( +"delete from marc_subfield_structure where tagfield=? and tagsubfield=? and frameworkcode=?" + ); + $sth->execute( $tagfield, $tagsubfield, $frameworkcode ); + $sth->finish; + } + print +"Content-Type: text/html\n\n"; + exit; + $template->param( tagfield => $tagfield ); + + # END $OP eq DELETE_CONFIRMED +################## DEFAULT ################################## +} +else { # DEFAULT + my $env; + my ( $count, $results ) = StringSearch( $env, $tagfield, $frameworkcode ); + my $toggle = 1; + my @loop_data = (); + for ( + my $i = $offset ; + $i < ( $offset + $pagesize < $count ? $offset + $pagesize : $count ) ; + $i++ + ) + { + if ( $toggle eq 1 ) { + $toggle = 0; + } + else { + $toggle = 1; + } + my %row_data; # get a fresh hash for the row data + $row_data{tagfield} = $results->[$i]{'tagfield'}; + $row_data{tagsubfield} = $results->[$i]{'tagsubfield'}; + $row_data{liblibrarian} = $results->[$i]{'liblibrarian'}; + $row_data{kohafield} = $results->[$i]{'kohafield'}; + $row_data{repeatable} = $results->[$i]{'repeatable'}; + $row_data{mandatory} = $results->[$i]{'mandatory'}; + $row_data{tab} = $results->[$i]{'tab'}; + $row_data{seealso} = $results->[$i]{'seealso'}; + $row_data{authorised_value} = $results->[$i]{'authorised_value'}; + $row_data{authtypecode} = $results->[$i]{'authtypecode'}; + $row_data{value_builder} = $results->[$i]{'value_builder'}; + $row_data{hidden} = $results->[$i]{'hidden'}; + $row_data{isurl} = $results->[$i]{'isurl'}; + $row_data{link} = $results->[$i]{'link'}; + $row_data{delete} = +"$script_name?op=delete_confirm&tagfield=$tagfield&tagsubfield=" + . $results->[$i]{'tagsubfield'} + . "&frameworkcode=$frameworkcode"; + $row_data{toggle} = $toggle; + + if ( $row_data{tab} eq -1 ) { + $row_data{subfield_ignored} = 1; + } + + push( @loop_data, \%row_data ); + } + $template->param( loop => \@loop_data ); + $template->param( + edit_tagfield => $tagfield, + edit_frameworkcode => $frameworkcode + ); + + if ( $offset > 0 ) { + my $prevpage = $offset - $pagesize; + $template->param( + prev => "" ); + } + if ( $offset + $pagesize < $count ) { + my $nextpage = $offset + $pagesize; + $template->param( + next => "" ); + } +} #---- END $OP eq DEFAULT +$template->param( + intranetcolorstylesheet => + C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), +); +output_html_with_http_headers $input, $cookie, $template->output; diff --git a/admin/marctagstructure.pl b/admin/marctagstructure.pl new file mode 100755 index 0000000000..6dcecf10eb --- /dev/null +++ b/admin/marctagstructure.pl @@ -0,0 +1,388 @@ +#!/usr/bin/perl + + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use CGI; +use C4::Auth; +use C4::Koha; +use C4::Context; +use C4::Output; +use C4::Interface::CGI::Output; +use C4::Context; + + +# retrieve parameters +my $input = new CGI; +my $frameworkcode = $input->param('frameworkcode'); # set to select framework +$frameworkcode="" unless $frameworkcode; +my $existingframeworkcode = $input->param('existingframeworkcode'); # set when we have to create a new framework (in frameworkcode) by copying an old one (in existingframeworkcode) +$existingframeworkcode = "" unless $existingframeworkcode; +my $frameworkinfo = getframeworkinfo($frameworkcode); +my $searchfield=$input->param('searchfield'); +$searchfield=0 unless $searchfield; +$searchfield=~ s/\,//g; + +my $offset=$input->param('offset') || 0; +my $op = $input->param('op') || ''; +my $dspchoice = $input->param('select_display'); +my $pagesize=20; + +my $script_name="/cgi-bin/koha/admin/marctagstructure.pl"; + +my $dbh = C4::Context->dbh; + +# open template +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "admin/marctagstructure.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {parameters => 1}, + debug => 1, + }); + +# get framework list +my $frameworks = getframeworks(); +my @frameworkloop; +foreach my $thisframeworkcode (keys %$frameworks) { + my $selected = 1 if $thisframeworkcode eq $frameworkcode; + my %row =(value => $thisframeworkcode, + selected => $selected, + frameworktext => $frameworks->{$thisframeworkcode}->{'frameworktext'}, + ); + push @frameworkloop, \%row; +} + +# check that framework is defined in marc_tag_structure +my $sth=$dbh->prepare("select count(*) from marc_tag_structure where frameworkcode=?"); +$sth->execute($frameworkcode); +my ($frameworkexist) = $sth->fetchrow; +if ($frameworkexist) { +} else { + # if frameworkcode does not exists, then OP must be changed to "create framework" if we are not on the way to create it + # (op = itemtyp_create_confirm) + if ($op eq "framework_create_confirm") { + duplicate_framework($frameworkcode, $existingframeworkcode); + $op=""; # unset $op to go back to framework list + } else { + $op = "framework_create"; + } +} +$template->param(frameworkloop => \@frameworkloop, + frameworkcode => $frameworkcode, + frameworktext => $frameworkinfo->{frameworktext}); +if ($op) { +$template->param(script_name => $script_name, + $op => 1); # we show only the TMPL_VAR names $op +} else { +$template->param(script_name => $script_name, + else => 1); # we show only the TMPL_VAR names $op +} + + +################## ADD_FORM ################################## +# called by default. Used to create form to add or modify a record +if ($op eq 'add_form') { + #---- if primkey exists, it's a modify action, so read values to modify... + my $data; + if ($searchfield) { + $sth=$dbh->prepare("select tagfield,liblibrarian,libopac,repeatable,mandatory,authorised_value from marc_tag_structure where tagfield=? and frameworkcode=?"); + $sth->execute($searchfield,$frameworkcode); + $data=$sth->fetchrow_hashref; + $sth->finish; + } + my $sth = $dbh->prepare("select distinct category from authorised_values"); + $sth->execute; + my @authorised_values; + push @authorised_values,""; + while ((my $category) = $sth->fetchrow_array) { + push @authorised_values, $category; + } + my $authorised_value = CGI::scrolling_list(-name=>'authorised_value', + -values=> \@authorised_values, + -size=>1, + -tabindex=>'', + -id=>"authorised_value", + -multiple=>0, + -default => $data->{'authorised_value'}, + ); + + if ($searchfield) { + $template->param(action => "Modify tag", + searchfield => $searchfield); + $template->param('heading-modify-tag-p' => 1); + } else { + $template->param(action => "Add tag"); + $template->param('heading-add-tag-p' => 1); + } + $template->param('use-heading-flags-p' => 1); + $template->param(liblibrarian => $data->{'liblibrarian'}, + libopac => $data->{'libopac'}, + repeatable => CGI::checkbox(-name=>'repeatable', + -checked=> $data->{'repeatable'}?'checked':'', + -value=> 1, + -tabindex=>'', + -label => '', + -id=> 'repeatable'), + mandatory => CGI::checkbox(-name => 'mandatory', + -checked => $data->{'mandatory'}?'checked':'', + -value => 1, + -tabindex=>'', + -label => '', + -id => 'mandatory'), + authorised_value => $authorised_value, + frameworkcode => $frameworkcode, + ); + # END $OP eq ADD_FORM +################## ADD_VALIDATE ################################## +# called by add_form, used to insert/modify data in DB +} elsif ($op eq 'add_validate') { + $sth=$dbh->prepare("replace marc_tag_structure (tagfield,liblibrarian,libopac,repeatable,mandatory,authorised_value,frameworkcode) values (?,?,?,?,?,?,?)"); + my $tagfield =$input->param('tagfield'); + my $liblibrarian = $input->param('liblibrarian'); + my $libopac =$input->param('libopac'); + my $repeatable =$input->param('repeatable'); + my $mandatory =$input->param('mandatory'); + my $authorised_value =$input->param('authorised_value'); + unless (C4::Context->config('demo') eq 1) { + $sth->execute($tagfield, + $liblibrarian, + $libopac, + $repeatable?1:0, + $mandatory?1:0, + $authorised_value, + $frameworkcode + ); + } + $sth->finish; + print "Content-Type: text/html\n\n"; + exit; + # END $OP eq ADD_VALIDATE +################## DELETE_CONFIRM ################################## +# called by default form, used to confirm deletion of data in DB +} elsif ($op eq 'delete_confirm') { + $sth=$dbh->prepare("select tagfield,liblibrarian,libopac,repeatable,mandatory,authorised_value from marc_tag_structure where tagfield=? and frameworkcode=?"); + $sth->execute($searchfield,$frameworkcode); + my $data=$sth->fetchrow_hashref; + $sth->finish; + $template->param(liblibrarian => $data->{'liblibrarian'}, + searchfield => $searchfield, + frameworkcode => $frameworkcode, + ); + # END $OP eq DELETE_CONFIRM +################## DELETE_CONFIRMED ################################## +# called by delete_confirm, used to effectively confirm deletion of data in DB +} elsif ($op eq 'delete_confirmed') { + unless (C4::Context->config('demo') eq 1) { + $dbh->do("delete from marc_tag_structure where tagfield='$searchfield' and frameworkcode='$frameworkcode'"); + $dbh->do("delete from marc_subfield_structure where tagfield='$searchfield' and frameworkcode='$frameworkcode'"); + } + # END $OP eq DELETE_CONFIRMED +################## ITEMTYPE_CREATE ################################## +# called automatically if an unexisting frameworkis selected +} elsif ($op eq 'framework_create') { + $sth = $dbh->prepare("select count(*),marc_tag_structure.frameworkcode,frameworktext from marc_tag_structure,biblio_framework where biblio_framework.frameworkcode=marc_tag_structure.frameworkcode group by marc_tag_structure.frameworkcode"); + $sth->execute; + my @existingframeworkloop; + while (my ($tot,$thisframeworkcode,$frameworktext) = $sth->fetchrow) { + if ($tot>0) { + my %line = ( value => $thisframeworkcode, + frameworktext => $frameworktext, + ); + push @existingframeworkloop,\%line; + } + } + $template->param(existingframeworkloop => \@existingframeworkloop, + frameworkcode => $frameworkcode, +# FRtext => $frameworkinfo->{frameworktext}, + ); +################## DEFAULT ################################## +} else { # DEFAULT + # here, $op can be unset or set to "framework_create_confirm". + if ($searchfield ne '') { + $template->param(searchfield => $searchfield); + } + my $cnt=0; + if ($dspchoice) { + #here, user only wants used tags/subfields displayed + my $env; + $searchfield=~ s/\'/\\\'/g; + my @data=split(' ',$searchfield); + my $sth=$dbh->prepare(" + SELECT marc_tag_structure.tagfield AS mts_tagfield, + marc_tag_structure.liblibrarian as mts_liblibrarian, + marc_tag_structure.libopac as mts_libopac, + marc_tag_structure.repeatable as mts_repeatable, + marc_tag_structure.mandatory as mts_mandatory, + marc_tag_structure.authorised_value as mts_authorized_value, + marc_subfield_structure.* + FROM marc_tag_structure + LEFT JOIN marc_subfield_structure ON (marc_tag_structure.tagfield=marc_subfield_structure.tagfield AND marc_tag_structure.frameworkcode=marc_subfield_structure.frameworkcode) WHERE (marc_tag_structure.tagfield >= ? and marc_tag_structure.frameworkcode=?) AND marc_subfield_structure.tab>=0 ORDER BY marc_tag_structure.tagfield,marc_subfield_structure.tagsubfield"); + #could be ordoned by tab + $sth->execute($data[0], $frameworkcode); + my @results = (); + while (my $data=$sth->fetchrow_hashref){ + push(@results,$data); + $cnt++; + } + $sth->finish; + + my $toggle=0; + my @loop_data = (); + my $j=1; + my $i=$offset; + while ($i < ($offset+$pagesize<$cnt?$offset+$pagesize:$cnt)) { + if ($toggle eq 0){ + $toggle=1; + } else { + $toggle=0; + } + my %row_data; # get a fresh hash for the row data + $row_data{tagfield} = $results[$i]->{'mts_tagfield'}; + $row_data{liblibrarian} = $results[$i]->{'mts_liblibrarian'}; + $row_data{repeatable} = $results[$i]->{'mts_repeatable'}; + $row_data{mandatory} = $results[$i]->{'mts_mandatory'}; + $row_data{authorised_value} = $results[$i]->{'mts_authorised_value'}; + $row_data{subfield_link} ="marc_subfields_structure.pl?op=add_form&tagfield=".$results[$i]->{'mts_tagfield'}."&frameworkcode=".$frameworkcode; + $row_data{edit} = "$script_name?op=add_form&searchfield=".$results[$i]->{'mts_tagfield'}."&frameworkcode=".$frameworkcode; + $row_data{delete} = "$script_name?op=delete_confirm&searchfield=".$results[$i]->{'mts_tagfield'}."&frameworkcode=".$frameworkcode; + $row_data{toggle} = $toggle; + $j=$i; + my @internal_loop = (); + while (($results[$i]->{'tagfield'}==$results[$j]->{'tagfield'}) and ($j< ($offset+$pagesize<$cnt?$offset+$pagesize:$cnt))) { + my %subfield_data; + $subfield_data{tagsubfield} = $results[$j]->{'tagsubfield'}; + $subfield_data{liblibrarian} = $results[$j]->{'liblibrarian'}; + $subfield_data{kohafield} = $results[$j]->{'kohafield'}; + $subfield_data{repeatable} = $results[$j]->{'repeatable'}; + $subfield_data{mandatory} = $results[$j]->{'mandatory'}; + $subfield_data{tab} = $results[$j]->{'tab'}; + $subfield_data{seealso} = $results[$j]->{'seealso'}; + $subfield_data{authorised_value} = $results[$j]->{'authorised_value'}; + $subfield_data{authtypecode}= $results[$j]->{'authtypecode'}; + $subfield_data{value_builder}= $results[$j]->{'value_builder'}; + $subfield_data{toggle} = $toggle; +# warn "tagfield : ".$results[$j]->{'tagfield'}." tagsubfield :".$results[$j]->{'tagsubfield'}; + push @internal_loop,\%subfield_data; + $j++; + } + $row_data{'subfields'}=\@internal_loop; + push(@loop_data, \%row_data); +# undef @internal_loop; + $i=$j; + } + $template->param(select_display => "True", + loop => \@loop_data); + # $sth->execute; + $sth->finish; + } else { + #here, normal old style : display every tags + my $env; + my ($count,$results)=StringSearch($env,$searchfield,$frameworkcode); + $cnt = $count; + my $toggle=0; + my @loop_data = (); + for (my $i=$offset; $i < ($offset+$pagesize<$count?$offset+$pagesize:$count); $i++){ + if ($toggle eq 0){ + $toggle=1; + } else { + $toggle=0; + } + my %row_data; # get a fresh hash for the row data + $row_data{tagfield} = $results->[$i]{'tagfield'}; + $row_data{liblibrarian} = $results->[$i]{'liblibrarian'}; + $row_data{repeatable} = $results->[$i]{'repeatable'}; + $row_data{mandatory} = $results->[$i]{'mandatory'}; + $row_data{authorised_value} = $results->[$i]{'authorised_value'}; + $row_data{subfield_link} ="marc_subfields_structure.pl?tagfield=".$results->[$i]{'tagfield'}."&frameworkcode=".$frameworkcode; + $row_data{edit} = "$script_name?op=add_form&searchfield=".$results->[$i]{'tagfield'}."&frameworkcode=".$frameworkcode; + $row_data{delete} = "$script_name?op=delete_confirm&searchfield=".$results->[$i]{'tagfield'}."&frameworkcode=".$frameworkcode; + $row_data{toggle} = $toggle; + push(@loop_data, \%row_data); + } + $template->param(loop => \@loop_data); + } + if ($offset>0) { + my $prevpage = $offset-$pagesize; + $template->param(isprevpage => $offset, + prevpage=> $prevpage, + searchfield => $searchfield, + script_name => $script_name, + frameworkcode => $frameworkcode, + ); + } + if ($offset+$pagesize<$cnt) { + my $nextpage =$offset+$pagesize; + $template->param(nextpage =>$nextpage, + searchfield => $searchfield, + script_name => $script_name, + frameworkcode => $frameworkcode, + ); + } +} #---- END $OP eq DEFAULT + +$template->param(loggeninuser => $loggedinuser, + intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), + ); +output_html_with_http_headers $input, $cookie, $template->output; + + +# +# the sub used for searches +# +sub StringSearch { + my ($env,$searchstring,$frameworkcode)=@_; + my $dbh = C4::Context->dbh; + $searchstring=~ s/\'/\\\'/g; + my @data=split(' ',$searchstring); + my $count=@data; + my $sth=$dbh->prepare("Select tagfield,liblibrarian,libopac,repeatable,mandatory,authorised_value from marc_tag_structure where (tagfield >= ? and frameworkcode=?) order by tagfield"); + $sth->execute($data[0], $frameworkcode); + my @results; + while (my $data=$sth->fetchrow_hashref){ + push(@results,$data); + } + # $sth->execute; + $sth->finish; + return (scalar(@results),\@results); +} + +# +# the sub used to duplicate a framework from an existing one in MARC parameters tables. +# +sub duplicate_framework { + my ($newframeworkcode,$oldframeworkcode) = @_; + my $sth = $dbh->prepare("select tagfield,liblibrarian,libopac,repeatable,mandatory,authorised_value from marc_tag_structure where frameworkcode=?"); + $sth->execute($oldframeworkcode); + my $sth_insert = $dbh->prepare("insert into marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) values (?,?,?,?,?,?,?)"); + while ( my ($tagfield,$liblibrarian,$libopac,$repeatable,$mandatory,$authorised_value) = $sth->fetchrow) { + $sth_insert->execute($tagfield,$liblibrarian,$libopac,$repeatable,$mandatory,$authorised_value,$newframeworkcode); + } + + $sth = $dbh->prepare("select frameworkcode,tagfield,tagsubfield,liblibrarian,libopac,repeatable,mandatory,kohafield,tab,authorised_value,authtypecode,value_builder,seealso from marc_subfield_structure where frameworkcode=?"); + $sth->execute($oldframeworkcode); + $sth_insert = $dbh->prepare("insert into marc_subfield_structure (frameworkcode,tagfield,tagsubfield,liblibrarian,libopac,repeatable,mandatory,kohafield,tab,authorised_value,authtypecode,value_builder,seealso) values (?,?,?,?,?,?,?,?,?,?,?,?,?)"); + while ( my ($frameworkcode, $tagfield, $tagsubfield, $liblibrarian, $libopac, $repeatable, $mandatory, $kohafield, $tab, $authorised_value, $thesaurus_category, $value_builder, $seealso) = $sth->fetchrow) { + $sth_insert->execute($newframeworkcode, $tagfield, $tagsubfield, $liblibrarian, $libopac, $repeatable, $mandatory, $kohafield, $tab, $authorised_value, $thesaurus_category, $value_builder, $seealso); + } +} + diff --git a/catalogue/dictionary.pl b/catalogue/dictionary.pl new file mode 100755 index 0000000000..98d53df6a8 --- /dev/null +++ b/catalogue/dictionary.pl @@ -0,0 +1,267 @@ +#!/usr/bin/perl + + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Output; +use C4::Interface::CGI::Output; +use C4::Auth; +use CGI; +use C4::Search; +use C4::AuthoritiesMarc; +use C4::Context; +use C4::Biblio; + + +=head1 NAME + +dictionnary.pl : script to search in biblio & authority an existing value + +=head1 SYNOPSIS + +useful when the user want to search a term before running a query. For example, to see if "computer" is used in the database + +The parameter "marclist" tells which field is searched (title, author, subject, but could be anything else) + +This script searches in both biblios & authority +* in biblio, the script search in all marc fields related to what the user is looking for (for example, if the dictionnary is used on "author", the script searches in biblio.author, but also in additional authors & any MARC field related to author (through the "seealso" MARC constraint) +* in authority, the script search everywhere. Thus, the accepted & rejected forms are found. + +The script shows all results & the user can choose what he want, that is copied into search form. + +=cut + +my $input = new CGI; +my $field =$input->param('marclist'); +#warn "field :$field"; +my ($tablename, $kohafield)=split /./,$field; +#my $tablename=$input->param('tablename'); +$tablename="biblio" unless ($tablename); +#my $kohafield = $input->param('kohafield'); +my @search = $input->param('search'); +# warn " ".$search[0]; +my $index = $input->param('index'); +# warn " index: ".$index; +my $op=$input->param('op'); +if (($search[0]) and not ($op eq 'do_search')){ + $op='do_search'; +} +my $script_name = 'catalogue/dictionary.pl'; +my $query; +my $type=$input->param('type'); +#warn " ".$type; + +my $dbh = C4::Context->dbh; +my ($template, $loggedinuser, $cookie); + +my $env; + +my $startfrom=$input->param('startfrom'); +$startfrom=0 if(!defined $startfrom); +my $searchdesc; +my $resultsperpage; + +#warn "Starting process"; + +if ($op eq "do_search") { + # + # searching in biblio + # + my $sth=$dbh->prepare("Select distinct tagfield,tagsubfield from marc_subfield_structure where kohafield = ?"); + $sth->execute("$field"); + my (@tags, @and_or, @operator, @excluding,@value); + + while ((my $tagfield,my $tagsubfield,my $liblibrarian) = $sth->fetchrow) { + push @tags, $dbh->quote("$tagfield$tagsubfield"); + } + + $resultsperpage= $input->param('resultsperpage'); + $resultsperpage = 19 if(!defined $resultsperpage); + my $orderby = $input->param('orderby'); + + findseealso($dbh,\@tags); + + my @results, my $total; + my $strsth="select distinct subfieldvalue, count(marc_subfield_table.bibid) from marc_subfield_table,marc_word where marc_word.word like ? and marc_subfield_table.bibid=marc_word.bibid and marc_subfield_table.tagorder=marc_word.tagorder and marc_word.tagsubfield in "; + my $listtags="("; + foreach my $tag (@tags){ + $listtags .= $tag .","; + } + $listtags =~s/,$/)/; + $strsth .= $listtags." and marc_word.tagsubfield=concat(marc_subfield_table.tag,marc_subfield_table.subfieldcode) group by subfieldvalue "; +# warn "search in biblio : ".$strsth; + my $value = uc($search[0]); + $value=~s/\*/%/g; + $value.= "%" if not($value=~m/%/); +# warn " texte : ".$value; + + $sth=$dbh->prepare($strsth); + $sth->execute($value); + my $total; + my @catresults; + my $javalue; + while (my ($value,$ctresults)=$sth->fetchrow) { + # This $javalue is used for the javascript selectentry function (javalue for javascript value !) + $javalue = $value; + $javalue =~s/'/\\'/g; + + push @catresults,{value=> $value, + javalue=> $javalue, + even=>($total-$startfrom*$resultsperpage)%2, + count=>$ctresults + } if (($total>=$startfrom*$resultsperpage) and ($total<($startfrom+1)*$resultsperpage)); + $total++; + } + + + my $strsth="Select distinct authtypecode from marc_subfield_structure where ("; + foreach my $listtags (@tags){ + my @taglist=split /,/,$listtags; + foreach my $curtag (@taglist){ + $curtag =~s/\s+//; + $strsth.="(tagfield='".substr($curtag,1,3)."' AND tagsubfield='".substr($curtag,4,1)."') OR"; + } + } + + $strsth=~s/ OR$/)/; + my $strsth = $strsth." and authtypecode is not NULL"; +# warn $strsth; + my $sth=$dbh->prepare($strsth); + $sth->execute; + + # + # searching in authorities + # + my @authresults; + my $authnbresults; + while ((my $authtypecode) = $sth->fetchrow) { + my ($curauthresults,$nbresults) = authoritysearch($dbh,[''],[''],[''],['contains'], + \@search,$startfrom*$resultsperpage, $resultsperpage,$authtypecode); + if (defined(@$curauthresults)) { + for (my $i = 0; $i < @$curauthresults ;$i++) { + @$curauthresults[$i]->{jamainentry} = @$curauthresults[$i]->{mainentry}; + @$curauthresults[$i]->{jamainentry} =~ s/'/\\'/g; + } + } + push @authresults, @$curauthresults; + $authnbresults+=$nbresults; +# warn "auth : $authtypecode nbauthresults : $nbresults"; + } + + # + # OK, filling the template with authorities & biblio entries found. + # + ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "catalogue/dictionary.tmpl", + query => $input, + type => $type, + authnotrequired => 0, + flagsrequired => {catalogue => 1}, + debug => 1, + }); + + # multi page display gestion + my $displaynext=0; + my $displayprev=$startfrom; + if(($total - (($startfrom+1)*($resultsperpage))) > 0 ) { + $displaynext = 1; + } + + my @field_data = (); + + for(my $i = 0 ; $i <= $#tags ; $i++) { + push @field_data, { term => "marclist", val=>$tags[$i] }; + push @field_data, { term => "and_or", val=>$and_or[$i] }; + push @field_data, { term => "excluding", val=>$excluding[$i] }; + push @field_data, { term => "operator", val=>$operator[$i] }; + push @field_data, { term => "value", val=>$value[$i] }; + } + + my @numbers = (); + + if ($total>$resultsperpage) { + for (my $i=1; $i<$total/$resultsperpage+1; $i++) { + if ($i<16) { + my $highlight=0; + ($startfrom==($i-1)) && ($highlight=1); + push @numbers, { number => $i, + highlight => $highlight , + searchdata=> \@field_data, + startfrom => ($i-1)}; + } + } + } + + my $from = $startfrom*$resultsperpage+1; + my $to; + + if($total < (($startfrom+1)*$resultsperpage)) + { + $to = $total; + } else { + $to = (($startfrom+1)*$resultsperpage); + } + $template->param(anindex => $input->param('index')); + $template->param(result => \@results, + catresult=> \@catresults, + search => $search[0], + marclist =>$field, + authresult => \@authresults, + nbresults => $authnbresults, + startfrom=> $startfrom, + displaynext=> $displaynext, + displayprev=> $displayprev, + resultsperpage => $resultsperpage, + startfromnext => $startfrom+1, + startfromprev => $startfrom-1, + searchdata=>\@field_data, + total=>$total, + from=>$from, + to=>$to, + numbers=>\@numbers, + MARC_ON => C4::Context->preference("marc"), + ); + + } else { + ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "catalogue/dictionary.tmpl", + query => $input, + type => $type, + authnotrequired => 0, + flagsrequired => {catalogue => 1}, + debug => 1, + }); +#warn "type : $type"; + + } +$template->param(search => $search[0], + marclist =>$field, + type=>$type, + anindex => $input->param('index'), + intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), + ); + +# Print the page +output_html_with_http_headers $input, $cookie, $template->output; + +# Local Variables: +# tab-width: 4 +# End: diff --git a/catalogue/issuehistory.pl b/catalogue/issuehistory.pl new file mode 100755 index 0000000000..0cf62e7e94 --- /dev/null +++ b/catalogue/issuehistory.pl @@ -0,0 +1,62 @@ +#!/usr/bin/perl + +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $Id$ + +use strict; +require Exporter; +use CGI; +use C4::Auth; +use C4::Interface::CGI::Output; + +use C4::Circulation::Circ2; # GetIssuesFromBiblio + +my $query = new CGI; +my ( $template, $borrowernumber, $cookie ) = get_template_and_user( + { + template_name => "catalogue/issuehistory.tmpl", + query => $query, + type => "intranet", + authnotrequired => 0, + flagsrequired => { circulate => 1 }, + } +); + +# getting cgi params. +my $params = $query->Vars; + +my $biblionumber = $params->{'biblionumber'}; +my $title = $params->{'title'}; +my $author = $params->{'author'}; + +my $issues = GetIssuesFromBiblio($biblionumber); +my $total = scalar @$issues; + +if ( $total && !$title ) { + $title = $issues->[0]->{'title'}; + $author = $issues->[0]->{'author'}; +} + +$template->param( + biblionumber => $biblionumber, + total => scalar @$issues, + title => $title, + author => $author, + issues => $issues +); + +output_html_with_http_headers $query, $cookie, $template->output; diff --git a/catalogue/search.pl b/catalogue/search.pl new file mode 100755 index 0000000000..ead0c81006 --- /dev/null +++ b/catalogue/search.pl @@ -0,0 +1,538 @@ +#!/usr/bin/perl +# Script to perform searching +# For documentation try 'perldoc /path/to/search' +# +# $Header$ +# +# Copyright 2006 LibLime +# +# This file is part of Koha +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +=head1 NAME + +search - a search script for finding records in a Koha system (Version 2.4) + +=head1 OVERVIEW + +This script contains a demonstration of a new search API for Koha 2.4. It is +designed to be simple to use and configure, yet capable of performing feats +like stemming, field weighting, relevance ranking, support for multiple +query language formats (CCL, CQL, PQF), full or nearly full support for the +bib1 attribute set, extended attribute sets defined in Zebra profiles, access +to the full range of Z39.50 query options, federated searches on Z39.50 +targets, etc. + +I believe the API as represented in this script is mostly sound, even if the +individual functions in Search.pm and Koha.pm need to be cleaned up. Of course, +you are free to disagree :-) + +I will attempt to describe what is happening at each part of this script. +-- JF + +=head2 INTRO + +This script performs two functions: + +=over + +=item 1. interacts with Koha to retrieve and display the results of a search + +=item 2. loads the advanced search page + +=back + +These two functions share many of the same variables and modules, so the first +task is to load what they have in common and determine which template to use. +Once determined, proceed to only load the variables and procedures necessary +for that function. + +=head2 THE ADVANCED SEARCH PAGE + +If we're loading the advanced search page this script will call a number of +display* routines which populate objects that are sent to the template for +display of things like search indexes, languages, search limits, branches, +etc. These are not stored in the template for two reasons: + +=over + +=item 1. Efficiency - we have more control over objects inside the script, and it's possible to not duplicate things like indexes (if the search indexes were stored in the template they would need to be repeated) + +=item 2. Customization - if these elements were moved to the sql database it would allow a simple librarian to determine which fields to display on the page without editing any html (also how the fields should behave when being searched). + +=back + +However, they create one problem : the strings aren't translated. I have an idea +for how to do this that I will purusue soon. + +=head2 PERFORMING A SEARCH + +If we're performing a search, this script performs three primary +operations: + +=over + +=item 1. builds query strings (yes, plural) + +=item 2. perform the search and return the results array + +=item 3. build the HTML for output to the template + +=back + +There are several additional secondary functions performed that I will +not cover in detail. + +=head3 1. Building Query Strings + +There are several types of queries needed in the process of search and retrieve: + +=over + +=item 1 Koha query - the query that is passed to Zebra + +This is the most complex query that needs to be built.The original design goal was to use a custom CCL2PQF query parser to translate an incoming CCL query into a multi-leaf query to pass to Zebra. It needs to be multi-leaf to allow field weighting, koha-specific relevance ranking, and stemming. When I have a chance I'll try to flesh out this section to better explain. + +This query incorporates query profiles that aren't compatible with non-Zebra Z39.50 targets to acomplish the field weighting and relevance ranking. + +=item 2 Federated query - the query that is passed to other Z39.50 targets + +This query is just the user's query expressed in CCL CQL, or PQF for passing to a non-zebra Z39.50 target (one that doesn't support the extended profile that Zebra does). + +=item 3 Search description - passed to the template / saved for future refinements of the query (by user) + +This is a simple string that completely expresses the query in a way that can be parsed by Koha for future refinements of the query or as a part of a history feature. It differs from the human search description in several ways: + +1. it does not contain commas or = signs +2. + +=item 4 Human search description - what the user sees in the search_desc area + +This is a simple string nearly identical to the Search description, but more human readable. It will contain = signs or commas, etc. + +=back + +=head3 2. Perform the Search + +This section takes the query strings and performs searches on the named servers, including the Koha Zebra server, stores the results in a deeply nested object, builds 'faceted results', and returns these objects. + +=head3 3. Build HTML + +The final major section of this script takes the objects collected thusfar and builds the HTML for output to the template and user. + +=head3 Additional Notes + +Not yet completed... + +=cut + +use strict; # always use + +## STEP 1. Load things that are used in both search page and +# results page and decide which template to load, operations +# to perform, etc. +## load Koha modules +use C4::Context; +use C4::Interface::CGI::Output; +use C4::Auth; +use C4::Search; +use C4::Languages; # getAllLanguages +use C4::Koha; +use POSIX qw(ceil floor); +use C4::Branch; # GetBranches +# create a new CGI object +# not sure undef_params option is working, need to test +use CGI qw('-no_undef_params'); +my $cgi = new CGI; + +my ($template,$borrowernumber,$cookie); + +# decide which template to use +my $template_name; +my @params = $cgi->param("limit"); +if ((@params>1) || ($cgi->param("q")) ) { + $template_name = 'catalogue/results.tmpl'; +} +else { + $template_name = 'catalogue/advsearch.tmpl'; +} + +# load the template +($template, $borrowernumber, $cookie) = get_template_and_user({ + template_name => $template_name, + query => $cgi, + type => "intranet", + authnotrequired => 0, + flagsrequired => { catalogue => 1 }, + } +); + +=head1 BUGS and FIXMEs + +There are many, most are documented in the code. The one that +isn't fully documented, but referred to is the need for a full +query parser. + +=cut + +## URI Re-Writing +# FIXME: URI re-writing should be tested more carefully and may better +# handled by mod_rewrite or something else. The code below almost works, +# but doesn't quite handle limits correctly when they are the only +# param passed -- I'll work on this soon -- JF +#my $rewrite_flag; +#my $uri = $cgi->url(-base => 1); +#my $relative_url = $cgi->url(-relative=>1); +#$uri.="/".$relative_url."?"; +#warn "URI:$uri"; +#my @cgi_params_list = $cgi->param(); +#my $url_params = $cgi->Vars; + +#for my $each_param_set (@cgi_params_list) { +# $uri.= join "", map "\&$each_param_set=".$_, split("\0",$url_params->{$each_param_set}) if $url_params->{$each_param_set}; +#} +#warn "New URI:$uri"; +# Only re-write a URI if there are params or if it already hasn't been re-written +#unless (($cgi->param('r')) || (!$cgi->param()) ) { +# print $cgi->redirect( -uri=>$uri."&r=1", +# -cookie => $cookie); +# exit; +#} + +# load the branches +my $branches = GetBranches(); +my @branch_loop; +push @branch_loop, {value => "", branchname => "All Branches", }; +for my $branch_hash (keys %$branches) { + push @branch_loop, {value => "branch: $branch_hash", branchname => $branches->{$branch_hash}->{'branchname'}, }; +} +$template->param(branchloop => \@branch_loop,); + +# load the itemtypes (Called Collection Codes in the template -- used for circ rules ) +my $itemtypes = GetItemTypes; +my @itemtypesloop; +my $selected=1; +my $cnt; +my $imgdir = getitemtypeimagesrc(); +foreach my $thisitemtype (sort keys %$itemtypes) { + my %row =( number=>$cnt++, + imageurl=>$imgdir."/".$itemtypes->{$thisitemtype}->{'imageurl'}, + code => $thisitemtype, + selected => $selected, + description => $itemtypes->{$thisitemtype}->{'description'}, + count5 => $cnt % 5, + ); + $selected = 0 if ($selected) ; + push @itemtypesloop, \%row; +} +$template->param(itemtypeloop => \@itemtypesloop); + +# # load the itypes (Called item types in the template -- just authorized values for searching) +# my ($itypecount,@itype_loop) = GetCcodes(); +# $template->param(itypeloop=>\@itype_loop,); + +# load the languages ( for switching from one template to another ) +# my @languages_options = displayLanguages($cgi); +# my $languages_count = @languages_options; +# if($languages_count > 1){ +# $template->param(languages => \@languages_options); +# } + +# The following should only be loaded if we're bringing up the advanced search template +if ( $template_name eq "catalogue/advsearch.tmpl" ) { + # load the servers (used for searching -- to do federated searching, etc.) + my $primary_servers_loop;# = displayPrimaryServers(); + $template->param(outer_servers_loop => $primary_servers_loop,); + + my $secondary_servers_loop;# = displaySecondaryServers(); + $template->param(outer_sup_servers_loop => $secondary_servers_loop,); + + # load the limit types (icon-based limits in advanced search page) + my $outer_limit_types_loop = displayLimitTypes(); + $template->param(outer_limit_types_loop => $outer_limit_types_loop,); + + # load the search indexes (what a user can choose to search by) + my $indexes = displayIndexes(); + + # determine what to display next to the search boxes (ie, boolean option + # shouldn't appear on the first one, scan indexes should, adding a new + # box should only appear on the last, etc. + # FIXME: this stuff should be cleaned up a bit and the html should be turned + # into flags for the template -- I'll work on that soon -- JF + my @search_boxes_array; + my $search_boxes_count = 1; # should be a syspref + for (my $i=0;$i<=$search_boxes_count;$i++) { + my $this_index =[@$indexes]; # clone the data, not just the reference + #@$this_index[$i]->{selected} = "selected"; + if ($i==0) { + push @search_boxes_array, + {indexes => $this_index, + search_boxes_label => 1, + scan_index => 1, + }; + + } + elsif ($i==$search_boxes_count) { + push @search_boxes_array, + {indexes => $indexes, + add_field => "1",}; + } + else { + push @search_boxes_array, + {indexes => $indexes,}; + } + } + $template->param(uc(C4::Context->preference("marcflavour")) => 1, + search_boxes_loop => \@search_boxes_array); + + # load the language limits (for search) + my $languages_limit_loop = getAllLanguages(); + $template->param(search_languages_loop => $languages_limit_loop,); + + # load the subtype limits + my $outer_subtype_limits_loop = displaySubtypesLimit(); + $template->param(outer_subtype_limits_loop => $outer_subtype_limits_loop,); + + my $expanded_options; + if (not defined $cgi->param('expanded_options')){ + $expanded_options = C4::Context->preference("expandedSearchOption"); + } + else { + $expanded_options = $cgi->param('expanded_options'); + } + $template->param(expanded_options => $expanded_options); + + # load the sort_by options for the template + my $sort_by = $cgi->param('sort_by'); + my $sort_by_loop = displaySortby($sort_by); + $template->param(sort_by_loop => $sort_by_loop); + + output_html_with_http_headers $cgi, $cookie, $template->output; + exit; +} + +### OK, if we're this far, we're performing an actual search + +# Fetch the paramater list as a hash in scalar context: +# * returns paramater list as tied hash ref +# * we can edit the values by changing the key +# * multivalued CGI paramaters are returned as a packaged string separated by "\0" (null) +my $params = $cgi->Vars; + +# Params that can have more than one value +# sort by is used to sort the query +my @sort_by; +@sort_by = split("\0",$params->{'sort_by'}) if $params->{'sort_by'}; +# load the sort_by options for the template +my $sort_by = $params->{'sort_by'}; +my $sort_by_loop = displaySortby($sort_by); +$template->param(sort_by_loop => $sort_by_loop); +# +# Use the servers defined, or just search our local catalog(default) +my @servers; +@servers = split("\0",$params->{'server'}) if $params->{'server'}; +unless (@servers) { + #FIXME: this should be handled using Context.pm + @servers = ("biblioserver"); + # @servers = C4::Context->config("biblioserver"); +} + +# operators include boolean and proximity operators and are used +# to evaluate multiple operands +my @operators; +@operators = split("\0",$params->{'op'}) if $params->{'op'}; + +# indexes are query qualifiers, like 'title', 'author', etc. They +# can be simple or complex +my @indexes; +@indexes = split("\0",$params->{'idx'}) if $params->{'idx'}; + +# an operand can be a single term, a phrase, or a complete ccl query +my @operands; +@operands = split("\0",$params->{'q'}) if $params->{'q'}; + +# limits are use to limit to results to a pre-defined category such as branch or language +my @limits; +@limits = split("\0",$params->{'limit'}) if $params->{'limit'}; + +my $available; +foreach my $limit(@limits) { + if ($limit =~/available/) { + $available = 1; + } +} +$template->param(available => $available); +push @limits, map "yr:".$_, split("\0",$params->{'limit-yr'}) if $params->{'limit-yr'}; + +# Params that can only have one value +my $query = $params->{'q'}; +my $scan = $params->{'scan'}; +my $results_per_page = $params->{'count'} || 20; +my $offset = $params->{'offset'} || 0; +my $hits; +my $expanded_facet = $params->{'expand'}; + +# Define some global variables +my $error; # used for error handling +my $search_desc; # the query expressed in terms that humans understand +my $koha_query; # the query expressed in terms that zoom understands with field weighting and stemming +my $federated_query; +my $query_type; # usually not needed, but can be used to trigger ccl, cql, or pqf queries if set +my @results; +## I. BUILD THE QUERY +($error,$search_desc,$koha_query,$federated_query,$query_type) = buildQuery($query,\@operators,\@operands,\@indexes,\@limits); + +## II. DO THE SEARCH AND GET THE RESULTS +my $total; # the total results for the whole set +my $facets; # this object stores the faceted results that display on the left-hand of the results page +my @results_array; +my $results_hashref; + +eval { + + ($error, $results_hashref, $facets) = getRecords($koha_query,$federated_query,\@sort_by,\@servers,$results_per_page,$offset,$expanded_facet,$branches,$query_type,$scan); + +}; +if ($@ || $error) { + $template->param(query_error => $error.$@); + + output_html_with_http_headers $cgi, $cookie, $template->output; + exit; +} + +# At this point, each server has given us a result set +# now we build that set for template display +my @sup_results_array; +for (my $i=0;$i<=@servers;$i++) { + my $server = $servers[$i]; + if ($server =~/biblioserver/) { # this is the local bibliographic server + $hits = $results_hashref->{$server}->{"hits"}; + my @newresults = searchResults( $search_desc,$hits,$results_per_page,$offset,@{$results_hashref->{$server}->{"RECORDS"}}); + $total = $total + $results_hashref->{$server}->{"hits"}; + if ($hits) { + $template->param(total => $hits); + $template->param(searchdesc => ($query_type?"$query_type=":"")."$search_desc" ); + $template->param(results_per_page => $results_per_page); + $template->param(SEARCH_RESULTS => \@newresults); + + my @page_numbers; + my $pages = ceil($hits / $results_per_page); + my $current_page_number = 1; + $current_page_number = ($offset / $results_per_page + 1) if $offset; + my $previous_page_offset = $offset - $results_per_page unless ($offset - $results_per_page <0); + my $next_page_offset = $offset + $results_per_page; + for (my $j=1; $j<=$pages;$j++) { + my $this_offset = (($j*$results_per_page)-$results_per_page); + my $this_page_number = $j; + my $highlight = 1 if ($this_page_number == $current_page_number); + push @page_numbers, { offset => $this_offset, pg => $this_page_number, highlight => $highlight, sort_by => join " ",@sort_by }; + } + $template->param(PAGE_NUMBERS => \@page_numbers, + previous_page_offset => $previous_page_offset, + next_page_offset => $next_page_offset) unless $pages < 2; + } + } # end of the if local + else { + # check if it's a z3950 or opensearch source + my $zed3950 = 0; # FIXME :: Hardcoded value. + if ($zed3950) { + my @inner_sup_results_array; + for my $sup_record ( @{$results_hashref->{$server}->{"RECORDS"}} ) { + my $marc_record_object = MARC::Record->new_from_usmarc($sup_record); + my $control_number = $marc_record_object->field('010')->subfield('a') if $marc_record_object->field('010'); + $control_number =~ s/^ //g; + my $link = "http://catalog.loc.gov/cgi-bin/Pwebrecon.cgi?SAB1=".$control_number."&BOOL1=all+of+these&FLD1=LC+Control+Number+LCCN+%28K010%29+%28K010%29&GRP1=AND+with+next+set&SAB2=&BOOL2=all+of+these&FLD2=Keyword+Anywhere+%28GKEY%29+%28GKEY%29&PID=6211&SEQ=20060816121838&CNT=25&HIST=1"; + my $title = $marc_record_object->title(); + push @inner_sup_results_array, { + 'title' => $title, + 'link' => $link, + }; + } + my $servername = $server; + push @sup_results_array, { servername => $servername, inner_sup_results_loop => \@inner_sup_results_array}; + $template->param(outer_sup_results_loop => \@sup_results_array); + } + } + +} #/end of the for loop +#$template->param(FEDERATED_RESULTS => \@results_array); + + +$template->param( + #classlist => $classlist, + total => $total, + searchdesc => ($query_type?"$query_type=":"")."$search_desc", + opacfacets => 1, + facets_loop => $facets, + suggestion => C4::Context->preference("suggestion"), + virtualshelves => C4::Context->preference("virtualshelves"), + LibraryName => C4::Context->preference("LibraryName"), + OpacNav => C4::Context->preference("OpacNav"), + opaccredits => C4::Context->preference("opaccredits"), + AmazonContent => C4::Context->preference("AmazonContent"), + opacsmallimage => C4::Context->preference("opacsmallimage"), + opaclayoutstylesheet => C4::Context->preference("opaclayoutstylesheet"), + opaccolorstylesheet => C4::Context->preference("opaccolorstylesheet"), + "BiblioDefaultView".C4::Context->preference("BiblioDefaultView") => 1, + scan_use => $scan, + search_error => $error, +); +## Now let's find out if we have any supplemental data to show the user +# and in the meantime, save the current query for statistical purposes, etc. +my $koha_spsuggest; # a flag to tell if we've got suggestions coming from Koha +my @koha_spsuggest; # place we store the suggestions to be returned to the template as LOOP +my $phrases = $search_desc; +my $ipaddress; + +if ( C4::Context->preference("kohaspsuggest") ) { + eval { + my $koha_spsuggest_dbh; + # FIXME: this needs to be moved to Context.pm + eval { + $koha_spsuggest_dbh=DBI->connect("DBI:mysql:suggest:66.213.78.76","auth","Free2cirC"); + }; + if ($@) { + warn "can't connect to spsuggest db"; + } + else { + my $koha_spsuggest_insert = "INSERT INTO phrase_log(phr_phrase,phr_resultcount,phr_ip) VALUES(?,?,?)"; + my $koha_spsuggest_query = "SELECT display FROM distincts WHERE strcmp(soundex(suggestion), soundex(?)) = 0 order by soundex(suggestion) limit 0,5"; + my $koha_spsuggest_sth = $koha_spsuggest_dbh->prepare($koha_spsuggest_query); + $koha_spsuggest_sth->execute($phrases); + while (my $spsuggestion = $koha_spsuggest_sth->fetchrow_array) { + $spsuggestion =~ s/(:|\/)//g; + my %line; + $line{spsuggestion} = $spsuggestion; + push @koha_spsuggest,\%line; + $koha_spsuggest = 1; + } + + # Now save the current query + $koha_spsuggest_sth=$koha_spsuggest_dbh->prepare($koha_spsuggest_insert); + #$koha_spsuggest_sth->execute($phrases,$results_per_page,$ipaddress); + $koha_spsuggest_sth->finish; + + $template->param( koha_spsuggest => $koha_spsuggest ) unless $hits; + $template->param( SPELL_SUGGEST => \@koha_spsuggest, + ); + } + }; + if ($@) { + warn "Kohaspsuggest failure:".$@; + } +} + +# VI. BUILD THE TEMPLATE +output_html_with_http_headers $cgi, $cookie, $template->output; diff --git a/catalogue/suggest.pl b/catalogue/suggest.pl new file mode 100755 index 0000000000..a62820c622 --- /dev/null +++ b/catalogue/suggest.pl @@ -0,0 +1,62 @@ +#!/usr/bin/perl +# WARNING: 4-character tab stops here + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +require Exporter; +use CGI; +use C4::Auth; + +use C4::Context; +use C4::Auth; +use C4::Output; +use C4::Interface::CGI::Output; +use C4::Biblio; +use C4::Acquisition; +use C4::Koha; # XXX subfield_is_koha_internal_p + +# Creates the list of active tags using the active MARC configuration +my $query=new CGI; +my $Q=$query->param('Q'); +my @words = split / /,$Q; +my $dbh = C4::Context->dbh; + +my $suggestions = findsuggestion($dbh,\@words); +my @loop_suggests; +foreach my $line (@$suggestions) { + my ($word,$suggestion,$count) = split /\|/,$line; + push @loop_suggests, { word => $word, suggestion =>$suggestion, count => $count }; +} + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "catalogue/suggest.tmpl", + query => $query, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); +$template->param("loop" => \@loop_suggests, + intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), + ); + +output_html_with_http_headers $query, $cookie, $template->output; + diff --git a/cataloguing/addbiblio-nomarc.pl b/cataloguing/addbiblio-nomarc.pl new file mode 100755 index 0000000000..e7a8d00546 --- /dev/null +++ b/cataloguing/addbiblio-nomarc.pl @@ -0,0 +1,77 @@ +#!/usr/bin/perl + +# $Id$ + +# +# TODO +# +# Add info on biblioitems and items already entered as you enter new ones +# + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $Log$ +# Revision 1.3 2007/03/09 15:36:10 tipaul +# rel_3_0 moved to HEAD (introducing new files) +# +# Revision 1.1.2.2 2006/12/18 16:35:18 toins +# removing use HTML::Template from *.pl. +# +# Revision 1.1.2.1 2006/09/26 16:05:05 toins +# adding missing template & fix wrong link on scripts. +# +# Revision 1.1 2006/01/17 16:40:54 tipaul +# moving acqui.simple directory to cataloguing, as acqui.simple contains cataloguing scripts... +# +# Revision 1.3 2005/05/04 08:45:22 tipaul +# synch'ing 2.2 and head +# +# Revision 1.2.4.1 2005/03/25 12:52:42 tipaul +# needs "editcatalogue" flag, not "catalogue" +# +# Revision 1.2 2003/05/09 23:47:22 rangi +# This script is now templated +# 3 more to go i think +# + +use CGI; +use strict; +use C4::Output; + +use C4::Auth; +use C4::Interface::CGI::Output; + +my $input = new CGI; +my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "cataloguing/addbiblio-nomarc.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => { editcatalogue => 1 }, + debug => 1, + } +); + +my $error = $input->param('error'); + +$template->param( + ERROR => $error, +); + +output_html_with_http_headers $input, $cookie, $template->output; diff --git a/cataloguing/additem-nomarc.pl b/cataloguing/additem-nomarc.pl new file mode 100755 index 0000000000..cc6cad9c6b --- /dev/null +++ b/cataloguing/additem-nomarc.pl @@ -0,0 +1,235 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $Log$ +# Revision 1.6 2007/03/09 15:36:10 tipaul +# rel_3_0 moved to HEAD (introducing new files) +# +# Revision 1.4.2.3 2006/12/14 15:41:54 toins +# admin/branches.pl works now with mod_perl. +# New module : Branch.pm containt all functions dealings with branches. +# +# Revision 1.4.2.2 2006/12/05 11:35:30 toins +# Biblio.pm cleaned. +# additionalauthors, bibliosubject, bibliosubtitle tables are now unused. +# Some functions renamed according to the coding guidelines. +# +# Revision 1.4.2.1 2006/09/26 16:05:05 toins +# adding missing template & fix wrong link on scripts. +# +# Revision 1.4 2006/07/27 13:52:49 toins +# 1 sub renamed and cleaned. +# +# Revision 1.3 2006/07/21 10:12:00 toins +# subs renamed according to coding guidelines. +# +# Revision 1.2 2006/07/12 17:17:12 toins +# getitemtypes renamed to GetItemTypes +# +# Revision 1.1 2006/01/17 16:40:54 tipaul +# moving acqui.simple directory to cataloguing, as acqui.simple contains cataloguing scripts... +# +# Revision 1.8 2005/10/26 09:11:34 tipaul +# big commit, still breaking things... +# +# * synch with rel_2_2. Probably the last non manual synch, as rel_2_2 should not be modified deeply. +# * code cleaning (cleaning warnings from perl -w) continued +# +# Revision 1.4.2.1 2005/03/25 12:52:44 tipaul +# needs "editcatalogue" flag, not "catalogue" +# +# Revision 1.4 2004/11/19 16:41:49 tipaul +# improving behaviour when MARC=OFF +# +# Revision 1.3 2004/08/13 16:37:25 tipaul +# adding frameworkcode to API in some subs +# +# Revision 1.2 2003/05/11 06:59:11 rangi +# Mostly templated. +# Still needs some work +# + +use CGI; +use strict; +use C4::Biblio; +use C4::Koha; +use C4::Output; +use C4::Branch; # GetBranches +use C4::Auth; +use C4::Interface::CGI::Output; + +my $input = new CGI; +my $biblionumber = $input->param('biblionumber'); +my $error = $input->param('error'); +my $maxbarcode; +my $isbn; +my $bibliocount; +my @biblios; +my $biblioitemcount; +my @biblioitems; +# my @branches; +# my %branchnames; +my $itemcount; +my @items; + +if ( !$biblionumber ) { + print $input->redirect('/cgi-bin/koha/cataloguing/addbooks.pl'); +} +else { + my $input = new CGI; + my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "cataloguing/additem-nomarc.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => { editcatalogue => 1 }, + debug => 1, + } + ); + ( $bibliocount, @biblios ) = &GetBiblio($biblionumber); + + if ( !$bibliocount ) { + print $input->redirect('addbooks.pl'); + } + else { + @biblioitems = &GetBiblioItemByBiblioNumber($biblionumber); + $biblioitemcount = scalar @biblioitems; + my $branches = GetBranches; + my @branchloop; + foreach my $thisbranch (sort keys %$branches) { + my %row =(value => $thisbranch, + branchname => $branches->{$thisbranch}->{'branchname'}, + ); + push @branchloop, \%row; + } + my $itemtypes = &GetItemTypes; + my @itemtypeloop; + foreach my $thisitemtype (sort keys %$itemtypes) { + my %row =(value => $thisitemtype, + description => $itemtypes->{$thisitemtype}->{'description'}, + ); + push @itemtypeloop, \%row; + } + if ( $error eq "nobarcode" ) { + $template->param( NOBARCODE => 1 ); + } + elsif ( $error eq "nobiblioitem" ) { + $template->param( NOBIBLIOITEM => 1 ); + } + elsif ( $error eq "barcodeinuse" ) { + $template->param( BARCODEINUSE => 1 ); + } # elsif + + for ( my $i = 0 ; $i < $biblioitemcount ; $i++ ) { + if ( $biblioitems[$i]->{'itemtype'} eq "WEB" ) { + $biblioitems[$i]->{'WEB'} = 1; + } + $biblioitems[$i]->{'dewey'} =~ /(\d*\.\d\d)/; + $biblioitems[$i]->{'dewey'} = $1; + ( $itemcount, @items ) = &getitemsbybiblioitem( $biblioitems[$i]->{'biblioitemnumber'} ); + $biblioitems[$i]->{'items'} = \@items; + } # for + $template->param( + BIBNUM => $biblionumber, + AUTHOR => $biblios[0]->{'author'}, + TITLE => $biblios[0]->{'title'}, + COPYRIGHT => $biblios[0]->{'copyrightdate'}, + SERIES => $biblios[0]->{'seriestitle'}, + NOTES => $biblios[0]->{'notes'}, + BIBITEMS => \@biblioitems, + branchloop => \@branchloop, + itemtypeloop => \@itemtypeloop, + + ( $bibliocount, @biblios ) = &GetBiblio($biblionumber); + + if ( !$bibliocount ) { + print $input->redirect('addbooks.pl'); + } + else { + + @biblioitems =&GetBiblioItemByBiblioNumber($biblionumber); + $biblioitemcount = scalar @biblioitems; + @branches = &GetBranches; + ( $itemtypecount, @itemtypes ) = &GetItemTypes; + + for ( my $i = 0 ; $i < $itemtypecount ; $i++ ) { + $itemtypedescriptions{ $itemtypes[$i]->{'itemtype'} } = + $itemtypes[$i]->{'description'}; + } # for + + for ( my $i = 0 ; $i < $#branches ; $i++ ) { + $branchnames{ $branches[$i]->{'branchcode'} } = + $branches[$i]->{'branchname'}; + } # for + + # print $input->header; + # print startpage(); + # print startmenu('acquisitions'); + my $input = new CGI; + my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "cataloguing/additem-nomarc.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => { editcatalogue => 1 }, + debug => 1, + } + ); + + if ( $error eq "nobarcode" ) { + $template->param( NOBARCODE => 1 ); + } + elsif ( $error eq "nobiblioitem" ) { + $template->param( NOBIBLIOITEM => 1 ); + } + elsif ( $error eq "barcodeinuse" ) { + $template->param( BARCODEINUSE => 1 ); + } # elsif + + for ( my $i = 0 ; $i < $biblioitemcount ; $i++ ) { + if ( $biblioitems[$i]->{'itemtype'} eq "WEB" ) { + $biblioitems[$i]->{'WEB'} = 1; + + } + $biblioitems[$i]->{'dewey'} =~ /(\d*\.\d\d)/; + $biblioitems[$i]->{'dewey'} = $1; + ( $itemcount, @items ) = + &getitemsbybiblioitem( $biblioitems[$i]->{'biblioitemnumber'} ); + $biblioitems[$i]->{'items'} = \@items; + } # for + $template->param( + BIBNUM => $biblionumber, + AUTHOR => $biblios[0]->{'author'}, + TITLE => $biblios[0]->{'title'}, + COPYRIGHT => $biblios[0]->{'copyrightdate'}, + SERIES => $biblios[0]->{'seriestitle'}, + NOTES => $biblios[0]->{'notes'}, + BIBITEMS => \@biblioitems, + BRANCHES => \@branches, + ITEMTYPES => \@itemtypes, + + ); + + output_html_with_http_headers $input, $cookie, $template->output; + } # if +} # if diff --git a/cataloguing/plugin_launcher.pl b/cataloguing/plugin_launcher.pl new file mode 100755 index 0000000000..eb083b5b87 --- /dev/null +++ b/cataloguing/plugin_launcher.pl @@ -0,0 +1,39 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use CGI; +use C4::Context; + +use C4::Output; + +my $input = new CGI; +my $plugin_name=$input->param("plugin_name"); +my $plugin_name="cataloguing/value_builder/".$input->param("plugin_name"); + +# opening plugin. Just check wether we are on a developper computer on a production one +# (the cgidir differs) +my $cgidir = C4::Context->intranetdir ."/cgi-bin"; +unless (opendir(DIR, "$cgidir/cataloguing/value_builder")) { + $cgidir = C4::Context->intranetdir; +} +do $cgidir."/".$plugin_name; +&plugin($input); diff --git a/cataloguing/savebiblio.pl b/cataloguing/savebiblio.pl new file mode 100755 index 0000000000..f2dbc805d5 --- /dev/null +++ b/cataloguing/savebiblio.pl @@ -0,0 +1,53 @@ +#!/usr/bin/perl + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use CGI; +use strict; +use C4::Biblio; + +my $input = new CGI; +my $biblio = { + title => $input->param('title'), + subtitle => $input->param('subtitle') ? $input->param('subtitle') : "", + author => $input->param('author') ? $input->param('author') : "", + seriestitle => $input->param('seriestitle') ? $input->param('seriestitle') + : "", + copyrightdate => $input->param('copyrightdate') + ? $input->param('copyrightdate') + : "", + abstract => $input->param('abstract') ? $input->param('abstract') : "", + notes => $input->param('notes') ? $input->param('notes') : "" +}; # my $biblio + +my $subjectheadings = $input->param('subjectheadings'); +# Different O.S.es use different codes to end lines. This ensures that all cases +# are allowed for. +my @subjects = split ( /\n|\r|\n\r|\r\n/, $subjectheadings ); +my $biblionumber; +my $aauthors = $input->param('additionalauthors'); +my @authors = split ( /\n|\r|\n\r|\r\n/, $aauthors ); +my $force = $input->param('force'); + +if ( !$biblio->{'title'} ) { + print $input->redirect('addbiblio-nomarc.pl?error=notitle'); +} +else { + $biblionumber = &newbiblio($biblio); + print $input->redirect("additem-nomarc.pl?biblionumber=$biblionumber"); +} # else diff --git a/cataloguing/saveitem.pl b/cataloguing/saveitem.pl new file mode 100755 index 0000000000..dadf0f8c37 --- /dev/null +++ b/cataloguing/saveitem.pl @@ -0,0 +1,95 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use CGI; +use strict; +# use C4::Catalogue; +use C4::Biblio; + +my $input = new CGI; +my $barcode = $input->param('barcode'); +my $biblionumber = $input->param('biblionumber'); +my $biblioitemnumber = $input->param('biblioitemnumber'); +my $item = { + biblionumber => $biblionumber, + biblioitemnumber => $biblioitemnumber?$biblioitemnumber:"", + homebranch => $input->param('homebranch'), + holdingbranch => $input->param('homebranch'), + replacementprice => $input->param('replacementprice')?$input->param('replacementprice'):"", + itemnotes => $input->param('notes')?$input->param('notes'):"" +}; # my $item +my $biblioitem = { + biblionumber => $biblionumber, + itemtype => $input->param('itemtype'), + isbn => $input->param('isbn')?$input->param('isbn'):"", + publishercode => $input->param('publishercode')?$input->param('publishercode'):"", + publicationyear => $input->param('publicationyear')?$input->param('publicationyear'):"", + place => $input->param('place')?$input->param('place'):"", + illus => $input->param('illus')?$input->param('illus'):"", + url => $input->param('url')?$input->param('url'):"", + dewey => $input->param('dewey')?$input->param('dewey'):"", + subclass => $input->param('subclass')?$input->param('subclass'):"", + issn => $input->param('issn')?$input->param('issn'):"", + lccn => $input->param('lccn')?$input->param('lccn'):"", + volume => $input->param('volume')?$input->param('volume'):"", + number => $input->param('number')?$input->param('number'):"", + volumeddesc => $input->param('volumeddesc')?$input->param('volumeddesc'):"", + pages => $input->param('pages')?$input->param('pages'):"", + size => $input->param('size')?$input->param('size'):"", + notes => $input->param('itemnotes')?$input->param('itemnotes'):"" +}; # my biblioitem +my $newgroup = 0; +my $website = 0; +my $count; +my @results; + +if ($input->param('newgroup')) { + $newgroup = 1; + if ($biblioitem->{'itemtype'} eq "WEB") { + $website = 1; + } # if +} # if + +if (! $biblionumber) { + print $input->redirect('addbooks.pl'); +} elsif ((! $barcode) && (! $website)) { + print $input->redirect("additem-nomarc.pl?biblionumber=$biblionumber&error=nobarcode"); +} elsif ((! $newgroup) && (! $biblioitemnumber)) { + print $input->redirect("additem-nomarc.pl?biblionumber=$biblionumber&error=nobiblioitem"); +} else { + + if ($website) { + &newbiblioitem($biblioitem); + print $input->redirect("additem-nomarc.pl?biblionumber=$biblionumber"); + } elsif (&checkitems(1,$barcode)) { + print $input->redirect("additem-nomarc.pl?biblionumber=$biblionumber&error=barcodeinuse"); + } else { + + if ($newgroup) { + $biblioitemnumber = &newbiblioitem($biblioitem); + $item->{'biblioitemnumber'} = $biblioitemnumber; + } # if + + &newitems($item, ($barcode)); + + print $input->redirect("additem-nomarc.pl?biblionumber=$biblionumber"); + } # else +} # else diff --git a/cataloguing/thesaurus_popup.pl b/cataloguing/thesaurus_popup.pl new file mode 100755 index 0000000000..7c95e4a455 --- /dev/null +++ b/cataloguing/thesaurus_popup.pl @@ -0,0 +1,125 @@ +#!/usr/bin/perl + +# written 10/5/2002 by Paul +# build result field using bibliothesaurus table + + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Output; +use C4::Authorities; +use C4::Interface::CGI::Output; +# get all the data .... +my %env; + +my $input = new CGI; +my $result = $input->param('result'); +my $search_string= $input->param('search_string'); +$search_string = $result unless ($search_string); +my $op = $input->param('op'); +my $id = $input->param('id'); +my $category = $input->param('category'); +my $index= $input->param('index'); +my $insert = $input->param('insert'); +my $nohierarchy = $input->param('nohierarchy'); # if 1, just show the last part of entry (Marseille). If 0, show everything (Europe -- France --Marseille) +my $dbh = C4::Context->dbh; + +# make the page ... +#print $input->header; +if ($op eq "select") { + my $sti = $dbh->prepare("select father,stdlib from bibliothesaurus where id=?"); + $sti->execute($id); + my ($father,$freelib_text) = $sti->fetchrow_array; + if (length($result)>0) { + if ($nohierarchy) { + $result .= "|$freelib_text"; + } else { + $result .= "|$father $freelib_text"; + } + } else { + if ($nohierarchy) { + $result = "$freelib_text"; + } else { + $result = "$father $freelib_text"; + } + } +} +if ($op eq "add") { + newauthority($dbh,$category,$insert,$insert,'',1,''); + $search_string=$insert; +} +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/thesaurus_popup.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); +# /search thesaurus terms starting by search_string +my @freelib; +my %stdlib; +my $select_list; +if ($search_string) { +# my $sti=$dbh->prepare("select id,freelib from bibliothesaurus where freelib like '".$search_string."%' and category ='$category'"); + my $sti=$dbh->prepare("select id,freelib,father from bibliothesaurus where match (category,freelib) AGAINST (?) and category =?"); + $sti->execute($search_string,$category); + while (my $line=$sti->fetchrow_hashref) { + if ($nohierarchy) { + $stdlib{$line->{'id'}} = "$line->{'freelib'}"; + } else { + $stdlib{$line->{'id'}} = "$line->{'father'} $line->{'freelib'}"; + } + push(@freelib,$line->{'id'}); + } + $select_list= CGI::scrolling_list( -name=>'id', + -values=> \@freelib, + -default=> "", + -size=>1, + -multiple=>0, + -labels=> \%stdlib + ); +} +my @x = SearchDeeper('',$category,$search_string); +#my @son; +#foreach (my $value @$x) { +# warn \@$x[$value]->{'stdlib'}; +#} +my $dig_list= CGI::scrolling_list( -name=>'search_string', + -values=> \@x, + -default=> "", + -size=>1, + -multiple=>0, + ); + +$template->param(select_list => $select_list, + search_string => $search_string, + dig_list => $dig_list, + result => $result, + category => $category, + index => $index, + nohierarchy => $nohierarchy, + ); +output_html_with_http_headers $input, $cookie, $template->output; + + diff --git a/cataloguing/value_builder/labs_theses.pl b/cataloguing/value_builder/labs_theses.pl new file mode 100755 index 0000000000..f53320518c --- /dev/null +++ b/cataloguing/value_builder/labs_theses.pl @@ -0,0 +1,186 @@ +#!/usr/bin/perl + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +require Exporter; +use CGI; + +use C4::Interface::CGI::Output; +use C4::Context; +use C4::Auth; +use C4::Output; + +use C4::Koha; + +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "328".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} + +sub plugin { + my ($input) = @_; + my %env; + + + my $dbh=C4::Context->dbh; + my $query = new CGI; + my $op = $query->param('op'); + my $cat_auth=$query->param('cat_auth'); + + my $startfrom=$query->param('startfrom'); + $startfrom=0 if(!defined $startfrom); + my ($template, $loggedinuser, $cookie); + my $resultsperpage; + my $search = $query->param('search'); + + if ($op eq "do_search") { + + $resultsperpage= $query->param('resultsperpage'); + $resultsperpage = 19 if(!defined $resultsperpage); +# my $upperlimit=$startfrom+$resultsperpage; + # builds tag and subfield arrays + my $strquery = "SELECT authorised_value, lib from authorised_values where category = ? and lib like ?"; +# $strquery .= " LIMIT $startfrom,$upperlimit"; + + warn 'category : '.$cat_auth.' recherche :'.$search; + warn "$strquery"; + $search=~s/\*/%/g; + my $sth = $dbh->prepare($strquery); + $sth->execute($cat_auth,$search); + $search=~s/%/\*/g; + + + my @results; + my $total; + while (my $data = $sth->fetchrow_hashref){ + my $libjs=$data->{'lib'}; + $libjs=~s#\'#\\\'#g; + my $authjs=$data->{'authorised_value'}; + $authjs=~s#\'#\\\'#g; + push @results, {'libjs'=>$libjs, + 'lib'=>$data->{'lib'}, + 'authjs'=>$authjs, + 'auth_value'=>$data->{'authorised_value'}} + unless (($total<$startfrom) or ($total>$startfrom+$resultsperpage)); + $total++; + } + + ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "value_builder/labs_theses.tmpl", + query => $query, + type => 'intranet', + authnotrequired => 1, + debug => 1, + }); + + # multi page display gestion + my $displaynext=0; + my $displayprev=$startfrom; + if(($total - (($startfrom+1)*($resultsperpage))) > 0 ){ + $displaynext = 1; + } + + my @numbers = (); + + if ($total>$resultsperpage) + { + for (my $i=1; (($i<$total/$resultsperpage+1) && ($i<16)); $i++) + { + my $highlight=0; + ($startfrom==($i-1)) && ($highlight=1); + push @numbers, { number => $i, + highlight => $highlight , + search=> $search, + startfrom => $resultsperpage*($i-1)}; + } + } + + my $from = $startfrom+1; + my $to; + + if($total < (($startfrom+1)*$resultsperpage)) + { + $to = $total; + } else { + $to = (($startfrom+1)*$resultsperpage); + } + $template->param(catresult => \@results, + cat_auth=>$cat_auth, + index => $query->param('index')."", + startfrom=> $startfrom, + displaynext=> $displaynext, + displayprev=> $displayprev, + resultsperpage => $resultsperpage, + startfromnext => $startfrom+$resultsperpage, + startfromprev => $startfrom-$resultsperpage, + search=>$search, + total=>$total, + from=>$from, + to=>$to, + numbers=>\@numbers, + resultlist=>1 + ); + + } else { + ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "value_builder/labs_theses.tmpl", + query => $query, + type => "intranet", + authnotrequired => 1, + }); + + $template->param( + 'search'=>$query->param('search'), + ); + $template->param( + 'index'=>''.$query->param('index') + ) if ($query->param('index')); + warn 'index : '.$query->param('index'); + $template->param( + 'cat_auth'=>$cat_auth + ) if ($cat_auth); + } + output_html_with_http_headers $query, $cookie, $template->output ; +} + +1; diff --git a/cataloguing/value_builder/marc21_field_003.pl b/cataloguing/value_builder/marc21_field_003.pl new file mode 100755 index 0000000000..f19c30377a --- /dev/null +++ b/cataloguing/value_builder/marc21_field_003.pl @@ -0,0 +1,97 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +require Exporter; +use C4::AuthoritiesMarc; +use C4::Auth; +use C4::Context; +use C4::Output; +use C4::Interface::CGI::Output; +use CGI; +use C4::Search; +use MARC::Record; +use C4::Koha; + + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +=head1 + +plugin_javascript : the javascript function called when the user enters the subfield. +contain 3 javascript functions : +* one called when the field is entered (OnFocus). Named FocusXXX +* one called when the field is leaved (onBlur). Named BlurXXX +* one called when the ... link is clicked () named ClicXXX + +returns : +* XXX +* a variable containing the 3 scripts. +the 3 scripts are inserted after the in the html code + +=cut +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "003".(int(rand(100000))+1); + +# find today's date +my $org = C4::Context->preference('MARCOrgCode'); +my $res = " + +"; +return ($function_name,$res); +} + +=head1 + +plugin : the true value_builded. The screen that is open in the popup window. + +=cut + +sub plugin { +my ($input) = @_; +return ""; +} + +1; diff --git a/cataloguing/value_builder/marc21_field_005.pl b/cataloguing/value_builder/marc21_field_005.pl new file mode 100755 index 0000000000..4de9d88c29 --- /dev/null +++ b/cataloguing/value_builder/marc21_field_005.pl @@ -0,0 +1,119 @@ + +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +require Exporter; +use C4::AuthoritiesMarc; +use C4::Auth; +use C4::Context; +use C4::Output; +use C4::Interface::CGI::Output; +use CGI; +use C4::Search; +use MARC::Record; +use C4::Koha; + + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +=head1 + +plugin_javascript : the javascript function called when the user enters the subfield. +contain 3 javascript functions : +* one called when the field is entered (OnFocus). Named FocusXXX +* one called when the field is leaved (onBlur). Named BlurXXX +* one called when the ... link is clicked () named ClicXXX + +returns : +* XXX +* a variable containing the 3 scripts. +the 3 scripts are inserted after the in the html code + +=cut +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "210c".(int(rand(100000))+1); + +# find today's date +my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = + localtime(time); +$year +=1900; +$mon +=1; +if (length($mon)==1) { + $mon = "0".$mon; +} +if (length($mday)==1) { + $mday = "0".$mday; +} +if (length($hour)==1) { + $hour = "0".$hour; +} +if (length($min)==1) { + $min = "0".$min; +} +if (length($sec)==1) { + $hour = "0".$sec; +} + + +my $date = "$year$mon$mday$hour$min$sec".".0"; +my $res = " + +"; +return ($function_name,$res); +} + +=head1 + +plugin : the true value_builded. The screen that is open in the popup window. + +=cut + +sub plugin { +my ($input) = @_; +return ""; +} + +1; diff --git a/cataloguing/value_builder/marc21_field_006.pl b/cataloguing/value_builder/marc21_field_006.pl new file mode 100755 index 0000000000..17931880dc --- /dev/null +++ b/cataloguing/value_builder/marc21_field_006.pl @@ -0,0 +1,126 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "100".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "value_builder/marc21_field_006.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + $result = "a|||||r|||| 00| 0 " unless $result; +# $result = "a r 00 0 " unless $result; + my $f0 = substr($result,0,1); + my $f014 = substr($result,1,4); + my $f5 = substr($result,5,1); + my $f6 = substr($result,6,1); + my $f710 = substr($result,7,4); + my $f11 = substr($result,11,1); + my $f12 = substr($result,12,1); + my $f13 = substr($result,13,1); + my $f14 = substr($result,14,1); + my $f15 = substr($result,15,1); + my $f16 = substr($result,16,1); + my $f17 = substr($result,17,1); + + $template->param( index => $index, + f0 => $f0, + "f0$f0" => $f0, + f014 => $f014, + "f014$f014" => $f014, + f5 => $f5, + "f5$f5" => $f5, + f6 => $f6, + "f6$f6" => $f6, + f710 => $f710, + "f710$f710" => $f710, + f11 => $f11, + "f11$f11" => $f11, + f12 => $f12, + "f12$f12" => $f12, + f13 => $f13, + "f13$f13" => $f13, + f14 => $f14, + "f14$f14" => $f14, + f15 => $f15, + "f15$f15" => $f15, + f16 => $f16, + "f16$f16" => $f16, + f17 => $f17, + "f17$f17" => $f17, + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/marc21_field_007.pl b/cataloguing/value_builder/marc21_field_007.pl new file mode 100755 index 0000000000..e780dd1568 --- /dev/null +++ b/cataloguing/value_builder/marc21_field_007.pl @@ -0,0 +1,96 @@ + +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "100".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "value_builder/marc21_field_007.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + $result = "ta" unless $result; + my $f0 = substr($result,0,1); + my $f1 = substr($result,1,4); + + $template->param( index => $index, + f0 => $f0, + "f0$f0" => $f0, + f1 => $f1, + "f1$f1" => $f1, + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/marc21_field_008.pl b/cataloguing/value_builder/marc21_field_008.pl new file mode 100755 index 0000000000..f84a6a23a7 --- /dev/null +++ b/cataloguing/value_builder/marc21_field_008.pl @@ -0,0 +1,155 @@ + +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +# find today's date +my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time); + +$year +=1900; $mon +=1; +my $dateentered = substr($year,2,2).sprintf ("%0.2d", $mon).sprintf ("%0.2d",$mday); +sub plugin_parameters { + my ($dbh,$record,$tagslib,$i,$tabloop) = @_; + return ""; +} + +sub plugin_javascript { + my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; + my $function_name= "100".(int(rand(100000))+1); + my $res=" + +"; + + return ($function_name,$res); +} +sub plugin { + my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + + my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "value_builder/marc21_field_008.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); +# $result = " t xxu 00 0 eng d" unless $result; + $result = "$dateentered"."t xxu||||| |||| 00| 0 eng d" unless $result; + my $f1 = substr($result,0,6); + my $f6 = substr($result,6,1); + my $f710 = substr($result,7,4); + my $f1114 = substr($result,11,4); + my $f1517 = substr($result,15,3); + my $f1821 = substr($result,18,4); + my $f22 = substr($result,22,1); + my $f23 = substr($result,23,1); + my $f2427 = substr($result,24,4); + my $f28 = substr($result,28,1); + my $f29 = substr($result,29,1); + my $f30 = substr($result,30,1); + my $f31 = substr($result,31,1); + my $f33 = substr($result,33,1); + my $f34 = substr($result,34,1); + my $f3537 = substr($result,35,3); + my $f38 = substr($result,38,1); + my $f39 = substr($result,39,1); + +if ((!$f1) ||($f1 =~ m/ /)){ + $f1=$dateentered; +} + + $template->param( index => $index, + f1 => $f1, + f6 => $f6, + "f6$f6" => $f6, + f710 => $f710, + f1114 => $f1114, + f1517 => $f1517, + f1821 => $f1821, + f22 => $f22, + "f22$f22" => $f22, + f23 => $f23, + "f23$f23" => $f23, + f2427 => $f2427, + "f24$f2427" => $f2427, + f28 => $f28, + "f28$f28" => $f28, + f29 => $f29, + "f29$f29" => $f29, + f30 => $f30, + "f230$f30" => $f30, + f31 => $f31, + "f31$f31" => $f31, + f33 => $f33, + "f33$f33" => $f33, + f34 => $f34, + "f34$f34" => $f34, + f3537 => $f3537, + f38 => $f38, + "f38$f38" => $f38, + f39 => $f39, + "f39$f39" => $f39, + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/marc21_field_008_authorities.pl b/cataloguing/value_builder/marc21_field_008_authorities.pl new file mode 100755 index 0000000000..25e7fc7dd3 --- /dev/null +++ b/cataloguing/value_builder/marc21_field_008_authorities.pl @@ -0,0 +1,151 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +# find today's date +my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = + localtime(time); +$year = substr($year,1,2); +$mon +=1; +my $date = "$year-$mon-$mday"; +my $res = ""; +if (length($mon)==1) { + $mon='0'.$mon; +} +if (length($mday)==1) { + $mday='0'.$mday; +} +my $dateentered = "$year$mon$mday"; +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "100".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "value_builder/marc21_field_008_authorities.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); +# $result = " t xxu 00 0 eng d" unless $result; + $result = " t xxu||||| |||| 00| 0 eng d" unless $result; + my $f6 = substr($result,6,1); + my $f710 = substr($result,7,4); + my $f1114 = substr($result,11,4); + my $f1517 = substr($result,15,3); + my $f1821 = substr($result,18,4); + my $f22 = substr($result,22,1); + my $f23 = substr($result,23,1); + my $f2427 = substr($result,24,4); + my $f28 = substr($result,28,1); + my $f29 = substr($result,29,1); + my $f30 = substr($result,30,1); + my $f31 = substr($result,31,1); + my $f33 = substr($result,33,1); + my $f34 = substr($result,34,1); + my $f3537 = substr($result,35,3); + my $f38 = substr($result,38,1); + my $f39 = substr($result,39,1); + + $template->param( index => $index, + dateentered => $dateentered, + f6 => $f6, + "f6$f6" => $f6, + f710 => $f710, + f1114 => $f1114, + f1517 => $f1517, + f1821 => $f1821, + f22 => $f22, + "f22$f22" => $f22, + f23 => $f23, + "f23$f23" => $f23, + f2427 => $f2427, + "f24$f2427" => $f2427, + f28 => $f28, + "f28$f28" => $f28, + f29 => $f29, + "f29$f29" => $f29, + f30 => $f30, + "f230$f30" => $f30, + f31 => $f31, + "f31$f31" => $f31, + f33 => $f33, + "f33$f33" => $f33, + f34 => $f34, + "f34$f34" => $f34, + f3537 => $f3537, + f38 => $f38, + "f38$f38" => $f38, + f39 => $f39, + "f39$f39" => $f39, + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/marc21_field_040c.pl b/cataloguing/value_builder/marc21_field_040c.pl new file mode 100755 index 0000000000..8c17bf7a03 --- /dev/null +++ b/cataloguing/value_builder/marc21_field_040c.pl @@ -0,0 +1,97 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +require Exporter; +use C4::AuthoritiesMarc; +use C4::Auth; +use C4::Context; +use C4::Output; +use C4::Interface::CGI::Output; +use CGI; +use C4::Search; +use MARC::Record; +use C4::Koha; + + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +=head1 + +plugin_javascript : the javascript function called when the user enters the subfield. +contain 3 javascript functions : +* one called when the field is entered (OnFocus). Named FocusXXX +* one called when the field is leaved (onBlur). Named BlurXXX +* one called when the ... link is clicked () named ClicXXX + +returns : +* XXX +* a variable containing the 3 scripts. +the 3 scripts are inserted after the in the html code + +=cut +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "003".(int(rand(100000))+1); + +# find today's date +my $org = C4::Context->preference('MARCOrgCode'); +my $res = " + +"; +return ($function_name,$res); +} + +=head1 + +plugin : the true value_builded. The screen that is open in the popup window. + +=cut + +sub plugin { +my ($input) = @_; +return ""; +} + +1; diff --git a/cataloguing/value_builder/marc21_field_040d.pl b/cataloguing/value_builder/marc21_field_040d.pl new file mode 100755 index 0000000000..5eecb7a2b4 --- /dev/null +++ b/cataloguing/value_builder/marc21_field_040d.pl @@ -0,0 +1,97 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +require Exporter; +use C4::AuthoritiesMarc; +use C4::Auth; +use C4::Context; +use C4::Output; +use C4::Interface::CGI::Output; +use CGI; +use C4::Search; +use MARC::Record; +use C4::Koha; + + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +=head1 + +plugin_javascript : the javascript function called when the user enters the subfield. +contain 3 javascript functions : +* one called when the field is entered (OnFocus). Named FocusXXX +* one called when the field is leaved (onBlur). Named BlurXXX +* one called when the ... link is clicked () named ClicXXX + +returns : +* XXX +* a variable containing the 3 scripts. +the 3 scripts are inserted after the in the html code + +=cut +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "003".(int(rand(100000))+1); + +# find today's date +my $org = C4::Context->preference('MARCOrgCode'); +my $res = " + +"; +return ($function_name,$res); +} + +=head1 + +plugin : the true value_builded. The screen that is open in the popup window. + +=cut + +sub plugin { +my ($input) = @_; +return ""; +} + +1; diff --git a/cataloguing/value_builder/marc21_leader.pl b/cataloguing/value_builder/marc21_leader.pl new file mode 100755 index 0000000000..00b915c4aa --- /dev/null +++ b/cataloguing/value_builder/marc21_leader.pl @@ -0,0 +1,114 @@ + +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "100".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "value_builder/marc21_leader.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + $result = " nam a22 7a 4500" unless $result; + my $f5 = substr($result,5,1); + my $f6 = substr($result,6,1); + my $f7 = substr($result,7,1); + my $f8 = substr($result,8,1); + my $f9 = substr($result,9,1); + my $f17 = substr($result,17,1); + my $f18 = substr($result,18,1); + my $f19 = substr($result,19,1); + my $f2023 = substr($result,20,4); + $template->param(index => $index, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1, + "f17$f17" => 1, + "f18$f18" => 1, + "f19$f19" => 1, + "f2023" => $f2023, + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/marc21_leader_authorities.pl b/cataloguing/value_builder/marc21_leader_authorities.pl new file mode 100755 index 0000000000..c8779d350c --- /dev/null +++ b/cataloguing/value_builder/marc21_leader_authorities.pl @@ -0,0 +1,106 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "100".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "value_builder/marc21_leader_authorities.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + $result = " nam 22 7a 4500" unless $result; + my $f5 = substr($result,5,1); + my $f6 = substr($result,6,1); + my $f7 = substr($result,7,1); + my $f8 = substr($result,8,1); + my $f9 = substr($result,9,1); + my $f17 = substr($result,17,1); + my $f18 = substr($result,18,1); + my $f19 = substr($result,19,1); + my $f2023 = substr($result,20,4); + $template->param(index => $index, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1, + "f17$f17" => 1, + "f18$f18" => 1, + "f19$f19" => 1, + "f2023" => $f2023, + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/marc21_leader_book.pl b/cataloguing/value_builder/marc21_leader_book.pl new file mode 100755 index 0000000000..2a8b31d080 --- /dev/null +++ b/cataloguing/value_builder/marc21_leader_book.pl @@ -0,0 +1,107 @@ + +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "100".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "value_builder/marc21_leader.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + $result = " nam 7a " unless $result; + my $f5 = substr($result,5,1); + my $f6 = substr($result,6,1); + warn "F6".$f6; + my $f7 = substr($result,7,1); + my $f8 = substr($result,8,1); + my $f9 = substr($result,9,1); + my $f17 = substr($result,17,1); + my $f18 = substr($result,18,1); + my $f19 = substr($result,19,1); + + $template->param(index => $index, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1, + "f17$f17" => 1, + "f18$f18" => 1, + "f19$f19" => 1, + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/marc21_leader_computerfile.pl b/cataloguing/value_builder/marc21_leader_computerfile.pl new file mode 100755 index 0000000000..40fcc31806 --- /dev/null +++ b/cataloguing/value_builder/marc21_leader_computerfile.pl @@ -0,0 +1,108 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "100".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "value_builder/marc21_leader_computerfile.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + $result = " nmm 7a " unless $result; + warn "RESULT:".$result; + my $f5 = substr($result,5,1); + my $f6 = substr($result,6,1); + warn "F6".$f6; + my $f7 = substr($result,7,1); + warn "F7:".$f7; + my $f8 = substr($result,8,1); + my $f9 = substr($result,9,1); + my $f17 = substr($result,17,1); + my $f18 = substr($result,18,1); + my $f19 = substr($result,19,1); + + $template->param(index => $index, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1, + "f17$f17" => 1, + "f18$f18" => 1, + "f19$f19" => 1, + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/marc21_leader_video.pl b/cataloguing/value_builder/marc21_leader_video.pl new file mode 100755 index 0000000000..dc27ad604f --- /dev/null +++ b/cataloguing/value_builder/marc21_leader_video.pl @@ -0,0 +1,106 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "100".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "value_builder/marc21_leader.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + $result = " ngm 7a " unless $result; + my $f5 = substr($result,5,1); + my $f6 = substr($result,6,1); + warn "F6".$f6; + my $f7 = substr($result,7,1); + my $f8 = substr($result,8,1); + my $f9 = substr($result,9,1); + my $f17 = substr($result,17,1); + my $f18 = substr($result,18,1); + my $f19 = substr($result,19,1); + + $template->param(index => $index, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1, + "f17$f17" => 1, + "f18$f18" => 1, + "f19$f19" => 1, + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_100.pl b/cataloguing/value_builder/unimarc_field_100.pl new file mode 100755 index 0000000000..bd1341533d --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_100.pl @@ -0,0 +1,130 @@ + +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut + +sub plugin_parameters { + my ( $dbh, $record, $tagslib, $i, $tabloop ) = @_; + return ""; +} + +sub plugin_javascript { + my ( $dbh, $record, $tagslib, $field_number, $tabloop ) = @_; + my $function_name = "100" . ( int( rand(100000) ) + 1 ); + my $res = " + +"; + + return ( $function_name, $res ); +} + +sub plugin { + my ($input) = @_; + my %env; + + # my $input = new CGI; + my $index = $input->param('index'); + my $result = $input->param('result'); + + my $dbh = C4::Context->dbh; + + my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "cataloguing/value_builder/unimarc_field_100.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => { editcatalogue => 1 }, + debug => 1, + } + ); + $result = ' d u y0frey50 ba' unless $result; + my $f1 = substr( $result, 0, 8 ); + if ( $f1 eq ' ' ) { + my @today = Date::Calc::Today(); + $f1 = $today[0] . sprintf('%02s',$today[1]) . sprintf('%02s',$today[2]); + } + my $f2 = substr( $result, 8, 1 ); + my $f3 = substr( $result, 9, 4 ); + $f3='' if $f3 eq ' '; # empty publication year if only spaces, otherwise it's hard to fill the field + my $f4 = substr( $result, 13, 4 ); + $f4='' if $f4 eq ' '; + my $f5 = substr( $result, 17, 1 ); + my $f6 = substr( $result, 18, 1 ); + my $f7 = substr( $result, 19, 1 ); + my $f8 = substr( $result, 20, 1 ); + my $f9 = substr( $result, 21, 1 ); + my $f10 = substr( $result, 22, 3 ); + my $f11 = substr( $result, 25, 1 ); + my $f12 = substr( $result, 26, 2 ); + my $f13 = substr( $result, 28, 2 ); + my $f14 = substr( $result, 30, 4 ); + my $f15 = substr( $result, 34, 2 ); + + $template->param( + index => $index, + f1 => $f1, + f3 => $f3, + "f2$f2" => 1, + f4 => $f4, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1, + "f10" => $f10, + "f11$f11" => 1, + "f12$f12" => 1, + "f13$f13" => 1, + "f14" => $f14, + "f15$f15" => 1 + ); + print $input->header( -cookie => $cookie ), $template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_105.pl b/cataloguing/value_builder/unimarc_field_105.pl new file mode 100755 index 0000000000..c231aa540b --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_105.pl @@ -0,0 +1,114 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "105".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_105.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,1); + my $f3 = substr($result,2,1); + my $f4 = substr($result,3,1); + + my $f5 = substr($result,4,1); + my $f6 = substr($result,5,1); + my $f7 = substr($result,6,1); + my $f8 = substr($result,7,1); + + my $f9 = substr($result,8,1); + my $f10 = substr($result,9,1); + my $f11 = substr($result,10,1); + my $f12 = substr($result,11,1); + my $f13 = substr($result,12,1); + $template->param(index => $index, + "f1$f1" => 1, + "f2$f2" => 1, + "f3$f3" => 1, + "f4$f4" => 1, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1, + "f10$f10" => 1, + "f11$f11" => 1, + "f12$f12" => 1, + "f13$f13" => 1 + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_106.pl b/cataloguing/value_builder/unimarc_field_106.pl new file mode 100755 index 0000000000..bdda256c24 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_106.pl @@ -0,0 +1,88 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "106".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + +warn ("Je suis quand meme ici\n"); + my $dbh = C4::Context->dbh; +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_106.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + $template->param(index => $index, + "f1$f1" => $f1 + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_110.pl b/cataloguing/value_builder/unimarc_field_110.pl new file mode 100755 index 0000000000..671c55f52e --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_110.pl @@ -0,0 +1,104 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "110".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + my $dbh = C4::Context->dbh; +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_110.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,1); + my $f3 = substr($result,2,1); + my $f4 = substr($result,3,1); + my $f5 = substr($result,4,3); + my $f6 = substr($result,7,1); + my $f7 = substr($result,8,1); + my $f8 = substr($result,9,1); + my $f9 = substr($result,10,1); + + $template->param(index => $index, + "f1$f1" => 1, + "f2$f2" => 1, + "f3$f3" => 1, + "f4$f4" => 1, + f5 => $f5, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1 + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_115a.pl b/cataloguing/value_builder/unimarc_field_115a.pl new file mode 100755 index 0000000000..c8b129fa9e --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_115a.pl @@ -0,0 +1,122 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "115a".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + my $dbh = C4::Context->dbh; +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_115a.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,3); + my $f3 = substr($result,4,1); + my $f4 = substr($result,5,1); + my $f5 = substr($result,6,1); + my $f6 = substr($result,7,1); + my $f7 = substr($result,8,1); + my $f8 = substr($result,9,1); + my $f9 = substr($result,10,1); + my $f10 = substr($result,11,1); + my $f11 = substr($result,12,1); + my $f12 = substr($result,13,1); + my $f13 = substr($result,14,1); + my $f14 = substr($result,15,1); + my $f15 = substr($result,16,1); + my $f16 = substr($result,17,1); + my $f17 = substr($result,18,1); + my $f18 = substr($result,19,1); + + $template->param(index => $index, + "f1$f1" => 1, + "f2" => $f2, + "f3$f3" => 1, + "f4$f4" => 1, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1, + "f10$f10" => 1, + "f11$f11" => 1, + "f12$f12" => 1, + "f13$f13" => 1, + "f14$f14" => 1, + "f15$f15" => 1, + "f16$f16" => 1, + "f17$f17" => 1, + "f18$f18" => 1 + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_115b.pl b/cataloguing/value_builder/unimarc_field_115b.pl new file mode 100755 index 0000000000..d487cf0eca --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_115b.pl @@ -0,0 +1,108 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "115b".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + my $dbh = C4::Context->dbh; +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_115b.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,1); + my $f3 = substr($result,2,1); + my $f4 = substr($result,3,1); + my $f5 = substr($result,4,1); + my $f6 = substr($result,5,1); + my $f7 = substr($result,6,1); + my $f8 = substr($result,7,1); + my $f9 = substr($result,8,1); + my $f10 = substr($result,9,4); + my $f11 = substr($result,13,2); + + $template->param(index => $index, + "f1$f1" => 1, + "f2$f2" => 1, + "f3$f3" => 1, + "f4$f4" => 1, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1, + "f10" => $f10, + "f11" => $f11 + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_116.pl b/cataloguing/value_builder/unimarc_field_116.pl new file mode 100755 index 0000000000..e6d33e4aee --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_116.pl @@ -0,0 +1,111 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "116".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + my $dbh = C4::Context->dbh; +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_116.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,1); + my $f3 = substr($result,2,1); + my $f4 = substr($result,3,1); + + my $f5 = substr($result,4,2); + my $f6 = substr($result,6,2); + my $f7 = substr($result,8,2); + + my $f8 = substr($result,10,2); + my $f9 = substr($result,12,2); + my $f10 = substr($result,14,2); + + my $f11 = substr($result,16,2); + + $template->param(index => $index, + "f1$f1" => 1, + "f2$f2" => 1, + "f3$f3" => 1, + "f4$f4" => 1, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1, + "f10$f10" => 1, + "f11$f11" => 1 + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_117.pl b/cataloguing/value_builder/unimarc_field_117.pl new file mode 100755 index 0000000000..eed42041f9 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_117.pl @@ -0,0 +1,97 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "117".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + my $dbh = C4::Context->dbh; +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_117.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,2); + my $f2 = substr($result,2,2); + my $f3 = substr($result,4,2); + my $f4 = substr($result,6,2); + + my $f5 = substr($result,8,1); + + $template->param(index => $index, + "f1$f1" => 1, + "f2$f2" => 1, + "f3$f3" => 1, + "f4$f4" => 1, + "f5$f5" => 1 + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_120.pl b/cataloguing/value_builder/unimarc_field_120.pl new file mode 100755 index 0000000000..58fe8ae742 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_120.pl @@ -0,0 +1,106 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "120".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_120.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,1); + my $f3 = substr($result,2,1); + my $f4 = substr($result,3,1); + my $f5 = substr($result,4,1); + my $f6 = substr($result,5,1); + my $f7 = substr($result,6,1); + my $f8 = substr($result,7,2); + my $f9 = substr($result,9,2); + my $f10 = substr($result,11,2); + $template->param(index => $index, + "f1$f1" => 1, + "f2$f2" => 1, + "f3$f3" => 1, + "f4$f4" => 1, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1, + "f10$f10" => 1); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_121a.pl b/cataloguing/value_builder/unimarc_field_121a.pl new file mode 100755 index 0000000000..9902fd0141 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_121a.pl @@ -0,0 +1,102 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "121a".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_121a.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,1); + my $f3 = substr($result,2,1); + my $f4 = substr($result,3,2); + my $f5 = substr($result,5,1); + my $f6 = substr($result,6,1); + my $f7 = substr($result,7,1); + my $f8 = substr($result,8,1); + $template->param(index => $index, + "f1$f1" => 1, + "f2$f2" => 1, + "f3$f3" => 1, + "f4$f4" => 1, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => $f8); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_121b.pl b/cataloguing/value_builder/unimarc_field_121b.pl new file mode 100755 index 0000000000..b5cc738a9b --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_121b.pl @@ -0,0 +1,100 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "121b".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_121b.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,1); + my $f3 = substr($result,2,2); + my $f4 = substr($result,4,1); + my $f5 = substr($result,5,1); + my $f6 = substr($result,6,1); + my $f7 = substr($result,7,1); + $template->param(index => $index, + "f1$f1" => 1, + "f2$f2" => 1, + f3 => $f3, + "f4$f4" => 1, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_122.pl b/cataloguing/value_builder/unimarc_field_122.pl new file mode 100755 index 0000000000..1edba679db --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_122.pl @@ -0,0 +1,96 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "122".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_122.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,4); + my $f3 = substr($result,5,2); + my $f4 = substr($result,7,2); + my $f5 = substr($result,9,2); + $template->param(index => $index, + "f1$f1" => 1, + f2 => $f2, + f3 => $f3, + f4 => $f4, + f5 => $f5); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_123a.pl b/cataloguing/value_builder/unimarc_field_123a.pl new file mode 100755 index 0000000000..e44da46494 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_123a.pl @@ -0,0 +1,88 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "123a".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_123a.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + $template->param(index => $index, + "f1$f1" => $f1); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_123d.pl b/cataloguing/value_builder/unimarc_field_123d.pl new file mode 100755 index 0000000000..913ba638da --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_123d.pl @@ -0,0 +1,94 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "123g".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_123g.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,3); + my $f3 = substr($result,4,2); + my $f4 = substr($result,6,2); + $template->param(index => $index, + "f1$f1" => 1, + f2 => $f2, + f3 => $f3, + f4 => $f4); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_123e.pl b/cataloguing/value_builder/unimarc_field_123e.pl new file mode 100755 index 0000000000..e9e732446a --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_123e.pl @@ -0,0 +1,94 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "123g".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_123g.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,3); + my $f3 = substr($result,4,2); + my $f4 = substr($result,6,2); + $template->param(index => $index, + "f1$f1" => 1, + f2 => $f2, + f3 => $f3, + f4 => $f4); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_123f.pl b/cataloguing/value_builder/unimarc_field_123f.pl new file mode 100755 index 0000000000..913ba638da --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_123f.pl @@ -0,0 +1,94 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "123g".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_123g.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,3); + my $f3 = substr($result,4,2); + my $f4 = substr($result,6,2); + $template->param(index => $index, + "f1$f1" => 1, + f2 => $f2, + f3 => $f3, + f4 => $f4); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_123g.pl b/cataloguing/value_builder/unimarc_field_123g.pl new file mode 100755 index 0000000000..913ba638da --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_123g.pl @@ -0,0 +1,94 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "123g".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_123g.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,3); + my $f3 = substr($result,4,2); + my $f4 = substr($result,6,2); + $template->param(index => $index, + "f1$f1" => 1, + f2 => $f2, + f3 => $f3, + f4 => $f4); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_123i.pl b/cataloguing/value_builder/unimarc_field_123i.pl new file mode 100755 index 0000000000..989b5f506e --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_123i.pl @@ -0,0 +1,94 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "123i".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_123i.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,3); + my $f3 = substr($result,4,2); + my $f4 = substr($result,6,2); + $template->param(index => $index, + "f1$f1" => 1, + f2 => $f2, + f3 => $f3, + f4 => $f4); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_123j.pl b/cataloguing/value_builder/unimarc_field_123j.pl new file mode 100755 index 0000000000..9739d15a3f --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_123j.pl @@ -0,0 +1,94 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "123j".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_123j.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,3); + my $f3 = substr($result,4,2); + my $f4 = substr($result,6,2); + $template->param(index => $index, + "f1$f1" => 1, + f2 => $f2, + f3 => $f3, + f4 => $f4); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_124.pl b/cataloguing/value_builder/unimarc_field_124.pl new file mode 100755 index 0000000000..32b9d3b4e6 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_124.pl @@ -0,0 +1,94 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "100".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_100.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,8); + my $f2 = substr($result,8,1); + my $f3 = substr($result,9,4); + my $f4 = substr($result,13,4); + $template->param(index => $index, + f1 => $f1, + f3 => $f3, + "f2$f2" => 1, + f4 => $f4); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_124a.pl b/cataloguing/value_builder/unimarc_field_124a.pl new file mode 100755 index 0000000000..562e3b55dc --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_124a.pl @@ -0,0 +1,88 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "124a".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_124a.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + $template->param(index => $index, + "f1$f1" => 1); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_124b.pl b/cataloguing/value_builder/unimarc_field_124b.pl new file mode 100755 index 0000000000..9e71ecb337 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_124b.pl @@ -0,0 +1,88 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "124b".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_124b.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + $template->param(index => $index, + "f1$f1" => 1); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_124c.pl b/cataloguing/value_builder/unimarc_field_124c.pl new file mode 100755 index 0000000000..19c29fbb0e --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_124c.pl @@ -0,0 +1,88 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "124c".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_124c.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + $template->param(index => $index, + "f1$f1" => 1); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_124d.pl b/cataloguing/value_builder/unimarc_field_124d.pl new file mode 100755 index 0000000000..a01d78b022 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_124d.pl @@ -0,0 +1,88 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "124d".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_124d.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + $template->param(index => $index, + "f1$f1" => 1); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_124e.pl b/cataloguing/value_builder/unimarc_field_124e.pl new file mode 100755 index 0000000000..91591f1aa3 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_124e.pl @@ -0,0 +1,88 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "124e".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_124e.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + $template->param(index => $index, + "f1$f1" => 1); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_124f.pl b/cataloguing/value_builder/unimarc_field_124f.pl new file mode 100755 index 0000000000..5f231804af --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_124f.pl @@ -0,0 +1,88 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "124f".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_124f.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,2); + $template->param(index => $index, + "f1$f1" => 1); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_124g.pl b/cataloguing/value_builder/unimarc_field_124g.pl new file mode 100755 index 0000000000..786347b47d --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_124g.pl @@ -0,0 +1,88 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "124g".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_124g.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,2); + $template->param(index => $index, + "f1$f1" => 1); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_125.pl b/cataloguing/value_builder/unimarc_field_125.pl new file mode 100755 index 0000000000..32b9d3b4e6 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_125.pl @@ -0,0 +1,94 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "100".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_100.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,8); + my $f2 = substr($result,8,1); + my $f3 = substr($result,9,4); + my $f4 = substr($result,13,4); + $template->param(index => $index, + f1 => $f1, + f3 => $f3, + "f2$f2" => 1, + f4 => $f4); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_125a.pl b/cataloguing/value_builder/unimarc_field_125a.pl new file mode 100755 index 0000000000..d8845e4187 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_125a.pl @@ -0,0 +1,89 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "125a".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_125a.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,1); + $template->param(index => $index, + "f1$f1" => 1,"f2$f2" => 1); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_125b.pl b/cataloguing/value_builder/unimarc_field_125b.pl new file mode 100755 index 0000000000..37cb1c70fc --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_125b.pl @@ -0,0 +1,88 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "125b".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_125b.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + $template->param(index => $index, + "f1$f1" => 1); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_126.pl b/cataloguing/value_builder/unimarc_field_126.pl new file mode 100755 index 0000000000..88643a4938 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_126.pl @@ -0,0 +1,94 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "100".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_100.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,8); + my $f2 = substr($result,8,1); + my $f3 = substr($result,9,4); + my $f4 = substr($result,13,4); + $template->param(index => $index, + f1 => $f1, + f3 => $f3, + "f2$f2" => 1, + f4 => $f4); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_126a.pl b/cataloguing/value_builder/unimarc_field_126a.pl new file mode 100755 index 0000000000..3bfd9dc1f5 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_126a.pl @@ -0,0 +1,117 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "126a".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_126a.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,1); + my $f3 = substr($result,2,1); + my $f4 = substr($result,3,1); + my $f5 = substr($result,4,1); + my $f6 = substr($result,5,1); + my $f7 = substr($result,6,1); + my $f8 = substr($result,7,1); + my $f9 = substr($result,8,1); + my $f10 = substr($result,9,1); + my $f11 = substr($result,10,1); + my $f12 = substr($result,11,1); + my $f13 = substr($result,12,1); + my $f14 = substr($result,13,1); + my $f15 = substr($result,14,1); + $template->param(index => $index, + "f1$f1" => 1, + "f2$f2" => 1, + "f3$f3" => 1, + "f4$f4" => 1, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1, + "f10$f10" => 1, + "f11$f11" => 1, + "f12$f12" => 1, + "f13$f13" => 1, + "f14$f14" => 1, + "f15$f15" => 1 +); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_126b.pl b/cataloguing/value_builder/unimarc_field_126b.pl new file mode 100755 index 0000000000..08938452f1 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_126b.pl @@ -0,0 +1,93 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "126b".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_126b.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,1); + my $f3 = substr($result,2,1); + $template->param(index => $index, + "f1$f1" => 1, + "f2$f2" => 1, + "f3$f3" => 1 +); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_127.pl b/cataloguing/value_builder/unimarc_field_127.pl new file mode 100755 index 0000000000..00bb71a45b --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_127.pl @@ -0,0 +1,92 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "127".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_127.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,2); + my $f2 = substr($result,2,2); + my $f3 = substr($result,4,2); + $template->param(index => $index, + "f1" => $f1, + f2 => $f2, + f3 => $f3); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_128a.pl b/cataloguing/value_builder/unimarc_field_128a.pl new file mode 100755 index 0000000000..f5068987a7 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_128a.pl @@ -0,0 +1,88 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "128a".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_128a.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,2); + $template->param(index => $index, + "f1$f1" => 1); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_128b.pl b/cataloguing/value_builder/unimarc_field_128b.pl new file mode 100755 index 0000000000..c40b35eba5 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_128b.pl @@ -0,0 +1,88 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "128b".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_128b.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,2); + $template->param(index => $index, + "f1$f1" => 1); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_128c.pl b/cataloguing/value_builder/unimarc_field_128c.pl new file mode 100755 index 0000000000..d3b52393e1 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_128c.pl @@ -0,0 +1,88 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "128c".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_128c.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,2); + $template->param(index => $index, + "f1$f1" => 1); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_130.pl b/cataloguing/value_builder/unimarc_field_130.pl new file mode 100755 index 0000000000..be9308e927 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_130.pl @@ -0,0 +1,107 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "130".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_130.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,1); + my $f3 = substr($result,2,1); + my $f4 = substr($result,3,1); + my $f5 = substr($result,4,3); + my $f6 = substr($result,7,1); + my $f7 = substr($result,8,1); + my $f8 = substr($result,9,1); + my $f9 = substr($result,10,1); + + $template->param(index => $index, + "f1$f1" => 1, + "f2$f2" => 1, + "f3$f3" => 1, + "f4$f4" => 1, + "f5" => $f5, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1 + +); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_135a.pl b/cataloguing/value_builder/unimarc_field_135a.pl new file mode 100755 index 0000000000..e05ef7eccc --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_135a.pl @@ -0,0 +1,107 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-135a7 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "135a".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_135a.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,1); + my $f3 = substr($result,2,1); + my $f4 = substr($result,3,1); + my $f5 = substr($result,4,3); + my $f6 = substr($result,7,1); + my $f7 = substr($result,8,1); + my $f8 = substr($result,9,1); + my $f9 = substr($result,10,1); + + $template->param(index => $index, + "f1$f1" => 1, + "f2$f2" => 1, + "f3$f3" => 1, + "f4$f4" => 1, + "f5" => $f5, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1 + +); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_140.pl b/cataloguing/value_builder/unimarc_field_140.pl new file mode 100755 index 0000000000..db625d073b --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_140.pl @@ -0,0 +1,132 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1407 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "140".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_140.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,1); + my $f3 = substr($result,2,1); + my $f4 = substr($result,3,1); + my $f5 = substr($result,4,1); + my $f6 = substr($result,5,1); + my $f7 = substr($result,6,1); + my $f8 = substr($result,7,1); + my $f9 = substr($result,8,1); + my $f10 = substr($result,9,2); + my $f11 = substr($result,11,2); + my $f12 = substr($result,13,2); + my $f13 = substr($result,15,2); + my $f14 = substr($result,17,2); + my $f15 = substr($result,19,1); + my $f16 = substr($result,20,1); + my $f17 = substr($result,21,1); + my $f18 = substr($result,22,1); + my $f19 = substr($result,23,1); + my $f20 = substr($result,24,1); + my $f21 = substr($result,25 ,1); + +warn "Dans ce cas clea nous fait un f17 => $f17\n"; + + $template->param(index => $index, + "f1$f1" => 1, + "f2$f2" => 1, + "f3$f3" => 1, + "f4$f4" => 1, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1, + "f10$f10" => 1, + "f11$f11" => 1, + "f12$f12" => 1, + "f13$f13" => 1, + "f14$f14" => 1, + "f15$f15" => 1, + "f16$f16" => 1, + "f17$f17" => 1, + "f18$f18" => 1, + "f19$f19" => 1, + "f20$f20" => 1, + "f21$f21" => 1 +); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_141.pl b/cataloguing/value_builder/unimarc_field_141.pl new file mode 100755 index 0000000000..1f43681fb6 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_141.pl @@ -0,0 +1,104 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1417 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "141".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_141.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + my $f1 = substr($result,0,1); + my $f2 = substr($result,1,1); + my $f3 = substr($result,2,1); + my $f4 = substr($result,3,1); + my $f5 = substr($result,4,1); + my $f6 = substr($result,5,1); + my $f7 = substr($result,6,1); + my $f8 = substr($result,7,1); + + $template->param(index => $index, + "f1$f1" => 1, + "f2$f2" => 1, + "f3$f3" => 1, + "f4$f4" => 1, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1 +); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_210c.pl b/cataloguing/value_builder/unimarc_field_210c.pl new file mode 100755 index 0000000000..c9716633a4 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_210c.pl @@ -0,0 +1,254 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +require Exporter; +use C4::AuthoritiesMarc; +use C4::Auth; +use C4::Context; +use C4::Output; +use C4::Interface::CGI::Output; +use CGI; +use C4::Search; +use MARC::Record; +use C4::Koha; + + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +=head1 + +plugin_javascript : the javascript function called when the user enters the subfield. +contain 3 javascript functions : +* one called when the field is entered (OnFocus). Named FocusXXX +* one called when the field is leaved (onBlur). Named BlurXXX +* one called when the ... link is clicked () named ClicXXX + +returns : +* XXX +* a variable containing the 3 scripts. +the 3 scripts are inserted after the in the html code + +=cut +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "210c".(int(rand(100000))+1); +#---- build editors list. +#---- the editor list is built from the "EDITORS" thesaurus +#---- this thesaurus category must be filled as follow : +#---- 200$a for isbn +#---- 200$b for editor +#---- 200$c (repeated) for collections +my $sth = $dbh->prepare("select auth_subfield_table.authid,subfieldvalue from auth_subfield_table + left join auth_header on auth_subfield_table.authid=auth_header.authid + where authtypecode='EDITORS' and tag='200' and subfieldcode='a'"); +my $sth2 = $dbh->prepare("select subfieldvalue from auth_subfield_table where tag='200' and subfieldcode='b' and authid=?"); +$sth->execute; +my @editors; +my $authoritysep = C4::Context->preference("authoritysep"); +while (my ($authid,$isbn) = $sth->fetchrow) { + $sth2->execute($authid); + my ($editor) = $sth2->fetchrow; + push(@editors,"$isbn $authoritysep $editor"); +} +my $res = " + +"; +return ($function_name,$res); +} + +=head1 + +plugin : the true value_builded. The screen that is open in the popup window. + +=cut + +sub plugin { +my ($input) = @_; + my $index = $input->param("index"); + my $result = $input->param("result"); + + my $query=new CGI; + my $op = $query->param('op'); + my $authtypecode = $query->param('authtypecode'); + my $index = $query->param('index'); + my $category = $query->param('category'); + my $resultstring = $query->param('result'); + my $dbh = C4::Context->dbh; + + my $startfrom=$query->param('startfrom'); + $startfrom=0 if(!defined $startfrom); + my ($template, $loggedinuser, $cookie); + my $resultsperpage; + + my $authtypes = getauthtypes; + my @authtypesloop; + foreach my $thisauthtype (keys %$authtypes) { + my $selected = 1 if $thisauthtype eq $authtypecode; + my %row =(value => $thisauthtype, + selected => $selected, + authtypetext => $authtypes->{$thisauthtype}{'authtypetext'}, + index => $index, + ); + push @authtypesloop, \%row; + } + + if ($op eq "do_search") { + my @marclist = $query->param('marclist'); + my @and_or = $query->param('and_or'); + my @excluding = $query->param('excluding'); + my @operator = $query->param('operator'); + my @value = $query->param('value'); + + $resultsperpage= $query->param('resultsperpage'); + $resultsperpage = 19 if(!defined $resultsperpage); + + # builds tag and subfield arrays + my @tags; + + my ($results,$total) = authoritysearch($dbh, \@tags,\@and_or, + \@excluding, \@operator, \@value, + $startfrom*$resultsperpage, $resultsperpage,$authtypecode);# $orderby); + + ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_210c.tmpl", + query => $query, + type => 'intranet', + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + + # multi page display gestion + my $displaynext=0; + my $displayprev=$startfrom; + if(($total - (($startfrom+1)*($resultsperpage))) > 0 ) { + $displaynext = 1; + } + + my @numbers = (); + + if ($total>$resultsperpage) { + for (my $i=1; $i<$total/$resultsperpage+1; $i++) { + if ($i<16) { + my $highlight=0; + ($startfrom==($i-1)) && ($highlight=1); + push @numbers, { number => $i, + highlight => $highlight , + startfrom => ($i-1)}; + } + } + } + + my $from = $startfrom*$resultsperpage+1; + my $to; + + if($total < (($startfrom+1)*$resultsperpage)) { + $to = $total; + } else { + $to = (($startfrom+1)*$resultsperpage); + } + $template->param(result => $results) if $results; + $template->param(index => $query->param('index')); + $template->param(startfrom=> $startfrom, + displaynext=> $displaynext, + displayprev=> $displayprev, + resultsperpage => $resultsperpage, + startfromnext => $startfrom+1, + startfromprev => $startfrom-1, + index => $index, + total=>$total, + from=>$from, + to=>$to, + numbers=>\@numbers, + authtypecode =>$authtypecode, + resultstring =>$value[0], + ); + } else { + ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_210c.tmpl", + query => $query, + type => 'intranet', + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + + $template->param(index => $index, + resultstring => $resultstring + ); + } + + $template->param(authtypesloop => \@authtypesloop); + $template->param(category => $category); + + # Print the page + output_html_with_http_headers $query, $cookie, $template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_225a.pl b/cataloguing/value_builder/unimarc_field_225a.pl new file mode 100755 index 0000000000..cfee4ba419 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_225a.pl @@ -0,0 +1,161 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA +=head1 SYNOPSIS + +This plugin is used to map isbn/editor with collection. +It need : + in thesaurus, a category named EDITORS + in this category, datas must be entered like following : + isbn separator editor separator collection. + for example : + 2204 -- Cerf -- Cogitatio fidei + 2204 -- Cerf -- Le Magistère de l'Eglise + 2204 -- Cerf -- Lectio divina + 2204 -- Cerf -- Lire la Bible + 2204 -- Cerf -- Pour lire + 2204 -- Cerf -- Sources chrétiennes + + when the user clic on ... on 225a line, the popup shows the list of collections from the selected editor + if the biblio has no isbn, then the search if done on editor only + If the biblio ha an isbn, the search is done on isbn and editor. It's faster. + +=over 2 + +=cut + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "100".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + my $editor_found = $input->param('editor_found'); + my $isbn_found = $input->param('isbn_found'); + my $dbh = C4::Context->dbh; + my $authoritysep = C4::Context->preference("authoritysep"); + my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_225a.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); +# builds collection list : search isbn and editor, in parent, then load collections from bibliothesaurus table + # if there is an isbn, complete search + my @collections; + if ($isbn_found) { + my $sth = $dbh->prepare("select auth_subfield_table.authid,subfieldvalue from auth_subfield_table + left join auth_header on auth_subfield_table.authid=auth_header.authid + where authtypecode='EDITORS' and tag='200' and subfieldcode='a' and subfieldvalue=?"); + my $sth2 = $dbh->prepare("select subfieldvalue from auth_subfield_table where tag='200' and subfieldcode='c' and authid=? order by subfieldvalue"); + my @splited = split //, $isbn_found; + my $isbn_rebuild=''; + foreach my $x (@splited) { + $isbn_rebuild.=$x; + $sth->execute($isbn_rebuild); + my ($authid) = $sth->fetchrow; + $sth2->execute($authid); + while (my ($line)= $sth2->fetchrow) { + push @collections,$line; + } + } + } else { + my $sth = $dbh->prepare("select auth_subfield_table.authid,subfieldvalue from auth_subfield_table + left join auth_header on auth_subfield_table.authid=auth_header.authid + where authtypecode='EDITORS' and tag='200' and subfieldcode='b' and subfieldvalue=?"); + my $sth2 = $dbh->prepare("select subfieldvalue from auth_subfield_table where tag='200' and subfieldcode='c' and authid=? order by subfieldvalue"); + $sth->execute($editor_found); + my ($authid) = $sth->fetchrow; + $sth2->execute($authid); + while (my ($line)= $sth2->fetchrow) { + push @collections,$line; + } + } +# my @collections = ["test"]; + my $collection =CGI::scrolling_list(-name=>'f1', + -values=> \@collections, + -default=>"$result", + -size=>1, + -multiple=>0, + ); + $template->param(index => $index, + collection => $collection); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_4XX.pl b/cataloguing/value_builder/unimarc_field_4XX.pl new file mode 100755 index 0000000000..37f95f20df --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_4XX.pl @@ -0,0 +1,386 @@ +#!/usr/bin/perl + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +require Exporter; +use CGI; +use C4::Interface::CGI::Output; +use C4::Context; +use C4::Search; +use C4::Auth; +use C4::Output; + +use C4::Biblio; +use C4::Koha; +use MARC::Record; +use C4::Branch; # GetBranches + +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "4XX".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} + +sub plugin { + my ($input) = @_; + my %env; + + + my $dbh=C4::Context->dbh; + my $query = new CGI; + my $op = $query->param('op'); + my $type=$query->param('type'); +# warn "operation ".$op; + my $startfrom=$query->param('startfrom'); + $startfrom=0 if(!defined $startfrom); + my ($template, $loggedinuser, $cookie); + my $resultsperpage; + my $searchdesc; + + if ($op eq "fillinput"){ + my $bibnum = $query->param('bibnum'); + my $index = $query->param('index'); + my $marcrecord; +# open template + ($template, $loggedinuser, $cookie)= get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_4XX.tmpl", + query => $query, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + + #get marc record + $marcrecord = GetMarcBiblio($bibnum); + + my $subfield_value_9=$bibnum; + my $subfield_value_0; + $subfield_value_0=$marcrecord->field('001')->data if $marcrecord->field('001'); + my $subfield_value_a; + if ($marcrecord->field('700')){ + $subfield_value_a=$marcrecord->field('700')->subfield("a"); + $subfield_value_a.=", ".$marcrecord->subfield('700',"b") if $marcrecord->subfield('700','b'); + $subfield_value_a.=" ".$marcrecord->subfield('700',"d") if $marcrecord->subfield('700','d'); + $subfield_value_a.=" (".$marcrecord->subfield('700','c')." - " if $marcrecord->subfield('700','c'); + $subfield_value_a.=" (" if ($marcrecord->subfield('700','f') and not( $marcrecord->subfield('700','c'))); + $subfield_value_a.=$marcrecord->subfield('700','f') if ($marcrecord->subfield('700','f')); + $subfield_value_a.=")" if ($marcrecord->subfield('701','f') or $marcrecord->subfield('701','c')); + } elsif ($marcrecord->field('702')){ + $subfield_value_a=$marcrecord->subfield('702','a'); + $subfield_value_a.=", ".$marcrecord->subfield('702','b') if $marcrecord->subfield('702','b'); + $subfield_value_a.=" ".$marcrecord->subfield('702','d') if $marcrecord->subfield('702','d'); + $subfield_value_a.=" (".$marcrecord->subfield('702','c')."; " if $marcrecord->subfield('702','c'); + $subfield_value_a.=" (" if $marcrecord->subfield('702','f') and not $marcrecord->subfield('702','c'); + $subfield_value_a.=$marcrecord->subfield('702','f') if $marcrecord->subfield('702','f'); + $subfield_value_a.=")" if $marcrecord->subfield('702','f') or $marcrecord->subfield('702','c'); + } elsif ($marcrecord->field('710')){ + $subfield_value_a=$marcrecord->subfield('710','d')." " if $marcrecord->subfield('710','d'); + $subfield_value_a.=$marcrecord->subfield('710','a') if $marcrecord->subfield('710','a'); + $subfield_value_a.=", ".$marcrecord->subfield('710','b') if $marcrecord->subfield('710'); + $subfield_value_a.=" (".$marcrecord->subfield('710','f')." - " if $marcrecord->subfield('710','f'); + $subfield_value_a.=" (" if $marcrecord->subfield('710','e') and not $marcrecord->subfield('710','f'); + $subfield_value_a.=$marcrecord->subfield('710','e') if $marcrecord->subfield('710','e'); + $subfield_value_a.=")" if $marcrecord->subfield('710','e') or $marcrecord->subfield('710','f'); + } elsif ($marcrecord->field('701')){ + $subfield_value_a=$marcrecord->subfield('701','a'); + $subfield_value_a.=", ".$marcrecord->subfield('701','b') if $marcrecord->subfield('701','b'); + $subfield_value_a.=" ".$marcrecord->subfield('701','d',) if $marcrecord->subfield('701','d'); + $subfield_value_a.=" (".$marcrecord->subfield('701','c')." - " if $marcrecord->subfield('701','c'); + $subfield_value_a.=" (" if $marcrecord->subfield('701','f') and not( $marcrecord->subfield('701','c')); + $subfield_value_a.=$marcrecord->subfield('701','f') if $marcrecord->subfield('701','f'); + $subfield_value_a.=")" if $marcrecord->subfield('701','f') or $marcrecord->subfield('701','c'); + } elsif ($marcrecord->field('712')){ + $subfield_value_a=$marcrecord->subfield('712','d')." " if $marcrecord->subfield('712','d'); + $subfield_value_a.=$marcrecord->subfield('712','a') if $marcrecord->subfield('712','a'); + $subfield_value_a.=", ".$marcrecord->subfield('712','b') if $marcrecord->subfield('712','b'); + $subfield_value_a.=" (".$marcrecord->subfield('712','f')." - " if $marcrecord->subfield('712','f'); + $subfield_value_a.=" (" if $marcrecord->field('712',"e") and not $marcrecord->subfield('712','f'); + $subfield_value_a.=$marcrecord->subfield('712','e') if $marcrecord->subfield('712','e'); + $subfield_value_a.=")" if $marcrecord->subfield('712','e') or $marcrecord->subfield('712','f'); + } elsif ($marcrecord->field('200')){ + $subfield_value_a=$marcrecord->subfield('200','f'); + } + my $subfield_value_c = $marcrecord->field('210')->subfield("a") if ($marcrecord->field('210')); + my $subfield_value_d = $marcrecord->field('210')->subfield("d") if ($marcrecord->field('210')); + + my $subfield_value_e= $marcrecord->field('205')->subfield("a") if ($marcrecord->field('205')); + + my $subfield_value_h; + if (($marcrecord->field('200')) && ($marcrecord->field('200')->subfield("h"))){ + $subfield_value_h = $marcrecord->field('200')->subfield("h") ; + } elsif (($marcrecord->field('225')) && ($marcrecord->field('225')->subfield("h"))) { + $subfield_value_h = $marcrecord->field('225')->subfield("h") ; + } elsif (($marcrecord->field('500')) && ($marcrecord->field('500')->subfield("h"))) { + $subfield_value_h = $marcrecord->field('500')->subfield("h") ; + } + + my $subfield_value_i; + if (($marcrecord->field('200')) && ($marcrecord->field('200')->subfield("i"))){ + $subfield_value_i = $marcrecord->field('200')->subfield("i") ; + } elsif (($marcrecord->field('225')) && ($marcrecord->field('225')->subfield("i"))) { + $subfield_value_i = $marcrecord->field('225')->subfield("i") ; + } elsif (($marcrecord->field('500')) && ($marcrecord->field('500')->subfield("i"))) { + $subfield_value_i = $marcrecord->field('500')->subfield("i") ; + } + + my $subfield_value_p = $marcrecord->field('215')->subfield("a") if ($marcrecord->field('215')); + + my $subfield_value_t; + if (($marcrecord->field('200')) && ($marcrecord->field('200')->subfield("a"))){ + $subfield_value_t = $marcrecord->field('200')->subfield("a") ; + } elsif (($marcrecord->field('225')) && ($marcrecord->field('225')->subfield("a"))) { + $subfield_value_t = $marcrecord->field('225')->subfield("a") ; + } elsif (($marcrecord->field('500')) && ($marcrecord->field('500')->subfield("a"))) { + $subfield_value_t = $marcrecord->field('500')->subfield("a") ; + } + + my $subfield_value_u = $marcrecord->field('856')->subfield("u") if ($marcrecord->field('856')); + + my $subfield_value_v; + if (($marcrecord->field('225')) && ($marcrecord->field('225')->subfield("v"))){ + $subfield_value_v = $marcrecord->field('225')->subfield("v") ; + } elsif (($marcrecord->field('200')) && ($marcrecord->field('200')->subfield("h"))) { + $subfield_value_v = $marcrecord->field('200')->subfield("h") ; + } + my $subfield_value_x = $marcrecord->field('011')->subfield("a") if ($marcrecord->field('011') and not (($marcrecord->field('011')->subfield("y")) or ($marcrecord->field('011')->subfield("z")))); + my $subfield_value_y = $marcrecord->field('013')->subfield("a") if ($marcrecord->field('013')); + if ($marcrecord->field('010')){ + $subfield_value_y = $marcrecord->field('010')->subfield("a"); + } + $template->param(fillinput => 1, + index => $query->param('index')."", + biblionumber=>$bibnum?$bibnum:"", + subfield_value_9=>$subfield_value_9, + subfield_value_0=>$subfield_value_0, + subfield_value_a=>$subfield_value_a, + subfield_value_c=>$subfield_value_c, + subfield_value_d=>$subfield_value_d, + subfield_value_e=>$subfield_value_e, + subfield_value_h=>$subfield_value_h, + subfield_value_i=>$subfield_value_i, + subfield_value_p=>$subfield_value_p, + subfield_value_t=>$subfield_value_t, + subfield_value_u=>$subfield_value_u, + subfield_value_v=>$subfield_value_v, + subfield_value_x=>$subfield_value_x, + subfield_value_y=>$subfield_value_y, + ); +############################################################### + }elsif ($op eq "do_search") { + my $search = $query->param('search'); + my $startfrom = $query->param('startfrom'); + my $resultsperpage = $query->param('resultsperpage'); + my $orderby; + my ($errors,$results) = SimpleSearch($search); + my $total=scalar(@$results); + $resultsperpage=20 unless $resultsperpage; +# warn " biblio count : ".$total; + + ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_4XX.tmpl", + query => $query, + type => 'intranet', + authnotrequired => 1, + debug => 1, + }); + + # multi page display gestion + my $displaynext=0; + my $displayprev=$startfrom; + if(($total - (($startfrom+1)*($resultsperpage))) > 0 ){ + $displaynext = 1; + } + my @arrayresults; + my @field_data = ($search); + for (my $i=$startfrom; $i<=(($startfrom+$resultsperpage)[$i] ); + my $rechash=MARCmarc2koha($dbh,$record); + my $pos; + my $countitems=1 if ($rechash->{itemnumber}); + while (index($rechash->{itemnumber},'|',$pos)>0){ + $countitems+=1; + $pos=index($rechash->{itemnumber},'|',$pos)+1; + } + $rechash->{totitem}=$countitems; + my @holdingbranches=split /\|/,$rechash->{holdingbranch}; + my @itemcallnumbers=split /\|/,$rechash->{itemcallnumber}; + my $CN; + for (my $i=0;$i<@holdingbranches;$i++){ + $CN.= $holdingbranches[$i]." ( ".$itemcallnumbers[$i]." ) |" + } + $CN=~s/ \|$//; + $rechash->{CN}=$CN; + push @arrayresults,$rechash; + } + +# for(my $i = 0 ; $i <= $#marclist ; $i++) +# { +# push @field_data, { term => "marclist", val=>$marclist[$i] }; +# push @field_data, { term => "and_or", val=>$and_or[$i] }; +# push @field_data, { term => "excluding", val=>$excluding[$i] }; +# push @field_data, { term => "operator", val=>$operator[$i] }; +# push @field_data, { term => "value", val=>$value[$i] }; +# } + + my @numbers = (); + + if ($total>$resultsperpage) + { + for (my $i=1; $i<$total/$resultsperpage+1; $i++) + { + if ($i<16) + { + my $highlight=0; + ($startfrom==($i-1)) && ($highlight=1); + push @numbers, { number => $i, + highlight => $highlight , + searchdata=> \@field_data, + startfrom => ($i-1)}; + } + } + } + + my $from = $startfrom*$resultsperpage+1; + my $to; + + if($total < (($startfrom+1)*$resultsperpage)) + { + $to = $total; + } else { + $to = (($startfrom+1)*$resultsperpage); + } + my $defaultview = 'BiblioDefaultView'.C4::Context->preference('BiblioDefaultView'); + $template->param(result => \@arrayresults, + index => $query->param('index')."", + startfrom=> $startfrom, + displaynext=> $displaynext, + displayprev=> $displayprev, + resultsperpage => $resultsperpage, + orderby => $orderby, + startfromnext => $startfrom+1, + startfromprev => $startfrom-1, + searchdata=>\@field_data, + total=>$total, + from=>$from, + to=>$to, + numbers=>\@numbers, + searchdesc=> $searchdesc, + $defaultview => 1, + Search =>0 + ); + + } else { + ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_4XX.tmpl", + query => $query, + type => "intranet", + authnotrequired => 1, + }); + + + my $sth=$dbh->prepare("Select itemtype,description from itemtypes order by description"); + $sth->execute; + my @itemtype; + my %itemtypes; + push @itemtype, ""; + $itemtypes{''} = ""; + while (my ($value,$lib) = $sth->fetchrow_array) { + push @itemtype, $value; + $itemtypes{$value}=$lib; + } + + my $CGIitemtype=CGI::scrolling_list( -name => 'value', + -values => \@itemtype, + -labels => \%itemtypes, + -size => 1, + -multiple => 0 ); + $sth->finish; + + my @branchloop; + my @select_branch; + my %select_branches; + my $branches=GetBranches; + push @select_branch, ""; + $select_branches{''} = ""; + foreach my $thisbranch (keys %$branches){ + push @select_branch, $branches->{$thisbranch}->{'branchcode'}; + $select_branches{$branches->{$thisbranch}->{'branchcode'}} = $branches->{$thisbranch}->{'branchname'}; + } + my $CGIbranch=CGI::scrolling_list( -name => 'value', + -values => \@select_branch, + -labels => \%select_branches, + -size => 1, + -multiple => 0 ); + $sth->finish; + + my $req = $dbh->prepare("select distinctrow left(publishercode,45) from biblioitems order by publishercode"); + $req->execute; + my @select; + push @select,""; + while (my ($value) =$req->fetchrow) { + push @select, $value; + } + my $CGIpublisher=CGI::scrolling_list( -name => 'value', + -id => 'publisher', + -values => \@select, + -size => 1, + -multiple => 0 ); + +# my $sth=$dbh->prepare("select description,itemtype from itemtypes order by description"); +# $sth->execute; +# while (my ($description,$itemtype) = $sth->fetchrow) { +# $classlist.="\n"; +# } +# $sth->finish; + + $template->param(#classlist => $classlist, + CGIitemtype => $CGIitemtype, + CGIbranch => $CGIbranch, + CGIPublisher => $CGIpublisher, + index=>$query->param('index'), + Search =>1, + ); + } + output_html_with_http_headers $query, $cookie, $template->output ; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_60X.pl b/cataloguing/value_builder/unimarc_field_60X.pl new file mode 100755 index 0000000000..66d3c171f7 --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_60X.pl @@ -0,0 +1,118 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; +use C4::Authorities; + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "100".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { + my ($input) = @_; + my %env; + my $dbh = C4::Context->dbh; + my $index= $input->param('index'); + my $result= $input->param('result'); + my $search_string= $input->param('search_string'); + my $op = $input->param('op'); + my $id = $input->param('id'); + my $insert = $input->param('insert'); + my %stdlib; + my $select_list; + if ($op eq "add") { + newauthority($dbh,'NC',$insert,$insert,'',1,''); + $search_string=$insert; + } + if ($op eq "select") { + my $sti = $dbh->prepare("select stdlib from bibliothesaurus where id=?"); + $sti->execute($id); + my ($freelib_text) = $sti->fetchrow_array; + $result = $freelib_text; + } + my $Rsearch_string="$search_string%"; + my $authoritysep = C4::Context->preference('authoritysep'); + my @splitted = /$authoritysep/,$search_string; + my $level = $#splitted+1; + my $sti; + if ($search_string) { # if no search pattern, returns only the 50 1st top level values + $sti=$dbh->prepare("select distinct freelib,father,level from bibliothesaurus where category='NC' and freelib like ? order by father,freelib"); + } else { + $sti=$dbh->prepare("select distinct freelib,father,level from bibliothesaurus where category='NC' and level=0 and freelib like ? order by father,freelib limit 0,50"); + } + $sti->execute($Rsearch_string); + my @results; + while (my ($freelib,$father,$level)=$sti->fetchrow) { + my %line; + if ($father) { + $line{value} = "$father $freelib"; + } else { + $line{value} = "$freelib"; + } + $line{level} = $level+1; + $line{father} = $father; + push @results, \%line; + } + my @DeeperResults = SearchDeeper('NC',$search_string); + my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_60X.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); +# builds collection list : search isbn and editor, in parent, then load collections from bibliothesaurus table + $template->param(index => $index, + result =>$result, + search_string => $search_string?$search_string:$result, + results => \@results, + deeper => \@DeeperResults, + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_700-4.pl b/cataloguing/value_builder/unimarc_field_700-4.pl new file mode 100755 index 0000000000..e42f01e48c --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_700-4.pl @@ -0,0 +1,98 @@ +#!/usr/bin/perl + +# written 10/5/2002 by Paul + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 NAME + +plugin unimarc_field_700-4 + +=head1 SYNOPSIS + +This plug-in deals with unimarc field 700-4 ( + +=head1 DESCRIPTION + +=head1 FUNCTIONS + +=over 2 + +=cut + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "7004".(int(rand(100000))+1); +my $res = " + +"; + +return ($function_name,$res); +} + +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $index2= $input->param('index2'); + $index2=-1 unless($index2); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + + my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_700-4.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + $template->param(index => $index, + index2 => $index2, + "f1_$result" => "f1_".$result, + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_field_700_701_702.pl b/cataloguing/value_builder/unimarc_field_700_701_702.pl new file mode 100755 index 0000000000..8daae16f3d --- /dev/null +++ b/cataloguing/value_builder/unimarc_field_700_701_702.pl @@ -0,0 +1,158 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; +use C4::Authorities; + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "100".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { + my ($input) = @_; + my %env; + my $dbh = C4::Context->dbh; +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + my $search_string= $input->param('search_string'); + my $op = $input->param('op'); + my $id = $input->param('id'); + my $insert = $input->param('insert'); + my @freelib; + my %stdlib; + my $select_list; + my ($a,$b,$c,$f) ; # the 4 managed subfields. + if ($op eq "add") { + newauthority($dbh,'NP',$insert,$insert,'',1,''); + $search_string=$insert; + } + if ($op eq "select") { + my $sti = $dbh->prepare("select stdlib from bibliothesaurus where id=?"); + $sti->execute($id); + my ($freelib_text) = $sti->fetchrow_array; + $result = $freelib_text; + # fill the 4 managed subfields + my @arr = split //,$result; + my $where = 1; + foreach my $x (@arr) { + next if ($x eq ')'); + if ($x eq ',') { + $where=2; + next; + } + if ($x eq '(') { + if ($result =~ /.*;.*/) { + $where=3; + } else { + $where=4; + } + next; + } + if ($x eq ';') { + $where=4; + next; + } + if ($where eq 1) { + $a.=$x; + } + if ($where eq 2) { + $b.=$x; + } + if ($where eq 3) { + $c.=$x; + } + if ($where eq 4) { + $f.=$x; + } + } +# remove trailing blanks + $a=~ s/^\s+//g; + $b=~ s/^\s+//g; + $c=~ s/^\s+//g; + $f=~ s/^\s+//g; + $a=~ s/\s+$//g; + $b=~ s/\s+$//g; + $c=~ s/\s+$//g; + $f=~ s/^s+$//g; + } + if ($search_string) { + # my $sti=$dbh->prepare("select id,freelib from bibliothesaurus where freelib like '".$search_string."%' and category ='$category'"); + my $sti=$dbh->prepare("select id,freelib from bibliothesaurus where match (category,freelib) AGAINST (?) and category ='NP'"); + $sti->execute($search_string); + while (my $line=$sti->fetchrow_hashref) { + $stdlib{$line->{'id'}} = "$line->{'freelib'}"; + push(@freelib,$line->{'id'}); + } + $select_list= CGI::scrolling_list( -name=>'id', + -values=> \@freelib, + -default=> "", + -size=>1, + -multiple=>0, + -labels=> \%stdlib + ); + } + my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_field_700_701_702.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => { editcatalogue => 1}, + debug => 1, + }); +# builds collection list : search isbn and editor, in parent, then load collections from bibliothesaurus table + $template->param(index => $index, + result =>$result, + select_list => $select_list, + search_string => $search_string?$search_string:$result, + a => $a, + b => $b, + c => $c, + f => $f,); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/unimarc_leader.pl b/cataloguing/value_builder/unimarc_leader.pl new file mode 100755 index 0000000000..75a166ddcb --- /dev/null +++ b/cataloguing/value_builder/unimarc_leader.pl @@ -0,0 +1,105 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; + +use C4::Search; +use C4::Output; + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "100".(int(rand(100000))+1); +my $res=" + +"; + +return ($function_name,$res); +} +sub plugin { +my ($input) = @_; + my %env; + +# my $input = new CGI; + my $index= $input->param('index'); + my $result= $input->param('result'); + + + my $dbh = C4::Context->dbh; + +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "cataloguing/value_builder/unimarc_leader.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {editcatalogue => 1}, + debug => 1, + }); + $result = " nam 3 " unless $result; + my $f5 = substr($result,5,1); + my $f6 = substr($result,6,1); + my $f7 = substr($result,7,1); + my $f8 = substr($result,8,1); + my $f9 = substr($result,9,1); + my $f17 = substr($result,17,1); + my $f18 = substr($result,18,1); + my $f19 = substr($result,19,1); + + $template->param(index => $index, + "f5$f5" => 1, + "f6$f6" => 1, + "f7$f7" => 1, + "f8$f8" => 1, + "f9$f9" => 1, + "f17$f17" => 1, + "f18$f18" => 1, + "f19$f19" => 1, + ); + print $input->header(-cookie => $cookie),$template->output; +} + +1; diff --git a/cataloguing/value_builder/usmarc_field_952v.pl b/cataloguing/value_builder/usmarc_field_952v.pl new file mode 100755 index 0000000000..0ce8536c43 --- /dev/null +++ b/cataloguing/value_builder/usmarc_field_952v.pl @@ -0,0 +1,101 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +require Exporter; +use C4::AuthoritiesMarc; +use C4::Auth; +use C4::Context; +use C4::Output; +use C4::Interface::CGI::Output; +use CGI; +use C4::Search; +use MARC::Record; +use C4::Koha; + + +=head1 + +plugin_parameters : other parameters added when the plugin is called by the dopop function + +=cut +sub plugin_parameters { +my ($dbh,$record,$tagslib,$i,$tabloop) = @_; +return ""; +} + +=head1 + +plugin_javascript : the javascript function called when the user enters the subfield. +contain 3 javascript functions : +* one called when the field is entered (OnFocus). Named FocusXXX +* one called when the field is leaved (onBlur). Named BlurXXX +* one called when the ... link is clicked () named ClicXXX + +returns : +* XXX +* a variable containing the 3 scripts. +the 3 scripts are inserted after the in the html code + +=cut +sub plugin_javascript { +my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; +my $function_name= "210c".(int(rand(100000))+1); + +# find today's date +my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = + localtime(time); +$year +=1900; +$mon +=1; +my $date = "$year-$mon-$mday"; +my $res = " + +"; +return ($function_name,$res); +} + +=head1 + +plugin : the true value_builded. The screen that is open in the popup window. + +=cut + +sub plugin { +my ($input) = @_; +return ""; +} + +1; diff --git a/cataloguing/z3950_search.pl b/cataloguing/z3950_search.pl new file mode 100755 index 0000000000..a2837b7fb1 --- /dev/null +++ b/cataloguing/z3950_search.pl @@ -0,0 +1,216 @@ +#!/usr/bin/perl +# This is a completely new Z3950 clients search using async ZOOM -TG 02/11/06 +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use CGI; + +use C4::Auth; +use C4::Output; +use C4::Interface::CGI::Output; +use C4::Biblio; +use C4::Context; +use C4::Breeding; +use C4::Koha; +use ZOOM; + +my $input = new CGI; +my $dbh = C4::Context->dbh; +my $error = $input->param('error'); +my $biblionumber=$input->param('biblionumber'); +$biblionumber=0 unless $biblionumber; +my $frameworkcode=$input->param('frameworkcode'); +my $title = $input->param('title'); +my $author = $input->param('author'); +my $isbn = $input->param('isbn'); +my $issn = $input->param('issn'); +my $random = $input->param('random'); +my $op=$input->param('op'); +my $noconnection; +my $numberpending; +my $attr=''; +my $term; +my $host; +my $server; +my $database; +my $port; +my $marcdata; +my @encoding; +my @results; +my $count; +my $toggle; +my $record; +my $oldbiblio; +my $dbh = C4::Context->dbh; +my $errmsg; +my @serverloop=(); +my @serverhost; +my @breeding_loop = (); + +my $DEBUG = 1; # if set to 1, many debug message are send on syslog. + +unless ($random) { # this var is not useful anymore just kept to keep rel2_2 compatibility + $random =rand(1000000000); +} + +my ($template, $loggedinuser, $cookie)= get_template_and_user({ + template_name => "cataloguing/z3950_search.tmpl", + query => $input, + type => "intranet", + authnotrequired => 1, + flagsrequired => {catalogue => 1}, + debug => 1, + }); + +$template->param( + intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), + frameworkcode => $frameworkcode, + ); + +if ($op ne "do_search"){ + my $sth=$dbh->prepare("select id,host,checked from z3950servers order by host"); + $sth->execute(); + my $serverloop=$sth->fetchall_arrayref({}); + $template->param(isbn=>$isbn, issn=>$issn,title=>$title,author=>$author, + serverloop => $serverloop, + opsearch => "search", + biblionumber => $biblionumber, + ); + output_html_with_http_headers $input, $cookie, $template->output; +}else{ + my @id=$input->param('id'); + my @oConnection; + my @oResult; + my $s=0; + + if ($isbn || $issn) { + $attr='1=7'; +# warn "isbn : $isbn"; + $term=$isbn if ($isbn); + $term=$issn if ($issn); + } elsif ($title) { + $attr='1=4 '; + utf8::decode($title); + $title=~tr/àâäéèêëîïôöùû/aaaeeeeiioouu/; + $term=$title; + } elsif ($author) { + $attr='1=1003'; + utf8::decode($author); + $author=~tr/àâäéèêëîïôöùû/aaaeeeeiioouu/; + $term=$author; + } + + my $query="\@attr $attr \"$term\""; + warn "query ".$query if $DEBUG; + foreach my $servid (@id){ + my $sth=$dbh->prepare("select * from z3950servers where id=?"); + $sth->execute($servid); + while ($server=$sth->fetchrow_hashref) { + my $noconnection=0; + my $option1=new ZOOM::Options(); + $option1->option('async'=>1); + $option1->option('elementSetName', 'F'); + $option1->option('databaseName',$server->{db}) ; + $option1->option('user',$server->{userid}) if $server->{userid}; + $option1->option('password',$server->{password}) if $server->{password}; + $option1->option('preferredRecordSyntax', $server->{syntax}); + $oConnection[$s]=create ZOOM::Connection($option1) || $DEBUG && warn ("something went wrong: ".$oConnection[$s]->errmsg()); + warn ("server data",$server->{name}, $server->{port}) if $DEBUG; + $oConnection[$s]->connect($server->{host}, $server->{port}) || $DEBUG && warn ("something went wrong: ".$oConnection[$s]->errmsg()); + $serverhost[$s]=$server->{host}; + $encoding[$s]=$server->{syntax}; + $s++; + }## while fetch + }# foreach + my $nremaining = $s; + my $firstresult=1; + + for (my $z=0 ;$z<$s;$z++){ + warn "doing the search" if $DEBUG; + $oResult[$z] = $oConnection[$z]->search_pqf($query) || $DEBUG && warn ("somthing went wrong: " . $oConnection[$s]->errmsg()); +#$oResult[$z] = $oConnection[$z]->search_pqf($query); + } + +AGAIN: + my $k; + my $event; + while (($k = ZOOM::event(\@oConnection)) != 0) { + $event = $oConnection[$k-1]->last_event(); + warn ("connection ", $k-1, ": event $event (", ZOOM::event_str($event), ")\n") if $DEBUG; + last if $event == ZOOM::Event::ZEND; + } + + if ($k != 0) { + $k--; + warn $serverhost[$k] if $DEBUG; + my($error, $errmsg, $addinfo, $diagset) = $oConnection[$k]->error_x(); + if ($error) { + warn "$k $serverhost[$k] error $query: $errmsg ($error) $addinfo\n" if $DEBUG; + + } else { + my $numresults=$oResult[$k]->size() ; + my $i; + my $result=''; + if ($numresults>0){ + for ($i=0; $i<(($numresults<20) ? ($numresults) : (20)) ; $i++) { + my $rec=$oResult[$k]->record($i); + my $marcrecord; + $marcdata = $rec->raw(); + $marcrecord= FixEncoding($marcdata); + ####WARNING records coming from Z3950 clients are in various character sets MARC8,UTF8,UNIMARC etc + ## In HEAD i change everything to UTF-8 + # In rel2_2 i am not sure what encoding is so no character conversion is done here + ##Add necessary encoding changes to here -TG + my $oldbiblio = MARCmarc2koha($dbh,$marcrecord,""); + $oldbiblio->{isbn} =~ s/ |-|\.//g, + $oldbiblio->{issn} =~ s/ |-|\.//g, + my ($notmarcrecord,$alreadyindb,$alreadyinfarm,$imported,$breedingid)=ImportBreeding($marcdata,1,$serverhost[$k],$encoding[$k],$random); + my %row_data; + if ($i % 2) { + $toggle="#ffffcc"; + } else { + $toggle="white"; + } + $row_data{toggle} = $toggle; + $row_data{server} = $serverhost[$k]; + $row_data{isbn} = $oldbiblio->{isbn}; + $row_data{title} =$oldbiblio->{title}; + $row_data{author} = $oldbiblio->{author}; + $row_data{breedingid} = $breedingid; + $row_data{biblionumber}=$biblionumber; + push (@breeding_loop, \%row_data); + }# upto 5 results + }#$numresults + } + }# if $k !=0 + $numberpending=$nremaining-1; + $template->param(breeding_loop => \@breeding_loop, server=>$serverhost[$k], + numberpending => $numberpending, + ); + output_html_with_http_headers $input, $cookie, $template->output if $numberpending==0; + +# print $template->output if $firstresult !=1; + $firstresult++; + + MAYBE_AGAIN: + if (--$nremaining > 0) { + goto AGAIN; + } +} ## if op=search diff --git a/circ/bookcount.pl b/circ/bookcount.pl new file mode 100755 index 0000000000..9a77b3ffe2 --- /dev/null +++ b/circ/bookcount.pl @@ -0,0 +1,208 @@ +#!/usr/bin/perl + +# $Id$ + +#written 7/3/2002 by Finlay +#script to display reports + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use CGI; +use C4::Context; +use C4::Circulation::Circ2; +use C4::Output; +use C4::Koha; +use C4::Auth; +use C4::Branch; # GetBranches +use C4::Biblio; # GetBiblioItemData +use C4::Date; + +my $input = new CGI; +my $itm = $input->param('itm'); +my $bi = $input->param('bi'); +my $biblionumber = $input->param('biblioitemnumber'); +my $branches = GetBranches; + +my $idata = itemdatanum($itm); +my $data = GetBiblioItemData($bi); + +my $homebranch = $branches->{ $idata->{'homebranch'} }->{'branchname'}; +my $holdingbranch = $branches->{ $idata->{'holdingbranch'} }->{'branchname'}; + +my ( $lastmove, $message ) = lastmove($itm); + +my $lastdate; +my $count; +if ( not $lastmove ) { + $lastdate = $message; + $count = issuessince( $itm, 0 ); +} +else { + $lastdate = $lastmove->{'datearrived'}; + $count = issuessince( $itm, $lastdate ); +} + +# make the page ... + +my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "circ/bookcount.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => { circulate => 1 }, + debug => 1, + } +); + +my @branchloop; + +foreach my $branchcode ( keys %$branches ) { + my %linebranch; + $linebranch{issues} = issuesat( $itm, $branchcode ); + my $date = lastseenat( $itm, $branchcode ); + $linebranch{seen} = slashdate($date); + $linebranch{branchname} = $branches->{$branchcode}->{'branchname'}; + push( @branchloop, \%linebranch ); +} + +$template->param( + biblionumber => $biblionumber, + title => $data->{'title'}, + author => $data->{'author'}, + barcode => $idata->{'barcode'}, + biblioitemnumber => $bi, + homebranch => $homebranch, + holdingbranch => $holdingbranch, + lastdate => format_date($lastdate), + count => $count, + branchloop => \@branchloop, + intranetcolorstylesheet => + C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), +); + +output_html_with_http_headers $input, $cookie, $template->output; + + +sub itemdatanum { + my ($itemnumber) = @_; + my $dbh = C4::Context->dbh; + my $sth = $dbh->prepare("select * from items where itemnumber=?"); + $sth->execute($itemnumber); + my $data = $sth->fetchrow_hashref; + $sth->finish; + return ($data); +} + +sub lastmove { + my ($itemnumber) = @_; + my $dbh = C4::Context->dbh; + my $sth = + $dbh->prepare( +"select max(branchtransfers.datearrived) from branchtransfers where branchtransfers.itemnumber=?" + ); + $sth->execute($itemnumber); + my ($date) = $sth->fetchrow_array; + return ( 0, "Item has no branch transfers record" ) if not $date; + $sth = + $dbh->prepare( +"Select * from branchtransfers where branchtransfers.itemnumber=? and branchtransfers.datearrived=?" + ); + $sth->execute( $itemnumber, $date ); + my ($data) = $sth->fetchrow_hashref; + return ( 0, "Item has no branch transfers record" ) if not $data; + $sth->finish; + return ( $data, "" ); +} + +sub issuessince { + my ( $itemnumber, $date ) = @_; + my $dbh = C4::Context->dbh; + my $sth = + $dbh->prepare( +"Select count(*) from issues where issues.itemnumber=? and issues.timestamp > ?" + ); + $sth->execute( $itemnumber, $date ); + my $count = $sth->fetchrow_hashref; + $sth->finish; + return ( $count->{'count(*)'} ); +} + +sub issuesat { + my ( $itemnumber, $brcd ) = @_; + my $dbh = C4::Context->dbh; + my $sth = + $dbh->prepare( + "Select count(*) from issues where itemnumber=? and branchcode = ?"); + $sth->execute( $itemnumber, $brcd ); + my ($count) = $sth->fetchrow_array; + $sth->finish; + return ($count); +} + +sub lastseenat { + my ( $itm, $brc ) = @_; + my $dbh = C4::Context->dbh; + my $sth = + $dbh->prepare( +"Select max(timestamp) from issues where itemnumber=? and branchcode = ?" + ); + $sth->execute( $itm, $brc ); + my ($date1) = $sth->fetchrow_array; + $sth->finish; + $sth = + $dbh->prepare( +"Select max(datearrived) from branchtransfers where itemnumber=? and tobranch = ?" + ); + $sth->execute( $itm, $brc ); + my ($date2) = $sth->fetchrow_array; + $sth->finish; + + #FIXME: MJR thinks unsafe + $date2 =~ s/-//g; + $date2 =~ s/://g; + $date2 =~ s/ //g; + my $date; + if ( $date1 < $date2 ) { + $date = $date2; + } + else { + $date = $date1; + } + return ($date); +} + +##################################################### +# write date.... +sub slashdate { + my ($date) = @_; + if ( not $date ) { + return "never"; + } + my ( $yr, $mo, $da, $hr, $mi ) = ( + substr( $date, 0, 4 ), + substr( $date, 4, 2 ), + substr( $date, 6, 2 ), + substr( $date, 8, 2 ), + substr( $date, 10, 2 ) + ); + return "$hr:$mi " . format_date("$yr-$mo-$da"); +} diff --git a/circ/branchoverdues.pl b/circ/branchoverdues.pl new file mode 100755 index 0000000000..5b71c51a84 --- /dev/null +++ b/circ/branchoverdues.pl @@ -0,0 +1,170 @@ +#!/usr/bin/perl + +# $Id$ +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Context; +use CGI; +use C4::Interface::CGI::Output; +use C4::Auth; +use C4::Date; +use C4::Circulation::Circ2; # AddNotifyLine +use C4::Koha; # GetDepartement... +use Mail::Sendmail; +use Getopt::Long; +use Date::Calc qw/Today Today_and_Now Now/; + +=head1 branchoverdues.pl + + this module is a new interface, allow to the librarian to check all items on overdues (based on the acountlines type 'FU' ) + this interface is filtered by branches (automaticly), and by departement (optional) .... + all informations are stocked in the notifys BDD + + FIXME for this time, we have only four methods to notify : + - mail : work with a batch programm + - letter : for us, the letters are generated by an open-office program + - phone : Simple method, when the method 'phone' is selected, we consider, that the borrower as been notified, and the notify send date is implemented + - considered lost : for us if the document is on the third overduelevel, + + FIXME the methods are actually hardcoded for the levels : (maybe can be improved by a new possibility in overduerule) + + level 1 : three methods are possible : - mail, letter, phone + level 2 : only one method is possible : - letter + level 3 : only methode is possible : - Considered Lost + + the documents displayed on this interface, are checked on three points + - 1) the document must be on accountlines (Type 'FU') + - 2) item issues is not returned + - 3) this item as not been already notify + +=cut + +my $input = new CGI; +my $theme = $input->param('theme'); # only used if allowthemeoverride is set + +my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "circ/branchoverdues.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => { circulate => 1 }, + debug => 1, + } +); + +my $default = C4::Context->userenv->{'branch'}; + +# Initate localtime +my ( $year, $month, $day ) = &Today; +my $todaysdate = join "-", ( $year, $month, $day ); + +# Deal with the vars recept from the template +my $borrowernumber = $input->param('borrowernumber'); +my $itemnumber = $input->param('itemnumber'); +my $method = $input->param('method'); +my $overduelevel = $input->param('overduelevel'); +my $notifyId = $input->param('notifyId'); +my $departement = $input->param('departement'); + +# now create the line in bdd (notifys) +if ( $input->param('action') eq 'add' ) { + my $addnotify = + AddNotifyLine( $borrowernumber, $itemnumber, $overduelevel, $method, + $notifyId ); +} + +# possibility to remove notify line +if ( $input->param('action') eq 'remove' ) { + my $notify_date = $input->param('notify_date'); + my $removenotify = + RemoveNotifyLine( $borrowernumber, $itemnumber, $notify_date ); +} + +my @overduesloop; +my @todayoverduesloop; +my $counter = 0; + +my @getoverdues = GetOverduesForBranch( $default, $departement ); + +# filter by departement +if ($departement) { + my ( $departementlib, $departementValue ) = GetDepartementLib($departement); + $template->param( + departement => $departementlib, + departementValue => $departementValue, + ); +} +else { + + # initiate the selector of departements ..... + my @getdepartements = GetDepartements(); + my @departementsloop; + foreach my $dpt (@getdepartements) { + my %departement; + $departement{'authorised_value'} = $dpt->{'authorised_value'}; + $departement{'lib'} = $dpt->{'lib'}; + push( @departementsloop, \%departement ); + } + $template->param( departementsloop => \@departementsloop, ); +} + +# now display infos +foreach my $num (@getoverdues) { + + my %overdueforbranch; + $overdueforbranch{'date_due'} = format_date( $num->{'date_due'} ); + $overdueforbranch{'title'} = $num->{'title'}; + $overdueforbranch{'description'} = $num->{'description'}; + $overdueforbranch{'barcode'} = $num->{'barcode'}; + $overdueforbranch{'biblionumber'} = $num->{'biblionumber'}; + $overdueforbranch{'borrowersurname'} = $num->{'surname'}; + $overdueforbranch{'borrowerfirstname'} = $num->{'firstname'}; + $overdueforbranch{'borrowerphone'} = $num->{'phone'}; + $overdueforbranch{'borroweremail'} = $num->{'email'}; + $overdueforbranch{'itemcallnumber'} = $num->{'itemcallnumber'}; + $overdueforbranch{'borrowernumber'} = $num->{'borrowernumber'}; + $overdueforbranch{'itemnumber'} = $num->{'itemnumber'}; + + # now we add on the template, the differents values of notify_level + if ( $num->{'notify_level'} eq '1' ) { + $overdueforbranch{'overdue1'} = 1; + $overdueforbranch{'overdueLevel'} = 1; + } + + if ( $num->{'notify_level'} eq '2' ) { + $overdueforbranch{'overdue2'} = 1; + $overdueforbranch{'overdueLevel'} = 2; + } + + if ( $num->{'notify_level'} eq '3' ) { + $overdueforbranch{'overdue3'} = 1; + $overdueforbranch{'overdueLevel'} = 3; + } + $overdueforbranch{'notify_id'} = $num->{'notify_id'}; + + push( @overduesloop, \%overdueforbranch ); +} + +# initiate the templates for the overdueloop +$template->param( + overduesloop => \@overduesloop, + show_date => format_date($todaysdate), +); + +output_html_with_http_headers $input, $cookie, $template->output; diff --git a/circ/overdue.pl b/circ/overdue.pl new file mode 100755 index 0000000000..85bfdb7532 --- /dev/null +++ b/circ/overdue.pl @@ -0,0 +1,125 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Context; +use C4::Output; +use C4::Interface::CGI::Output; +use CGI; +use C4::Auth; +use C4::Date; + +my $input = new CGI; +my $type = $input->param('type'); + +my $theme = $input->param('theme'); # only used if allowthemeoverride is set + +my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "circ/overdue.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => { reports => 1 }, + debug => 1, + } +); +my $duedate; +my $borrowernumber; +my $itemnum; +my $data1; +my $data2; +my $data3; +my $name; +my $phone; +my $email; +my $biblionumber; +my $title; +my $author; +my @datearr = localtime( time() ); +my $todaysdate = + ( 1900 + $datearr[5] ) . '-' + . sprintf( "%0.2d", ( $datearr[4] + 1 ) ) . '-' + . sprintf( "%0.2d", $datearr[3] ); + +my $dbh = C4::Context->dbh; + +my $sth = + $dbh->prepare( + "select date_due,borrowernumber,itemnumber + from issues + where isnull(returndate) && date_dueexecute($todaysdate); + +my @overduedata; +while ( my $data = $sth->fetchrow_hashref ) { + $duedate = format_date($data->{'date_due'}); + $borrowernumber = $data->{'borrowernumber'}; + $itemnum = $data->{'itemnumber'}; + + my $sth1 = + $dbh->prepare( +"select concat(firstname,' ',surname),phone,email from borrowers where borrowernumber=?" + ); + $sth1->execute($borrowernumber); + $data1 = $sth1->fetchrow_hashref; + $name = $data1->{'concat(firstname,\' \',surname)'}; + $phone = $data1->{'phone'}; + $email = $data1->{'email'}; + $sth1->finish; + + my $sth2 = + $dbh->prepare("select biblionumber from items where itemnumber=?"); + $sth2->execute($itemnum); + $data2 = $sth2->fetchrow_hashref; + $biblionumber = $data2->{'biblionumber'}; + $sth2->finish; + + my $sth3 = + $dbh->prepare("select title,author from biblio where biblionumber=?"); + $sth3->execute($biblionumber); + $data3 = $sth3->fetchrow_hashref; + $title = $data3->{'title'}; + $author = $data3->{'author'}; + $sth3->finish; + push( + @overduedata, + { + duedate => $duedate, + borrowernumber => $borrowernumber, + itemnum => $itemnum, + name => $name, + phone => $phone, + email => $email, + biblionumber => $biblionumber, + title => $title, + author => $author + } + ); +} + +$template->param( + todaysdate => $todaysdate, + overdueloop => \@overduedata +); + +output_html_with_http_headers $input, $cookie, $template->output; diff --git a/circ/stats.pl b/circ/stats.pl new file mode 100755 index 0000000000..118d396762 --- /dev/null +++ b/circ/stats.pl @@ -0,0 +1,193 @@ +#!/usr/bin/perl + +# $Id$ + +#written 14/1/2000 +#script to display reports + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use CGI; +use C4::Output; +use C4::Auth; +use C4::Interface::CGI::Output; +use C4::Context; +use Date::Manip; +use C4::Stats; + +my $input = new CGI; +my $time = $input->param('time'); + +my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "circ/stats.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => { reports => 1 }, + debug => 1, + } +); + +my $date; +my $date2; +if ( $time eq '' ) { + $template->param(notime => '1'); + output_html_with_http_headers $input, $cookie, $template->output; + exit; +} +if ( $time eq 'yesterday' ) { + $date = ParseDate('yesterday'); + $date2 = ParseDate('today'); +} +if ( $time eq 'today' ) { + $date = ParseDate('today'); + $date2 = ParseDate('tomorrow'); +} +if ( $time eq 'daybefore' ) { + $date = ParseDate('2 days ago'); + $date2 = ParseDate('yesterday'); +} +if ( $time eq 'month' ) { + $date = ParseDate('1 month ago'); + $date2 = ParseDate('today'); + warn "d : $date // d2 : $date2"; +} +if ( $time =~ /\// ) { + $date = ParseDate($time); + $date2 = ParseDateDelta('+ 1 day'); + $date2 = DateCalc( $date, $date2 ); +} +$date = UnixDate( $date, '%Y-%m-%d' ); +$date2 = UnixDate( $date2, '%Y-%m-%d' ); +warn "d : $date // d2 : $date2"; +my @payments = TotalPaid( $date, $date2 ); +my $count = @payments; +my $total = 0; +my $oldtime; +my $totalw = 0; +my @loop; +my %row; +my $i = 0; + +while ( $i < $count ) { + warn " pay : " . $payments[$i]{'timestamp'}; + my $time = $payments[$i]{'datetime'}; + my $payments = $payments[$i]{'value'}; + my $charge = 0; + my @temp = split( / /, $payments[$i]{'datetime'} ); + my $date = $temp[0]; + my @charges = + getcharges( $payments[$i]{'borrowernumber'}, $payments[$i]{'timestamp'} ); + my $count = @charges; + my $temptotalf = 0; + my $temptotalr = 0; + my $temptotalres = 0; + my $temptotalren = 0; + my $temptotalw = 0; + + for ( my $i2 = 0 ; $i2 < $count ; $i2++ ) { + $charge += $charges[$i2]->{'amount'}; + %row = ( + name => $charges[$i2]->{'description'}, + type => $charges[$i2]->{'accounttype'}, + time => $charges[$i2]->{'timestamp'}, + amount => $charges[$i2]->{'amount'}, + branch => $charges[$i2]->{'amountoutstanding'} + ); + push( @loop, \%row ); + if ( $payments[$i]{'accountytpe'} ne 'W' ) { + if ( $charges[$i2]->{'accounttype'} eq 'Rent' ) { + $temptotalr += + $charges[$i2]->{'amount'} - + $charges[$i2]->{'amountoutstanding'}; + } + if ( $charges[$i2]->{'accounttype'} eq 'F' + || $charges[$i2]->{'accounttype'} eq 'FU' + || $charges[$i2]->{'accounttype'} eq 'FN' ) + { + $temptotalf += + $charges[$i2]->{'amount'} - + $charges[$i2]->{'amountoutstanding'}; + } + if ( $charges[$i2]->{'accounttype'} eq 'Res' ) { + $temptotalres += + $charges[$i2]->{'amount'} - + $charges[$i2]->{'amountoutstanding'}; + } + if ( $charges[$i2]->{'accounttype'} eq 'R' ) { + $temptotalren += + $charges[$i2]->{'amount'} - + $charges[$i2]->{'amountoutstanding'}; + } + } + } + my $hour = substr( $payments[$i]{'timestamp'}, 8, 2 ); + my $min = substr( $payments[$i]{'timestamp'}, 10, 2 ); + my $sec = substr( $payments[$i]{'timestamp'}, 12, 2 ); + my $time = "$hour:$min:$sec"; + my $time2 = "$payments[$i]{'date'}"; + my $branch = Getpaidbranch( $time2, $payments[$i]{'borrowernumber'} ); + my $borrowernumber = $payments[$i]{'borrowernumber'}; + my $oldtime = $payments[$i]{'timestamp'}; + my $oldtype = $payments[$i]{'accounttype'}; + + while ($borrowernumber eq $payments[$i]{'borrowernumber'} + && $oldtype == $payments[$i]{'accounttype'} + && $oldtime eq $payments[$i]{'timestamp'} ) + { + my $hour = substr( $payments[$i]{'timestamp'}, 8, 2 ); + my $min = substr( $payments[$i]{'timestamp'}, 10, 2 ); + my $sec = substr( $payments[$i]{'timestamp'}, 12, 2 ); + my $time = "$hour:$min:$sec"; + my $time2 = "$payments[$i]{'date'}"; + my $branch = Getpaidbranch( $time2, $payments[$i]{'borrowernumber'} ); + if ( $payments[$i]{'accounttype'} eq 'W' ) { + $totalw += $payments[$i]{'amount'}; + } + else { + $payments[$i]{'amount'} = $payments[$i]{'amount'} * -1; + $total += $payments[$i]{'amount'}; + } + + %row = ( + name => "" + . $payments[$i]{'firstname'} + . $payments[$i]{'surname'} . "", + type => $payments[$i]{'accounttype'}, + time => $payments[$i]{'date'}, + amount => $payments[$i]{'amount'}, + branch => $branch + ); + push( @loop, \%row ); + $oldtype = $payments[$i]{'accounttype'}; + $oldtime = $payments[$i]{'timestamp'}; + $borrowernumber = $payments[$i]{'borrowernumber'}; + $i++; + } +} + +$template->param( + loop1 => \@loop, + totalw => $totalw, + total => $total +); + +output_html_with_http_headers $input, $cookie, $template->output; + diff --git a/export/export.pl b/export/export.pl new file mode 100755 index 0000000000..734a2aaabc --- /dev/null +++ b/export/export.pl @@ -0,0 +1,67 @@ +#!/usr/bin/perl + +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +## This script allows you to export a rel_2_2 bibliographic db in +#MARC21 format from the command line. +# + +use strict; +require Exporter; +use C4::Auth; +use C4::Interface::CGI::Output; +use C4::Output; # contains gettemplate +use C4::Biblio; +use CGI; +use C4::Auth; + +my $outfile = $ARGV[0]; +open( OUT, ">$outfile" ) or die $!; +my $query = new CGI; +my $StartingBiblionumber = $query->param("StartingBiblionumber"); +my $EndingBiblionumber = $query->param("EndingBiblionumber"); +my $dbh = C4::Context->dbh; +my $sth; + +if ( $StartingBiblionumber && $EndingBiblionumber ) { + my $query = + "SELECT biblionumber + FROM biblioitems + WHERE biblionumber >=? + AND biblionumber <=? + ORDER BY biblionumber + "; + $sth = $dbh->prepare($query); + $sth->execute( $StartingBiblionumber, $EndingBiblionumber ); +} else { + my $query = " + SELECT biblionumber + FROM biblioitems + ORDER BY biblionumber + "; + $sth = $dbh->prepare($query); + $sth->execute; +} +binmode(OUT, 'utf8'); +my $i = 0; +while ( my ($biblionumber) = $sth->fetchrow ) { + my $record = GetMarcBiblio($biblionumber); + print $i++ . "\n"; + + print OUT $record->as_usmarc(); +} + +close(OUT); diff --git a/export/export_filtered.pl b/export/export_filtered.pl new file mode 100755 index 0000000000..60f56152ad --- /dev/null +++ b/export/export_filtered.pl @@ -0,0 +1,69 @@ +#!/usr/bin/perl + +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +## This script allows you to export a rel_2_2 bibliographic db in +#MARC21 format from the command line. +# + +use strict; +require Exporter; +use C4::Auth; +use C4::Interface::CGI::Output; +use C4::Output; # contains gettemplate +use C4::Biblio; +use CGI; +use C4::Auth; + +my $outfile = $ARGV[0]; +open( OUT, ">$outfile" ) or die $!; +my $query = new CGI; +# my $StartingBiblionumber = $query->param("StartingBiblionumber"); +# my $EndingBiblionumber = $query->param("EndingBiblionumber"); +my $StartingBiblionumber = $ARGV[1]; +my $EndingBiblionumber = $ARGV[2]; +my $dbh = C4::Context->dbh; +my $sth; + +warn "start ->".$StartingBiblionumber; +warn "stop ->".$EndingBiblionumber; + + my $query = + my $query = " + SELECT biblionumber + FROM biblioitems + WHERE biblionumber >=? + AND biblionumber <=? + AND NOT EXISTS ( + SELECT DISTINCT (biblio_auth_number) FROM zebraqueue + WHERE ( biblioitems.biblionumber = zebraqueue.biblio_auth_number) + AND (zebraqueue.server = 'biblioserver' + OR zebraqueue.server = '') + ) + ORDER BY biblionumber + "; + $sth = $dbh->prepare($query); + $sth->execute( $StartingBiblionumber, $EndingBiblionumber ); +binmode(OUT, 'utf8'); +my $i = 0; +while ( my ($biblionumber) = $sth->fetchrow ) { + my $record = GetMarcBiblio($biblionumber); + print $i++ . "\n"; + + print OUT $record->as_usmarc(); +} + +close(OUT); diff --git a/export/marc.pl b/export/marc.pl new file mode 100755 index 0000000000..ba3fbd46c8 --- /dev/null +++ b/export/marc.pl @@ -0,0 +1,136 @@ +#!/usr/bin/perl + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $Id$ + +use C4::Branch; # GetBranches +use strict; +require Exporter; + +use C4::Auth; +use C4::Interface::CGI::Output; +use C4::Output; # contains gettemplate +use C4::Biblio; +use CGI; +use C4::Koha; + +my $query = new CGI; +my $op=$query->param("op"); +my $dbh=C4::Context->dbh; + +if ($op eq "export") { + print $query->header( -type => 'application/octet-stream', + -attachment=>'koha.mrc'); + my $StartingBiblionumber = $query->param("StartingBiblionumber"); + my $EndingBiblionumber = $query->param("EndingBiblionumber"); + my $format = $query->param("format"); + my $branch = $query->param("branch"); + my $start_callnumber = $query->param("start_callnumber"); + my $end_callnumber = $query->param("end_callnumber"); + my $limit = $query->param("limit"); + my $strsth; + $strsth="select bibid from marc_biblio "; + if ($StartingBiblionumber && $EndingBiblionumber) { + $strsth.=" where biblionumber>=$StartingBiblionumber and biblionumber<=$EndingBiblionumber "; + }elsif ($format) { + if ($strsth=~/ where/){ + $strsth=~s/ where (.*)/,biblioitems where biblioitems.biblionumber=marc_biblio.biblionumber and biblioitems.itemtype=\'$format\' and $1/; + }else { + $strsth.=",biblioitems where biblioitems.biblionumber=marc_biblio.biblionumber and biblioitems.itemtype=\'$format\'"; + } + } elsif ($branch) { + if ($strsth=~/ where/){ + $strsth=~s/ where (.*)/,items where items.biblionumber=marc_biblio.biblionumber and items.homebranch=\'$branch\' and $1/; + }else { + $strsth.=",items where items.biblionumber=marc_biblio.biblionumber and items.homebranch=\'$branch\'"; + } + } elsif ($start_callnumber && $end_callnumber) { + $start_callnumber=~s/\*/\%/g; + $start_callnumber=~s/\?/\_/g; + $end_callnumber=~s/\*/\%/g; + $end_callnumber=~s/\?/\_/g; + if ($strsth=~/,items/){ + $strsth.=" and items.itemcallnumber between \'$start_callnumber\' and \'$end_callnumber\'"; + } else { + if ($strsth=~/ where/){ + $strsth=~s/ where (.*)/,items where items.biblionumber=marc_biblio.biblionumber and items.itemcallnumber between \'$start_callnumber\' and \'$end_callnumber\' and $1/; + }else { + $strsth=~",items where items.biblionumber=marc_biblio.biblionumber and items.itemcallnumber between \'$start_callnumber\' and \'$end_callnumber\' "; + } + } + } + $strsth.=" order by marc_biblio.biblionumber "; + $strsth.= "LIMIT 0,$limit " if ($limit); + warn "requete marc.pl : ".$strsth; + my $req=$dbh->prepare($strsth); + $req->execute; + while (my ($bibid) = $req->fetchrow) { + my $record = GetMarcBiblio($bibid); + + print $record->as_usmarc(); + } +} else { + my $sth=$dbh->prepare("Select itemtype,description from itemtypes order by description"); + $sth->execute; + my @itemtype; + my %itemtypes; + push @itemtype, ""; + $itemtypes{''} = ""; + while (my ($value,$lib) = $sth->fetchrow_array) { + push @itemtype, $value; + $itemtypes{$value}=$lib; + } + + my $CGIitemtype=CGI::scrolling_list( -name => 'format', + -values => \@itemtype, + -default => '', + -labels => \%itemtypes, + -size => 1, + -tabindex=>'', + -multiple => 0 ); + $sth->finish; + + my $branches = GetBranches; + my @branchloop; + foreach my $thisbranch (keys %$branches) { +# my $selected = 1 if $thisbranch eq $branch; + my %row =(value => $thisbranch, +# selected => $selected, + branchname => $branches->{$thisbranch}->{'branchname'}, + ); + push @branchloop, \%row; + } + + my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "export/marc.tmpl", + query => $query, + type => "intranet", + authnotrequired => 0, + flagsrequired => {tools => 1}, + debug => 1, + }); + $template->param(branchloop=>\@branchloop, + CGIitemtype=>$CGIitemtype, + intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), + ); + output_html_with_http_headers $query, $cookie, $template->output; +} + diff --git a/installer/639-2norm.csv b/installer/639-2norm.csv new file mode 100644 index 0000000000..adf6c2f689 --- /dev/null +++ b/installer/639-2norm.csv @@ -0,0 +1,526 @@ +"ISO 639-2","French Name of Language","All French Names","All English Names","ISO 639-1" +"abk","abkhaze","abkhaze","Abkhazian","ab" +"ace","aceh","aceh","Achinese", +"ach","acoli","acoli","Acoli", +"ada","adangme","adangme","Adangme", +"ady","adyghé","adyghé","Adyghe; Adygei", +"aar","afar","afar","Afar","aa" +"afh","afrihili","afrihili","Afrihili", +"afr","afrikaans","afrikaans","Afrikaans","af" +"afa","afro-asiatiques, autres langues","afro-asiatiques, autres langues","Afro-Asiatic (Other)", +"ain","aïnou","aïnou","Ainu", +"aka","akan","akan","Akan","ak" +"akk","akkadien","akkadien","Akkadian", +"alb/sqi","albanais","albanais","Albanian","sq" +"gsw","alémanique","alémanique","Swiss German; Alemannic", +"ale","aléoute","aléoute","Aleut", +"alg","algonquines, langues","algonquines, langues","Algonquian languages", +"ger/deu","allemand","allemand","German","de" +"nds","allemand, bas","bas allemand; bas saxon; allemand, bas; saxon, bas","Low German; Low Saxon; German, Low; Saxon, Low", +"gmh","allemand, moyen haut (ca. 1050-1500)","allemand, moyen haut (ca. 1050-1500)","German, Middle High (ca.1050-1500)", +"goh","allemand, vieux haut (ca. 750-1050)","allemand, vieux haut (ca. 750-1050)","German, Old High (ca.750-1050)", +"alt","altai du Sud","altai du Sud","Southern Altai", +"tut","altaïques, autres langues","altaïques, autres langues","Altaic (Other)", +"amh","amharique","amharique","Amharic","am" +"anp","angika","angika","Angika", +"eng","anglais","anglais","English","en" +"enm","anglais moyen (1100-1500)","anglais moyen (1100-1500)","English, Middle (1100-1500)", +"ang","anglo-saxon (ca.450-1100)","anglo-saxon (ca.450-1100)","English, Old (ca.450-1100)", +"apa","apache","apache","Apache languages", +"ara","arabe","arabe","Arabic","ar" +"arg","aragonais","aragonais","Aragonese","an" +"arc","araméen","araméen","Aramaic", +"arp","arapaho","arapaho","Arapaho", +"arw","arawak","arawak","Arawak", +"arm/hye","arménien","arménien","Armenian","hy" +"rup","aroumain","aroumain; macédo-roumain","Aromanian; Arumanian; Macedo-Romanian", +"art","artificielles, autres langues","artificielles, autres langues","Artificial (Other)", +"asm","assamais","assamais","Assamese","as" +"ast","asturien","asturien; bable","Asturian; Bable", +"ath","athapascanes, langues","athapascanes, langues","Athapascan languages", +"aus","australiennes, langues","australiennes, langues","Australian languages", +"ava","avar","avar","Avaric","av" +"ave","avestique","avestique","Avestan","ae" +"awa","awadhi","awadhi","Awadhi", +"aym","aymara","aymara","Aymara","ay" +"aze","azéri","azéri","Azerbaijani","az" +"ast","bable","asturien; bable","Asturian; Bable", +"bak","bachkir","bachkir","Bashkir","ba" +"ban","balinais","balinais","Balinese", +"bal","baloutchi","baloutchi","Baluchi", +"bat","baltiques, autres langues","baltiques, autres langues","Baltic (Other)", +"bam","bambara","bambara","Bambara","bm" +"bai","bamilékés, langues","bamilékés, langues","Bamileke languages", +"bad","banda, langues","banda, langues","Banda languages", +"bnt","bantoues, autres langues","bantoues, autres langues","Bantu (Other)", +"nds","bas allemand","bas allemand; bas saxon; allemand, bas; saxon, bas","Low German; Low Saxon; German, Low; Saxon, Low", +"nds","bas saxon","bas allemand; bas saxon; allemand, bas; saxon, bas","Low German; Low Saxon; German, Low; Saxon, Low", +"dsb","bas-sorabe","bas-sorabe","Lower Sorbian", +"bas","basa","basa","Basa", +"baq/eus","basque","basque","Basque","eu" +"btk","batak, langues","batak, langues","Batak languages", +"bej","bedja","bedja","Beja", +"bem","bemba","bemba","Bemba", +"ben","bengali","bengali","Bengali","bn" +"ber","berbères, autres langues","berbères, autres langues","Berber (Other)", +"bho","bhojpuri","bhojpuri","Bhojpuri", +"bis","bichlamar","bichlamar","Bislama","bi" +"bel","biélorusse","biélorusse","Belarusian","be" +"bih","bihari","bihari","Bihari","bh" +"bik","bikol","bikol","Bikol", +"byn","bilen","blin; bilen","Blin; Bilin", +"bin","bini","bini; edo","Bini; Edo", +"bur/mya","birman","birman","Burmese","my" +"bla","blackfoot","blackfoot","Siksika", +"byn","blin","blin; bilen","Blin; Bilin", +"nob","bokmÃ¥l, norvégien","norvégien bokmÃ¥l","BokmÃ¥l, Norwegian; Norwegian BokmÃ¥l","nb" +"bos","bosniaque","bosniaque","Bosnian","bs" +"bua","bouriate","bouriate","Buriat", +"bra","braj","braj","Braj", +"bre","breton","breton","Breton","br" +"bug","bugi","bugi","Buginese", +"bul","bulgare","bulgare","Bulgarian","bg" +"cad","caddo","caddo","Caddo", +"krl","carélien","carélien","Karelian", +"car","carib","karib; galibi; carib","Galibi Carib", +"spa","castillan","espagnol; castillan","Spanish; Castilian","es" +"cat","catalan","catalan; valencien","Catalan; Valencian","ca" +"cau","caucasiennes, autres langues","caucasiennes, autres langues","Caucasian (Other)", +"ceb","cebuano","cebuano","Cebuano", +"cel","celtiques, autres langues","celtiques, autres langues","Celtic (Other)", +"cmc","chames, langues","chames, langues","Chamic languages", +"cha","chamorro","chamorro","Chamorro","ch" +"shn","chan","chan","Shan", +"chr","cherokee","cherokee","Cherokee", +"nya","chewa","chichewa; chewa; nyanja","Chichewa; Chewa; Nyanja","ny" +"chy","cheyenne","cheyenne","Cheyenne", +"chb","chibcha","chibcha","Chibcha", +"nya","chichewa","chichewa; chewa; nyanja","Chichewa; Chewa; Nyanja","ny" +"chi/zho","chinois","chinois","Chinese","zh" +"chn","chinook, jargon","chinook, jargon","Chinook jargon", +"chp","chipewyan","chipewyan","Chipewyan", +"cho","choctaw","choctaw","Choctaw", +"zha","chuang","zhuang; chuang","Zhuang; Chuang","za" +"chk","chuuk","chuuk","Chuukese", +"cop","copte","copte","Coptic", +"kor","coréen","coréen","Korean","ko" +"cor","cornique","cornique","Cornish","kw" +"cos","corse","corse","Corsican","co" +"cus","couchitiques, autres langues","couchitiques, autres langues","Cushitic (Other)", +"cre","cree","cree","Cree","cr" +"hat","créole haïtien","haïtien; créole haïtien","Haitian; Haitian Creole","ht" +"cpe","créoles et pidgins anglais, autres","créoles et pidgins anglais, autres","Creoles and pidgins, English based (Other)", +"crp","créoles et pidgins divers","créoles et pidgins divers","Creoles and pidgins (Other)", +"cpf","créoles et pidgins français, autres","créoles et pidgins français, autres","Creoles and pidgins, French-based (Other)", +"cpp","créoles et pidgins portugais, autres","créoles et pidgins portugais, autres","Creoles and pidgins, Portuguese-based (Other)", +"scr/hrv","croate","croate","Croatian","hr" +"dak","dakota","dakota","Dakota", +"dan","danois","danois","Danish","da" +"dar","dargwa","dargwa","Dargwa", +"day","dayak, langues","dayak, langues","Land Dayak languages", +"del","delaware","delaware","Delaware", +"zza","dimili","zaza; dimili; dimli; kirdki; kirmanjki; zazaki","Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki", +"zza","dimli","zaza; dimili; dimli; kirdki; kirmanjki; zazaki","Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki", +"din","dinka","dinka","Dinka", +"dyu","dioula","dioula","Dyula", +"mis","diverses, langues","diverses, langues","Miscellaneous languages", +"chg","djaghataï","djaghataï","Chagatai", +"doi","dogri","dogri","Dogri", +"dgr","dogrib","dogrib","Dogrib", +"dua","douala","douala","Duala", +"dra","dravidiennes, autres langues","dravidiennes, autres langues","Dravidian (Other)", +"dzo","dzongkha","dzongkha","Dzongkha","dz" +"sco","écossais","écossais","Scots", +"bin","edo","bini; edo","Bini; Edo", +"efi","efik","efik","Efik", +"egy","égyptien","égyptien","Egyptian (Ancient)", +"eka","ekajuk","ekajuk","Ekajuk", +"elx","élamite","élamite","Elamite", +"myv","erza","erza","Erzya", +"den","esclave (athapascan)","esclave (athapascan)","Slave (Athapascan)", +"spa","espagnol","espagnol; castillan","Spanish; Castilian","es" +"epo","espéranto","espéranto","Esperanto","eo" +"est","estonien","estonien","Estonian","et" +"ewe","éwé","éwé","Ewe","ee" +"ewo","éwondo","éwondo","Ewondo", +"fan","fang","fang","Fang", +"fat","fanti","fanti","Fanti", +"fao","féroïen","féroïen","Faroese","fo" +"fij","fidjien","fidjien","Fijian","fj" +"fil","filipino","filipino; pilipino","Filipino; Pilipino", +"fiu","finno-ougriennes, autres langues","finno-ougriennes, autres langues","Finno-Ugrian (Other)", +"fin","finnois","finnois","Finnish","fi" +"dut/nld","flamand","néerlandais; flamand","Dutch; Flemish","nl" +"fon","fon","fon","Fon", +"fre/fra","français","français","French","fr" +"fro","français ancien (842-ca.1400)","français ancien (842-ca.1400)","French, Old (842-ca.1400)", +"frm","français moyen (1400-1600)","français moyen (1400-1600)","French, Middle (ca.1400-1600)", +"fur","frioulan","frioulan","Friulian", +"fry","frison occidental","frison occidental","Western Frisian","fy" +"frs","frison oriental","frison oriental","Eastern Frisian", +"frr","frison septentrional","frison septentrional","Northern Frisian", +"gaa","ga","ga","Ga", +"gla","gaélique","gaélique; gaélique écossais","Gaelic; Scottish Gaelic","gd" +"gla","gaélique écossais","gaélique; gaélique écossais","Gaelic; Scottish Gaelic","gd" +"car","galibi","karib; galibi; carib","Galibi Carib", +"glg","galicien","galicien","Galician","gl" +"orm","galla","galla","Oromo","om" +"wel/cym","gallois","gallois","Welsh","cy" +"lug","ganda","ganda","Ganda","lg" +"gay","gayo","gayo","Gayo", +"gba","gbaya","gbaya","Gbaya", +"geo/kat","géorgien","géorgien","Georgian","ka" +"gem","germaniques, autres langues","germaniques, autres langues","Germanic (Other)", +"gon","gond","gond","Gondi", +"gor","gorontalo","gorontalo","Gorontalo", +"got","gothique","gothique","Gothic", +"guj","goudjrati","goudjrati","Gujarati","gu" +"grb","grebo","grebo","Grebo", +"grc","grec ancien (jusqu'à 1453)","grec ancien (jusqu'à 1453)","Greek, Ancient (to 1453)", +"gre/ell","grec moderne (après 1453)","grec moderne (après 1453)","Greek, Modern (1453-)","el" +"kal","groenlandais","groenlandais","Kalaallisut; Greenlandic","kl" +"grn","guarani","guarani","Guarani","gn" +"gez","guèze","guèze","Geez", +"gwi","gwich´in","gwich´in","Gwich´in", +"hai","haida","haida","Haida", +"hat","haïtien","haïtien; créole haïtien","Haitian; Haitian Creole","ht" +"hau","haoussa","haoussa","Hausa","ha" +"hsb","haut-sorabe","haut-sorabe","Upper Sorbian", +"haw","hawaïen","hawaïen","Hawaiian", +"heb","hébreu","hébreu","Hebrew","he" +"her","herero","herero","Herero","hz" +"hil","hiligaynon","hiligaynon","Hiligaynon", +"him","himachali","himachali","Himachali", +"hin","hindi","hindi","Hindi","hi" +"hmo","hiri motu","hiri motu","Hiri Motu","ho" +"hit","hittite","hittite","Hittite", +"hmn","hmong","hmong","Hmong", +"hun","hongrois","hongrois","Hungarian","hu" +"hup","hupa","hupa","Hupa", +"sah","iakoute","iakoute","Yakut", +"iba","iban","iban","Iban", +"ido","ido","ido","Ido","io" +"ibo","igbo","igbo","Igbo","ig" +"ijo","ijo, langues","ijo, langues","Ijo languages", +"ilo","ilocano","ilocano","Iloko", +"und","indéterminée","indéterminée","Undetermined", +"cai","indiennes d'Amérique centrale, autres langues","indiennes d'Amérique centrale, autres langues","Central American Indian (Other)", +"nai","indiennes d'Amérique du Nord, autres langues","indiennes d'Amérique du Nord, autres langues","North American Indian", +"sai","indiennes d'Amérique du Sud, autres langues","indiennes d'Amérique du Sud, autres langues","South American Indian (Other)", +"inc","indo-aryennes, autres langues","indo-aryennes, autres langues","Indic (Other)", +"ine","indo-européennes, autres langues","indo-européennes, autres langues","Indo-European (Other)", +"ind","indonésien","indonésien","Indonesian","id" +"inh","ingouche","ingouche","Ingush", +"ina","interlingua (langue auxiliaire internationale)","interlingua (langue auxiliaire internationale)","Interlingua (International Auxiliary Language Association)","ia" +"ile","interlingue","interlingue","Interlingue","ie" +"iku","inuktitut","inuktitut","Inuktitut","iu" +"ipk","inupiaq","inupiaq","Inupiaq","ik" +"ira","iraniennes, autres langues","iraniennes, autres langues","Iranian (Other)", +"gle","irlandais","irlandais","Irish","ga" +"sga","irlandais ancien (jusqu'à 900)","irlandais ancien (jusqu'à 900)","Irish, Old (to 900)", +"mga","irlandais moyen (900-1200)","irlandais moyen (900-1200)","Irish, Middle (900-1200)", +"iro","iroquoises, langues (famille)","iroquoises, langues (famille)","Iroquoian languages", +"ice/isl","islandais","islandais","Icelandic","is" +"ita","italien","italien","Italian","it" +"jpn","japonais","japonais","Japanese","ja" +"jav","javanais","javanais","Javanese","jv" +"kac","jingpho","kachin; jingpho","Kachin; Jingpho", +"jrb","judéo-arabe","judéo-arabe","Judeo-Arabic", +"lad","judéo-espagnol","judéo-espagnol","Ladino", +"jpr","judéo-persan","judéo-persan","Judeo-Persian", +"kbd","kabardien","kabardien","Kabardian", +"kab","kabyle","kabyle","Kabyle", +"kac","kachin","kachin; jingpho","Kachin; Jingpho", +"csb","kachoube","kachoube","Kashubian", +"xal","kalmouk","kalmouk; oïrat","Kalmyk; Oirat", +"kam","kamba","kamba","Kamba", +"kan","kannada","kannada","Kannada","kn" +"kau","kanouri","kanouri","Kanuri","kr" +"kaa","karakalpak","karakalpak","Kara-Kalpak", +"krc","karatchai balkar","karatchai balkar","Karachay-Balkar", +"kar","karen, langues","karen, langues","Karen languages", +"car","karib","karib; galibi; carib","Galibi Carib", +"kas","kashmiri","kashmiri","Kashmiri","ks" +"kaw","kawi","kawi","Kawi", +"kaz","kazakh","kazakh","Kazakh","kk" +"kha","khasi","khasi","Khasi", +"khm","khmer central","khmer central","Central Khmer","km" +"khi","khoisan, autres langues","khoisan, autres langues","Khoisan (Other)", +"kho","khotanais","khotanais","Khotanese", +"kik","kikuyu","kikuyu","Kikuyu; Gikuyu","ki" +"kmb","kimbundu","kimbundu","Kimbundu", +"zza","kirdki","zaza; dimili; dimli; kirdki; kirmanjki; zazaki","Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki", +"kir","kirghiz","kirghiz","Kirghiz; Kyrgyz","ky" +"gil","kiribati","kiribati","Gilbertese", +"zza","kirmanjki","zaza; dimili; dimli; kirdki; kirmanjki; zazaki","Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki", +"tlh","klingon","klingon","Klingon; tlhIngan-Hol", +"kom","kom","kom","Komi","kv" +"kon","kongo","kongo","Kongo","kg" +"kok","konkani","konkani","Konkani", +"kos","kosrae","kosrae","Kosraean", +"kum","koumyk","koumyk","Kumyk", +"kpe","kpellé","kpellé","Kpelle", +"kro","krou, langues","krou, langues","Kru languages", +"kua","kuanyama","kuanyama; kwanyama","Kuanyama; Kwanyama","kj" +"kur","kurde","kurde","Kurdish","ku" +"kru","kurukh","kurukh","Kurukh", +"kut","kutenai","kutenai","Kutenai", +"kua","kwanyama","kuanyama; kwanyama","Kuanyama; Kwanyama","kj" +"lah","lahnda","lahnda","Lahnda", +"lam","lamba","lamba","Lamba", +"sgn","langues des signes","langues des signes","Sign Languages", +"lao","lao","lao","Lao","lo" +"lat","latin","latin","Latin","la" +"lav","letton","letton","Latvian","lv" +"lez","lezghien","lezghien","Lezghian", +"lim","limbourgeois","limbourgeois","Limburgan; Limburger; Limburgish","li" +"lin","lingala","lingala","Lingala","ln" +"lit","lituanien","lituanien","Lithuanian","lt" +"jbo","lojban","lojban","Lojban", +"loz","lozi","lozi","Lozi", +"lub","luba-katanga","luba-katanga","Luba-Katanga","lu" +"lua","luba-lulua","luba-lulua","Luba-Lulua", +"lui","luiseno","luiseno","Luiseno", +"lun","lunda","lunda","Lunda", +"luo","luo (Kenya et Tanzanie)","luo (Kenya et Tanzanie)","Luo (Kenya and Tanzania)", +"lus","Lushai","lushai","Lushai", +"ltz","luxembourgeois","luxembourgeois","Luxembourgish; Letzeburgesch","lb" +"rup","macédo-roumain","aroumain; macédo-roumain","Aromanian; Arumanian; Macedo-Romanian", +"mac/mkd","macédonien","macédonien","Macedonian","mk" +"mad","madourais","madourais","Madurese", +"mag","magahi","magahi","Magahi", +"mai","maithili","maithili","Maithili", +"mak","makassar","makassar","Makasar", +"may/msa","malais","malais","Malay","ms" +"mal","malayalam","malayalam","Malayalam","ml" +"map","malayo-polynésiennes, autres langues","malayo-polynésiennes, autres langues","Austronesian (Other)", +"div","maldivien","maldivien","Divehi; Dhivehi; Maldivian","dv" +"mlg","malgache","malgache","Malagasy","mg" +"mlt","maltais","maltais","Maltese","mt" +"mdr","mandar","mandar","Mandar", +"mnc","mandchou","mandchou","Manchu", +"man","mandingue","mandingue","Mandingo", +"mni","manipuri","manipuri","Manipuri", +"glv","mannois","manx; mannois","Manx","gv" +"mno","manobo, langues","manobo, langues","Manobo languages", +"glv","manx","manx; mannois","Manx","gv" +"mao/mri","maori","maori","Maori","mi" +"rar","maori des îles Cook","rarotonga; maori des îles Cook","Rarotongan; Cook Islands Maori", +"arn","mapuce","mapudungun; mapuche; mapuce","Mapudungun; Mapuche", +"arn","mapuche","mapudungun; mapuche; mapuce","Mapudungun; Mapuche", +"arn","mapudungun","mapudungun; mapuche; mapuce","Mapudungun; Mapuche", +"mar","marathe","marathe","Marathi","mr" +"chm","mari","mari","Mari", +"mah","marshall","marshall","Marshallese","mh" +"mwr","marvari","marvari","Marwari", +"mas","massaï","massaï","Masai", +"myn","maya, langues","maya, langues","Mayan languages", +"men","mendé","mendé","Mende", +"mic","mi'kmaq","mi'kmaq; micmac","Mi'kmaq; Micmac", +"mic","micmac","mi'kmaq; micmac","Mi'kmaq; Micmac", +"min","minangkabau","minangkabau","Minangkabau", +"mwl","mirandais","mirandais","Mirandese", +"moh","mohawk","mohawk","Mohawk", +"mdf","moksa","moksa","Moksha", +"mol","moldave","moldave","Moldavian","mo" +"mkh","môn-khmer, autres langues","môn-khmer, autres langues","Mon-Khmer (Other)", +"lol","mongo","mongo","Mongo", +"mon","mongol","mongol","Mongolian","mn" +"mos","moré","moré","Mossi", +"mun","mounda, langues","mounda, langues","Munda languages", +"mul","multilingue","multilingue","Multiple languages", +"mus","muskogee","muskogee","Creek", +"nqo","n'ko","n'ko","N'Ko", +"nah","nahuatl, langues","nahuatl, langues","Nahuatl languages", +"nap","napolitain","napolitain","Neapolitan", +"nau","nauruan","nauruan","Nauru","na" +"nav","navaho","navaho","Navajo; Navaho","nv" +"nde","ndébélé du Nord","ndébélé du Nord","Ndebele, North; North Ndebele","nd" +"nbl","ndébélé du Sud","ndébélé du Sud","Ndebele, South; South Ndebele","nr" +"ndo","ndonga","ndonga","Ndonga","ng" +"dut/nld","néerlandais","néerlandais; flamand","Dutch; Flemish","nl" +"dum","néerlandais moyen (ca. 1050-1350)","néerlandais moyen (ca. 1050-1350)","Dutch, Middle (ca.1050-1350)", +"new","nepal bhasa","nepal bhasa; newari","Nepal Bhasa; Newari", +"nep","népalais","népalais","Nepali","ne" +"new","newari","nepal bhasa; newari","Nepal Bhasa; Newari", +"nwc","newari classique","newari classique","Classical Newari; Old Newari; Classical Nepal Bhasa", +"nia","nias","nias","Nias", +"nic","nigéro-congolaises, autres langues","nigéro-congolaises, autres langues","Niger-Kordofanian (Other)", +"ssa","nilo-sahariennes, autres langues","nilo-sahariennes, autres langues","Nilo-Saharan (Other)", +"niu","niué","niué","Niuean", +"nog","nogaï","nogaï; nogay","Nogai", +"nog","nogay","nogaï; nogay","Nogai", +"non","norrois, vieux","norrois, vieux","Norse, Old", +"nor","norvégien","norvégien","Norwegian","no" +"nob","norvégien bokmÃ¥l","norvégien bokmÃ¥l","BokmÃ¥l, Norwegian; Norwegian BokmÃ¥l","nb" +"nno","norvégien nynorsk","norvégien nynorsk; nynorsk, norvégien","Norwegian Nynorsk; Nynorsk, Norwegian","nn" +"nub","nubiennes, langues","nubiennes, langues","Nubian languages", +"nym","nyamwezi","nyamwezi","Nyamwezi", +"nya","nyanja","chichewa; chewa; nyanja","Chichewa; Chewa; Nyanja","ny" +"nyn","nyankolé","nyankolé","Nyankole", +"nno","nynorsk, norvégien","norvégien nynorsk; nynorsk, norvégien","Norwegian Nynorsk; Nynorsk, Norwegian","nn" +"nyo","nyoro","nyoro","Nyoro", +"nzi","nzema","nzema","Nzima", +"oci","occitan (après 1500)","occitan (après 1500); provençal","Occitan (post 1500); Provençal","oc" +"xal","oïrat","kalmouk; oïrat","Kalmyk; Oirat", +"oji","ojibwa","ojibwa","Ojibwa","oj" +"ori","oriya","oriya","Oriya","or" +"osa","osage","osage","Osage", +"oss","ossète","ossète","Ossetian; Ossetic","os" +"oto","otomangue, langues","otomangue, langues","Otomian languages", +"udm","oudmourte","oudmourte","Udmurt", +"uga","ougaritique","ougaritique","Ugaritic", +"uig","ouïgour","ouïgour","Uighur; Uyghur","ug" +"urd","ourdou","ourdou","Urdu","ur" +"uzb","ouszbek","ouszbek","Uzbek","uz" +"pus","pachto","pachto","Pushto","ps" +"pal","pahlavi","pahlavi","Pahlavi", +"pau","palau","palau","Palauan", +"pli","pali","pali","Pali","pi" +"pam","pampangan","pampangan","Pampanga", +"pag","pangasinan","pangasinan","Pangasinan", +"pap","papiamento","papiamento","Papiamento", +"paa","papoues, autres langues","papoues, autres langues","Papuan (Other)", +"zxx","pas de contenu linguistique","pas de contenu linguistique","No linguistic content", +"nso","pedi","pedi; sepedi; sotho du Nord","Pedi; Sepedi; Northern Sotho", +"pan","pendjabi","pendjabi","Panjabi; Punjabi","pa" +"per/fas","persan","persan","Persian","fa" +"peo","perse, vieux (ca. 600-400 av. J.-C.)","perse, vieux (ca. 600-400 av. J.-C.)","Persian, Old (ca.600-400 B.C.)", +"ful","peul","peul","Fulah","ff" +"phn","phénicien","phénicien","Phoenician", +"phi","philippines, autres langues","philippines, autres langues","Philippine (Other)", +"fil","pilipino","filipino; pilipino","Filipino; Pilipino", +"pon","pohnpei","pohnpei","Pohnpeian", +"pol","polonais","polonais","Polish","pl" +"por","portugais","portugais","Portuguese","pt" +"pra","prâkrit","prâkrit","Prakrit languages", +"oci","provençal","occitan (après 1500); provençal","Occitan (post 1500); Provençal","oc" +"pro","provençal ancien (jusqu'à 1500)","provençal ancien (jusqu'à 1500)","Provençal, Old (to 1500)", +"que","quechua","quechua","Quechua","qu" +"raj","rajasthani","rajasthani","Rajasthani", +"rap","rapanui","rapanui","Rapanui", +"rar","rarotonga","rarotonga; maori des îles Cook","Rarotongan; Cook Islands Maori", +"qaa-qtz","réservée à l'usage local","réservée à l'usage local","Reserved for local use", +"roh","romanche","romanche","Romansh","rm" +"roa","romanes, autres langues","romanes, autres langues","Romance (Other)", +"rum/ron","roumain","roumain","Romanian","ro" +"run","rundi","rundi","Rundi","rn" +"rus","russe","russe","Russian","ru" +"kin","rwanda","rwanda","Kinyarwanda","rw" +"sal","salish, langues","salish, langues","Salishan languages", +"sam","samaritain","samaritain","Samaritan Aramaic", +"smn","sami d'Inari","sami d'Inari","Inari Sami", +"smj","sami de Lule","sami de Lule","Lule Sami", +"sme","sami du Nord","sami du Nord","Northern Sami","se" +"sma","sami du Sud","sami du Sud","Southern Sami", +"sms","sami skolt","sami skolt","Skolt Sami", +"smi","sami, autres langues","sami, autres langues","Sami languages (Other)", +"smo","samoan","samoan","Samoan","sm" +"sad","sandawe","sandawe","Sandawe", +"sag","sango","sango","Sango","sg" +"san","sanskrit","sanskrit","Sanskrit","sa" +"sat","santal","santal","Santali", +"srd","sarde","sarde","Sardinian","sc" +"sas","sasak","sasak","Sasak", +"nds","saxon, bas","bas allemand; bas saxon; allemand, bas; saxon, bas","Low German; Low Saxon; German, Low; Saxon, Low", +"sel","selkoupe","selkoupe","Selkup", +"sem","sémitiques, autres langues","sémitiques, autres langues","Semitic (Other)", +"nso","sepedi","pedi; sepedi; sotho du Nord","Pedi; Sepedi; Northern Sotho", +"scc/srp","serbe","serbe","Serbian","sr" +"srr","sérère","sérère","Serer", +"sna","shona","shona","Shona","sn" +"scn","sicilien","sicilien","Sicilian", +"sid","sidamo","sidamo","Sidamo", +"snd","sindhi","sindhi","Sindhi","sd" +"sin","singhalais","singhalais","Sinhala; Sinhalese","si" +"sit","sino-tibétaines, autres langues","sino-tibétaines, autres langues","Sino-Tibetan (Other)", +"sio","sioux, langues","sioux, langues","Siouan languages", +"sla","slaves, autres langues","slaves, autres langues","Slavic (Other)", +"chu","slavon d'église","slavon d'église; vieux slave; slavon liturgique; vieux bulgare","Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic","cu" +"chu","slavon liturgique","slavon d'église; vieux slave; slavon liturgique; vieux bulgare","Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic","cu" +"slo/slk","slovaque","slovaque","Slovak","sk" +"slv","slovène","slovène","Slovenian","sl" +"sog","sogdien","sogdien","Sogdian", +"som","somali","somali","Somali","so" +"son","songhai, langues","songhai, langues","Songhai languages", +"snk","soninké","soninké","Soninke", +"wen","sorabes, langues","sorabes, langues","Sorbian languages", +"nso","sotho du Nord","pedi; sepedi; sotho du Nord","Pedi; Sepedi; Northern Sotho", +"sot","sotho du Sud","sotho du Sud","Sotho, Southern","st" +"sun","soundanais","soundanais","Sundanese","su" +"sus","soussou","soussou","Susu", +"srn","sranan tongo","sranan tongo","Sranan Tongo", +"swe","suédois","suédois","Swedish","sv" +"suk","sukuma","sukuma","Sukuma", +"sux","sumérien","sumérien","Sumerian", +"swa","swahili","swahili","Swahili","sw" +"ssw","swati","swati","Swati","ss" +"syr","syriaque","syriaque","Syriac", +"tgk","tadjik","tadjik","Tajik","tg" +"tgl","tagalog","tagalog","Tagalog","tl" +"tah","tahitien","tahitien","Tahitian","ty" +"tmh","tamacheq","tamacheq","Tamashek", +"tam","tamoul","tamoul","Tamil","ta" +"tat","tatar","tatar","Tatar","tt" +"crh","tatar de Crimé","tatar de Crimé","Crimean Tatar; Crimean Turkish", +"cze/ces","tchèque","tchèque","Czech","cs" +"che","tchétchène","tchétchène","Chechen","ce" +"chv","tchouvache","tchouvache","Chuvash","cv" +"tel","télougou","télougou","Telugu","te" +"tem","temne","temne","Timne", +"ter","tereno","tereno","Tereno", +"tet","tetum","tetum","Tetum", +"tha","thaï","thaï","Thai","th" +"tai","thaïes, autres langues","thaïes, autres langues","Tai (Other)", +"tib/bod","tibétain","tibétain","Tibetan","bo" +"tig","tigré","tigré","Tigre", +"tir","tigrigna","tigrigna","Tigrinya","ti" +"tiv","tiv","tiv","Tiv", +"tli","tlingit","tlingit","Tlingit", +"tpi","tok pisin","tok pisin","Tok Pisin", +"tkl","tokelau","tokelau","Tokelau", +"tog","tonga (Nyasa)","tonga (Nyasa)","Tonga (Nyasa)", +"ton","tongan (Îles Tonga)","tongan (Îles Tonga)","Tonga (Tonga Islands)","to" +"tyv","touva","touva","Tuvinian", +"rom","tsigane","tsigane","Romany", +"tsi","tsimshian","tsimshian","Tsimshian", +"tso","tsonga","tsonga","Tsonga","ts" +"tsn","tswana","tswana","Tswana","tn" +"tum","tumbuka","tumbuka","Tumbuka", +"tup","tupi, langues","tupi, langues","Tupi languages", +"tur","turc","turc","Turkish","tr" +"ota","turc ottoman (1500-1928)","turc ottoman (1500-1928)","Turkish, Ottoman (1500-1928)", +"tuk","turkmène","turkmène","Turkmen","tk" +"tvl","tuvalu","tuvalu","Tuvalu", +"twi","twi","twi","Twi","tw" +"ukr","ukrainien","ukrainien","Ukrainian","uk" +"umb","umbundu","umbundu","Umbundu", +"vai","vaï","vaï","Vai", +"cat","valencien","catalan; valencien","Catalan; Valencian","ca" +"ven","venda","venda","Venda","ve" +"vie","vietnamien","vietnamien","Vietnamese","vi" +"chu","vieux bulgare","slavon d'église; vieux slave; slavon liturgique; vieux bulgare","Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic","cu" +"chu","vieux slave","slavon d'église; vieux slave; slavon liturgique; vieux bulgare","Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic","cu" +"vol","volapük","volapük","Volapük","vo" +"vot","vote","vote","Votic", +"wak","wakashennes, langues","wakashennes, langues","Wakashan languages", +"wal","walamo","walamo","Walamo", +"wln","wallon","wallon","Walloon","wa" +"war","waray","waray","Waray", +"was","washo","washo","Washo", +"wol","wolof","wolof","Wolof","wo" +"xho","xhosa","xhosa","Xhosa","xh" +"yao","yao","yao","Yao", +"yap","yapois","yapois","Yapese", +"iii","yi de Sichuan","yi de Sichuan","Sichuan Yi","ii" +"yid","yiddish","yiddish","Yiddish","yi" +"yor","yoruba","yoruba","Yoruba","yo" +"ypk","yupik, langues","yupik, langues","Yupik languages", +"znd","zandé, langues","zandé, langues","Zande languages", +"zap","zapotèque","zapotèque","Zapotec", +"zza","zaza","zaza; dimili; dimli; kirdki; kirmanjki; zazaki","Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki", +"zza","zazaki","zaza; dimili; dimli; kirdki; kirmanjki; zazaki","Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki", +"zen","zenaga","zenaga","Zenaga", +"zha","zhuang","zhuang; chuang","Zhuang; Chuang","za" +"zul","zoulou","zoulou","Zulu","zu" +"zun","zuni","zuni","Zuni", diff --git a/installer/InstallAuth.pm b/installer/InstallAuth.pm new file mode 100644 index 0000000000..d3bf137bd1 --- /dev/null +++ b/installer/InstallAuth.pm @@ -0,0 +1,422 @@ +# -*- tab-width: 8 -*- +# NOTE: This file uses 8-character tabs; do not change the tab size! + +package InstallAuth; + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use Digest::MD5 qw(md5_base64); + +require Exporter; +use C4::Context; +use C4::Output; # to get the template +use C4::Interface::CGI::Output; +use C4::Koha; + +use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); + +# set the version for version checking +$VERSION = do { my @v = '$Revision$' =~ /\d+/g; + shift(@v) . "." . join( "_", map { sprintf "%03d", $_ } @v ); +}; + +=head1 NAME + +InstallAuth - Authenticates Koha users for Install process + +=head1 SYNOPSIS + + use CGI; + use InstallAuth; + + my $query = new CGI; + + my ($template, $borrowernumber, $cookie) + = get_template_and_user({template_name => "opac-main.tmpl", + query => $query, + type => "opac", + authnotrequired => 1, + flagsrequired => {borrow => 1}, + }); + + print $query->header( + -type => guesstype($template->output), + -cookie => $cookie + ), $template->output; + + +=head1 DESCRIPTION + + The main function of this module is to provide + authentification. However the get_template_and_user function has + been provided so that a users login information is passed along + automatically. This gets loaded into the template. + This package is different from C4::Auth in so far as + C4::Auth uses many preferences which are supposed NOT to be obtainable when installing the database. + + As in C4::Auth, Authentication is based on cookies. + +=head1 FUNCTIONS + +=over 2 + +=cut + +@ISA = qw(Exporter); +@EXPORT = qw( + &checkauth + &get_template_and_user + &setlanguagecookie +); + +=item get_template_and_user + + my ($template, $borrowernumber, $cookie) + = get_template_and_user({template_name => "opac-main.tmpl", + query => $query, + type => "opac", + authnotrequired => 1, + flagsrequired => {borrow => 1}, + }); + + This call passes the C, C and C + to C<&checkauth> (in this module) to perform authentification. + See C<&checkauth> for an explanation of these parameters. + + The C is then used to find the correct template for + the page. The authenticated users details are loaded onto the + template in the HTML::Template LOOP variable C. Also the + C is passed to the template. This can be used in templates + if cookies are disabled. It needs to be put as and input to every + authenticated page. + + More information on the C sub can be found in the + Output.pm module. + +=cut + +sub get_template_and_user { + my $in = shift; + my $query=$in->{'query'}; + my $language=$query->cookie('KohaOpacLanguage'); + my $path=C4::Context->config('intrahtdocs')."/prog/".($language?$language:"en"); + my $template = HTML::Template::Pro->new( + filename => "$path/".$in->{template_name}, + die_on_bad_params => 1, + global_vars => 1, + case_sensitive => 1, + path => ["$path/includes"] + ); + + my ( $user, $cookie, $sessionID, $flags ) = checkauth( + $in->{'query'}, + $in->{'authnotrequired'}, + $in->{'flagsrequired'}, + $in->{'type'} + ); +# use Data::Dumper;warn "utilisateur $user cookie : ".Dumper($cookie); + + my $borrowernumber; + if ($user) { + $template->param( loggedinusername => $user ); + $template->param( sessionID => $sessionID ); + + + # We are going to use the $flags returned by checkauth + # to create the template's parameters that will indicate + # which menus the user can access. + if (( $flags && $flags->{superlibrarian}==1)) { + $template->param( CAN_user_circulate => 1 ); + $template->param( CAN_user_catalogue => 1 ); + $template->param( CAN_user_parameters => 1 ); + $template->param( CAN_user_borrowers => 1 ); + $template->param( CAN_user_permission => 1 ); + $template->param( CAN_user_reserveforothers => 1 ); + $template->param( CAN_user_borrow => 1 ); + $template->param( CAN_user_editcatalogue => 1 ); + $template->param( CAN_user_updatecharge => 1 ); + $template->param( CAN_user_acquisition => 1 ); + $template->param( CAN_user_management => 1 ); + $template->param( CAN_user_tools => 1 ); + $template->param( CAN_user_editauthorities => 1 ); + $template->param( CAN_user_serials => 1 ); + $template->param( CAN_user_reports => 1 ); + } + } + return ( $template, $borrowernumber, $cookie ); +} + +=item checkauth + + ($userid, $cookie, $sessionID) = &checkauth($query, $noauth, $flagsrequired, $type); + +Verifies that the user is authorized to run this script. If +the user is authorized, a (userid, cookie, session-id, flags) +quadruple is returned. If the user is not authorized but does +not have the required privilege (see $flagsrequired below), it +displays an error page and exits. Otherwise, it displays the +login page and exits. + +Note that C<&checkauth> will return if and only if the user +is authorized, so it should be called early on, before any +unfinished operations (e.g., if you've opened a file, then +C<&checkauth> won't close it for you). + +C<$query> is the CGI object for the script calling C<&checkauth>. + +The C<$noauth> argument is optional. If it is set, then no +authorization is required for the script. + +C<&checkauth> fetches user and session information from C<$query> and +ensures that the user is authorized to run scripts that require +authorization. + +The C<$flagsrequired> argument specifies the required privileges +the user must have if the username and password are correct. +It should be specified as a reference-to-hash; keys in the hash +should be the "flags" for the user, as specified in the Members +intranet module. Any key specified must correspond to a "flag" +in the userflags table. E.g., { circulate => 1 } would specify +that the user must have the "circulate" privilege in order to +proceed. To make sure that access control is correct, the +C<$flagsrequired> parameter must be specified correctly. + +The C<$type> argument specifies whether the template should be +retrieved from the opac or intranet directory tree. "opac" is +assumed if it is not specified; however, if C<$type> is specified, +"intranet" is assumed if it is not "opac". + +If C<$query> does not have a valid session ID associated with it +(i.e., the user has not logged in) or if the session has expired, +C<&checkauth> presents the user with a login page (from the point of +view of the original script, C<&checkauth> does not return). Once the +user has authenticated, C<&checkauth> restarts the original script +(this time, C<&checkauth> returns). + +The login page is provided using a HTML::Template, which is set in the +systempreferences table or at the top of this file. The variable C<$type> +selects which template to use, either the opac or the intranet +authentification template. + +C<&checkauth> returns a user ID, a cookie, and a session ID. The +cookie should be sent back to the browser; it verifies that the user +has authenticated. + +=cut + +sub checkauth { + my $query = shift; + +# $authnotrequired will be set for scripts which will run without authentication + my $authnotrequired = shift; + my $flagsrequired = shift; + my $type = shift; + $type = 'intranet' unless $type; + + + my $template_name; + $template_name = "installer/auth.tmpl"; + + # state variables + my $loggedin = 0; + my %info; + my ( $userid, $cookie, $sessionID, $flags, $envcookie ); + my $logout = $query->param('logout.x'); + if ( $sessionID = $query->cookie('sessionID') ) { + C4::Context->_new_userenv($sessionID); + if ( my %hash = $query->cookie('userenv') ) { + C4::Context::set_userenv( + $hash{number}, $hash{id}, + $hash{cardnumber}, $hash{firstname}, + $hash{surname}, $hash{branch}, + $hash{branchname}, $hash{flags}, + $hash{emailaddress}, $hash{branchprinter} + ); + $cookie = $query->cookie( + -name => 'sessionID', + -value => $sessionID, + -expires => '' + ); + $loggedin=1; + $userid = $hash{cardnumber}; + } + my ( $ip, $lasttime ); + + if ($logout) { + + # voluntary logout the user + C4::Context->_unset_userenv($sessionID); + $sessionID = undef; + $userid = undef; + open L, ">>/tmp/sessionlog"; + my $time = localtime( time() ); + printf L "%20s from %16s logged out at %30s (manually).\n", $userid, + $ip, $time; + close L; + } + } + unless ($userid) { + $sessionID = int( rand() * 100000 ) . '-' . time(); + $userid = $query->param('userid'); + C4::Context->_new_userenv($sessionID); + my $password = $query->param('password'); + C4::Context->_new_userenv($sessionID); + my ( $return, $cardnumber ) = checkpw( $userid, $password ); + if ($return) { + $loggedin=1; + open L, ">>/tmp/sessionlog"; + my $time = localtime( time() ); + printf L "%20s from %16s logged in at %30s.\n", $userid, + $ENV{'REMOTE_ADDR'}, $time; + close L; + $cookie = $query->cookie( + -name => 'sessionID', + -value => $sessionID, + -expires => '' + ); + if ( $return == 2 ) { + #Only superlibrarian should have access to this page. + #Since if it is a user, it is supposed that there is a borrower table + #And thus that data structure is loaded. + my $hash = C4::Context::set_userenv( + 0, + 0, + C4::Context->config('user'), + C4::Context->config('user'), + C4::Context->config('user'), + "", + "SUPER", + 1,"" + ); + $envcookie = $query->cookie( + -name => 'userenv', + -value => $hash, + -expires => '' + ); + $userid=C4::Context->config('user'); + } + } + else { + if ($userid) { + $info{'invalid_username_or_password'} = 1; + C4::Context->_unset_userenv($sessionID); + } + } + } + + # finished authentification, now respond + if ( $loggedin ) + { + + # successful login + unless ($cookie) { + $cookie = $query->cookie( + -name => 'sessionID', + -value => '', + -expires => '' + ); + } + if ($envcookie) { + return ( $userid, [ $cookie, $envcookie ], $sessionID, $flags ); + } + else { + return ( $userid, $cookie, $sessionID, $flags ); + } + } + + # else we have a problem... + # get the inputs from the incoming query + my @inputs = (); + foreach my $name ( param $query) { + (next) if ( $name eq 'userid' || $name eq 'password' ); + my $value = $query->param($name); + push @inputs, { name => $name, value => $value }; + } + + my $path=C4::Context->config('intrahtdocs')."/prog/".($query->param('language')?$query->param('language'):"en"); + my $template = HTML::Template::Pro->new( + filename => "$path/$template_name", + die_on_bad_params => 1, + global_vars => 1, + case_sensitive => 1, + path => ["$path/includes"] + ); + $template->param( + INPUTS => \@inputs, + + ); + $template->param( loginprompt => 1 ) unless $info{'nopermission'}; + + my $self_url = $query->url( -absolute => 1 ); + $template->param( + url => $self_url, + ); + $template->param( \%info ); + $cookie = $query->cookie( + -name => 'sessionID', + -value => $sessionID, + -expires => '' + ); + print $query->header( + -type => guesstype( $template->output ), + -cookie => $cookie + ), + $template->output; + exit; +} + +sub checkpw { + + my ( $userid, $password ) = @_; + + if ( $userid && $userid eq C4::Context->config('user') + && "$password" eq C4::Context->config('pass') ) + { +# Koha superuser account + C4::Context->set_userenv(0,0,C4::Context->config('user'),C4::Context->config('user'),C4::Context->config('user'),"",1); + return 2; + } + if ( $userid && $userid eq 'demo' + && "$password" eq 'demo' + && C4::Context->config('demo') ) + { + +# DEMO => the demo user is allowed to do everything (if demo set to 1 in koha.conf +# some features won't be effective : modify systempref, modify MARC structure, + return 2; + } + return 0; +} + + +END { } # module clean-up code here (global destructor) +1; +__END__ + +=back + +=head1 SEE ALSO + +CGI(3) + +C4::Output(3) + +Digest::MD5(3) + +=cut diff --git a/installer/externalmodules.pl b/installer/externalmodules.pl new file mode 100644 index 0000000000..4be9965885 --- /dev/null +++ b/installer/externalmodules.pl @@ -0,0 +1,27 @@ +#!/usr/bin/perl -w + +# This Script can be used to provide a list of ALL external modules ***used*** (uncommented) in Koha. +# It provides you not only the list of modules BUT ALSO the files that uses those modules. +# utf8 or warnings or other lib use are not taken into account at the moment. + + +use strict; +use C4::Context; +my $dir=C4::Context->config('intranetdir'); +qx(grep -r "^ *use" $dir | grep -v "C4\|strict\|vars" >/tmp/modulesKoha.log); +$dir=C4::Context->config('opacdir'); +qx(grep -r "^ *use" $dir | grep -v "C4\|strict\|vars" >>/tmp/modulesKoha.log); + +open FILE, "< /tmp/modulesKoha.log" ||die "unable to open file /tmp/modulesKoha.log"; +my %modulehash; +while (my $line=){ + if ( $line=~m#(.*)\:\s*use\s+([A-Z][^\s;]+)# ){ + my ($file,$module)=($1,$2); + my @filename = split /\//, $file; + push @{$modulehash{$module}},$filename[scalar(@filename) - 1]; + } +} +print "external modules used in Koha ARE :\n"; +map {print "* $_ \t in files ",join (",",@{$modulehash{$_}}),"\n" } sort keys %modulehash; +close FILE; +unlink "/tmp/modulesKoha.log"; diff --git a/installer/install.pl b/installer/install.pl new file mode 100755 index 0000000000..4cbb4f1e40 --- /dev/null +++ b/installer/install.pl @@ -0,0 +1,347 @@ +#!/usr/bin/perl -w # please develop with -w + +#use diagnostics; + +# use Install; +use InstallAuth; +use C4::Context; +use C4::Interface::CGI::Output; +use C4::Languages; + +use strict; # please develop with the strict pragma + +use CGI; + +my $query=new CGI; +my $step=$query->param('step'); + +my $language=$query->param('language'); +my ($template, $loggedinuser, $cookie); + + +my $all_languages=getAllLanguages(); + +if (defined($language) ){ + setlanguagecookie($query,$language,"install.pl?step=1"); +} +($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "installer/step".($step?$step:1).".tmpl", + query => $query, + type => "intranet", + authnotrequired => 0, + debug => 1, + }); + +if ($step && $step==1){ + #First Step + #Checking ALL perl Modules and services needed are installed. + #Whenever there is an error, adding a report to the page + # I suppose here that Apache user can access /usr/bin/ + # If mysql or zebra are in some fancy directory not in PATH + # Performing a disk search. + $template->param(language=>1); + my $problem; + + unless ($] >= 5.006001) { # Bug 179 + $template->param("problems"=>1,"perlversion"=>1); + $problem=1; + } + unless (-x "/usr/bin/perl") { + my $realperl=`which perl`; + $realperl=`find / -name perl` unless ($realperl); + chomp $realperl; + $template->param("problems"=>1,'perllocation'=>1) unless ($realperl); + $problem=1 unless($realperl); + } + unless (-x "/usr/local/bin/mysql") { + my $mysql=`which mysql`; + $mysql=`find / -name mysql` unless ($mysql); + chomp $mysql; + $template->param("problems"=>1,'mysql'=>1) unless ($mysql); + $problem=1 unless($mysql); + } + unless (-x "/usr/local/bin/zebraidx" ||-x "/usr/local/bin/zebraidx-2.0") { + my $zebra=`which zebraidx`; + $zebra=`which zebraidx-2.0` unless ($zebra); + $zebra=`find / -name "zebraidx*"` unless ($zebra); + chomp $zebra; + $template->param("problems"=>1,'zebra'=>1) unless ($zebra); + $problem=1 unless ($zebra); + } + unless (-x "/usr/local/bin/zebrasrv" ||-x "/usr/local/bin/zebrasrv-2.0") { + my $zebra=`which zebrasrv`; + $zebra=`which zebrasrv-2.0` unless ($zebra); + $zebra=`find / -name "zebrasrv*"` unless ($zebra); + chomp $zebra; + $template->param("problems"=>1,'zebra'=>1) unless ($zebra); + $problem=1 unless ($zebra); + } + unless (-x "/usr/local/bin/yaz-client") { + my $yaz=`which yaz-client`; + $yaz=`find / -name "yaz-client*"` unless ($yaz); + chomp $yaz; + $template->param("problems"=>1,'yaz'=>1) unless ($yaz); + $problem=1 unless ($yaz); + } + # We could here use a special find + my @missing = (); + unless (eval {require ZOOM}) { + push @missing, {name=>"ZOOM"}; + } + unless (eval {require LWP::Simple}) { + push @missing, {name=>"LWP::Simple"}; + } + unless (eval {require XML::Simple}) { + push @missing, {name=>"XML::Simple"}; + } + unless (eval {require MARC::File::XML}) { + push @missing, {name=>"MARC::File::XML"}; + } + unless (eval {require MARC::File::USMARC}) { + push @missing, {name=>"MARC::File::USMARC"}; + } + unless (eval {require DBI}) { push @missing,{name=>"DBI"} }; + unless (eval {require Date::Manip}) { push @missing,{name=>"Date::Manip"} }; + unless (eval {require DBD::mysql}) { push @missing,{name=>"DBD::mysql"} }; + unless (eval {require HTML::Template}) { push @missing,{name=>"HTML::Template::Pro"} }; + unless (eval {require HTML::Template}) { push @missing,{name=>"Date::Calc"} }; + unless (eval {require Digest::MD5}) { push @missing,{name=>"Digest::MD5"} }; + unless (eval {require MARC::Record}) { push @missing,{name=>"MARC::Record"} }; + unless (eval {require Mail::Sendmail}) { push @missing,{name=>"Mail::Sendmail",usagemail=>1} }; +# The following modules are not mandatory, depends on how the library want to use Koha + unless (eval {require PDF::API2}) { + if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal + push @missing,{name=>"PDF::API2",usagebarcode=>1}; + } + } + unless (eval {require GD::Barcorde}) { + if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal + push @missing,{name=>"GD::Barcode",usagebarcode=>1,usagespine=>1}; + } + } + unless (eval {require Data::Random}) { + if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal + push @missing,{name=>"Data::Random",usagebarcode=>1}; + } + } + unless (eval {require PDF::Reuse::Barcode}) { + if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal + push @missing,{name=>"PDF::Reuse::Barcode",usagebarcode=>1}; + } + } + unless (eval {require PDF::Report}) { + if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal + push @missing,{name=>"PDF::Report",usagebarcode=>1}; + } + } + unless (eval {require GD::Barcode::UPCE}) { + if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal + push @missing,{name=>"GD::Barcode::UPCE",usagepine=>1}; + } + } + unless (eval {require Net::LDAP}) { + if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal + push @missing,{name=>"Net::LDAP",usageLDAP=>1}; + } + } + + $template->param(missings=>\@missing) if (scalar(@missing)>0); + $template->param('checkmodule'=>1) unless (scalar(@missing) && $problem); + +} elsif ($step && $step==2){ + # Check Database connection and access + my %info; + $info{'dbname'}=C4::Context->config("database"); + $info{'dbms'}=(C4::Context->config("db_scheme")?C4::Context->config("db_scheme"):"mysql"); + $info{'hostname'}=C4::Context->config("hostname"); + ($info{'hostname'},$info{'port'})=($1,$2) if $info{'hostname'}=~/([^:]*):([0-9]+)/; + $info{'user'}=C4::Context->config("user"); + $info{'password'}=C4::Context->config("pass"); + $template->param(%info); + my $checkmysql=$query->param("checkmysql"); + $template->param('mysqlconnection'=>$checkmysql); + if ($checkmysql){ + my $dbh= DBI->connect("DBI:$info{dbms}:$info{dbname}:$info{hostname}".($info{port}?":$info{port}":""),$info{'user'}, $info{'password'}); + if ($dbh){ + # Can connect to the mysql + $template->param("checkdatabaseaccess"=>1); + if ($info{dbms} eq "mysql"){ + #Check if database created + my $rv=$dbh->do("SHOW DATABASES LIKE \'$info{dbname}\'"); + if ($rv==1){$template->param('checkdatabasecreated'=>1);} + #Check if user have all necessary grants on this database. + my $rq=$dbh->prepare("SHOW GRANTS FOR \'$info{user}\'\@'$info{hostname}'"); + $rq->execute; + my $grantaccess; + while (my ($line)=$rq->fetchrow){ + my $dbname=$info{dbname}; + if ($line=~m/$dbname/ || index($line,'*.*')>0){ + $grantaccess=1 if (index($line,'ALL PRIVILEGES')>0 || + ((index($line,'SELECT')>0)&&(index($line,'INSERT')>0)&&(index($line,'UPDATE')>0)&&(index($line,'DELETE')>0)&&(index($line,'CREATE')>0)&&(index($line,'DROP')>0))); + } + } + unless ($grantaccess){ + $rq=$dbh->prepare("SHOW GRANTS FOR \'$info{user}\'\@'\%'"); + $rq->execute; + while (my ($line)=$rq->fetchrow){ + my $dbname=$info{dbname}; + if ($line=~m/$dbname/ || index($line,'*.*')>0){ + $grantaccess=1 if (index($line,'ALL PRIVILEGES')>0 || + ((index($line,'SELECT')>0)&&(index($line,'INSERT')>0)&&(index($line,'UPDATE')>0)&&(index($line,'DELETE')>0)&&(index($line,'CREATE')>0)&&(index($line,'DROP')>0))); + } + } + } + $template->param("checkgrantaccess"=>$grantaccess); + } + } else { + $template->param("error"=>DBI::err,"message"=>DBI::errstr); + } + } +} elsif ($step && $step==3){ + my %info; + $info{'dbname'}=C4::Context->config("database"); + $info{'dbms'}=(C4::Context->config("db_scheme")?C4::Context->config("db_scheme"):"mysql"); + $info{'hostname'}=C4::Context->config("hostname"); + ($info{'hostname'},$info{'port'})=($1,$2) if $info{'hostname'}=~/([^:]*):([0-9]+)/; + $info{port} = 3306 unless ($info{port}); + $info{'user'}=C4::Context->config("user"); + $info{'password'}=C4::Context->config("pass"); + my $op=$query->param('op'); + if ($op && $op eq 'finish'){ + # Installation is finished. + # We just deny anybody acess to install + # And we redirect people to mainpage. + # The installer wil have to relogin since we donot pass cookie to redirection. + my $dir=C4::Context->config('intranetdir'); + qx(chmod -R uog-xw $dir/installer); + print $query->redirect("/cgi-bin/koha/mainpage.pl"); + exit 1; + } elsif ($op && $op eq 'addframeworks'){ + #Framework importing and reports + my $lang; + my %hashlevel; + + foreach my $file ($query->param('framework')){ + undef $/; + my $strcmd="mysql ".($info{hostname}?"-h $info{hostname} ":"").($info{port}?"-P $info{port} ":"").($info{user}?"-u $info{user} ":"").($info{password}?"-p$info{password}":"")." $info{dbname} "; + my $str = qx($strcmd < $file 2>&1); + my @file = split qr(\/|\\),$file; + $lang=$file[scalar(@file)-3] unless ($lang); + my $level=$file[scalar(@file)-2]; + #Bulding here a hierarchy to display files by level. + push @{$hashlevel{$level}},{"fwkname"=>$file[scalar(@file)-1],"error"=>$str}; + } + my @list; + map {push @list,{"level"=>$_,"fwklist"=>$hashlevel{$_}}} keys %hashlevel; + my $fwk_language; + for my $each_language(@$all_languages) { + warn "CODE".$each_language->{'language_code'}; + warn "LANG:".$lang; + if ($lang eq $each_language->{'language_code'}) { + $fwk_language = $each_language->{language_locale_name}; + } + } + $template->param("fwklanguage"=>$fwk_language, + "list"=>\@list); + $template->param("$op"=>1); + } elsif ( $op && $op eq 'selectframeworks'){ + #Framework Selection + #sql data for import are supposed to be located in misc/sql-datas// + # Where is en|fr or any international abbreviation (provided language hash is updated... This will be a problem with internationlisation.) + # Where is a category of requirement : required, recommended optional + # level should contain : + # SQL File for import With a readable name. + # txt File taht explains what this SQL File is meant for. + # Could be VERY useful to have A Big file for a kind of library. + # But could also be useful to have some Authorised values data set prepared here. + # Framework Selection is achieved through checking boxes. + my $langchoice=$query->param('fwklanguage') ; + $langchoice=$query->cookie('KohaOpacLanguage') unless ($langchoice); + my $dir=C4::Context->config('intranetdir')."/misc/sql-datas/"; + opendir (MYDIR,$dir); + my @listdir= grep { !/^\.|CVS/ && -d "$dir/$_"} readdir(MYDIR); + closedir MYDIR; + my $frmwklangs = getFrameworkLanguages(); + my @languages; + map{ + push @languages,{'dirname'=>$_->{'language_code'}, 'languagedescription'=>$_->{'language_name'},'checked'=>($_->{'language_code'} eq $langchoice) } if ($_->{'language_code'}); + } @$frmwklangs; + $template->param("languagelist"=>\@languages); + undef $/; + $dir=C4::Context->config('intranetdir')."/misc/sql-datas/$langchoice"; + opendir (MYDIR,$dir) || warn "no open $dir"; + @listdir= grep { !/^\.|CVS/ && -d "$dir/$_"} readdir(MYDIR); + closedir MYDIR; + my @levellist; + foreach my $requirelevel (@listdir){ + $dir =C4::Context->config('intranetdir')."/misc/sql-datas/$langchoice/$requirelevel"; + opendir (MYDIR,$dir); + my @listname = grep { !/^\.|CVS/ && -f "$dir/$_" && $_=~m/\.sql$/} readdir(MYDIR); + closedir MYDIR; + my %cell; + my @frameworklist; + map{ + my $name=substr($_,0,-4); + open FILE, "< $dir/$name.txt"; + my $lines = ; + $lines=~s/\n|\r/
/g; + use utf8; + utf8::encode($lines) unless (utf8::is_utf8($lines)); + push @frameworklist,{'fwkname'=>$name, 'fwkfile'=>"$dir/$_",'fwkdescription'=>$lines}; + } @listname; + $cell{"mandatory"}=($requirelevel=~/(mandatory|requi|oblig|necess)/i); + $cell{"frameworks"}=\@frameworklist; + $cell{"label"}=ucfirst($requirelevel); + $cell{"code"}=lc($requirelevel); + push @levellist,\%cell; + } + $template->param("levelloop"=>\@levellist); + $template->param("$op"=>1); + } elsif ($op && $op eq 'updatestructure'){ + #Do updatedatabase And report + my $execstring=C4::Context->config("intranetdir")."/updater/updatedatabase"; + undef $/; + my $string= qx|$execstring 2>&1|; + if ($string){ + $string=~s/\n|\r/
/g; + $string=~s/(DBD::mysql.*? failed: .*? line [0-9]*.|=================.*?====================)/$1<\/font>/g; + $template->param("updatereport"=>$string) ; + } + $template->param($op=>1) + }elsif ($op && $op eq 'importdatastructure'){ + #Import data structure and show errors if any + my $filename="kohastructure.sql"; + undef $/; + my $str = qx(mysql -h $info{hostname} -P $info{port} -u $info{user} -p$info{password} $info{dbname} <$filename 2>&1); + $str=~s/\n|\r/
/g; + $template->param("error"=>$str , + importdatastructure => 1, ); + } else { + #Check if there are enough tables. + # Version 2_2 was 74 tables, so we check if there is more than 75 + # Maybe could be in step 2 + #I put it there because it implied a data import if condition was not satisfied. + my $dbh= DBI->connect("DBI:$info{dbms}:$info{dbname}:$info{hostname}".($info{port}?":$info{port}":""),$info{'user'}, $info{'password'}); + my $rq=$dbh->prepare("SHOW TABLES FROM ".$info{'dbname'}); + $rq->execute; + my $data=$rq->fetchall_arrayref({}); + my $count=scalar(@$data); + if ($count < 75){ + $template->param("count"=>$count,"proposeimport"=>1); + } else { + $template->param("count"=>$count,"default"=>1); + } + $dbh->disconnect; + } +}else { + # LANGUAGE SELECTION page by default + # using opendir + language Hash + + my $langavail = getTranslatedLanguages(); + my @languages; + foreach (@$langavail){ + push @languages,{'value'=>$_->{'language_code'}, 'description'=>$_->{'language_name'} } if ($_->{'language_code'}); + } + $template->param(languages=>\@languages); +} +output_html_with_http_headers $query, $cookie, $template->output; diff --git a/installer/kohastructure.sql b/installer/kohastructure.sql new file mode 100644 index 0000000000..26e278750b --- /dev/null +++ b/installer/kohastructure.sql @@ -0,0 +1,2241 @@ +-- phpMyAdmin SQL Dump +-- version 2.9.0.2 +-- http://www.phpmyadmin.net +-- +-- Serveur: localhost +-- Généré le : Mardi 06 Février 2007 à 15:21 +-- Version du serveur: 4.1.12 +-- Version de PHP: 5.0.4 +-- +-- Base de données: `Kohazebratest` +-- + +-- -------------------------------------------------------- + +-- +-- Structure de la table `accountlines` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `accountlines`; +CREATE TABLE IF NOT EXISTS `accountlines` ( + `borrowernumber` int(11) NOT NULL default '0', + `accountno` smallint(6) NOT NULL default '0', + `itemnumber` int(11) default NULL, + `date` date default NULL, + `amount` decimal(28,6) default NULL, + `description` text, + `dispute` text, + `accounttype` varchar(5) default NULL, + `amountoutstanding` decimal(28,6) default NULL, + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `notify_id` int(11) NOT NULL default '0', + `notify_level` int(2) NOT NULL default '0', + KEY `acctsborridx` (`borrowernumber`), + KEY `timeidx` (`timestamp`), + KEY `itemnumber` (`itemnumber`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `accountoffsets` +-- +-- Création: Lundi 27 Novembre 2006 à 17:56 +-- + +DROP TABLE IF EXISTS `accountoffsets`; +CREATE TABLE IF NOT EXISTS `accountoffsets` ( + `borrowernumber` int(11) NOT NULL default '0', + `accountno` smallint(6) NOT NULL default '0', + `offsetaccount` smallint(6) NOT NULL default '0', + `offsetamount` decimal(28,6) default NULL, + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `action_logs` +-- +-- Création: Lundi 27 Novembre 2006 à 17:56 +-- + +DROP TABLE IF EXISTS `action_logs`; +CREATE TABLE IF NOT EXISTS `action_logs` ( + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `user` int(11) NOT NULL default '0', + `module` text, + `action` text, + `object` int(11) default '0', + `info` text, + PRIMARY KEY (`timestamp`,`user`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `alert` +-- +-- Création: Lundi 27 Novembre 2006 à 17:56 +-- + +DROP TABLE IF EXISTS `alert`; +CREATE TABLE IF NOT EXISTS `alert` ( + `alertid` int(11) NOT NULL auto_increment, + `borrowernumber` int(11) NOT NULL default '0', + `type` varchar(10) NOT NULL default '', + `externalid` varchar(20) NOT NULL default '', + PRIMARY KEY (`alertid`), + KEY `borrowernumber` (`borrowernumber`), + KEY `type` (`type`,`externalid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `aqbasket` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `aqbasket`; +CREATE TABLE IF NOT EXISTS `aqbasket` ( + `basketno` int(11) NOT NULL auto_increment, + `creationdate` date default NULL, + `closedate` date default NULL, + `booksellerid` int(11) NOT NULL default '1', + `authorisedby` varchar(10) default NULL, + `booksellerinvoicenumber` text, + PRIMARY KEY (`basketno`), + KEY `booksellerid` (`booksellerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `aqbookfund` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `aqbookfund`; +CREATE TABLE IF NOT EXISTS `aqbookfund` ( + `bookfundid` varchar(5) NOT NULL default '''''', + `bookfundname` text, + `bookfundgroup` varchar(5) default NULL, + `branchcode` varchar(4) NOT NULL default '', + PRIMARY KEY (`bookfundid`,`branchcode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `aqbooksellers` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `aqbooksellers`; +CREATE TABLE IF NOT EXISTS `aqbooksellers` ( + `id` int(11) NOT NULL default '0', + `name` text, + `address1` text, + `address2` text, + `address3` text, + `address4` text, + `phone` varchar(30) default NULL, + `accountnumber` text, + `othersupplier` text, + `currency` varchar(3) NOT NULL default '', + `deliverydays` smallint(6) default NULL, + `followupdays` smallint(6) default NULL, + `followupscancel` smallint(6) default NULL, + `specialty` text, + `booksellerfax` text, + `notes` text, + `bookselleremail` text, + `booksellerurl` text, + `contact` varchar(100) default NULL, + `postal` text, + `url` varchar(255) default NULL, + `contpos` varchar(100) default NULL, + `contphone` varchar(100) default NULL, + `contfax` varchar(100) default NULL, + `contaltphone` varchar(100) default NULL, + `contemail` varchar(100) default NULL, + `contnotes` text, + `active` tinyint(4) default NULL, + `listprice` varchar(10) default '', + `invoiceprice` varchar(10) default '', + `gstreg` tinyint(4) default NULL, + `listincgst` tinyint(4) default NULL, + `invoiceincgst` tinyint(4) default NULL, + `discount` float(6,4) default NULL, + `fax` varchar(50) default NULL, + `nocalc` int(11) default NULL, + `invoicedisc` float(6,4) default NULL, + PRIMARY KEY (`id`), + KEY `listprice` (`listprice`), + KEY `invoiceprice` (`invoiceprice`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `aqbudget` +-- +-- Création: Lundi 27 Novembre 2006 à 17:56 +-- + +DROP TABLE IF EXISTS `aqbudget`; +CREATE TABLE IF NOT EXISTS `aqbudget` ( + `bookfundid` varchar(5) NOT NULL default '', + `startdate` date NOT NULL default '0000-00-00', + `enddate` date default NULL, + `budgetamount` decimal(13,2) default NULL, + `aqbudgetid` tinyint(4) NOT NULL auto_increment, + `branchcode` varchar(4) NOT NULL default '', + PRIMARY KEY (`aqbudgetid`,`branchcode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `aqorderbreakdown` +-- +-- Création: Lundi 27 Novembre 2006 à 18:41 +-- + +DROP TABLE IF EXISTS `aqorderbreakdown`; +CREATE TABLE IF NOT EXISTS `aqorderbreakdown` ( + `ordernumber` int(11) default NULL, + `linenumber` int(11) default NULL, + `branchcode` char(4) default NULL, + `bookfundid` char(5) NOT NULL default '', + `allocation` smallint(6) default NULL, + KEY `ordernumber` (`ordernumber`), + KEY `bookfundid` (`bookfundid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `aqorderdelivery` +-- +-- Création: Lundi 27 Novembre 2006 à 17:56 +-- + +DROP TABLE IF EXISTS `aqorderdelivery`; +CREATE TABLE IF NOT EXISTS `aqorderdelivery` ( + `ordernumber` date NOT NULL default '0000-00-00', + `deliverynumber` smallint(6) NOT NULL default '0', + `deliverydate` varchar(18) default NULL, + `qtydelivered` smallint(6) default NULL, + `deliverycomments` text +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `aqorders` +-- +-- Création: Lundi 27 Novembre 2006 à 18:41 +-- + +DROP TABLE IF EXISTS `aqorders`; +CREATE TABLE IF NOT EXISTS `aqorders` ( + `ordernumber` int(11) NOT NULL auto_increment, + `biblionumber` int(11) default NULL, + `title` text, + `entrydate` date default NULL, + `quantity` smallint(6) default NULL, + `currency` varchar(3) default NULL, + `listprice` decimal(28,6) default NULL, + `totalamount` decimal(28,6) default NULL, + `datereceived` date default NULL, + `booksellerinvoicenumber` text, + `freight` decimal(28,6) default NULL, + `unitprice` decimal(28,6) default NULL, + `quantityreceived` smallint(6) default NULL, + `cancelledby` varchar(10) default NULL, + `datecancellationprinted` date default NULL, + `notes` text, + `supplierreference` text, + `purchaseordernumber` text, + `subscription` tinyint(1) default NULL, + `serialid` varchar(30) default NULL, + `basketno` int(11) default NULL, + `biblioitemnumber` int(11) default NULL, + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `rrp` decimal(13,2) default NULL, + `ecost` decimal(13,2) default NULL, + `gst` decimal(13,2) default NULL, + `budgetdate` date default NULL, + `sort1` varchar(80) default NULL, + `sort2` varchar(80) default NULL, + PRIMARY KEY (`ordernumber`), + KEY `basketno` (`basketno`), + KEY `biblionumber` (`biblionumber`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `auth_header` +-- +-- Création: Lundi 27 Novembre 2006 à 17:56 +-- + +DROP TABLE IF EXISTS `auth_header`; +CREATE TABLE IF NOT EXISTS `auth_header` ( + `authid` bigint(20) unsigned NOT NULL auto_increment, + `authtypecode` varchar(10) NOT NULL default '', + `datecreated` date NOT NULL default '0000-00-00', + `datemodified` date default NULL, + `origincode` varchar(20) default NULL, + `marc` blob, + `linkid` bigint(20) default NULL, + `authtrees` text, + `marcxml` text NOT NULL, + PRIMARY KEY (`authid`), + KEY `origincode` (`origincode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `auth_subfield_structure` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `auth_subfield_structure`; +CREATE TABLE IF NOT EXISTS `auth_subfield_structure` ( + `authtypecode` varchar(10) NOT NULL default '', + `tagfield` varchar(3) NOT NULL default '', + `tagsubfield` char(1) NOT NULL default '', + `liblibrarian` varchar(255) NOT NULL default '', + `libopac` varchar(255) NOT NULL default '', + `repeatable` tinyint(4) NOT NULL default '0', + `mandatory` tinyint(4) NOT NULL default '0', + `tab` tinyint(1) default NULL, + `authorised_value` varchar(10) default NULL, + `value_builder` varchar(80) default NULL, + `seealso` varchar(255) default NULL, + `hidden` tinyint(1) unsigned NOT NULL default '0', + `isurl` tinyint(1) unsigned NOT NULL default '0', + `link` varchar(80) default NULL, + `frameworkcode` varchar(8) NOT NULL default '', + `kohafield` varchar(40) default NULL, + `linkid` tinyint(1) NOT NULL default '0', + PRIMARY KEY (`authtypecode`,`tagfield`,`tagsubfield`), + KEY `tab` (`authtypecode`,`tab`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `auth_subfield_table` +-- +-- Création: Lundi 27 Novembre 2006 à 17:56 +-- + +DROP TABLE IF EXISTS `auth_subfield_table`; +CREATE TABLE IF NOT EXISTS `auth_subfield_table` ( + `subfieldid` bigint(20) unsigned NOT NULL auto_increment, + `authid` bigint(20) unsigned NOT NULL default '0', + `tag` varchar(3) NOT NULL default '', + `tagorder` tinyint(4) NOT NULL default '1', + `tag_indicator` varchar(2) NOT NULL default '', + `subfieldcode` char(1) NOT NULL default '', + `subfieldorder` tinyint(4) NOT NULL default '1', + `subfieldvalue` varchar(255) default NULL, + PRIMARY KEY (`subfieldid`), + KEY `authid` (`authid`), + KEY `tag` (`tag`), + KEY `subfieldcode` (`subfieldcode`), + KEY `subfieldvalue` (`subfieldvalue`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `auth_tag_structure` +-- +-- Création: Lundi 27 Novembre 2006 à 18:41 +-- + +DROP TABLE IF EXISTS `auth_tag_structure`; +CREATE TABLE IF NOT EXISTS `auth_tag_structure` ( + `authtypecode` char(10) NOT NULL default '', + `tagfield` char(3) NOT NULL default '', + `liblibrarian` char(255) NOT NULL default '', + `libopac` char(255) NOT NULL default '', + `repeatable` tinyint(4) NOT NULL default '0', + `mandatory` tinyint(4) NOT NULL default '0', + `authorised_value` char(10) default NULL, + PRIMARY KEY (`authtypecode`,`tagfield`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `auth_types` +-- +-- Création: Lundi 27 Novembre 2006 à 17:56 +-- + +DROP TABLE IF EXISTS `auth_types`; +CREATE TABLE IF NOT EXISTS `auth_types` ( + `authtypecode` varchar(10) NOT NULL default '', + `authtypetext` varchar(255) NOT NULL default '', + `auth_tag_to_report` varchar(3) NOT NULL default '', + `summary` text NOT NULL, + PRIMARY KEY (`authtypecode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `auth_word` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `auth_word`; +CREATE TABLE IF NOT EXISTS `auth_word` ( + `authid` bigint(20) NOT NULL default '0', + `tagsubfield` varchar(4) NOT NULL default '', + `tagorder` tinyint(4) NOT NULL default '1', + `subfieldorder` tinyint(4) NOT NULL default '1', + `word` varchar(255) NOT NULL default '', + `sndx_word` varchar(255) NOT NULL default '', + KEY `authid` (`authid`), + KEY `marc_search` (`tagsubfield`,`word`), + KEY `word` (`word`), + KEY `sndx_word` (`sndx_word`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `authorised_values` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `authorised_values`; +CREATE TABLE IF NOT EXISTS `authorised_values` ( + `id` int(11) NOT NULL auto_increment, + `category` char(10) NOT NULL default '', + `authorised_value` char(80) NOT NULL default '', + `lib` char(80) default NULL, + PRIMARY KEY (`id`), + KEY `name` (`category`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `biblio` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `biblio`; +CREATE TABLE IF NOT EXISTS `biblio` ( + `biblionumber` int(11) NOT NULL default '0', + `author` text, + `title` text, + `unititle` text, + `notes` text, + `serial` tinyint(1) default NULL, + `seriestitle` text, + `copyrightdate` smallint(6) default NULL, + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `abstract` text, + `frameworkcode` varchar(4) default NULL, + PRIMARY KEY (`biblionumber`), + KEY `blbnoidx` (`biblionumber`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `biblio_framework` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `biblio_framework`; +CREATE TABLE IF NOT EXISTS `biblio_framework` ( + `frameworkcode` char(4) NOT NULL default '', + `frameworktext` char(255) NOT NULL default '', + PRIMARY KEY (`frameworkcode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `biblioanalysis` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `biblioanalysis`; +CREATE TABLE IF NOT EXISTS `biblioanalysis` ( + `analyticaltitle` text, + `biblionumber` int(11) NOT NULL default '0', + `analyticalauthor` text +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `biblioitems` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `biblioitems`; +CREATE TABLE IF NOT EXISTS `biblioitems` ( + `biblioitemnumber` int(11) NOT NULL default '0', + `biblionumber` int(11) NOT NULL default '0', + `volume` text, + `number` text, + `classification` varchar(25) default NULL, + `itemtype` varchar(4) default NULL, + `isbn` varchar(14) default NULL, + `issn` varchar(9) default NULL, + `dewey` varchar(30) default '', + `subclass` varchar(3) default NULL, + `publicationyear` smallint(6) default NULL, + `publishercode` varchar(255) default NULL, + `volumedate` date default NULL, + `volumeddesc` varchar(255) default NULL, + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `illus` varchar(255) default NULL, + `pages` varchar(255) default NULL, + `notes` text, + `size` varchar(255) default NULL, + `place` varchar(255) default NULL, + `lccn` varchar(25) default NULL, + `marc` blob, + `url` varchar(255) default NULL, + `marcxml` text, + `lcsort` varchar(25) default NULL, + `ccode` varchar(4) default '', + PRIMARY KEY (`biblioitemnumber`), + KEY `bibinoidx` (`biblioitemnumber`), + KEY `bibnoidx` (`biblionumber`), + KEY `itemtype` (`itemtype`), + KEY `isbn` (`isbn`), + KEY `publishercode` (`publishercode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `bibliothesaurus` +-- +-- Création: Mercredi 04 Octobre 2006 à 23:21 +-- Dernière modification: Mercredi 04 Octobre 2006 à 23:21 +-- Dernière vérification: Mercredi 04 Octobre 2006 à 23:21 +-- + +DROP TABLE IF EXISTS `bibliothesaurus`; +CREATE TABLE IF NOT EXISTS `bibliothesaurus` ( + `id` bigint(20) NOT NULL auto_increment, + `freelib` char(255) NOT NULL default '', + `stdlib` char(255) NOT NULL default '', + `category` char(10) NOT NULL default '', + `level` tinyint(4) NOT NULL default '1', + `hierarchy` char(80) NOT NULL default '', + `father` char(80) NOT NULL default '', + PRIMARY KEY (`id`), + KEY `freelib` (`freelib`), + KEY `stdlib` (`stdlib`), + KEY `category` (`category`), + KEY `hierarchy` (`hierarchy`), + KEY `category_2` (`category`,`freelib`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `bookshelf` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `bookshelf`; +CREATE TABLE IF NOT EXISTS `bookshelf` ( + `shelfnumber` int(11) NOT NULL auto_increment, + `shelfname` char(255) default NULL, + `owner` char(80) default NULL, + `category` char(1) default NULL, + PRIMARY KEY (`shelfnumber`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `borexp` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `borexp`; +CREATE TABLE IF NOT EXISTS `borexp` ( + `borrowernumber` int(11) default NULL, + `newexp` date default NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `borrowers` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `borrowers`; +CREATE TABLE IF NOT EXISTS `borrowers` ( + `borrowernumber` int(11) NOT NULL auto_increment, + `cardnumber` varchar(16) NOT NULL default '', + `surname` text NOT NULL, + `firstname` text, + `title` text, + `othernames` text, + `initials` text, + `streetnumber` varchar(10) default NULL, + `streettype` varchar(50) default NULL, + `address` text NOT NULL, + `address2` text, + `city` text NOT NULL, + `zipcode` varchar(25) default NULL, + `email` text, + `phone` text, + `mobile` varchar(50) default NULL, + `fax` text, + `B_streetnumber` varchar(10) default NULL, + `B_streettype` varchar(50) default NULL, + `emailpro` text, + `phonepro` text, + `B_address` varchar(100) default NULL, + `B_city` text, + `B_zipcode` varchar(25) default NULL, + `B_email` text, + `B_phone` text, + `dateofbirth` date default NULL, + `branchcode` varchar(10) NOT NULL default '', + `categorycode` varchar(10) NOT NULL default '', + `dateenrolled` date default NULL, + `dateexpiry` date default NULL, + `gonenoaddress` tinyint(1) default NULL, + `lost` tinyint(1) default NULL, + `debarred` tinyint(1) default NULL, + `contactname` text, + `contactfirstname` text, + `contacttitle` text, + `guarantorid` int(11) default NULL, + `borrowernotes` text, + `relationship` varchar(100) default NULL, + `ethnicity` varchar(50) default NULL, + `ethnotes` varchar(255) default NULL, + `sex` char(1) default NULL, + `password` varchar(30) default NULL, + `flags` int(11) default NULL, + `userid` varchar(30) default NULL, + `opacnote` text, + `contactnote` varchar(255) default NULL, + `sort1` varchar(80) default NULL, + `sort2` varchar(80) default NULL, + `textmessaging` varchar(30) default NULL, + `homezipcode` varchar(25) default NULL, + UNIQUE KEY `cardnumber` (`cardnumber`), + KEY `borrowernumber` (`borrowernumber`), + KEY `categorycode` (`categorycode`), + KEY `branchcode` (`branchcode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `borrowers_to_borrowers` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `borrowers_to_borrowers`; +CREATE TABLE IF NOT EXISTS `borrowers_to_borrowers` ( + `borrower1` int(11) default NULL, + `borrower2` int(11) default NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `branchcategories` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `branchcategories`; +CREATE TABLE IF NOT EXISTS `branchcategories` ( + `categorycode` varchar(4) NOT NULL default '', + `categoryname` text, + `codedescription` text, + PRIMARY KEY (`categorycode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `branches` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `branches`; +CREATE TABLE IF NOT EXISTS `branches` ( + `branchcode` varchar(10) NOT NULL default '', + `branchname` text NOT NULL, + `branchaddress1` text, + `branchaddress2` text, + `branchaddress3` text, + `branchphone` text, + `branchfax` text, + `branchemail` text, + `issuing` tinyint(4) default NULL, + `branchip` varchar(15) default '', + `branchprinter` varchar(100) default '', + UNIQUE KEY `branchcode` (`branchcode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `branchrelations` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `branchrelations`; +CREATE TABLE IF NOT EXISTS `branchrelations` ( + `branchcode` varchar(4) default NULL, + `categorycode` varchar(4) default NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `branchtransfers` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `branchtransfers`; +CREATE TABLE IF NOT EXISTS `branchtransfers` ( + `itemnumber` int(11) NOT NULL default '0', + `datesent` datetime default NULL, + `frombranch` varchar(10) NOT NULL default '', + `datearrived` datetime default NULL, + `tobranch` varchar(10) NOT NULL default '', + `comments` text, + KEY `frombranch` (`frombranch`), + KEY `tobranch` (`tobranch`), + KEY `itemnumber` (`itemnumber`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `catalogueentry` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `catalogueentry`; +CREATE TABLE IF NOT EXISTS `catalogueentry` ( + `catalogueentry` text NOT NULL, + `entrytype` varchar(2) default NULL, + `see` text, + `seealso` text, + `seeinstead` text, + `biblionumber` int(11) default NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `categories` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `categories`; +CREATE TABLE IF NOT EXISTS `categories` ( + `categorycode` varchar(10) NOT NULL default '', + `description` text, + `enrolmentperiod` smallint(6) default NULL, + `upperagelimit` smallint(6) default NULL, + `dateofbirthrequired` tinyint(1) default NULL, + `finetype` varchar(30) default NULL, + `bulk` tinyint(1) default NULL, + `enrolmentfee` decimal(28,6) default NULL, + `overduenoticerequired` tinyint(1) default NULL, + `issuelimit` smallint(6) default NULL, + `reservefee` decimal(28,6) default NULL, + `category_type` char(1) NOT NULL default 'A', + PRIMARY KEY (`categorycode`), + UNIQUE KEY `categorycode` (`categorycode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `categorytable` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `categorytable`; +CREATE TABLE IF NOT EXISTS `categorytable` ( + `categorycode` varchar(5) NOT NULL default '', + `description` text, + `itemtypecodes` text, + PRIMARY KEY (`categorycode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `charges` +-- +-- Création: Vendredi 08 Décembre 2006 à 16:47 +-- + +DROP TABLE IF EXISTS `charges`; +CREATE TABLE IF NOT EXISTS `charges` ( + `charge_id` varchar(5) NOT NULL default '', + `description` text NOT NULL, + `amount` decimal(28,6) NOT NULL default '0.000000', + `min` int(4) NOT NULL default '0', + `max` int(4) NOT NULL default '0', + `level` int(1) NOT NULL default '0', + PRIMARY KEY (`charge_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `cities` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `cities`; +CREATE TABLE IF NOT EXISTS `cities` ( + `cityid` int(11) NOT NULL auto_increment, + `city_name` char(100) NOT NULL default '', + `city_zipcode` char(20) default NULL, + PRIMARY KEY (`cityid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `currency` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `currency`; +CREATE TABLE IF NOT EXISTS `currency` ( + `currency` varchar(10) NOT NULL default '', + `rate` float(7,5) default NULL, + PRIMARY KEY (`currency`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `deletedbiblio` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `deletedbiblio`; +CREATE TABLE IF NOT EXISTS `deletedbiblio` ( + `biblionumber` int(11) NOT NULL default '0', + `author` text, + `title` text, + `unititle` text, + `notes` text, + `serial` tinyint(1) default NULL, + `seriestitle` text, + `copyrightdate` smallint(6) default NULL, + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `marc` blob, + `abstract` text, + `frameworkcode` varchar(4) default NULL, + PRIMARY KEY (`biblionumber`), + KEY `blbnoidx` (`biblionumber`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `deletedbiblioitems` +-- +-- Création: Lundi 27 Novembre 2006 à 18:40 +-- + +DROP TABLE IF EXISTS `deletedbiblioitems`; +CREATE TABLE IF NOT EXISTS `deletedbiblioitems` ( + `biblioitemnumber` int(11) NOT NULL default '0', + `biblionumber` int(11) NOT NULL default '0', + `volume` text, + `number` text, + `classification` varchar(25) default NULL, + `itemtype` varchar(4) default NULL, + `isbn` varchar(14) default NULL, + `issn` varchar(9) default NULL, + `dewey` double(8,6) default NULL, + `subclass` varchar(3) default NULL, + `publicationyear` smallint(6) default NULL, + `publishercode` varchar(255) default NULL, + `volumedate` date default NULL, + `volumeddesc` varchar(255) default NULL, + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `illus` varchar(255) default NULL, + `pages` varchar(255) default NULL, + `notes` text, + `size` varchar(255) default NULL, + `lccn` varchar(25) default NULL, + `marc` text, + `url` varchar(255) default NULL, + `place` varchar(255) default NULL, + `marcxml` text, + `lcsort` varchar(25) default NULL, + `ccode` varchar(4) default NULL, + PRIMARY KEY (`biblioitemnumber`), + KEY `bibinoidx` (`biblioitemnumber`), + KEY `bibnoidx` (`biblionumber`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `deletedborrowers` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `deletedborrowers`; +CREATE TABLE IF NOT EXISTS `deletedborrowers` ( + `borrowernumber` int(11) NOT NULL default '0', + `cardnumber` varchar(9) NOT NULL default '', + `surname` text NOT NULL, + `firstname` text, + `title` text, + `othernames` text, + `initials` text, + `streetnumber` varchar(10) default NULL, + `streettype` varchar(50) default NULL, + `address` text NOT NULL, + `address2` text, + `city` text NOT NULL, + `zipcode` varchar(25) default NULL, + `email` text, + `phone` text, + `mobile` varchar(50) default NULL, + `fax` text, + `B_streetnumber` varchar(10) default NULL, + `B_streettype` varchar(50) default NULL, + `emailpro` text, + `phonepro` text, + `B_address` varchar(100) default NULL, + `B_city` text, + `B_zipcode` varchar(25) default NULL, + `B_email` text, + `B_phone` text, + `dateofbirth` date default NULL, + `branchcode` varchar(4) NOT NULL default '', + `categorycode` varchar(2) default NULL, + `dateenrolled` date default NULL, + `dateexpiry` date default NULL, + `gonenoaddress` tinyint(1) default NULL, + `lost` tinyint(1) default NULL, + `debarred` tinyint(1) default NULL, + `contactname` text, + `contactfirstname` text, + `contacttitle` text, + `guarantorid` int(11) default NULL, + `borrowernotes` text, + `relationship` varchar(100) default NULL, + `ethnicity` varchar(50) default NULL, + `ethnotes` varchar(255) default NULL, + `sex` char(1) default NULL, + `password` varchar(30) default NULL, + `flags` int(11) default NULL, + `userid` varchar(30) default NULL, + `opacnote` text, + `contactnote` varchar(255) default NULL, + `sort1` varchar(80) default NULL, + `sort2` varchar(80) default NULL, + `textmessaging` varchar(30) default NULL, + `homezipcode` varchar(25) default NULL, + KEY `borrowernumber` (`borrowernumber`), + KEY `cardnumber` (`cardnumber`), + KEY `categorycode` (`categorycode`), + KEY `branchcode` (`branchcode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `deleteditems` +-- +-- Création: Lundi 27 Novembre 2006 à 18:40 +-- + +DROP TABLE IF EXISTS `deleteditems`; +CREATE TABLE IF NOT EXISTS `deleteditems` ( + `itemnumber` int(11) NOT NULL default '0', + `biblionumber` int(11) NOT NULL default '0', + `multivolumepart` varchar(30) default NULL, + `biblioitemnumber` int(11) NOT NULL default '0', + `barcode` varchar(9) NOT NULL default '', + `dateaccessioned` date default NULL, + `booksellerid` varchar(10) default NULL, + `homebranch` varchar(4) default NULL, + `price` decimal(28,6) default NULL, + `replacementprice` decimal(28,6) default NULL, + `replacementpricedate` date default NULL, + `datelastborrowed` date default NULL, + `datelastseen` date default NULL, + `multivolume` tinyint(1) default NULL, + `stack` tinyint(1) default NULL, + `notforloan` tinyint(1) default NULL, + `itemlost` tinyint(1) default NULL, + `wthdrawn` tinyint(1) default NULL, + `bulk` varchar(30) default NULL, + `issues` smallint(6) default NULL, + `renewals` smallint(6) default NULL, + `reserves` smallint(6) default NULL, + `restricted` tinyint(1) default NULL, + `binding` decimal(28,6) default NULL, + `itemnotes` text, + `holdingbranch` varchar(4) default NULL, + `interim` tinyint(1) default NULL, + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `marc` blob, + `paidfor` text, + `location` varchar(80) default NULL, + `itemcallnumber` varchar(30) default NULL, + `onloan` date default NULL, + `Cutterextra` varchar(45) default NULL, + `issue_date` date default '0000-00-00', + `itype` varchar(10) default NULL, + PRIMARY KEY (`itemnumber`), + UNIQUE KEY `barcode` (`barcode`), + KEY `itembarcodeidx` (`barcode`), + KEY `itembinoidx` (`biblioitemnumber`), + KEY `itembibnoidx` (`biblionumber`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `ethnicity` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `ethnicity`; +CREATE TABLE IF NOT EXISTS `ethnicity` ( + `code` varchar(10) NOT NULL default '', + `name` varchar(255) default NULL, + PRIMARY KEY (`code`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `issues` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `issues`; +CREATE TABLE IF NOT EXISTS `issues` ( + `borrowernumber` int(11) default '0', + `itemnumber` int(11) default '0', + `date_due` date default NULL, + `branchcode` varchar(10) default '', + `issuingbranch` varchar(18) default NULL, + `issuedate` date NOT NULL default '0000-00-00', + `returndate` date default NULL, + `lastreneweddate` date default NULL, + `return` varchar(4) default NULL, + `renewals` tinyint(4) default NULL, + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + KEY `issuesborridx` (`borrowernumber`), + KEY `issuesitemidx` (`itemnumber`), + KEY `bordate` (`borrowernumber`,`timestamp`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `issuingrules` +-- +-- Création: Lundi 27 Novembre 2006 à 18:41 +-- + +DROP TABLE IF EXISTS `issuingrules`; +CREATE TABLE IF NOT EXISTS `issuingrules` ( + `categorycode` varchar(2) NOT NULL default '', + `itemtype` varchar(4) NOT NULL default '', + `restrictedtype` tinyint(1) default NULL, + `rentaldiscount` decimal(28,6) default NULL, + `reservecharge` decimal(28,6) default NULL, + `fine` decimal(28,6) default NULL, + `firstremind` int(11) default NULL, + `chargeperiod` int(11) default NULL, + `accountsent` int(11) default NULL, + `chargename` varchar(100) default NULL, + `maxissueqty` int(4) default NULL, + `issuelength` int(4) default NULL, + `branchcode` varchar(4) NOT NULL default '', + PRIMARY KEY (`branchcode`,`categorycode`,`itemtype`), + KEY `categorycode` (`categorycode`), + KEY `itemtype` (`itemtype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `items` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `items`; +CREATE TABLE IF NOT EXISTS `items` ( + `itemnumber` int(11) NOT NULL default '0', + `biblionumber` int(11) NOT NULL default '0', + `multivolumepart` varchar(30) default NULL, + `biblioitemnumber` int(11) NOT NULL default '0', + `barcode` varchar(20) default NULL, + `dateaccessioned` date default NULL, + `booksellerid` varchar(10) default NULL, + `homebranch` varchar(4) default NULL, + `price` decimal(8,2) default NULL, + `replacementprice` decimal(8,2) default NULL, + `replacementpricedate` date default NULL, + `datelastborrowed` date default NULL, + `datelastseen` date default NULL, + `multivolume` tinyint(1) default NULL, + `stack` tinyint(1) default NULL, + `notforloan` tinyint(1) default '0', + `itemlost` tinyint(1) default NULL, + `wthdrawn` tinyint(1) default NULL, + `itemcallnumber` varchar(30) default NULL, + `issues` smallint(6) default NULL, + `renewals` smallint(6) default NULL, + `reserves` smallint(6) default NULL, + `restricted` tinyint(1) default NULL, + `binding` decimal(28,6) default NULL, + `itemnotes` text, + `holdingbranch` varchar(10) default '', + `paidfor` text, + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `location` varchar(80) default NULL, + `onloan` date default NULL, + `Cutterextra` varchar(45) default NULL, + `issue_date` date default '0000-00-00', + `itype` varchar(10) default '', + PRIMARY KEY (`itemnumber`), + KEY `itembarcodeidx` (`barcode`), + KEY `itembinoidx` (`biblioitemnumber`), + KEY `itembibnoidx` (`biblionumber`), + KEY `homebranch` (`homebranch`), + KEY `holdingbranch` (`holdingbranch`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `itemsprices` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `itemsprices`; +CREATE TABLE IF NOT EXISTS `itemsprices` ( + `itemnumber` int(11) default NULL, + `price1` decimal(28,6) default NULL, + `price2` decimal(28,6) default NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `itemtypes` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `itemtypes`; +CREATE TABLE IF NOT EXISTS `itemtypes` ( + `itemtype` varchar(10) NOT NULL default '', + `description` text, + `renewalsallowed` smallint(6) default NULL, + `rentalcharge` double(16,4) default NULL, + `notforloan` smallint(6) default '0', + `imageurl` varchar(200) default NULL, + `summary` text, + PRIMARY KEY (`itemtype`), + UNIQUE KEY `itemtype` (`itemtype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `labels` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `labels`; +CREATE TABLE IF NOT EXISTS `labels` ( + `labelid` int(11) NOT NULL auto_increment, + `itemnumber` varchar(100) NOT NULL default '', + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`labelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `labels_conf` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `labels_conf`; +CREATE TABLE IF NOT EXISTS `labels_conf` ( + `id` int(4) NOT NULL auto_increment, + `barcodetype` char(100) default '', + `title` tinyint(1) default '0', + `isbn` tinyint(1) default '0', + `itemtype` tinyint(1) default '0', + `barcode` tinyint(1) default '0', + `dewey` tinyint(1) default '0', + `class` tinyint(1) default '0', + `author` tinyint(1) default '0', + `papertype` char(100) default '', + `startrow` int(2) default NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `letter` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `letter`; +CREATE TABLE IF NOT EXISTS `letter` ( + `module` varchar(20) NOT NULL default '', + `code` varchar(20) NOT NULL default '', + `name` varchar(100) NOT NULL default '', + `title` varchar(200) NOT NULL default '', + `content` text, + PRIMARY KEY (`module`,`code`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `marc_biblio` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `marc_biblio`; +CREATE TABLE IF NOT EXISTS `marc_biblio` ( + `bibid` bigint(20) unsigned NOT NULL auto_increment, + `biblionumber` int(11) NOT NULL default '0', + `datecreated` date NOT NULL default '0000-00-00', + `datemodified` date default NULL, + `origincode` char(20) default NULL, + `frameworkcode` char(4) NOT NULL default '', + PRIMARY KEY (`bibid`), + KEY `origincode` (`origincode`), + KEY `biblionumber` (`biblionumber`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `marc_blob_subfield` +-- +-- Création: Lundi 27 Novembre 2006 à 17:57 +-- + +DROP TABLE IF EXISTS `marc_blob_subfield`; +CREATE TABLE IF NOT EXISTS `marc_blob_subfield` ( + `blobidlink` bigint(20) NOT NULL auto_increment, + `subfieldvalue` longtext NOT NULL, + PRIMARY KEY (`blobidlink`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `marc_breeding` +-- +-- Création: Lundi 27 Novembre 2006 à 17:58 +-- + +DROP TABLE IF EXISTS `marc_breeding`; +CREATE TABLE IF NOT EXISTS `marc_breeding` ( + `id` bigint(20) NOT NULL auto_increment, + `file` varchar(80) NOT NULL default '', + `isbn` varchar(10) NOT NULL default '', + `title` varchar(128) default NULL, + `author` varchar(80) default NULL, + `marc` text NOT NULL, + `encoding` varchar(40) NOT NULL default '', + `z3950random` varchar(40) default NULL, + PRIMARY KEY (`id`), + KEY `title` (`title`), + KEY `isbn` (`isbn`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `marc_subfield_structure` +-- +-- Création: Lundi 27 Novembre 2006 à 17:58 +-- + +DROP TABLE IF EXISTS `marc_subfield_structure`; +CREATE TABLE IF NOT EXISTS `marc_subfield_structure` ( + `tagfield` varchar(3) NOT NULL default '', + `tagsubfield` char(1) NOT NULL default '', + `liblibrarian` varchar(255) NOT NULL default '', + `libopac` varchar(255) NOT NULL default '', + `repeatable` tinyint(4) NOT NULL default '0', + `mandatory` tinyint(4) NOT NULL default '0', + `kohafield` varchar(40) default NULL, + `tab` tinyint(1) default NULL, + `authorised_value` varchar(10) default NULL, + `authtypecode` varchar(10) default NULL, + `value_builder` varchar(80) default NULL, + `isurl` tinyint(1) default NULL, + `hidden` tinyint(1) default NULL, + `frameworkcode` varchar(4) NOT NULL default '', + `seealso` varchar(255) default NULL, + `link` varchar(80) default NULL, + PRIMARY KEY (`frameworkcode`,`tagfield`,`tagsubfield`), + KEY `tab` (`frameworkcode`,`tab`), + KEY `kohafield` (`frameworkcode`,`kohafield`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `marc_subfield_table` +-- +-- Création: Lundi 27 Novembre 2006 à 18:11 +-- + +DROP TABLE IF EXISTS `marc_subfield_table`; +CREATE TABLE IF NOT EXISTS `marc_subfield_table` ( + `subfieldid` bigint(20) unsigned NOT NULL auto_increment, + `bibid` bigint(20) unsigned NOT NULL default '0', + `tag` varchar(3) NOT NULL default '', + `tagorder` int(11) NOT NULL default '1', + `tag_indicator` varchar(2) NOT NULL default '', + `subfieldcode` char(1) NOT NULL default '', + `subfieldorder` tinyint(4) NOT NULL default '1', + `subfieldvalue` varchar(255) default NULL, + `valuebloblink` bigint(20) default NULL, + PRIMARY KEY (`subfieldid`), + KEY `bibid` (`bibid`), + KEY `tag` (`tag`), + KEY `tag_indicator` (`tag_indicator`), + KEY `subfieldorder` (`subfieldorder`), + KEY `subfieldcode` (`subfieldcode`), + KEY `subfieldvalue` (`subfieldvalue`), + KEY `tagorder` (`tagorder`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `marc_tag_structure` +-- +-- Création: Lundi 27 Novembre 2006 à 18:11 +-- + +DROP TABLE IF EXISTS `marc_tag_structure`; +CREATE TABLE IF NOT EXISTS `marc_tag_structure` ( + `tagfield` char(3) NOT NULL default '', + `liblibrarian` char(255) NOT NULL default '', + `libopac` char(255) NOT NULL default '', + `repeatable` tinyint(4) NOT NULL default '0', + `mandatory` tinyint(4) NOT NULL default '0', + `authorised_value` char(10) default NULL, + `frameworkcode` char(4) NOT NULL default '', + PRIMARY KEY (`frameworkcode`,`tagfield`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `marc_word` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `marc_word`; +CREATE TABLE IF NOT EXISTS `marc_word` ( + `bibid` bigint(20) NOT NULL default '0', + `tagsubfield` varchar(4) NOT NULL default '', + `tagorder` tinyint(4) NOT NULL default '1', + `subfieldorder` tinyint(4) NOT NULL default '1', + `word` varchar(255) NOT NULL default '', + `sndx_word` varchar(255) NOT NULL default '', + KEY `bibid` (`bibid`), + KEY `tagorder` (`tagorder`), + KEY `subfieldorder` (`subfieldorder`), + KEY `word` (`word`), + KEY `sndx_word` (`sndx_word`), + KEY `Search_Marc` (`tagsubfield`,`word`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `marcrecorddone` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `marcrecorddone`; +CREATE TABLE IF NOT EXISTS `marcrecorddone` ( + `isbn` char(40) default NULL, + `issn` char(40) default NULL, + `lccn` char(40) default NULL, + `controlnumber` char(40) default NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `mediatypetable` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `mediatypetable`; +CREATE TABLE IF NOT EXISTS `mediatypetable` ( + `mediatypecode` varchar(5) NOT NULL default '', + `description` text, + `itemtypecodes` text, + PRIMARY KEY (`mediatypecode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `notifys` +-- +-- Création: Vendredi 08 Décembre 2006 à 16:47 +-- + +DROP TABLE IF EXISTS `notifys`; +CREATE TABLE IF NOT EXISTS `notifys` ( + `notify_id` int(11) NOT NULL default '0', + `borrowernumber` int(11) NOT NULL default '0', + `itemnumber` int(11) NOT NULL default '0', + `notify_date` date NOT NULL default '0000-00-00', + `notify_send_date` date default NULL, + `notify_level` int(1) NOT NULL default '0', + `method` varchar(20) NOT NULL default '' +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `opac_news` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `opac_news`; +CREATE TABLE IF NOT EXISTS `opac_news` ( + `idnew` int(10) unsigned NOT NULL auto_increment, + `title` varchar(250) NOT NULL default '', + `new` text NOT NULL, + `lang` varchar(4) NOT NULL default '', + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP, + `expirationdate` date default NULL, + `number` int(11) default '0', + PRIMARY KEY (`idnew`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `overduerules` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `overduerules`; +CREATE TABLE IF NOT EXISTS `overduerules` ( + `branchcode` varchar(255) NOT NULL default '', + `categorycode` varchar(2) NOT NULL default '', + `delay1` int(4) default '0', + `letter1` varchar(20) default NULL, + `debarred1` char(1) default '0', + `delay2` int(4) default '0', + `debarred2` char(1) default '0', + `letter2` varchar(20) default NULL, + `delay3` int(4) default '0', + `letter3` varchar(20) default NULL, + `debarred3` int(1) default '0', + PRIMARY KEY (`branchcode`,`categorycode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `phrase_log` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `phrase_log`; +CREATE TABLE IF NOT EXISTS `phrase_log` ( + `phr_phrase` varchar(100) NOT NULL default '', + `phr_resultcount` int(11) NOT NULL default '0', + `phr_ip` varchar(30) NOT NULL default '', + `user` varchar(45) default NULL, + `date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `actual` text NOT NULL, + KEY `phr_ip` (`phr_ip`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `printers` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `printers`; +CREATE TABLE IF NOT EXISTS `printers` ( + `printername` char(40) NOT NULL default '''''', + `printqueue` char(20) default NULL, + `printtype` char(20) default NULL, + PRIMARY KEY (`printername`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `repeatable_holidays` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `repeatable_holidays`; +CREATE TABLE IF NOT EXISTS `repeatable_holidays` ( + `id` int(11) NOT NULL auto_increment, + `branchcode` varchar(4) NOT NULL default '', + `weekday` smallint(6) default NULL, + `day` smallint(6) default NULL, + `month` smallint(6) default NULL, + `title` varchar(50) NOT NULL default '', + `description` text NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `reserveconstraints` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `reserveconstraints`; +CREATE TABLE IF NOT EXISTS `reserveconstraints` ( + `borrowernumber` int(11) NOT NULL default '0', + `reservedate` date NOT NULL default '0000-00-00', + `biblionumber` int(11) NOT NULL default '0', + `biblioitemnumber` int(11) default NULL, + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `reserves` +-- +-- Création: Lundi 27 Novembre 2006 à 18:41 +-- + +DROP TABLE IF EXISTS `reserves`; +CREATE TABLE IF NOT EXISTS `reserves` ( + `borrowernumber` int(11) NOT NULL default '0', + `reservedate` date NOT NULL default '0000-00-00', + `biblionumber` int(11) NOT NULL default '0', + `constrainttype` char(1) default NULL, + `branchcode` varchar(4) default NULL, + `notificationdate` date default NULL, + `reminderdate` date default NULL, + `cancellationdate` date default NULL, + `reservenotes` text, + `priority` smallint(6) default NULL, + `found` char(1) default NULL, + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `itemnumber` int(11) default NULL, + `waitingdate` date default '0000-00-00', + KEY `borrowernumber` (`borrowernumber`), + KEY `biblionumber` (`biblionumber`), + KEY `itemnumber` (`itemnumber`), + KEY `branchcode` (`branchcode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `reviews` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `reviews`; +CREATE TABLE IF NOT EXISTS `reviews` ( + `reviewid` int(11) NOT NULL auto_increment, + `borrowernumber` int(11) default NULL, + `biblionumber` int(11) default NULL, + `review` text, + `approved` tinyint(4) default NULL, + `datereviewed` datetime default NULL, + PRIMARY KEY (`reviewid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `roadtype` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `roadtype`; +CREATE TABLE IF NOT EXISTS `roadtype` ( + `roadtypeid` int(11) NOT NULL auto_increment, + `road_type` char(100) NOT NULL default '', + PRIMARY KEY (`roadtypeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `serial` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `serial`; +CREATE TABLE IF NOT EXISTS `serial` ( + `serialid` int(11) NOT NULL auto_increment, + `biblionumber` varchar(100) NOT NULL default '', + `subscriptionid` varchar(100) NOT NULL default '', + `serialseq` varchar(100) NOT NULL default '', + `status` tinyint(4) NOT NULL default '0', + `planneddate` date NOT NULL default '0000-00-00', + `notes` text, + `itemnumber` text, + `routingnotes` text, + `publisheddate` date default NULL, + `claimdate` date default '0000-00-00', + PRIMARY KEY (`serialid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `sessionqueries` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `sessionqueries`; +CREATE TABLE IF NOT EXISTS `sessionqueries` ( + `sessionID` varchar(255) NOT NULL default '', + `userid` varchar(100) NOT NULL default '', + `ip` varchar(18) NOT NULL default '', + `url` text NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `sessions` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `sessions`; +CREATE TABLE IF NOT EXISTS `sessions` ( + `sessionID` varchar(255) NOT NULL default '', + `userid` varchar(255) default NULL, + `ip` varchar(16) default NULL, + `lasttime` int(11) default NULL, + PRIMARY KEY (`sessionID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `shelfcontents` +-- +-- Création: Lundi 27 Novembre 2006 à 18:41 +-- + +DROP TABLE IF EXISTS `shelfcontents`; +CREATE TABLE IF NOT EXISTS `shelfcontents` ( + `shelfnumber` int(11) NOT NULL default '0', + `itemnumber` int(11) NOT NULL default '0', + `flags` int(11) default NULL, + `dateadded` timestamp NULL default NULL, + KEY `shelfnumber` (`shelfnumber`), + KEY `itemnumber` (`itemnumber`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `special_holidays` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `special_holidays`; +CREATE TABLE IF NOT EXISTS `special_holidays` ( + `id` int(11) NOT NULL auto_increment, + `branchcode` varchar(4) NOT NULL default '', + `day` smallint(6) NOT NULL default '0', + `month` smallint(6) NOT NULL default '0', + `year` smallint(6) NOT NULL default '0', + `isexception` smallint(1) NOT NULL default '1', + `title` varchar(50) NOT NULL default '', + `description` text NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `statistics` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `statistics`; +CREATE TABLE IF NOT EXISTS `statistics` ( + `datetime` datetime NOT NULL default '0000-00-00 00:00:00', + `branch` varchar(4) default NULL, + `proccode` varchar(4) default NULL, + `value` double(16,4) default NULL, + `type` varchar(16) default NULL, + `other` text, + `usercode` varchar(10) default NULL, + `itemnumber` int(11) default NULL, + `itemtype` varchar(4) default NULL, + `borrowernumber` int(11) default NULL, + `associatedborrower` int(11) default NULL, + KEY `timeidx` (`datetime`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `stopwords` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `stopwords`; +CREATE TABLE IF NOT EXISTS `stopwords` ( + `word` varchar(255) default NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `subcategorytable` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `subcategorytable`; +CREATE TABLE IF NOT EXISTS `subcategorytable` ( + `subcategorycode` varchar(5) NOT NULL default '', + `description` text, + `itemtypecodes` text, + PRIMARY KEY (`subcategorycode`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `subscription` +-- +-- Création: Vendredi 26 Janvier 2007 à 12:44 +-- + +DROP TABLE IF EXISTS `subscription`; +CREATE TABLE IF NOT EXISTS `subscription` ( + `biblionumber` int(11) NOT NULL default '0', + `manualhistory` tinyint(1) NOT NULL default '0', + `subscriptionid` int(11) NOT NULL auto_increment, + `librarian` varchar(100) default '', + `startdate` date default '0000-00-00', + `aqbooksellerid` int(11) default '0', + `cost` int(11) default '0', + `aqbudgetid` int(11) default '0', + `weeklength` tinyint(4) default '0', + `monthlength` tinyint(4) default '0', + `numberlength` tinyint(4) default '0', + `periodicity` tinyint(4) default '0', + `dow` varchar(100) default '', + `numberingmethod` varchar(100) default '', + `notes` text, + `status` varchar(100) NOT NULL default '', + `add1` int(11) default '0', + `every1` int(11) default '0', + `whenmorethan1` int(11) default '0', + `setto1` int(11) default NULL, + `lastvalue1` int(11) default NULL, + `add2` int(11) default '0', + `every2` int(11) default '0', + `whenmorethan2` int(11) default '0', + `setto2` int(11) default NULL, + `lastvalue2` int(11) default NULL, + `add3` int(11) default '0', + `every3` int(11) default '0', + `innerloop1` int(11) default '0', + `innerloop2` int(11) default '0', + `innerloop3` int(11) default '0', + `whenmorethan3` int(11) default '0', + `setto3` int(11) default NULL, + `lastvalue3` int(11) default NULL, + `issuesatonce` tinyint(3) NOT NULL default '1', + `firstacquidate` date NOT NULL default '0000-00-00', + `irregularity` text, + `letter` varchar(20) default NULL, + `numberpattern` tinyint(3) default '0', + `distributedto` text, + `callnumber` text, + `hemisphere` tinyint(3) default '0', + `branchcode` varchar(12) NOT NULL default '''''', + `internalnotes` longtext, + PRIMARY KEY (`subscriptionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `subscriptionhistory` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `subscriptionhistory`; +CREATE TABLE IF NOT EXISTS `subscriptionhistory` ( + `biblionumber` int(11) NOT NULL default '0', + `subscriptionid` int(11) NOT NULL default '0', + `histstartdate` date NOT NULL default '0000-00-00', + `enddate` date default '0000-00-00', + `missinglist` longtext NOT NULL, + `recievedlist` longtext NOT NULL, + `opacnote` varchar(150) NOT NULL default '', + `librariannote` varchar(150) NOT NULL default '', + PRIMARY KEY (`subscriptionid`), + KEY `biblionumber` (`biblionumber`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `subscriptionroutinglist` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `subscriptionroutinglist`; +CREATE TABLE IF NOT EXISTS `subscriptionroutinglist` ( + `routingid` int(11) NOT NULL auto_increment, + `borrowernumber` int(11) default NULL, + `ranking` int(11) default NULL, + `subscriptionid` int(11) default NULL, + PRIMARY KEY (`routingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `suggestions` +-- +-- Création: Lundi 27 Novembre 2006 à 18:40 +-- + +DROP TABLE IF EXISTS `suggestions`; +CREATE TABLE IF NOT EXISTS `suggestions` ( + `suggestionid` int(8) NOT NULL auto_increment, + `suggestedby` int(11) NOT NULL default '0', + `managedby` int(11) default NULL, + `STATUS` varchar(10) NOT NULL default '', + `note` text, + `author` varchar(80) default NULL, + `title` varchar(80) default NULL, + `copyrightdate` smallint(6) default NULL, + `publishercode` varchar(255) default NULL, + `date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `volumedesc` varchar(255) default NULL, + `publicationyear` smallint(6) default '0', + `place` varchar(255) default NULL, + `isbn` varchar(10) default NULL, + `mailoverseeing` smallint(1) default '0', + `biblionumber` int(11) default NULL, + `reason` text, + PRIMARY KEY (`suggestionid`), + KEY `suggestedby` (`suggestedby`), + KEY `managedby` (`managedby`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `systempreferences` +-- +-- Création: Lundi 27 Novembre 2006 à 18:40 +-- + +DROP TABLE IF EXISTS `systempreferences`; +CREATE TABLE IF NOT EXISTS `systempreferences` ( + `variable` varchar(50) NOT NULL default '', + `value` text, + `options` text, + `explanation` text, + `type` varchar(20) default NULL, + PRIMARY KEY (`variable`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `tags` +-- +-- Création: Mardi 06 Février 2007 à 11:14 +-- + +DROP TABLE IF EXISTS `tags`; +CREATE TABLE IF NOT EXISTS `tags` ( + `entry` varchar(255) NOT NULL default '', + `weight` bigint(20) NOT NULL default '0', + PRIMARY KEY (`entry`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `uploadedmarc` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `uploadedmarc`; +CREATE TABLE IF NOT EXISTS `uploadedmarc` ( + `id` int(11) NOT NULL auto_increment, + `marc` longblob, + `hidden` smallint(6) default NULL, + `name` varchar(255) default NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `userflags` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `userflags`; +CREATE TABLE IF NOT EXISTS `userflags` ( + `bit` int(11) NOT NULL default '0', + `flag` char(30) default NULL, + `flagdesc` char(255) default NULL, + `defaulton` int(11) default NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `users` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `users`; +CREATE TABLE IF NOT EXISTS `users` ( + `usercode` varchar(10) default NULL, + `username` text, + `password` text, + `level` smallint(6) default NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `websites` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `websites`; +CREATE TABLE IF NOT EXISTS `websites` ( + `websitenumber` int(11) NOT NULL auto_increment, + `biblionumber` int(11) NOT NULL default '0', + `title` text, + `description` text, + `url` varchar(255) default NULL, + PRIMARY KEY (`websitenumber`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `z3950queue` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `z3950queue`; +CREATE TABLE IF NOT EXISTS `z3950queue` ( + `id` int(11) NOT NULL auto_increment, + `term` text, + `type` varchar(10) default NULL, + `startdate` int(11) default NULL, + `enddate` int(11) default NULL, + `done` smallint(6) default NULL, + `results` longblob, + `numrecords` int(11) default NULL, + `servers` text, + `identifier` varchar(30) default NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `z3950results` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `z3950results`; +CREATE TABLE IF NOT EXISTS `z3950results` ( + `id` int(11) NOT NULL auto_increment, + `queryid` int(11) default NULL, + `server` varchar(255) default NULL, + `startdate` int(11) default NULL, + `enddate` int(11) default NULL, + `results` longblob, + `numrecords` int(11) default NULL, + `numdownloaded` int(11) default NULL, + `highestseen` int(11) default NULL, + `active` smallint(6) default NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `query_server` (`queryid`,`server`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `z3950servers` +-- +-- Création: Lundi 27 Novembre 2006 à 18:39 +-- + +DROP TABLE IF EXISTS `z3950servers`; +CREATE TABLE IF NOT EXISTS `z3950servers` ( + `host` varchar(255) default NULL, + `port` int(11) default NULL, + `db` varchar(255) default NULL, + `userid` varchar(255) default NULL, + `password` varchar(255) default NULL, + `name` text, + `description` text NOT NULL, + `id` int(11) NOT NULL auto_increment, + `checked` smallint(6) default NULL, + `rank` int(11) default NULL, + `syntax` varchar(80) default NULL, + `position` enum('primary','secondary','') NOT NULL default 'primary', + `icon` text, + `type` enum('zed','opensearch') NOT NULL default 'zed', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `zebraqueue` +-- +-- Création: Mardi 16 Janvier 2007 à 14:19 +-- + +DROP TABLE IF EXISTS `zebraqueue`; +CREATE TABLE IF NOT EXISTS `zebraqueue` ( + `id` int(11) NOT NULL auto_increment, + `biblio_auth_number` int(11) NOT NULL default '0', + `operation` char(20) NOT NULL default '', + `server` char(20) NOT NULL default '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- +-- Contraintes pour les tables exportées +-- + +-- +-- Contraintes pour la table `accountlines` +-- +ALTER TABLE `accountlines` + ADD CONSTRAINT `accountlines_ibfk_1` FOREIGN KEY (`borrowernumber`) REFERENCES `borrowers` (`borrowernumber`) ON DELETE CASCADE ON UPDATE CASCADE; +ALTER TABLE `accountlines` + ADD CONSTRAINT `accountlines_ibfk_2` FOREIGN KEY (`itemnumber`) REFERENCES `items` (`itemnumber`) ON DELETE SET NULL ON UPDATE SET NULL; + +-- +-- Contraintes pour la table `aqbasket` +-- +ALTER TABLE `aqbasket` + ADD CONSTRAINT `aqbasket_ibfk_1` FOREIGN KEY (`booksellerid`) REFERENCES `aqbooksellers` (`id`) ON UPDATE CASCADE; + +-- +-- Contraintes pour la table `aqbooksellers` +-- +ALTER TABLE `aqbooksellers` + ADD CONSTRAINT `aqbooksellers_ibfk_1` FOREIGN KEY (`listprice`) REFERENCES `currency` (`currency`) ON DELETE CASCADE ON UPDATE CASCADE; +ALTER TABLE `aqbooksellers` + ADD CONSTRAINT `aqbooksellers_ibfk_2` FOREIGN KEY (`invoiceprice`) REFERENCES `currency` (`currency`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Contraintes pour la table `aqorderbreakdown` +-- +ALTER TABLE `aqorderbreakdown` + ADD CONSTRAINT `aqorderbreakdown_ibfk_1` FOREIGN KEY (`ordernumber`) REFERENCES `aqorders` (`ordernumber`) ON DELETE CASCADE ON UPDATE CASCADE; +ALTER TABLE `aqorderbreakdown` + ADD CONSTRAINT `aqorderbreakdown_ibfk_2` FOREIGN KEY (`bookfundid`) REFERENCES `aqbookfund` (`bookfundid`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Contraintes pour la table `aqorders` +-- +ALTER TABLE `aqorders` + ADD CONSTRAINT `aqorders_ibfk_1` FOREIGN KEY (`basketno`) REFERENCES `aqbasket` (`basketno`) ON DELETE CASCADE ON UPDATE CASCADE; +ALTER TABLE `aqorders` + ADD CONSTRAINT `aqorders_ibfk_2` FOREIGN KEY (`biblionumber`) REFERENCES `biblio` (`biblionumber`) ON DELETE SET NULL ON UPDATE SET NULL; + +-- +-- Contraintes pour la table `auth_tag_structure` +-- +ALTER TABLE `auth_tag_structure` + ADD CONSTRAINT `auth_tag_structure_ibfk_1` FOREIGN KEY (`authtypecode`) REFERENCES `auth_types` (`authtypecode`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Contraintes pour la table `biblioitems` +-- +ALTER TABLE `biblioitems` + ADD CONSTRAINT `biblioitems_ibfk_1` FOREIGN KEY (`biblionumber`) REFERENCES `biblio` (`biblionumber`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Contraintes pour la table `borrowers` +-- +ALTER TABLE `borrowers` + ADD CONSTRAINT `borrowers_ibfk_1` FOREIGN KEY (`categorycode`) REFERENCES `categories` (`categorycode`); +ALTER TABLE `borrowers` + ADD CONSTRAINT `borrowers_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`); + +-- +-- Contraintes pour la table `branchtransfers` +-- +ALTER TABLE `branchtransfers` + ADD CONSTRAINT `branchtransfers_ibfk_1` FOREIGN KEY (`frombranch`) REFERENCES `branches` (`branchcode`) ON DELETE CASCADE ON UPDATE CASCADE; +ALTER TABLE `branchtransfers` + ADD CONSTRAINT `branchtransfers_ibfk_2` FOREIGN KEY (`tobranch`) REFERENCES `branches` (`branchcode`) ON DELETE CASCADE ON UPDATE CASCADE; +ALTER TABLE `branchtransfers` + ADD CONSTRAINT `branchtransfers_ibfk_3` FOREIGN KEY (`itemnumber`) REFERENCES `items` (`itemnumber`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Contraintes pour la table `issues` +-- +ALTER TABLE `issues` + ADD CONSTRAINT `issues_ibfk_1` FOREIGN KEY (`borrowernumber`) REFERENCES `borrowers` (`borrowernumber`) ON DELETE SET NULL ON UPDATE SET NULL; +ALTER TABLE `issues` + ADD CONSTRAINT `issues_ibfk_2` FOREIGN KEY (`itemnumber`) REFERENCES `items` (`itemnumber`) ON DELETE SET NULL ON UPDATE SET NULL; + +-- +-- Contraintes pour la table `issuingrules` +-- +ALTER TABLE `issuingrules` + ADD CONSTRAINT `issuingrules_ibfk_1` FOREIGN KEY (`categorycode`) REFERENCES `categories` (`categorycode`) ON DELETE CASCADE ON UPDATE CASCADE; +ALTER TABLE `issuingrules` + ADD CONSTRAINT `issuingrules_ibfk_2` FOREIGN KEY (`itemtype`) REFERENCES `itemtypes` (`itemtype`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Contraintes pour la table `items` +-- +ALTER TABLE `items` + ADD CONSTRAINT `items_ibfk_1` FOREIGN KEY (`biblioitemnumber`) REFERENCES `biblioitems` (`biblioitemnumber`) ON DELETE CASCADE ON UPDATE CASCADE; +ALTER TABLE `items` + ADD CONSTRAINT `items_ibfk_2` FOREIGN KEY (`holdingbranch`) REFERENCES `branches` (`branchcode`) ON UPDATE CASCADE; + +-- +-- Contraintes pour la table `reserves` +-- +ALTER TABLE `reserves` + ADD CONSTRAINT `reserves_ibfk_1` FOREIGN KEY (`borrowernumber`) REFERENCES `borrowers` (`borrowernumber`) ON DELETE CASCADE ON UPDATE CASCADE; +ALTER TABLE `reserves` + ADD CONSTRAINT `reserves_ibfk_2` FOREIGN KEY (`biblionumber`) REFERENCES `biblio` (`biblionumber`) ON DELETE CASCADE ON UPDATE CASCADE; +ALTER TABLE `reserves` + ADD CONSTRAINT `reserves_ibfk_3` FOREIGN KEY (`itemnumber`) REFERENCES `items` (`itemnumber`) ON DELETE CASCADE ON UPDATE CASCADE; +ALTER TABLE `reserves` + ADD CONSTRAINT `reserves_ibfk_4` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Contraintes pour la table `shelfcontents` +-- +ALTER TABLE `shelfcontents` + ADD CONSTRAINT `shelfcontents_ibfk_1` FOREIGN KEY (`shelfnumber`) REFERENCES `bookshelf` (`shelfnumber`) ON DELETE CASCADE ON UPDATE CASCADE; +ALTER TABLE `shelfcontents` + ADD CONSTRAINT `shelfcontents_ibfk_2` FOREIGN KEY (`itemnumber`) REFERENCES `items` (`itemnumber`) ON DELETE CASCADE ON UPDATE CASCADE; diff --git a/koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl b/koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl new file mode 100644 index 0000000000..e884ac2a23 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl @@ -0,0 +1,57 @@ +Koha -- Shopping Basket For: + + + + +

Shopping Basket For:

+ + + + results found. + +

No Result found !

+

+ No results match your search for in Catalog. +

+
Perform a new search + + + +

+Error : + + + + + + +
+ + + + + + + + + + +
Summary
+

+

, + - + - + ; + - + : + ; +

+
+ &basketno=&biblionumber=" title="order this one !"> + Order + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl b/koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl new file mode 100644 index 0000000000..af9b66fe9e --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl @@ -0,0 +1,109 @@ +Koha -- Receipt Summary for : Invoice, + + + + + +

Receipt order for : Parcel (order #)

+ + +
+ +
+
+ Catalogue Details +

+

+ + +

+

+ + +

+ +

+ + +

+

+ + +

+

+ + " /> +

+

+ + +

+ " /> + " /> + " /> + " /> + " /> + " /> + " /> +
+
+ Accounting Details +

" />

+

" />

+

" />

+

" />

+

+ + " /> + + " /> +

+ " /> +

" />

+ + + + &id=">Edit + +
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
BasketISBNTitleAuthorQtyReceived
&recieve=&biblio=&invoice=&freight=&gst=&id=">
+
+ + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/admin/biblio_framework.tmpl b/koha-tmpl/intranet-tmpl/prog/en/admin/biblio_framework.tmpl new file mode 100644 index 0000000000..9f7f8f6752 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/admin/biblio_framework.tmpl @@ -0,0 +1,127 @@ +Koha -- System Administration: Modify framework textAdd frameworkDelete Framework for ()?Biblio Framework + + + + + + + + +

Modify framework textAdd framework

+
" name="Aform" method="post"> + + + +

" />

+ +

+ +

+ " />

+

+
+ + + +

Delete ramework for ()?

+ +
This framework is used times + +

+

" method="post">" /> +
+
" method="post">
+

+ + + +

Biblio framework

+

Framework name, then go to MARC biblio to set MARC editor parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + +
CodeDescription EditDelete
 Default framework">MARC structure  
" >MARC structure?op=add_form&frameworkcode=">Edit?op=delete_confirm&frameworkcode=">Delete
+
" method="post"> + + + "><< Previous + ">Next >> +
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/admin/koha2marclinks.tmpl b/koha-tmpl/intranet-tmpl/prog/en/admin/koha2marclinks.tmpl new file mode 100644 index 0000000000..5aea4b7ede --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/admin/koha2marclinks.tmpl @@ -0,0 +1,141 @@ +Koha -- System Administration: + +MARC links + + + + + + + +

+

Choose and validate 1 of the following for .

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" method="post"> + " /> + " /> +
+
" method="post"> + + " /> + " /> +
+
+
" method="post"> + " /> + " /> +
+
" method="post"> + + " /> + " /> +
+
" method="post"> + + " /> + " /> +
+
" method="post"> + + " /> + " /> +
+
" method="post"> + + " /> + " /> +
+
" method="post"> + + " /> + " /> +
+
" method="post"> + + " /> + " /> +
+
" method="post"> + + " /> + " /> +
+
+
" name="Aform" method="post"> + + " /> + " /> + + +
+
+ + + + + +

MARC links

+
" method="post"> +

+
+ + + + + + + + + + + + + + + + + +
Koha FieldTagSubfieldLib 
">">Edit
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl new file mode 100644 index 0000000000..c90c819277 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl @@ -0,0 +1,137 @@ +Koha -- System Administration: +Modify system preference ''Add a system preferenceData Added +Confirm Deletion of Parameter ''Parameter DeletedPreferences + + + + + + +

+ + Edit MARC subfields constraints + + + +

+
" name="Aform" method="post"> + + " /> + +
"> +
+ Tag , Subfield +

MARC constraints

+

 

+

 

+

" name="seealso" value="" size="20" /> (example for 200a: '200c','200d','200e'...)

+

+

Editor constaints

+

" type="text" name="liblibrarian" value="" size="40" maxlength="80" />

+

" name="libopac" value="" size="40" maxlength="80" />

+

(ignore means that the subfield is NOT managed by Koha)

+

" name="hidden" value="" size="2" /> (see online help)

+

(if checked, it means that the subfield is an URL and can be clicked

+

" size="10" maxlength="5" /> (exemple:200b)

+

(choose one)

+

+

+

+

+
+ + + + + + + + + + + + + +

Description

+
Confirm Deletion of Subfield ?
Subfield
+
" method="post"> + " /> + " />" />" /> +
" method="post"> " /> " /> " /> " /> +
+ + + + + Data deleted +
" method="post">"> + +
+ + + + +

MARC subfield structure admin for (framework )

+

This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.

+

The column Koha field shows that the subfield is linked with a Koha field. Koha can manage a MARC interface, or a Koha interface. This link ensures that both DB are synchronized, thus you can change from a MARC to a Koha interface easily.

+ + + + + + + + + + + + + + + +
SubfieldTextConstraintsDelete
+ + + + + + + + subfield ignored + + Tab:, + | Koha field: , + Repeatable, Not repeatable, + Mandatory, Not mandatory, + | See Also: , + hidden, + is an url, + | Auth value:, + | Authority:, + | Plugin:, + | Link:, + + ">Delete
+
" method="get"> + + " /> + " /> + +
+
+ " /> + " /> + +
+ + //images/1leftarrow.png" title="previous" alt="previous" border="0" > + + + + //images/1rightarrow.png" title="next" alt="next" border="0" /> + + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl new file mode 100644 index 0000000000..0cf21b4767 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl @@ -0,0 +1,216 @@ +Koha -- System Administration: + +Confirm Deletion of Tag '' +Data Deleted +MARC tag Structure + + + + + +

MARC tag structure admin for ()default MARC framework

+ + + + +
" name="Aform" method="post"> + + "> +

Modify tagAdd tag

+

 

+

" size="40" maxlength="100">

+

" size="40" maxlength="100">

+

 

+

 

+

(if you select a value here, the indicators will be limited to the authorised value list)

+

+ + ?frameworkcode='; return false;" /> +

+
+ + + + + + + +

Tag:

+

Description:

+
Confirm Deletion of Tag ?
+
" method="post">">">
" method="post">
+ + + + +

Tag Deleted

+
" method="post">"> + +
+ + + +
" method="post"> + + "> + Create framework for () using + + +
+ + + + + +
" method="post"> +

+ +

+

+ + "> + +

+

+ + + + + +

+
+

NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl script.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TagLibRepeatableMandatoryAuth valueSubfieldsEditDelete
YesNoYesNo">subfields">Edit">Delete
+   + + +

Tab: | $ + , repeatable, Mandatory, See , , , +

+ +
YesNoYesNo">Subfields">Edit">Delete
+ + ?offset=&searchfield=&frameworkcode=&select_display=True"><< Previous +
" method="post"> + + " method="post"> + + "> + +
+ + ?offset=&searchfield=&frameworkcode=&select_display=True">Next >> + + + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-bib-search.tmpl b/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-bib-search.tmpl new file mode 100644 index 0000000000..82feff00ff --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-bib-search.tmpl @@ -0,0 +1,33 @@ +Koha -- Barcodes and Labels: Search +
+ +

Search

+ +
+ + + " /> +
+

Search on

+

+ + +

+

+ + " /> + " /> + + + + + " /> +

+

+ +

+
+
+
+ + diff --git a/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-create-template.tmpl b/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-create-template.tmpl new file mode 100644 index 0000000000..47bcd200ca --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-create-template.tmpl @@ -0,0 +1,67 @@ +Koha -- Labels + + + + +
+
+ +

+ Create Label Template +

+ + + +

Template Settings

+ + +Template Code:
+Template Description:
+ + + + + + + + + + + + + + + + + + + + + +
Page Width:Page Height:
Label Width:Label Height:
Top Page Margin:Left Page Margin:
Number of Columns:Number of Rows:
Gap between Columns:Gap between Rows:
+ + +
+Units: + +
+
+Font Size: +
+
+Active: + + +
+
+ + +
+
+ + diff --git a/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-edit-template.tmpl b/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-edit-template.tmpl new file mode 100644 index 0000000000..38be64a28f --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-edit-template.tmpl @@ -0,0 +1,75 @@ +Koha -- Labels + + + + +
+
+ +

+ Edit Label Template +

+ + + +

Template Settings

+ + +Template ID:
+Template Code: ">
+Template Description:
+ + + + + + + + + + + + + + + + + + + + + + + + +
Page Width:">Page Height:">
Label Width:">Label Height:">
Top Page Margin:">Left Page Margin:">
Number of Columns:">Number of Rows:">
Gap between Columns:">Gap between Rows:">
+ +Units: + +
+
+Font Size: "> +
+
+ + +Active: checked > + + "> +

+

+ + +

+
+
+ + diff --git a/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl new file mode 100644 index 0000000000..e6a1e40ad6 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl @@ -0,0 +1,174 @@ +Koha -- Labels + + + +
+ +

+ Choose Fields to Print +

+ + + + + + + + + + + + + + + +
+ + checked + > + + + + checked + > + +
+ + checked + > + + + + checked + > + +
+ + checked + > + + + + checked + > + +
+

+ +

Confirm Label Template

+ + + +

Confirm Barcode Type

+ + + + +

Confirm Printing Type

+ + + checked + + >Spine Labels + + checked + + >Barcode Labels + + checked + + >Both Labels + +

+ Start printing from Label number:"> + +

+ +

+

+ + checked + > + +

+

+

+ + +

+
+
+ + diff --git a/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-manager.tmpl b/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-manager.tmpl new file mode 100644 index 0000000000..78087d486a --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-manager.tmpl @@ -0,0 +1,58 @@ +Koha -- Labels + + + +
+

Labels to be Printed

+

+ Printing will start on row
+ Printing will use sheets
+ Currently rows spare on sheet +

+ + +

Items

+ + + + + + + + + + + + + + + +
Label NumberSummaryItem TypeDelete
+ + + "> : : + : + + + + ">Delete +
+ +


+ Add Item    + Preview    + Delete All +

+ + Add Item + + +
+ + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl b/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl new file mode 100644 index 0000000000..5a4ae79545 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl @@ -0,0 +1,181 @@ + + + + +Print Preview + + + + +
+

Print Preview
+ Barcodetype:
+ Papertype:
+ Field Options: Author + itemtype + title + isbn + dewey + class + subclass + itemcallnumber + +

+
+ + + + + + + + + + + + + + + +

+ Back   + Print   +
+ + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-templates.tmpl b/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-templates.tmpl new file mode 100644 index 0000000000..41ae43c4e4 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-templates.tmpl @@ -0,0 +1,50 @@ +Koha -- Labels + + + +
+

Current Templates + + +

+ + +

Templates

+ + + + + + + + + + + + + + + + + +
Template CodeDescriptionEditDeleteActive
+ + + + + ">Edit + + ">Delete + + Active +
+ +


+ + Create New Label Template + + + +

+ + diff --git a/koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl b/koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl new file mode 100644 index 0000000000..e719057a2b --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl @@ -0,0 +1,98 @@ +Koha -- Barcodes and Labels: Search Results + + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/barcodes/search.tmpl b/koha-tmpl/intranet-tmpl/prog/en/barcodes/search.tmpl new file mode 100644 index 0000000000..bee49b55d9 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/barcodes/search.tmpl @@ -0,0 +1,59 @@ +Koha -- Barcodes and Labels: Search + + + + +
+ +

Catalogue Item Search

+ +
+ + + " /> + + + + + + + + +
+ + + + + + + +
+ + + + + + + +
+ + + + + +
+

+
+
+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl b/koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl new file mode 100644 index 0000000000..8864b3c8ae --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl @@ -0,0 +1,465 @@ +Koha -- Catalog: Advanced Search + + + +
+
+
+
+ + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl b/koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl new file mode 100644 index 0000000000..20c74157e2 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl @@ -0,0 +1,136 @@ +Koha -- Dictionary Search + +

Dictionary Search

+
+ + + " /> + " size="35" /> + + " /> + " />
+ + + + + + &marclist=&search=&resultsperpage=&type=intranet&op=do_search&index="><<Previous + + + + + + &marclist=&search=&resultsperpage=&type=intranet&op=do_search&index="> + + + + &marclist=&search=&resultsperpage=&type=intranet&op=do_search&index=">Next>> + + + + + Results to of in AuthoritiesNo results found. + + + + + + + + + + + + + + + + + + +
Authority Results
SummaryUsed inSelect
+ + + records(s) + + ',,0)">Select | + ',,1)">Sel. & close +
+ + +

No results in Authorities

+ + + + +

Catalog Results

+ + + Results to of in the CatalogNo results found. + + + + + + + + + + + + + + + +
SummaryUsed inSelect
+ + + + + + + records(s) + + ',,0)">Select | + ',,1)">Sel. & close +
+ + + &marclist=&search=&resultsperpage=&type=intranet&op=do_search&index="><<Previous + + + + + + &marclist=&search=&resultsperpage=&type=intranet&op=do_search&index="> + + + + &marclist=&search=&resultsperpage=&type=intranet&op=do_search&index=">Next>> + + + + + Results to of in the CatalogNo results found. + + + + + + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/catalogue/issuehistory.tmpl b/koha-tmpl/intranet-tmpl/prog/en/catalogue/issuehistory.tmpl new file mode 100644 index 0000000000..06477af46b --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/catalogue/issuehistory.tmpl @@ -0,0 +1,103 @@ +Koha -- Catalogue MARC detail + + + + +

Issue history for ()

+ + + +
+ +
+ Has been issued times + + + + + + + + + + + + + + + + + + + + +
+ () has never been issued. + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl b/koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl new file mode 100644 index 0000000000..2c23060208 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl @@ -0,0 +1,308 @@ +Koha -- Catalog -- Results of Search for ''You did not specify any search criteria + + + + + +
Did you mean: +
    + +
  • + "> +
  • + +
+
+ + +

+ results found for '' + Perform a new search +

+ + +

No Result found !

+

+ No results match your search for in Catalog. +

+ Perform a new search + +

No result found !

+

+ You did not specify any search criteria. +

+ Perform a new search + + + + +

+ Error : + + + + + + + + +

Scan Index:

+ +
+ Date + + Surname + + Firstname + + Issuing branch + + Renew + + Date due + + Return date +
+ + + +   + + + + "> + + + +   + + + + + +   + + + + + +   + + + + YES
+ + + last on: + + + + NO + +
+ + + +   + + + + + +   + +
+ + + + + + +
+ Scan Index for: +
+ + + +
+ + +
+ + + + + + + class="highlight"> + + + + +
Term/PhraseCount
+ """> + + +
+
+ + +
+ + + " /> + + +
+ + + +

+ Re-sort results + +

+ + + + + + + +
+

Refine Your Search

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
 TitleLocation 
+ + "> + http://images.amazon.com/images/P/.01.TZZZZZZZ.jpghttp://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif" alt="image" class="thumbnail" /> + + + + " title=""/> + + + + + +

+ + "> + + + + + "> + + + + "> + + + + +

+ +

+ +

+ + "> + +   + + - + - + ; + - + : + ; + (modified on ) +

+ +
+ + + + --> + + ( + ) + () + + "> + + + +
+ +
+ + + On loan (),
+ Withdrawn (),
+ Lost ()
+ On order () +
+
+ + Not Reserveable + + "> + Reserves + + +
+
+
+ + + + + + + +

+ + + + + + + + + + + + + + +
+
+ + diff --git a/koha-tmpl/intranet-tmpl/prog/en/catalogue/subject.tmpl b/koha-tmpl/intranet-tmpl/prog/en/catalogue/subject.tmpl new file mode 100755 index 0000000000..b550adc5f8 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/catalogue/subject.tmpl @@ -0,0 +1,28 @@ + + + + + + +
+ +

Subject search results

+ +

Results through of records.

+ + + + + + + + class="hilighted"> + opacintra&subjectitems="> + + + +
Subject headings
+

&startfrom=">Previous Records &startfrom=">Next Records

+ +
+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/catalogue/suggest.tmpl b/koha-tmpl/intranet-tmpl/prog/en/catalogue/suggest.tmpl new file mode 100644 index 0000000000..cba1f89483 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/catalogue/suggest.tmpl @@ -0,0 +1,36 @@ +Koha -- Suggestions + + + + + + + + + + + + + + + +
Catalog Search
Initial wordSuggestedUsed X times
','')"> + +
+ + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio-nomarc.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio-nomarc.tmpl new file mode 100644 index 0000000000..00de695f59 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio-nomarc.tmpl @@ -0,0 +1,32 @@ +Koha -- Cataloging: Add a Non-MARC Record + + + + +Please Specify a Title + + +
+ + + + + + + + + + + + + + + + + +
Adding a new bibliographic record
* Required

+(if applicable)
+ + +
+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl new file mode 100644 index 0000000000..1f67bca57a --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl @@ -0,0 +1,113 @@ +Koha -- Cataloging: Add a items for + + +You must give the item a barcode + + + +You must create a new group for your item to be +added to + + +Sorry, that barcode is already in use + +

Add items for

+ + + + + + + + + + + + + + + + + + + + + + + + +
Bibliographic Details
Author:
Copyright:
Series Title:
Notes:
Biblioitem Number:
Item Type:
ISBN:
Dewey:
Publisher:
Place:
Date:
Item:
Home Branch:
Notes:
+ + +
+" /> + + + + + + + + + + + + + +
Add New Item
Add to existing group +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OR Add to a new +Group:
+ +
+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/thesaurus_popup.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/thesaurus_popup.tmpl new file mode 100644 index 0000000000..2ca7340d9a --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/thesaurus_popup.tmpl @@ -0,0 +1,42 @@ + + + Thesaurus value builder for category <!-- TMPL_VAR name="category" --> + + +
+
+

"> + "> + "> + "> + + + +

+ +
+ + "> "> + "> + + "> + +
+ +
+ "> + "> + "> + + insert a new authority : + +
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/labs_theses.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/labs_theses.tmpl new file mode 100644 index 0000000000..f61f672f48 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/labs_theses.tmpl @@ -0,0 +1,130 @@ + + + + + + +KOHA:_Labs Thesis Selection plugin + + + + + + + + + +
+

Laboratory Search

+ +
+
+

Search on

+

+ + "> + "> + + " > + " size="35"> + + +

+
+
+ + +
+

Laboratory Search results

+
+

+ + Results to of No results found. + +

+
+
+ + + + + + + + + + + + + + + +
LaboratorySelect
+ + + ','',,0)" class="button catalogue">Select + ','',,1)" class="button catalogue">Sel&close +
+
+ + +
+ +
+ + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl new file mode 100644 index 0000000000..2507bbcb8d --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl @@ -0,0 +1,325 @@ + + + + + +Leader_builder + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
1-4 Record size(auto-filled)
5- Record status + +
6- Type of record + +
7- Bibliographic level + +
8- Hierarchic level + +
9- Encoding + +
10-16 indicator/subfields/size(auto-filled)
17- Encoding + +
18 - Descriptive cataloging form + +
19 - Linked record requirement + +
20-24 entry map & lengths(auto-filled)
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_100.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_100.tmpl new file mode 100644 index 0000000000..bc6e78c41e --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_100.tmpl @@ -0,0 +1,765 @@ + + + + + +UNIMARC_Field 100 builder + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date d'enregistrement">
Code de date de publication + +
Premiere date de publication">
Deuxieme date de publication">
Niveau intellectuel ou public destinataire 1 + +
Niveau intellectuel ou public destinataire 2 + +
Niveau intellectuel ou public destinataire 3 + +
Publication officielle + +
Code de modification de la notice + +
Langue de catalogage (obligatoire)">
Code de transliteration + +
Jeux de caracteres (obligatoire) 1 + +
Jeux de caracteres (obligatoire) 2 + +
Jeu de caracteres additionnels">
Alphabet du titre + + + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_105.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_105.tmpl new file mode 100644 index 0000000000..6c75ffe987 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_105.tmpl @@ -0,0 +1,1172 @@ + + + + + +UNIMARC_constructeur champ 105 + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Illustration 1: + + Illustration 2: + +
Illustration 3: + + Illustration 4: + +
Type d'ouvrage de reference 1: + + Type d'ouvrage de reference 2: + +
Type d'ouvrage de reference 3: + + Type d'ouvrage de reference 4: + +
Colloque ou congres: +
Melanges +
Index +
Genre litteraire +
Biographie + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_106.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_106.tmpl new file mode 100755 index 0000000000..06f408d038 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_106.tmpl @@ -0,0 +1,94 @@ + + + + + +UNIMARC_Field 106 builder + + +
+ + + + + + + +
Texte presentation physique + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_110.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_110.tmpl new file mode 100755 index 0000000000..dcac015aa4 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_110.tmpl @@ -0,0 +1,681 @@ + + + + + +UNIMARC_Field 106 builder + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type de publication en serie + +
Periodicite + +
Regularite + +
Type d'ouvrage de reference + +
Nature du contenu">
Colloque ou congres + +
Existence d'un index + +
Existence d'un index + +
Existence d'un index cumulatif + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_115a.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_115a.tmpl new file mode 100755 index 0000000000..65426fc9d8 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_115a.tmpl @@ -0,0 +1,1324 @@ + + + + + +UNIMARC_Field 115a builder + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type de document + +
Longueur">
Couleur + +
Son + +
Support son + +
Largeur ou dimension + +
Presentation materielle + +
Technique: video, film + +
Format du film + +
Materiel d'accompagnement 1 + + Materiel d'accompagnement 2 + +
Materiel d'accompagnement 3 + + Materiel d'accompagnement 4 + +
Presentation materielle: video + +
Format : video + +
Support de l'emulsion + +
Support secondaire + +
Normes de diffusion des enregistrements video + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_115b.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_115b.tmpl new file mode 100755 index 0000000000..cf670b3374 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_115b.tmpl @@ -0,0 +1,689 @@ + + + + + +UNIMARC_Field 115b builder + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Copie (generation) + +
Elements de production (montage) + +
Categories fines de couleurs (films) + +
Emulsion (polarite) + +
Support de film + +
Type de sonorisation + +
Type de film ou d'epreuve (tirage) + +
Etat de la copie (deterioration) + +
Etat de la version (completude) + +
Date d'enregistrementAnnee ">mois ">
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_116.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_116.tmpl new file mode 100755 index 0000000000..495cf06047 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_116.tmpl @@ -0,0 +1,1596 @@ + + + + + +UNIMARC_Field 116 builder + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Presentation materielle + +
Support primaire + +
Support secondaire + +
Couleur: + +
Technique (dessins, peinture) 1 + +
Technique (dessins, peinture) 2 + +
Technique (dessins, peinture) 3 + +
Technique (gravure) 1 + +
Technique (gravure) 2 + +
Technique (gravure) 3 + +
Fonction du document graphique + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_117.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_117.tmpl new file mode 100755 index 0000000000..b72daf6c42 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_117.tmpl @@ -0,0 +1,812 @@ + + + + + +UNIMARC_Field 117 builder + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Presentation materielle + +
Materiau 1 + +
Materiau 2 + +
Materiau 3 + +
Couleur + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_120.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_120.tmpl new file mode 100755 index 0000000000..497c26671e --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_120.tmpl @@ -0,0 +1,1344 @@ + + + + + +UNIMARC_constructeur champ 120 + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Indicateur de couleur: + +
Indicateur d'index: + +
Indicateur de texte: + +
Code de representation du relief 1: + +
Code de representation du relief 2: + +
Code de representation du relief 3: + +
Code de representation du relief 4: + +
Projection: + + + + + +
Meridien de reference 1: + + + + +
Meridien de reference 2: + + + + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_121a.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_121a.tmpl new file mode 100755 index 0000000000..97dec4d570 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_121a.tmpl @@ -0,0 +1,415 @@ + + + + + +UNIMARC_constructeur champ 121a + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Dimensions physiques: + +
Image cartographique originale 1: + + Image cartographique originale 2: + +
Support physique: + +
Mode de realisation technique: + +
Forme de reproduction: +
Reperes geodesiques: + +
Forme materielle d'edition: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_121b.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_121b.tmpl new file mode 100755 index 0000000000..00bf2bde79 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_121b.tmpl @@ -0,0 +1,295 @@ + + + + + +UNIMARC_constructeur champ 121b + + +
+ + + + + + + + + + + + + + + + + + +
Altitude du capteur: + +
Orientation du capteur : +
Bandes spectrales (nombre + a deux chiffres 01->99 ou xx (ecrire 01 pour 1):"> +
Qualite de l'image: + +
Couverture nuageuse exprimee en huitieme: + +
Qualite de l'image: + + + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_122.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_122.tmpl new file mode 100755 index 0000000000..1c32084c94 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_122.tmpl @@ -0,0 +1,88 @@ + + + + + +UNIMARC_constructeur champ 122 + + +
+ + + + + + + + + + + + + + + + + + +
Ere code: + +
Annee:"> + Mois:">Jour:">Heure:">
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123a.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123a.tmpl new file mode 100755 index 0000000000..7e62b2c1c7 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123a.tmpl @@ -0,0 +1,51 @@ + + + + + +UNIMARC_constructeur champ 123a + + +
+ + + + + + +
Type d'echelle: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123d.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123d.tmpl new file mode 100755 index 0000000000..b885145fb9 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123d.tmpl @@ -0,0 +1,83 @@ + + + + + +UNIMARC_constructeur champ 123d + + +
+ + + + + + + + + + + + + + + + + +
Hemisphere: + +
Degres (completer avec des 0):">
Minutes (completer avec des 0):">
Secondes (completer avec des 0):">
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123e.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123e.tmpl new file mode 100755 index 0000000000..95c63d5eda --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123e.tmpl @@ -0,0 +1,83 @@ + + + + + +UNIMARC_constructeur champ 123e + + +
+ + + + + + + + + + + + + + + + + +
Hemisphere: + +
Degres (completer avec des 0):">
Minutes (completer avec des 0):">
Secondes (completer avec des 0):">
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123f.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123f.tmpl new file mode 100755 index 0000000000..d01b908d83 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123f.tmpl @@ -0,0 +1,83 @@ + + + + + +UNIMARC_constructeur champ 123f + + +
+ + + + + + + + + + + + + + + + + +
Hemisphere: + +
Degres (completer avec des 0):">
Minutes (completer avec des 0):">
Secondes (completer avec des 0):">
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123g.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123g.tmpl new file mode 100755 index 0000000000..51801fd361 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_123g.tmpl @@ -0,0 +1,83 @@ + + + + + +UNIMARC_constructeur champ 123g + + +
+ + + + + + + + + + + + + + + + + +
Hemisphere: + +
Degres (completer avec des 0):">
Minutes (completer avec des 0):">
Secondes (completer avec des 0):">
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124a.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124a.tmpl new file mode 100755 index 0000000000..0af6088f60 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124a.tmpl @@ -0,0 +1,51 @@ + + + + + +UNIMARC_constructeur champ 124a + + +
+ + + + + +
Origine de l'image: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124b.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124b.tmpl new file mode 100755 index 0000000000..bef15f249e --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124b.tmpl @@ -0,0 +1,91 @@ + + + + + +UNIMARC_constructeur champ 124b + + +
+ + + + + +
Forme du document cartographique: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124c.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124c.tmpl new file mode 100755 index 0000000000..63543a3af8 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124c.tmpl @@ -0,0 +1,146 @@ + + + + + +UNIMARC_constructeur champ 124c + + +
+ + + + + +
Presentation technique dans le cas d'images photographiques ou non photographiques: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124d.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124d.tmpl new file mode 100755 index 0000000000..b1994ac874 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124d.tmpl @@ -0,0 +1,51 @@ + + + + + +UNIMARC_constructeur champ 124d + + +
+ + + + + +
Position de la base pour les images photographiques ou de teledetection: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124e.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124e.tmpl new file mode 100755 index 0000000000..ddd286b8ab --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124e.tmpl @@ -0,0 +1,51 @@ + + + + + +UNIMARC_constructeur champ 124e + + +
+ + + + + +
Categorie du satellite pour la teledetection: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124f.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124f.tmpl new file mode 100755 index 0000000000..ccda5a8bd6 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124f.tmpl @@ -0,0 +1,126 @@ + + + + + +UNIMARC_constructeur champ 124f + + +
+ + + + + +
Nom du satellite pour la teledetection: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124g.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124g.tmpl new file mode 100755 index 0000000000..989ed19b16 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_124g.tmpl @@ -0,0 +1,86 @@ + + + + + +UNIMARC_constructeur champ 124g + + +
+ + + + + +
Technique d'enregistrement pour les images de teledetection: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_125a.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_125a.tmpl new file mode 100755 index 0000000000..8c852d4d7c --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_125a.tmpl @@ -0,0 +1,117 @@ + + + + + +UNIMARC_constructeur champ 125a + + +
+ + + + + + + + +
Type de partition: + +
Indicateur de parties: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_125b.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_125b.tmpl new file mode 100755 index 0000000000..23e5fd2b36 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_125b.tmpl @@ -0,0 +1,141 @@ + + + + + +UNIMARC_constructeur champ 125b + + +
+ + + + + +
Forme du document cartographique: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_126a.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_126a.tmpl new file mode 100755 index 0000000000..c149f077b5 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_126a.tmpl @@ -0,0 +1,1080 @@ + + + + + +UNIMARC_constructeur champ 126a + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Presentation materielle: + +
Vitesse: + +
Type de son: + +
Largeur du sillon: + +
Dimension materielle: + +
Largeur de la bande: + +
Specifications de la bande magnetique: + +
Texte d'accompagnement 1: + +
Texte d'accompagnement 2: + +
Texte d'accompagnement 3: + +
Texte d'accompagnement 4: + +
Texte d'accompagnement 5: + +
Texte d'accompagnement 6: + +
Technique d'enregistrement: + +
Technique de reproduction: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_126b.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_126b.tmpl new file mode 100755 index 0000000000..ec2a50bb7a --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_126b.tmpl @@ -0,0 +1,198 @@ + + + + + +UNIMARC_constructeur champ 126b + + +
+ + + + + + + + + + + +
Type de disque, cylindre ou bande magnetique: + +
Type de document: + +
Type de gravure: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_127.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_127.tmpl new file mode 100755 index 0000000000..edf31baff4 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_127.tmpl @@ -0,0 +1,50 @@ + + + + + +UNIMARC_constructeur champ 127 + + +
+ +(Completer avec des 0 a gauche) + + + + + + + + + + +
Heure:">Minutes:">Secondes:">
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_128a.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_128a.tmpl new file mode 100755 index 0000000000..a5216b093a --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_128a.tmpl @@ -0,0 +1,386 @@ + + + + + +UNIMARC_constructeur champ 128a + + +
+ + + + + +
Forme de la composition: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_128b.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_128b.tmpl new file mode 100755 index 0000000000..4d7db94e3f --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_128b.tmpl @@ -0,0 +1,476 @@ + + + + + +UNIMARC_constructeur champ 128b + + +
+ + + + + +
Instruments ou voix dans un ensemble: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_128c.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_128c.tmpl new file mode 100755 index 0000000000..0eb72e9306 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_128c.tmpl @@ -0,0 +1,476 @@ + + + + + +UNIMARC_constructeur champ 128c + + +
+ + + + + +
Instruments ou voix dans un ensemble: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_130.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_130.tmpl new file mode 100755 index 0000000000..403a182bc1 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_130.tmpl @@ -0,0 +1,380 @@ + + + + + +UNIMARC_constructeur champ 130 + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Presentation materielle: + +
Polarite: + +
Dimensions: + +
Rapport de reduction: + +
Rapport de reduction specifique">
Couleur: + +
Emulsion: + +
Generation (copies): + +
Support de film: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_135a.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_135a.tmpl new file mode 100755 index 0000000000..fbc0314c59 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_135a.tmpl @@ -0,0 +1,69 @@ + + + + + +UNIMARC_constructeur champ 135a + + +
+ + + + + +
Type de fichier informatique: +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_140.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_140.tmpl new file mode 100755 index 0000000000..e358de5762 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_140.tmpl @@ -0,0 +1,1717 @@ + + + + + +UNIMARC_constructeur champ 140 + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Illustration dans le texte 1: + Illustration dans le texte 2: +
Illustration dans le texte 3: + Illustration dans le texte 4: +
Illustration hors texte 1: + Illustration hors texte 2: +
Illustration hors texte 3: + Illustration hors texte 4: +
Illustration technique: +
Type d'ouvrage de reference 1: +
Type d'ouvrage de reference 2: +
Type d'ouvrage de reference 3: +
Type d'ouvrage de reference 4: +
Genre litteraire: +
Biographie: + +
Support materiel - livre: + +
Support materiel - Planche: + +
Filigrane: + +
Marque d'imprimeur: + +
Marque d'editeur: + +
Marque decorative: + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_141.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_141.tmpl new file mode 100755 index 0000000000..874e96be43 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_141.tmpl @@ -0,0 +1,390 @@ + + + + + +UNIMARC_constructeur champ 141 + + +
+ + + + + + + + + + + + + + + + + + + +
Materiau de reliure 1: + +
Materiau de reliure 2: + +
Materiau de reliure 3: + +
Type de reliure: +
Relie avec: +
Etat de conservation - reliure: +
Etat de conservation - livre 1 : +
Etat de conservation - livre 2 : +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_210c.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_210c.tmpl new file mode 100644 index 0000000000..6497a268be --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_210c.tmpl @@ -0,0 +1,117 @@ + + + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_225a.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_225a.tmpl new file mode 100644 index 0000000000..aed2c5072b --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_225a.tmpl @@ -0,0 +1,23 @@ + + + +UNIMARC_Field 225a builder + + + +
+
+

Collection

+

+

+
+
+ + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_4XX.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_4XX.tmpl new file mode 100644 index 0000000000..ca3c460ec0 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_4XX.tmpl @@ -0,0 +1,276 @@ + + + + + + + + + + + + + + KOHA:INTRANET_:_Biblio_Search + + + + /includes/intranet.css"> + + + + + + + +

Logged in as: [Log Out]

+ +

Log In to Koha

+ + +
+

KOHA : INTRANET : Catalogue

+ + + + + + + +

Search results

+ +
+ + + + + + + + + + class="hilighted"> + + "> + + "> +

+ - + ; + - + : + ; +

+ +
+ + + + + +
SummaryItem CountLocation 
class="hilighted"> + + class="hilighted"> + + + + &bibnum=&type=intranet&op=fillinput')">Choose + + &bibnum=&type=intranet&op=fillinput')">Clear Field + +
+
+ + + + + +
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_60X.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_60X.tmpl new file mode 100644 index 0000000000..ecf0b7d4f5 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_60X.tmpl @@ -0,0 +1,113 @@ + + + + + + Thesaurus_search + + + + +
+ + +
+

Recherche

+ A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z +
+ "> + "> + "> + + +

+
+ + + + + +
+

Results

+ + + + + + + +
+ &level=&search_string="> + + + + ')">
+
+
+ + +

Dependancies

+ + + + + + +
+ &level=&search_string=+"> + + + ')">
+
+
+

Adding

+
+ "> + + "> + Create a new authority/thesaurus entry : "> + +
+ + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_700-4.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_700-4.tmpl new file mode 100644 index 0000000000..5c88b2454f --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_field_700-4.tmpl @@ -0,0 +1,38 @@ + + + + + +UNIMARC_constructeur champ 700-4 + + +

Sélectionnez la valeur pour le champ 700 $4. Elle sera automatiquement reportée dans la zone 700 $8 qui suit.

+
+ + + + + +
Code date publication +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_leader.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_leader.tmpl new file mode 100644 index 0000000000..7875c7798f --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/unimarc_leader.tmpl @@ -0,0 +1,245 @@ + + + + + +Construction_du leader + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
1-4 Taille(auto-calculé)
5- Etat de la notice + +
6- Type de document + +
7- Type de la notice + +
8- Niveau hiérarchique + +
9-16 indicator/subfields/size(auto-filled)
17- Niveau de catalogage + +
18 - Descriptive cataloging form + +
19-24 entry map & lengths(auto-filled)
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/z3950_search.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/z3950_search.tmpl new file mode 100644 index 0000000000..d5e7b35c46 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/z3950_search.tmpl @@ -0,0 +1,81 @@ + + + +Z39.50 Search Results + "> + + + + + +
+ +

Search on

+ +
+ + + " /> + " /> + " /> + " /> + " /> + " /> + + +

+ + + " checked /> + + " /> + +

+ + +
+ +

Results

+ + + + + + + + + + + + "> + + + + + + + + + + + +
ServerTitleAuthorISBN  
,)">Import
Nothing found
+ + +
+

Still servers to search

+ + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/circ/bookcount.tmpl b/koha-tmpl/intranet-tmpl/prog/en/circ/bookcount.tmpl new file mode 100644 index 0000000000..922b5b308f --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/circ/bookcount.tmpl @@ -0,0 +1,36 @@ +Koha -- Circulation Statistics for + + + +

+ ()

+

Barcode

+
">
">">">">
" name="biblionumber">
+
+ + + + + +
Home Branch:
Current Branch:
Date arrived at current branch:
Number of issues since since the above date :
+
+
+ + + + + + + + + + + + + +
Branch No. of Issues Last seen at branch
+ + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl b/koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl new file mode 100755 index 0000000000..93363a8e33 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl @@ -0,0 +1,180 @@ +Koha -- Circulation + + + + +

Circulation: Branch Overdues

+ +
+ +
+ +departement selected +
+
    +
  • + You are working actually on the overdues for the departement : + +
  • +
+
+ +Select your departement +
    +
  • +
    + + +
    +
  • +
+ +
+ +
+ Overdues of your library +
+ + + + + + + + + + + + + + + + + + + + +
Date_dueTitleBorrowerLocalisationOverdue statusNotify by
+

+ +

+
+

+ "> +   () +
Barcode : +

+
+

">  

+ ?subject=Overdue: "> + +

+

+
+ + + first overdue + + + second overdue + + + Third overdue + + + + + + &itemnumber=&method=mail&departement=&overduelevel=¬ifyId=">mail + + mail + +  |  + &itemnumber=&method=phone&departement=&overduelevel=¬ifyId= + ">phone +  |  + &itemnumber=&method=letter&departement=&overduelevel= + ¬ifyId=">letter + + + + &itemnumber=&method=letter&departement=&overduelevel=¬ifyId=">letter + + + + &itemnumber=&method=lost&departement=&overduelevel= + ¬ifyId=">Considered lost + + +
+ + There is no overdues for your library today + +
+ +
+ Notifys of the day + + + + + + + + + + + + + + + + + + + + + + +
Date_dueTitleBorrowerLocalisationOverdue statusNotified byCancel
+

+ +

+
+

+ "> +   () +
Barcode : +

+
+

">  

+ ?subject=Overdue: "> + +

+

+
+ + + first overdue + + + second overdue + + + considered lost + + + + + + &itemnumber=&method=phone&departement=¬ify_date=">cancel notification +
+
+ +
+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/circ/overdue.tmpl b/koha-tmpl/intranet-tmpl/prog/en/circ/overdue.tmpl new file mode 100644 index 0000000000..ee8127232d --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/circ/overdue.tmpl @@ -0,0 +1,30 @@ +Items Overdue as of + + +

Items Overdue as of

+ +
+ + + + + + + + + + + + + + + + + + +
Due DatePatronTitle
?subject=Overdue: "> () () +

+

+
+
+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/circ/reserve.tmpl b/koha-tmpl/intranet-tmpl/prog/en/circ/reserve.tmpl new file mode 100644 index 0000000000..02ce03809d --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/circ/reserve.tmpl @@ -0,0 +1,171 @@ +Koha -- Circulation: Reserve + + + +/includes/calendar/calendar-system.css"> + + + + + + + + + +

Pending reserves as of

+
+
+ +

+ +" /> +/includes/calendar/cal.gif" + border="0" id="openCalendarFrom" style="cursor: pointer;" valign="top" /> + + +" type="text" /> +/includes/calendar/cal.gif" + id="openCalendarTo" + style="cursor: pointer;" + valign="top" border="0" /> + +(inclusive) + +

+ +

The following reserves have not be affected to any item.

+

Please go in the shelves, pickup a book and do a return on them :

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ Priority + Sort + Reserve Date + Sort + Patron + Sort + Title + Sort + + Location +

+

+

in

+

Waiting

Fullfilled

+
+

">

+ ?subject=Reservation: "> + +

+
+

+ + "> + + + + + "> + + + + "> + + + + +

+

+
+   + ""

+ + No items found. + +
+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/circ/stats.tmpl b/koha-tmpl/intranet-tmpl/prog/en/circ/stats.tmpl new file mode 100644 index 0000000000..5e912c0fec --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/circ/stats.tmpl @@ -0,0 +1,37 @@ +Statistics + + + + +

Display stats for

+
    +
  • yesterday
  • +
  • today
  • + + + + + + + + + + + + + + + + + + + + +
    Statistics
    NameTypeDate/timeAmountBranch
    +

    Total paid:
    Total written off:

    + +

    No statistics to report

    + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/errors/400.tmpl b/koha-tmpl/intranet-tmpl/prog/en/errors/400.tmpl new file mode 100644 index 0000000000..47f84fa762 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/errors/400.tmpl @@ -0,0 +1,18 @@ +Koha -- Error + + + + +
    +

    An Error has Occurred!

    +

    Error 404

    +
    +
      +
    • This error means that the link was broken and that the page doesn't exist
    • +
    • To report this error, you can ">email the Koha Administrator.
    • +
    • Use top menu bar to navigate to another part of Koha.
    • +
    +
    +
    + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/errors/401.tmpl b/koha-tmpl/intranet-tmpl/prog/en/errors/401.tmpl new file mode 100644 index 0000000000..47e3f18090 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/errors/401.tmpl @@ -0,0 +1,18 @@ +Koha -- Error + + + + +
    +

    An Error has Occurred!

    +

    Error 401

    +
    +
      +
    • This error means that you aren't authorized to view this page
    • +
    • To report this error, you can ">email the Koha Administrator.
    • +
    • Use top menu bar to navigate to another part of Koha.
    • +
    +
    +
    + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/errors/402.tmpl b/koha-tmpl/intranet-tmpl/prog/en/errors/402.tmpl new file mode 100644 index 0000000000..47f84fa762 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/errors/402.tmpl @@ -0,0 +1,18 @@ +Koha -- Error + + + + +
    +

    An Error has Occurred!

    +

    Error 404

    +
    +
      +
    • This error means that the link was broken and that the page doesn't exist
    • +
    • To report this error, you can ">email the Koha Administrator.
    • +
    • Use top menu bar to navigate to another part of Koha.
    • +
    +
    +
    + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/errors/403.tmpl b/koha-tmpl/intranet-tmpl/prog/en/errors/403.tmpl new file mode 100644 index 0000000000..47f84fa762 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/errors/403.tmpl @@ -0,0 +1,18 @@ +Koha -- Error + + + + +
    +

    An Error has Occurred!

    +

    Error 404

    +
    +
      +
    • This error means that the link was broken and that the page doesn't exist
    • +
    • To report this error, you can ">email the Koha Administrator.
    • +
    • Use top menu bar to navigate to another part of Koha.
    • +
    +
    +
    + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/errors/404.tmpl b/koha-tmpl/intranet-tmpl/prog/en/errors/404.tmpl new file mode 100644 index 0000000000..47f84fa762 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/errors/404.tmpl @@ -0,0 +1,18 @@ +Koha -- Error + + + + +
    +

    An Error has Occurred!

    +

    Error 404

    +
    +
      +
    • This error means that the link was broken and that the page doesn't exist
    • +
    • To report this error, you can ">email the Koha Administrator.
    • +
    • Use top menu bar to navigate to another part of Koha.
    • +
    +
    +
    + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/errors/405.tmpl b/koha-tmpl/intranet-tmpl/prog/en/errors/405.tmpl new file mode 100644 index 0000000000..47f84fa762 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/errors/405.tmpl @@ -0,0 +1,18 @@ +Koha -- Error + + + + +
    +

    An Error has Occurred!

    +

    Error 404

    +
    +
      +
    • This error means that the link was broken and that the page doesn't exist
    • +
    • To report this error, you can ">email the Koha Administrator.
    • +
    • Use top menu bar to navigate to another part of Koha.
    • +
    +
    +
    + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/errors/500.tmpl b/koha-tmpl/intranet-tmpl/prog/en/errors/500.tmpl new file mode 100644 index 0000000000..e24e18012e --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/errors/500.tmpl @@ -0,0 +1,17 @@ +Koha -- Error + + + + +
    +

    An Error has Occurred!

    +

    Error 500

    +
    +
      +
    • In Koha this typically means that the Koha team is working on new features
    • +
    • Wait while system maintenance is being done or ">email the Koha Administrator.
    • +
    • Use top menu bar to navigate to another part of Koha.
    • +
    +
    +
    + diff --git a/koha-tmpl/intranet-tmpl/prog/en/export/marc.tmpl b/koha-tmpl/intranet-tmpl/prog/en/export/marc.tmpl new file mode 100644 index 0000000000..da47880e2b --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/export/marc.tmpl @@ -0,0 +1,14 @@ +Koha -- Cataloging: MARC Export + +

    MARC Export

    +

    Export in MARC format the following biblios:

    +
    +

    From biblio number: +to biblio number:

    +

    (leave blank to export every biblio)

    + + +
    +

    Note : the items are NOT exported by this tool

    + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/help/admin/biblio_framework.tmpl b/koha-tmpl/intranet-tmpl/prog/en/help/admin/biblio_framework.tmpl new file mode 100644 index 0000000000..1dd20d2bbb --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/help/admin/biblio_framework.tmpl @@ -0,0 +1,7 @@ +Online Help: System Preferences -- Biblio framework + +

    Biblio framework

    +

    biblio frameworks are used to catalogue your biblios.

    +

    Unlike Koha 2.0, in this version you can have more than 1 framework to catalogate differently various materials. You can, for example, define 1 framework for monographies, 1 framework for serials, 1 framework for URL...

    +

    Once a framework type is created, you can clic on "MARC structure" to define the exact MARC structure. The first time, Koha will ask you to select an existing framework to copy into the new one. Thus, you don't have to define all the MARC structure

    + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/images/checkall.gif b/koha-tmpl/intranet-tmpl/prog/en/images/checkall.gif new file mode 100644 index 0000000000000000000000000000000000000000..cc8c0a9760d5305cd7a74cf8a088d55521768fb5 GIT binary patch literal 83 zcmZ?wbhEHb6k-r!XkcUjf|+OjEB<5wG8q|kKzxu41Cv&de8cILweuzmXn1R%D=^Dz h2orZxwoFRdv36NRt%B0Z7p3>M?cUvaUz35s8US3V8GZl& literal 0 HcmV?d00001 diff --git a/koha-tmpl/intranet-tmpl/prog/en/images/koha.org-logo.gif b/koha-tmpl/intranet-tmpl/prog/en/images/koha.org-logo.gif new file mode 100644 index 0000000000000000000000000000000000000000..303a7ab9277dbcf0f75910c2a3cf24452255743c GIT binary patch literal 3006 zcmd6m`9IT-1IOPx?QjfpOrNxk-`<718%r9LS{E#K%uQM!D;egBH@>+yQLet!P&d~Nska&U}!46uPuz|U-KY<&Om zeSAt`(F9mZK$M#(Y9l&lg49RBqYnzzjEuPJIX8jhQE~D*jME4p) zc9ZeWUQ=)JR(cg-N82{`jjevoX8!FK>^jq+ZZfBp6xK%#Xd(wRQoO6ILObn3+wDSH z>^XI`-QBL?5~tvL`^XO0s5W0m|FyY0Qhj_dY`5qrk>?$|5wKHML8 z@XpTA^B!>$Ki*BB#Lhroz0cvE;FR9b^udUDabQMoRLY%*XrXUre{^z7L}phsUmlkt ziagf3w_r4t-=0uljmy{r4@Ze;_2F& zfwJogVck%9%k=e*N%4TPqxb3Ud#?r+&j+8reW+ZUdAauN`SSG4+sP*j59i)aFRZ?t zUwOW;GXL?*%7^vkrL}jTzO1>oYlXB^qB@-_?&dZ;s%n0C{r=05rO$6auCMT_y@sF3 zK7U*LzVYqbkFQ_8t*?LmT+@E$+xM@}7oPn1@#DXm{ZF_5uOX~MK>(ltEPrDC`~-m5 z03Zk#I7o)oKxmss%0)GOc^D%fAzNHKP^3@u5oQ6s6hR~0i5tYaG*oK3t3Gn*K2Ot2 z-7Oc37mNx1bVyyC8q$6VVrW6zsCLyQf+}{YdDN5p^h=AL-%c zH@SUg|CSQoC6x7R+P+EKu(Qp`Ms6;1 zq78MWqK~|bHAlU8vo8^=X!R4_GkfX!3BHo7+aIw%Y2VQA4lie){TArg-%AB|_UaOa z19`JPMm8e+kutxDi}XK4mr-#KqOP6Yx+%pTjnE1(#poTJ?7^9v)CX}3r_}UIa>0`# zU7T<_z{tmJ_OszB%-fzxaKhzn94%&*GQVW1S#$g}XiTh&kRYVIG6OY_tw(-mDUor^ zo2%IZZhYE&`S7{*Vq^7As@V;+GTaW-o|oK>*^TWL>&*@0z3y0bCX)8vAc$iUOWcmr%6SNl1?ST(V2&g*2h z*x*1yiW5sEE}SgQI&fh@WqdQ(_Q43LJ%3q#T*XO_BOyE2e28iJz2WNG=V}fBBXzw) z)?mSF8R4W>M&GSuMr~m^I?^ z;Cat|Dwx96@~fa20B}>@pyxT1r33j6*^s!qr({21sjvJ@5PQJy)8WqQ1yKNY?qskH zbGwchyz%XmyH(gWK$3|-9FpN8vKtAeT5Pcab*rH6Ib`D`GY(;^Z(@2C*Ngf4>nW*W z-e({E6L>Ee5L~jZ$%Jln^vrKSvrg$d^yhp`W}|Ag`MkDjf*HSxZlcM0lWY=vQl{1L z1e2pv4nQsPvo?E4Yq$wJ33z=ysyT*_1<$w{gE$}KVFDiWPuAiQ)??)yF>LW7;VlBGIDVa=I;#ry7{Xn!WhH|E zxT>A^U=K33EUO|KXTpQjTdDY{J4OI06wr^mJwy_UZy8Z6;2C@<#{saoI}b31X;&Q8 z1ZDKBWslrq3Q$Qmp}Hrb6ie~sOMMK_$fUcEMYVtiaxV~6a`NErLgHamkEyg^RJXsj zL>+XN4u7?Q8HUYXKvM+E;4zhB1`?HKO#TQewSy5Ei<~;z$DG+(tbVkHW`9j?yDf&Z zXSbjL#3e8}2Yi~Q4<)N1d!f#i0$b==vLuPGhtFgXWXV=s~r-T1KuIMz^Tl`B*tYAgBTw7;u2%m%6LM5@v8- z1UL;D%Tp^bclVIv{BzFG`XUc*ibHg^8O;hHm?Q>wYs1EIKMPdI26tJeXQc24KL&D z5dfl+G4gaKg&40<5LaoC5+E3RMX==Z%zeh5&K#>g52l1M!bCYeW3mvvh4{Gnwc;3L zKMIX}>NI{GH5UCYwHB zxH!oXVave-H!F3H%X_g;F!vP3JR*#q0DQTFDM`OFejAH0UFs>Ko6>+=j}zP+FI~<{ z)6qpHwlV=(1rmVhf<&-P&A>>QbWR7+rMmiOA8ORA4sd6G)*uGv!i||ak}|nEKq=a% zti?(4p?Z%;i*crRCMpsEYUNyk0V5k-d!Fx4a}&U8Cg(CF9Q!>}_;|q-81u_cBqA`$ ztDwBc#dY$iV$;e8;d>WnyqrPwqo9LWwW_X%N++)Ruh#$ieKG7_`=eIHYR8+)uesah z$ZME2(Jl|nezUKSrqA+kU5k3X_h?Vh%pa=_F4a1oj;QJD@37a}vP|qIJ0?zOVMDW( g`bK62vw0uSmP31%AZCaYdfi+8$b=e$K!Edq0K|sgp#T5? literal 0 HcmV?d00001 diff --git a/koha-tmpl/intranet-tmpl/prog/en/images/patron-blank.png b/koha-tmpl/intranet-tmpl/prog/en/images/patron-blank.png new file mode 100644 index 0000000000000000000000000000000000000000..d46d6e927a315cd0819024a4b90cdaaf285baccf GIT binary patch literal 1988 zcmb7Fe^3)=8s2P{umQwmQ4)@7L&!?hg$8n@Va#|51{#QUD5Xw7Ti8GXdO(3t4j7IL z7&H*7q-VEy;vJy911EP)KrPyqp=oqdj6c9K4VF7eDj-hgymF<7H%z^6J?H+p@n-Ii z-JS2-=l$_K@B4mVXWqV7Hbnd+0)n6oIU037_?Cg^mnajwOBZD6;DeN_UR6QRN8Xpi zx|YE@u0Bgw|N7g;`d^TB21r%*w%#DfsUph_`3ADAsrE~Qg0{`uTafkS$rGQ?=ka)| zs;a;qMNtb23o@B(Wo2c2e0=-%?Jk!qIy(C7*|YKS@%j1r&CSil#l^R7-CAE?pPrr$ zg+f-VRjpR9uC6|Q{CIYDc4lTK7z{po^yuEbd&|qqb8~Z+sJX2W#9GQxs|p(L>PrTh z5Gr78WBrD?%?u6NaEPJiX(8B}LO}@UO@e_6uIONnvfhOV%n$TzB{X#v`#*rf8yFca zlk_YJz655%&oQ#;P&Sgs!T&-p?_#7ZA-h13=}6xT0z2>*gx$T$-1p>k1{$rO?}8Hw z2k9h&guT=gW@V>=EQOQUTm#1t8KZ=_rJahz-AZ}7l!0)#RL%UwBd=+C`)L*yT)37@ z76>Xp&fH6uckLX(rV=`eA4_PbG~5wD2rUv$YWN)Quj&2USeTHoCza6n3l?-2+QFkE zj98BFwR|=$f`#DXlNfuQmL@^#w~ipc5*p#>D5S+$s34QlV5P@U2F<7BI4{ACWx%wx zN?T@iT9l@C_R}PCYAaGDfI;A&>aKpg(n2$KQyR|q=s@mo0mM4=twC(#KI7${J}FA> zp*imTL<<+Ezx1m5+h_nftO~laih5Bx*w`h>z5`a*kv7`8az?8^!HWxCi3T?HN!AT_ zq(XJW!(M<}`)i*w>U{dN`X5X5^5pShr&w|O+^k6Rpch6ssT69e@$PB<>~F%tt_>`8 z2KwHoXx=pb(+Py5Y$WU_OGOOtd~`afm%EC6 znv}z>+e~~)3 z>N5UdGYy$?W8bTNPXXTPiT@122lLPCfaeaAoCpLF%t45or^ZBdW623J@Q2@nidwE? zv5cW%*avH<8k0#XHML86ZbaFG24ifDdFZ~U8gyr1#B%BwuW|>EC*8$Mn!}8{8;raA z`8=Mc>rBU%3fT$4&myIXNtyW3e|y|-Oxf2z47Vt&T70P1eAMQuNvj)mrq#7u8snPG zXpA!wm$RwQW=E6%^8Y5Gy5 zw{Ofp`?ziEBDusY@@_omcO3xgHQF{;bBqhu-e1-=#bq?9I=k&L_r+tmbQ0E;5!;y) zr%u_9#S|Y8M+K9~f!MP0@*mnj+y%A3ou|6?V7)Rqj;1l@e>k^%MFCU5|6bDK&jpyN3uYk&8=#tIvvk zx+8w*gZDe)b*Ra`L$!Yh7wrB-E*ev2iH0!NdF1QUemeX?3QAvrS8G$HE0JjcXTf1# zFvQV%bQ6@7sg)R8V?%V-DcUupu&}9D^^RiW%ZU!GtRtK!kql5ykYf1ExX<@g_!lUv z%Q-q~Vtm6=v5?D>3I#w1gDF zi66KdBgKoe*#Tb#MY=h;bu8~ zu(Z$cj`o}Ng%&0}_A$IlHW7uq+;t2L9a+rGEy}E{Vokg~(|G%h+NNeT^g4+3i_god a$#f7B7wO3CtkaNQzj2fFnr%XY4AuZnmsrC9 literal 0 HcmV?d00001 diff --git a/koha-tmpl/intranet-tmpl/prog/en/images/search-books.gif b/koha-tmpl/intranet-tmpl/prog/en/images/search-books.gif new file mode 100644 index 0000000000000000000000000000000000000000..8b56ddc6eb882c17026b468415a5af86786f74fb GIT binary patch literal 142 zcmZ?wbhEHb6k!lySj5hdmd5b^|Nk>*X3m_M2BaAn7-pUUGX5+6WMO1rU}w+)iU3uL zFfcF&SM0j_dxEG_Y>zRE*PBq^ZJ|fYMcOV3NIkdBSk-kTAZgPcu5Y5xS2De4`^ng9 uD`Q~sMR(@ON5NM^^d`F85P4lwwD!2xF^;o+#ZC=3#kCoH-jp&iSOWmM!#Y&} literal 0 HcmV?d00001 diff --git a/koha-tmpl/intranet-tmpl/prog/en/images/search-kids.gif b/koha-tmpl/intranet-tmpl/prog/en/images/search-kids.gif new file mode 100644 index 0000000000000000000000000000000000000000..fbf4428f1e0c2b8285f50af0f42efcf7439762cc GIT binary patch literal 197 zcmZ?wbhEHb6k!ly*v!W;^UVMMXN>;?i8SN1nP+CEF$gd)FwA85pLXWVOa>rMO9S#5 z{+|J=`wwI&{$ycfVBllW0f~alU|=b_;ORDVkHzj)B3BhID};P+oZeyL`!aIHsZH-@ zb{5ASetANVQ}*zY!+%*iAM{*$wN|RzfnjBisk+?@M=pm;>t?@sRKQR&b;%|8Dn0(W`gy)vZM~F_rFTM0W4w(9TVtk1gNfNhO*26TYXGiQQAq#* literal 0 HcmV?d00001 diff --git a/koha-tmpl/intranet-tmpl/prog/en/images/search-large-print.gif b/koha-tmpl/intranet-tmpl/prog/en/images/search-large-print.gif new file mode 100644 index 0000000000000000000000000000000000000000..544248b1d05575cd47532f8fc49fd86025591f57 GIT binary patch literal 213 zcmZ?wbhEHb6k!ly*v!L_md0Qpq4NI>!~g&P&w#+pnKRS=p8@fJtTSmd85lrPKoSBJ zf3h$#Fz_(wfVdzt7+9JnoV1+2)FS#w{CMz|Eio5&@aPz>-~Xa%I+Bi}hU>UQTb*oTnfoFVrQLwP?W(RnMpM<{!GWrB;OP zYTxx>hE^%pCINPlvGVTzH1)B;8QNR$Xt)z|iceEg{HY4FJ8h zpDc_F4BQMlAQ6xm3@nWWCp}j$)w;iTla*Av>;v&GuSpXkJ6CCCYejP%U)o*S*}Gkl zH7O!MBwt&gF-=B^tAmG!Ay~qw*(uOs3nSN+dqIX08cdAq#Mf*}6G&@xu;tx-wX5=a yf`itv*o-U|mYUG;n81_(xt6v(S%2qL6CugI39~Nd%FPv1SCSEAum%9PfJoy2 literal 0 HcmV?d00001 diff --git a/koha-tmpl/intranet-tmpl/prog/en/images/search-music.gif b/koha-tmpl/intranet-tmpl/prog/en/images/search-music.gif new file mode 100644 index 0000000000000000000000000000000000000000..068612fe6bf882b8d06a651db9a2d9c60c1345d4 GIT binary patch literal 211 zcmZ?wbhEHb6k!ly*v!pv=FFLyGZ_RJ7#Qm7XU?2?=0C&#|7ZUH|3CALF;E653}gdI zI8gk_!pOkD&7cDk0hz(T(ok^HbM;cK=chv@SvD3*7>T%AOyYW^v|?4sEpBHD-vJdR-LY|Zn80yfgx_S@0>6errg`<*UFB^ ze>ObdW47vWiKka!kX=zyRcI+Z^fq{cT z2P6eDgMlSi;G|~%Qj5jGE<2-2Bj>OuJuR1L3Ei`NMpRp3rTo@yGJ9^dA8-s`eK+CQ z!GcZNOsywVTc2*xT99y+DX{p(dzk(0q#A3fEpIvCi Y5U=E_>!hOC(%9T7ZP+_OM3BK60PhY*hyVZp literal 0 HcmV?d00001 diff --git a/koha-tmpl/intranet-tmpl/prog/en/images/search-software-web.gif b/koha-tmpl/intranet-tmpl/prog/en/images/search-software-web.gif new file mode 100644 index 0000000000000000000000000000000000000000..a09895b8a87f4db5576b4d78c456497181873ac4 GIT binary patch literal 219 zcmV<103`oMNk%w1VH5xq0J9DN8yg$U%*+i94Vjq$GBPqEA|gVi004@wrp`G4w(V!Y%*>ep00960{{R30A^8LW000gEEC2ui02BZe000Dt&`H^9n>f>E5HgjPah>;t zqSGXe>4C>3uC2SW^TBo%a-*1rZbwV7ETbXIm>@J5&_$y#5i%`+#Ucu22&%do0-)G3 z%w90d(@?mj&#p{$h=CaHMj#Mp%vC}aasvZ>e;bAkg>or|dktECja`0iWl|{)09;UR VUzwX{U7nc|PLxxnK}Z-806XXIRH*;} literal 0 HcmV?d00001 diff --git a/koha-tmpl/intranet-tmpl/prog/en/images/up.png b/koha-tmpl/intranet-tmpl/prog/en/images/up.png new file mode 100644 index 0000000000000000000000000000000000000000..2b46c3c89c0663c6c981d84ef3617033e399761a GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRQ!3-n=Z@2USDVB6cUq=Rp^(V|(yIunMk|nMY zCBgY=CFO}lsSJ)O`AMk?p1FzXsX?iUDV2pMQ*D5X*aCb)T!Hle|NocXoPQU{Vk!yp z3;xgWbi08Ukmum(;uunKD=DFcv4J6}L70J&MM*-!LB)Z=ut8Em4M;giIDn`Fj3DAG o6N^9-tAGQCm;-}i1Op=*15Y}GQ>)<3IG|Y!p00i_>zopr097 + + + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar/menuarrow.gif b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar/menuarrow.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed2dee0e6368d201bf5d32833884c7c1da6c7424 GIT binary patch literal 68 zcmZ?wbhEHbWM^Py_{hZ2(9rPi-LwDy|1&T!DE?$&WME)o&;ha;K=KSsqAVN&i(DE6 VRJ~d>0vEY-3aNTcS;53$4FHxP5xxKb literal 0 HcmV?d00001 diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-barcodes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-barcodes.inc new file mode 100644 index 0000000000..90770a40c3 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-barcodes.inc @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-addbiblio.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-addbiblio.inc new file mode 100644 index 0000000000..ad09699a82 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-addbiblio.inc @@ -0,0 +1,9 @@ + + + + + + + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/error-bottom.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/error-bottom.inc new file mode 100644 index 0000000000..096e1e0ff0 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/error-bottom.inc @@ -0,0 +1,17 @@ +
    +

     

    + +
    +Home || +Catalogue || +Members || +Acquisitions || +Circulation || +Reports || +Parameters || +About || +Help +
    + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc new file mode 100644 index 0000000000..687031e213 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc @@ -0,0 +1,65 @@ + + + + +KOHA: INTRANET: Catalogue + + + + + + +/includes/common-style.css"> + + + + + + + + +

    Logged in as: [Log Out]

    + +

    Log In to Koha

    + diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/hierarchy.css b/koha-tmpl/intranet-tmpl/prog/en/includes/hierarchy.css new file mode 100644 index 0000000000..d661bb3fab --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/hierarchy.css @@ -0,0 +1,105 @@ +.hierarchies { + background-color:#fff; + color:#000000; + padding:5px; + margin-left:50px; + -moz-border-radius:6px; + display:block; + font-size:10px; +} +.hierarchy { + padding:5px; + width:90%; + -moz-border-radius:6px; + display:block; +} +.child { + display:none; + margin-left : 50px; + width:150%; +} +.child a:hover{ + background-color:#BFCFFF; +} +.parent { + display:none; + margin-left : -50px; +} +.parent a:hover{ + background-color:#BFCFFF; +} +.child0{ + width : 20%; + text-align : left; +} +.child0 a:hover{ + background-color:#BFCFFF; +} +.child1{ + width : 20%; + text-align : left; + margin-left : 50px; +} +.child1 a:hover{ + background-color:#BFCFFF; +} +.child2{ + width : 20%; + text-align : left; + margin-left : 100px; +} +.child2 a:hover{ + background-color:#BFCFFF; +} +.child3{ + width : 20%; + text-align : left; + margin-left : 150px; +} +.child3 a:hover{ + background-color:#BFCFFF; +} +.child4{ + width : 20%; + text-align : left; + margin-left : 200px; +} +.child4 a:hover{ + background-color:#BFCFFF; +} +.child5{ + width : 20%; + text-align : left; + margin-left : 250px; +} +.child5 a:hover{ + background-color:#BFCFFF; +} +.child6{ + width : 20%; + text-align : left; + margin-left : 300px; +} +.child6 a:hover{ + background-color:#BFCFFF; +} +.child7{ + width : 20%; + text-align : left; + margin-left : 350px; +} +.child7 a:hover{ + background-color:#BFCFFF; +} +.child8{ + width : 10%; + text-align : left; + margin-left : 400px; +} +.child8 a:hover{ + background-color:#BFCFFF; +} +.parents{ + display:inline; + cursor:crosshair; +} \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc new file mode 100644 index 0000000000..d02d00e06b --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc @@ -0,0 +1,65 @@ + + + + + + + +

    Koha

    diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-print.css b/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-print.css new file mode 100644 index 0000000000..33b4cd7956 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-print.css @@ -0,0 +1,235 @@ +body { + font-family : Verdana, Geneva, Arial, sans-serif; + font-size : .9em; +} + +table { + border-collapse : inherit; + border : 1px solid #CCCCCC; + margin : 1em 0; +} + +caption { + font-size : 140%; + text-align : left; + font-weight : bold; +} + +td,th { + /*border-left : 1px solid #CCCCCC; + border-bottom : 1px solid #CCCCCC;*/ + border : 1px solid #CCCCCC; + padding : 5px; +} + +th { + background-color : #CCCCCC; + border-left : 1px solid #999999; + border-bottom : 1px solid #999999; +} + +th[scope=row] { + background-color : #EEEEEE; + text-align : right; +} + +input { + font-size:0.9em; +} + +select { + font-size:0.9em; +} + +input[type=submit], input[type=button], input[type=reset] { + background-color : #6699CC; + color : #FFFFFF; + font-size : 1em; + font-weight : bold; +} + +.searchresults table tr:hover{ + background-color: #CCFFFF; +} + +tr.highlight td, tr.highlight th { + background-color : #EEEEEE; +} + +.here { + color: black; + text-decoration:none; +} + +#problem { + color: red; + background-color:white; + font-weight : bold; +} + +#admin_stopwords_select UL { + width: 600px; +} + +#admin_stopwords_select UL LI { + white-space: nowrap; +} + +legend { + font-size:120%; + font-weight:bold; +} + +.problem { + color: white; + background-color:red; + font-weight : bold; +} + +/* css styles for reserves color alerts */ +.onloan { + background-color: #FFED3D; +} + +.reserved { + background-color: #8EBAFF; +} + +.transfered { + background-color: #F9FF9A; +} + +.inwait { + background-color: #33CC99; +} + +.other { + background-color: #FF0000; +} + +.available { + background-color: white; +} + +.unavailable { + background-color: #FFED3D; +} + +.hasexpirated { + text-decoration: line-through; +} + +/* style for search terms in catalogsearch */ +.term { + background-color:yellow; +} + +/* end of css styles for reserves color alerts */ + +/* MAIN MENU STYLES */ +#mainmenu { +display:none; +} + +/* submenus styles */ +#submenu { + display:none; +} +/*Action button*/ +#action { + display:none; +} + +/* Main body style */ +#main { + margin-left:0%; +} + +/* facets bloc */ +#facets { + display:none; +} + +/* the USER information block */ +#librarian_information { + display:none; +} + +/* css style for reregistration alert */ + +.reregistrinfo { + color: #6699cc; + font-weight : bold; + background-color : #eeeeee; +} +/* MARC editor */ + +/* styles for the 11 buttons that the user can click on */ +/* the design of the active tab button (only 1 at a given time)*/ +.tab_active { + color: #6699CC; + background-color : #CCCCCC; + font-size : 1em; + border: 2px inset; + font-weight : bold; + text-decoration:none; + display: inline; + text-decoration:none; + margin-left:10px; +} + +#onlinehelp { + display:none; +} + +/* the design of the INactives tab buttons (all other tabs) */ +.tab_inactive { + background-color : #6699CC; + color : #FFFFFF; + font-size : 1em; + font-weight : bold; + display:inline; + border: 2px outset; + text-decoration:none; + margin-left:10px; +} + +/* the button of INactive tabs : we need this one to have white color on links, otherwise, default a look will be choosen */ +#tabs a { + color:white; + text-decoration:none; + padding-right:10px; + padding-left:10px; +} + +/* specify that we to do when the mouse is on 1 button */ +#tabs a:hover { + border: 2px inset; +} + +#tabs { + margin-top:45px; + margin-bottom:5px; +} + +/* styles for the 11 content blocks */ +/* the property for hidden tabs */ +.content_hidden { + height:0px; /* you propably don't need to change this one */ + visibility:hidden; /* you propably don't need to change this one */ + display:none; +} + +/* the property for the displayed tab */ +.content_visible { + height:0px; /* you propably don't need to change this one */ + visibility:visible; /* you propably don't need to change this one */ + display:block; +} + +.lineSelected { + background-color:yellow; +} +.DoNotPrint { + display:none; +} \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/menu-barcodes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/menu-barcodes.inc new file mode 100644 index 0000000000..d686bbac50 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/menu-barcodes.inc @@ -0,0 +1,7 @@ + + +
    diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/menu-bookshelves.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/menu-bookshelves.inc new file mode 100644 index 0000000000..baa9fef1e1 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/menu-bookshelves.inc @@ -0,0 +1,5 @@ + + +
    \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/menu-reports.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/menu-reports.inc new file mode 100644 index 0000000000..58cc3f93ba --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/menu-reports.inc @@ -0,0 +1,5 @@ + + +
    diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/san-op.css b/koha-tmpl/intranet-tmpl/prog/en/includes/san-op.css new file mode 100644 index 0000000000..6933a5e1a8 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/san-op.css @@ -0,0 +1,414 @@ +body { + font-family : Verdana, Geneva, Arial, sans-serif; + font-size : 1.0em; + background-color : #eeeeee; + text-align: left; +} + +h1 { + font-size: 1.9em; + background-color : #384b73; + color : white; + text-align: center; + padding-bottom : 6px; + display:block; +} + +h2 { + color : #384b73; + text-align: left; + padding-bottom : 6px; + display:block; + font-size:110%; +} +h3 { + color : #384b73; + text-align: left; + padding-bottom : 6px; + display:inline; + font-size:100%; + font-weight:normal; +} + +label { + font-style:italic; + vertical-align:top; +/* display:block; + float:left; + text-align:right; + width:8em; + margin-right:0.2em;*/ +} + +p { + margin-bottom:0px; + margin-top:0px; + margin-left:10px; + margin-right:10px; + padding:0px; +} + +/* Alternate css proposal : uncomment this (and comment #action a below), and action menu will appear on the right, vertically */ +/* +#action { +float:right; +} +#action a { + background-color : #eec95a; + color : #FFFFFF; + font-size : 1em; + border: 3px; + font-weight : bold; + margin-right:5px; + margin-bottom:5px; + text-decoration:none; + display: block; +} +*/ + +#action { + margin-top:5px; + margin-bottom:20px; +} +#action a { + background-color : #eec95a; + color : #FFFFFF; + font-size : 1em; + border: 2px outset; + font-weight : bold; + margin:0px 5px 0px 0px; + padding-right:5px; + padding-left:5px; + text-decoration:none; + display: inline; +} +#action a:hover { + border: 2px inset; + background-color:#384b73; +} + +a:link, a:visited, a:active { + text-decoration : underline; + color :navy; +} +a:hover { + text-decoration : none; + color : orange; +} + +table { + border-collapse : collapse; + border-top : 1px solid #CCCCCC; + border-right : 1px solid #CCCCCC; + margin : 1em 0; +} + +caption { + font-size : 140%; + text-align : left; + font-weight : bold; +} + +td,th { + border-left : 1px solid #CCCCCC; + border-bottom : 1px solid #CCCCCC; + padding : 5px; +} + +th { + background-color : #384b73; + color : white; + border-left : 1px solid #999999; + border-bottom : 1px solid #999999; +} + +th[scope=row] { + background-color : #EEEEEE; + color:black; + text-align : right; +} + +input { + font-size:0.8em; +} + +select { + font-size:0.8em; + border : 1px solid black; + padding : 1px; +} + +li { +margin : 0px 0px 0px 10px; +} + +input[type=submit], input[type=button], input[type=reset] { + font-size:0.8em; + background-color : #eec95a; + color : #FFFFFF; + font-size : 1em; + border-width:2px; + font-weight : bold; +} +input:hover[type=submit], input:hover[type=button], input:hover[type=reset] { + border:2px inset; +} + +input[type=text] { + font-size : 0.8em; + font-weight : bold; + border : 1px solid black; + margin : 0px 2px 0px 0px; + padding : 2px; +} + +tr.highlight td, tr.highlight th { + background-color : #FFF; +} + +#problem { + color: red; + background-color: #eee; + font-weight : bold; +} + +legend { + font-size: 1.3em; + font-weight:bold; + background-color : #384b73; + color : white; + padding : 0px 5px 0px 5px; +} +fieldset { + border : 1px solid #374b73; + display: inline; + vertical-align:top; +} + +.problem { + color: white; + background-color:red; +} + +/* css styles for reserves color alerts */ +.onloan { + background-color: #FFED3D; +} + +.reserved { + background-color: #8EBAFF; +} + +.transfered { + background-color: #F9FF9A; +} + +.inwait { + background-color: #33CC99; +} + +.other { + background-color: #FF0000; +} + +/* end of css styles for reserves color alerts */ + +/* MAIN MENU STYLES */ +#mainmenu { + display:block; + float:left; + font-weight : normal; + background-color : #eee; + margin-right: 5px; + padding-right: 5px; + border-right:1px solid black; + font-size:0.8em; +} + +#mainmenu a { + display:block; + margin-bottom:0px; + padding-left :5px; + text-decoration:none; + font-weight:bold; + color:black; +} + + +#mainmenu a:hover { + display:block; + margin-bottom:0px; + padding-left :5px; + text-decoration:none; + font-weight:bold; + background-color:#6699cc; + color:white; +} + +#mainmenu ul a { + display:block; + margin-bottom:5px; + padding-left :5px; + text-decoration:none; + font-weight:normal; + color:black; +} +#mainmenu ul a:hover { + display:block; + margin-bottom:5px; + padding-left :5px; + text-decoration:none; + font-weight:normal; + background-color:#6699cc; + color:white; +} + +#mainmenu ul { + list-style-type: none; + padding-left:20px; + margin-bottom:0px; + margin-top:0px; +} + +#mainmenu li { + list-style-type: none; + padding-left:0px; + margin-left:0px; + margin-bottom:0px; + margin-top:0px; +} + +#mainmenu label { + width:4em; +} +/* submenus styles */ +#submenu { + margin-left:0%; + font-weight : normal; + /*display:left;*/ +} + +#submenu a { + margin:5px; + padding : 0px 0px 4px 0px; + text-decoration:none; + color:black; + padding-right:15px; + font-size:1em; +} + +#submenu a:hover { + margin:5px; + padding : 0px 0px 4px 0px; + background-color:#6699cc; + color:white; + padding-right:15px; + font-size:1em; +} + +/* Main body style */ +#main { + margin-left:20%; + margin-bottom:0px; + padding-bottom:0px; +} + +/* facets bloc */ +#facets { + float:left; +/* background-color:#CCCCCC; */ + margin-right:20px; + border:1px solid black; + font-size:75%; +} + +#facets ul { + list-style-type: none; + padding-left:0px; + margin-bottom:0px; + margin-top:0px; +} + +/* the USER information block */ +#librarian_information { +/* position:absolute; */ + float:right; + font-size:10pt; +} +/* css style for reregistration alert */ + +.reregistrinfo { + color: #6699cc; + font-weight : bold; + background-color : #eeeeee; +} + +/* MARC editor */ + +/* styles for the 11 buttons that the user can click on */ +/* the design of the active tab button (only 1 at a given time)*/ +.tab_active { + background-color : #eec95a; + font-size : 1em; + border: 2px inset; + font-weight : bold; + text-decoration:none; + display: inline; + color:white; + text-decoration:none; + margin-left:10px; +} +/* the design of the INactives tab buttons (all other tabs) */ +.tab_inactive { + background-color:#384b73; + font-size : 1em; + border: 2px outset; + font-weight : bold; + display: inline; + color:white; + text-decoration:none; + margin-left:10px; +} + +/* the button of INactive tabs : we need this one to have white color on links, otherwise, default a look will be choosen */ +#tabs a { + color:white; + text-decoration:none; + padding-right:10px; + padding-left:10px; +} + +/* specify that we to do when the mouse is on 1 button */ +#tabs a:hover { + border: 2px inset; +} + +#tabs { + margin-top:45px; + margin-bottom:5px; +} + +/* styles for the 11 content blocks */ +/* the property for hidden tabs */ +.content_hidden { + height:0px; /* you propably don't need to change this one */ + visibility:hidden; /* you propably don't need to change this one */ +} +/* the property for the displayed tab */ +.content_visible { + height:0px; /* you propably don't need to change this one */ + visibility:visible; /* you propably don't need to change this one */ +} + +#onlinehelp { + float:right; +} + +.term { + background-color:yellow; +} + +.searchresults table tr:hover{ + background-color:#ffffde + +} diff --git a/koha-tmpl/intranet-tmpl/prog/en/installer/auth.tmpl b/koha-tmpl/intranet-tmpl/prog/en/installer/auth.tmpl new file mode 100644 index 0000000000..87d11933c9 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/installer/auth.tmpl @@ -0,0 +1,48 @@ + + Koha › Error: Access Denied + Koha › Error: Session Timed Out -- + Koha › Error: IP Address Change -- + Koha › Error Invalid Username or Password -- + Koha › Welcome to the Koha Web Installer + + +

    Login Error

    +

    Sorry, Koha doesn't think you have permission for this page.

    + + + + +

    Login Error

    Sorry, your session has timed out. Please login again.

    + + + + +

    Login Error

    You are accessing Koha from a different IP address! Please login again.

    + + + + +

    Login Error

    You entered an incorrect username or password. Please try again.

    + + + + +
    " method="post" name="mainform" id="mainform"> + + " value="" /> + +

    Welcome to the Koha Web Installer

    +

    Before we begin, please verify you have the correct credentials to continue. Please log in +with the username and password given to you by your systems administrator and located in your +koha.xml.

    + + + + +
    Please enter your username and password
    +

    +
    + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/installer/step1.tmpl b/koha-tmpl/intranet-tmpl/prog/en/installer/step1.tmpl new file mode 100644 index 0000000000..080740ecc8 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/installer/step1.tmpl @@ -0,0 +1,85 @@ +Koha › Web Installer › Step 1 + +

    Koha › Web Installer › Step 1

    + +

    You are about to install Koha.

    +
    + +

    Please pick up your language from the following list. If your langauge is not +listed, please inform your systems administrator.

    + + +

    + +

    Click Next to continue

    +
    + + + + +

    Some perl modules are missing.
    +

      + +
    • + +
      This module is used whenever Koha has to send email. + + +
      This module is needed if you intend to print barcodes. + + +
      This module is needed if you intend to print spine labels. + + +
      This module is needed if you intend to use LDAP for authentication. + +
    • + + Please consider installing these modules before continuing. +
      +  
      +    perl -MCPAN -e "install ";
      +  
      +  
      + + +

      I encountered some problems.

      +
        + +
      • Your perl version seems to be obsolete. + Please upgrade to a newer version of Perl (at least Version 5.006001).
      • + + +
      • Your perl installation is not in /usr/bin/. + This version of the Web Installer expects perl to be in /usr/bin/.
      • + + +
      • Zebra server doesn't seem to be installed or I can't find it. + Please install it before continuing.
      • + + +
      • MySQL server doesn't seem to be installed or I can't find it. + Please install it before continuing.
      • + + +
      • Yaz doesn't seem to be installed or I can't find it. + Please install it before continuing.
      • + +
      + + + +
      +

      All dependencies installed. +

      + +

      Please click next to continue

      +
      + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl b/koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl new file mode 100644 index 0000000000..1c9e4bd849 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl @@ -0,0 +1,54 @@ +Koha › Web Installer › Step 2 + +

      Koha › Web Installer › Step 2

      +

      Database settings:

      +
        +
      • database name :
      • +
      • database host :
      • +
      • database port : (probably OK if blank)
      • +
      • database user :
      • +
      +
      + +
      + +

      Connection established.

      + +

      Database exists.

      + +

      User has all required privileges on database .

      + +

      user doesn't have enough privilege on database

      +

      Ask for or make a change in the user's privileges. Need help? See this page. User must have USAGE, INSERT, UPDATE, DELETE, DROP and CREATE privileges on

      + + +

      No database named detected.

      +

      Please create the database before continuing.

      + + +
      : +
      +
      +
        +
      • Check that your database is running.
      • +
      • Check your database settings in koha.xml.
      • +
      • Check the hostname setting in koha.xml. + Some database servers require 127.0.0.1 rather than localhost.
      • +
      +

      Please correct these errors and start the installer again. + + + +

      Click Next to continue

      + +
      + +
      + + +

      Please click Next to continue if this information is correct

      +
      + +
      + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl b/koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl new file mode 100644 index 0000000000..a8d5129dcd --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl @@ -0,0 +1,183 @@ +Koha › Web Installer › Step 3 + +

      Koha › Web Installer › Step 3

      + + + + + + + + + + + + +

      Selecting Frameworks

      +
      + + +

      Please select a framework language you want to import:

      +

      +

      +

      + " style="color: grey; cursor: se-resize;" onclick="Hide('')">+ + + +

      +

      + +

      " style="display:none"> +

      + +

      + " checked /> + " /> +
      + +

      + +
      +

      + +

      Hint: You can select specific frameworks from each framework set by clicking on the + to expand.

      +

      When you've made your selections, please click 'Import' below to begin the process. It may take a while to complete, + please be patient

      +

      +

      +
      +

      + + +

      Data added

      +

      Language :

      + +

      +

      +

        + +

      • + +
      +

      + +

      Installation complete.
      +

      Click on Finish to complete and load the Koha Staff Interface. + The installer will be disabled for security reasons. +

      + + +
      +

      +

      + + + + +

      The following error occcurred while importing the database structure:

      +

      +

      Please contact your system administrator

      + +

      Success

      +
        +
      • Database tables created
      • +
      + Click here to continue. + + + +

      Now we're ready to create the database tables and fill them with some default data.

      +Click here to continue. + + + + +You can now update your database +structure to the latest version if you are upgrading from a previous version of Koha. +

      +

      Otherwise, select frameworks to import to continue the installation.

      + + + +

      Updating Mysql database

      + +

      Update report :

      +

      + +

      + +

      Everything went OK.

      + +Continue to Framework Selection +
      + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl b/koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl new file mode 100644 index 0000000000..39d6c8fc3c --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl @@ -0,0 +1,106 @@ +Koha -- Catalog Maintenance + + + + + + + +
      Results
      " onclick="messenger('/cgi-bin/koha/maint/catmaintain.pl?type=modsub&sub=');window1.focus()">
      + + + + +
      +This will change the subject headings on all the records this subject is applied to. + + + +
      Subject Heading Global Update
      " name="sub" id="sub" size="40" /> +" />
      + +
      + + + + +Successfully modified +is now + + + + + + + + + + + + + + + +
      TitleAuthorUndelete
      ">Undelete
      + + + + +

      Succesfully undeleted

      +

      Back to Catalogue Maintenance

      + + + + +
      + + +
      " /> + +" />
      + +
      + + + + +

      Updated successfully

      +

      Back to Catalogue Maintenance

      + + + + + +

      Catalog Maintenance

      +
      + + + +
      Subject Maintenance
      + +
      + +
      + + + + +
      Group Maintenance
      + +
      + +
      + + + +
      Undelete Biblio
      + +
      + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/reports/reservereport.tmpl b/koha-tmpl/intranet-tmpl/prog/en/reports/reservereport.tmpl new file mode 100644 index 0000000000..966d21fa34 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/reports/reservereport.tmpl @@ -0,0 +1,25 @@ +Reserve Report: All Reserves + + + + + + + + + + + +
      NameReserve DateTitleClass
      + + + + + + + +
      +

      + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/serials/checkexpiration.tmpl b/koha-tmpl/intranet-tmpl/prog/en/serials/checkexpiration.tmpl new file mode 100644 index 0000000000..42fe18ffe4 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/serials/checkexpiration.tmpl @@ -0,0 +1,145 @@ + + Koha -- Serials expiration + + + +/includes/calendar/calendar-system.css"> + + + + + + + + +

      Check expiration

      + +
      + Select record which will expire + +
      + + + "/> +
      + + "/> +
      + + "/> + + +
      +
      + + +

      + subscription(s) + + with title like + and + + + issn like + + will expirate bebore +

      +
      + + + + + + + + + + + + + + + + + + + +
      + issn + + title + + Note + + Expiration date +
      + + + + "> + + + + | + + + + + "> + + + + | + + + + "> + + + + | + + + + + + + + +
      +
      + + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl b/koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl new file mode 100644 index 0000000000..13b858df05 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl @@ -0,0 +1,311 @@ + + Catalog -- Serials + + + + + + + + + + +

      Serial Collection information for

      + + +
      + + ">See any subscription attached to this biblio + + + + -- + 1/day + + + 1/week + + + 1/2 weeks + + + 1/3 weeks + + + 1/Month + + + 1/2 Months (6/year) + + + 1/quarter + + + 1/quarter + + + 2/year + + + 1/year + + + 1/2 years + -- + + Number + + + Volume, Number, Issue + + + Volume, Number + + + Volume, Issue + + + Number, Issue + + + Seasonal only + + + None of the above + -- + ----"> + ">Subscription # + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Subscription Summary Subscription Summaries
      Subs FreqNum patternBranchCall NumberNotesRenew
      # + 1/day + + + 1/week + + + 1/2 weeks + + + 1/3 weeks + + + 1/Month + + + 1/2 Months (6/year) + + + 1/quarter + + + 1/quarter + + + 2/year + + + 1/year + + + 1/2 years + + + Number + + + Volume, Number, Issue + + + Volume, Number + + + Volume, Issue + + + Number, Issue + + + Seasonal only + + + None of the above +
      Subscription Expired + +
      ')">Renew ')">Renew  
      +
      + + + +
      + + +
      " class="content_visible" > + +
      " class="content_hidden"> + +

      + + + + + + + + + + + + + + + "> + + + + + + + + + + + + +
      # Subs. + Date published + Date received + Number + Status + Notes + branch + Edit +
      "> + + + + + + + Waited + Arrived + Late + Missing + Claimed + + + + + +
      ">
      + + " disabled /> + + " onclick="javascript:addsubscriptionid();"/> + +
      +

      +
      + + "> + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl b/koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl new file mode 100644 index 0000000000..b2d77a61f1 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl @@ -0,0 +1,326 @@ +Koha -- Subscription edit + + + + + +

      Serial Edition:

      +
      + +
      + + " title="serial Collection for ">Serial collection + + " title="detail of the subscription">Subscription # + + " class="button" title="all subscriptions on ">Search All Subscriptions --> + " title="go to ">Show Biblio +
      + +Error : Barcode Not Unique For serialseq + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + Numbered + + Published on + + planned for + + Status + + Notes +
      + " /> + " /> + " /> + " /> + " /> + Issue " size="20" maxlength="100"> + + " size=10 maxlength=15> + + " size=10 maxlength=15> + + + " OnChange="javascript:if (this.value==2){unHideItems('items'++,'label')}" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + " size=20 maxlength=255> +
      + " style="color: grey; font-size: 80%; cursor: se-resize;" onclick="unHideItems('items','label')"> + Items + +
      + + " /> + " /> + " /> + " /> + Subs. New Issue ','label')} else {HideItems('items','label')}"/> + + " size=10 maxlength=15> + + " size=10 maxlength=15> + + + + + +
      + " style="color: grey; font-size: 80%; cursor: se-resize;" onclick="unHideItems('items','label')"> + Item + +
      +
      + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl b/koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl new file mode 100644 index 0000000000..13b8606477 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl @@ -0,0 +1,304 @@ +Koha -- Subscription edit + + + + + +

      Check In subscription for:

      +
      + " title="detail of the subscription">Subscription Details + " class="button" title="all subscriptions on ">Search All Subscriptions --> + " title="go to ">Show Biblio + + " title="subscription routing list">Routing list + +
      + +

      waited or late numbers

      +
      + + "> + "> + "> + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + Numbered + + Published on + + planned for + + Status + + Notes +
      + Issue " size="20" maxlength="100"> + +

      + Callnumber " size=15 maxlength=100> + Barcode " id="barcode" size=20 maxlength=20> + +
      + " size=10 maxlength=15> + +

        + +
      + " size=10 maxlength=15> + +

      + + +
      + "> + + +

      + + + + : " checked> + + + + + +   + + + +
      + " size=20 maxlength=255> + +

      + + + +   + + +
      + Manual issue "> + +

      + Callnumber + Barcode + +
      + " size=10 maxlength=15> + +

        + +
      + "> + +

      + + +
      + + "> + + + + + +

      + + + + : " checked> + + + + + +   + + +
      +   + +

      + + + +   + + +
      + + +

      Subscription has expired.

      +

      Waited last issue status can't be changed. Renew your subscription

      + + +

      Note: Subscription is about to expire next issue.

      + + +
      + +

      Subscription summary

      +
      + + "> + "> + "> +

      +

      "> (the date of the 1st subscription)

      +

      ">(if empty : subscription still active)

      +

      Recieved issues

      +

       

      +

      Missing issues

      +

       

      +

      Opac's note

      +

       

      + +
      + +
    + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl b/koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl new file mode 100644 index 0000000000..920fd704df --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl @@ -0,0 +1,56 @@ +Koha -- Cataloging: MARC Import + + + + +

    MARC acquisition system

    +

    Import into the reservoir

    + + +

    Import results :

    +
      +
    • imported records
    • +
    • not imported because already in catalog
    • +
    • not imported because already in the reservoir
    • +
    • not imported because they seem not to be in MARC format (or ISBN/ISSN missing) !
    • +
    • records parsed
    • +
    • Back
    • +
    + +
      +
    • Select a file to import into the reservoir. It will be parsed, and for each ISBN found, a new baby will be created in the reservoir.
    • +
    • If an ISBN already exists in the reservoir, you can choose whether to ignore the new one or overwrite the old one.
    • +
    • You can enter a name for this import. It may be useful, when creating a biblio, to remember where the suggested MARC data comes from!
    • +
    • Of course, if the ISBN already exists in the active DB, the biblio will be ignored.
    • +
    +
    " enctype="multipart/form-data"> + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    + +
    If ISBN is already in the reservoir: Ignore this one, keep the existing one
    + Overwrite the existing one with this
    +
    + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl b/koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl new file mode 100644 index 0000000000..3c3c64bd68 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl @@ -0,0 +1,153 @@ +Koha -- Clean borrowers + + + +/includes/calendar/calendar-system.css"> + + + + + + + + + +

    Delete some old borrowers/Anonymize some issue history

    + + + +
    +
    +
    + What do you want to do ? + + + " type="text" /> + + +
    + + + " type="text" /> + + +
    + + + + + +
    + + + + + +
    +
    + Warnings + + 0 borrowers will be deleted. +
    + 0 issue history will be anonymized. +
    +
    +
    +
    + + What do you want to do for deleted members ?
    + + + + + + " /> +
    + + +
    + Are you sure you want to anonymize issue history for borrowers ? + " /> + +

    + Cancel + + + + " /> + " /> +
    +
    +
    + + + + + + +
    + + + + borrowers have been successfuly moved to trash. + + borrowers have been successfuly deleted. + + + + All user which issue's history older than has been anonimized. + + +
    + Go back to tools home. + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl b/koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl new file mode 100644 index 0000000000..7056b0fbdf --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl @@ -0,0 +1,120 @@ +Inventory + + +/includes/calendar/calendar-system.css"> + + + + +

    Inventory/Stocktaking

    +
    +
    + Select items you want to check +

    + +

    +

    + Item Location (items.itemcallnumber) between + " /> + and + " /> +

    +

    + " /> +

    +

    + " maxlength="5" size="5" /> + items beginning at offset + " size="5" maxlength="5" /> +

    +

    + + +

    +
    +
    +
    +
    + Use a barcode file +

    barcode filename :

    +

    Set datelastseen to :

    +

    +
    +
    +

    items modified : datelastseen set to

    +

    can't be opened

    + +

    + + : barcode not found + : item withdrawn + : item was on loan. It was returned before marked as seen + : item was on loan. couldn't be returned. +

    + + +
    + + "> + "> + "> + "> + "> + + + + + + + + + + + + + + + +
    SeenBarcodeTitleUnseen since
    + " value="1"> + + + +

    -

    +

    +
    +

    +
    + +
    + + +
    + "> + "> + "> + "> + "> + +
    + + +
    + "> + "> + "> + "> + "> + +
    + +
    + diff --git a/koha-tmpl/intranet-tmpl/prog/en/tools/itemslost.tmpl b/koha-tmpl/intranet-tmpl/prog/en/tools/itemslost.tmpl new file mode 100644 index 0000000000..7d5b5e4eff --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/tools/itemslost.tmpl @@ -0,0 +1,121 @@ +Koha -- System Administration + + + + +

    Items lost

    + + + + lost item found. + + No lost item found... + + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Barcode + + Date last seen + + Price + + Branch + + Itemtype + + Holdingbranch + + Location +
    + + + + + + + + + + + + + +
    + " title=""> + + + + + + + + + + + + + + +
    +
    + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl b/koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl new file mode 100644 index 0000000000..3fe0e51b84 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl @@ -0,0 +1,197 @@ +Koha -- Log viewer + + +/includes/calendar/calendar-system.css"> + + + + + + + + + +

    Browse system logs

    + +
    + +
    + Additional infos +

    + Display from "/> + /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top"> + + to "/> + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> + +

    +

    +

    Export into

    + + +
    + + + into an application + + + "> + +

    +
    + + +

    + + lines found. + + No log found. + +

    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    DateLibrarianModuleActionObjectInfo
    + + + + " /> + + + + + + " /> + + " /> +
    + " title="display detail for this librarian."> + + + + + " title="display detail for this member." title="Display member details."> + member + + + + " title="display detail for this member." title="Display member details."> + member + + + + " title="Display detail for this biblio">biblio + + + "> + + + + + + + + + + + " title="Display detail for this biblio">biblio + + + +
    +
    + + diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close-results.inc b/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close-results.inc new file mode 100644 index 0000000000..82fce9858e --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close-results.inc @@ -0,0 +1,31 @@ + + + +/includes/favicon.ico" type="image/x-icon" /> +?count=10&startPage=1" /> +/includes/" /> + + + + + + + + + diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead-basic.inc b/koha-tmpl/opac-tmpl/prog/en/includes/masthead-basic.inc new file mode 100644 index 0000000000..22ebac9e94 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead-basic.inc @@ -0,0 +1,15 @@ + + +
    +
    \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc new file mode 100644 index 0000000000..85636aa1fa --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc @@ -0,0 +1,18 @@ + diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/sanop.css b/koha-tmpl/opac-tmpl/prog/en/includes/sanop.css new file mode 100644 index 0000000000..610b00e4a9 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/en/includes/sanop.css @@ -0,0 +1,2013 @@ + +body #main { + margin-left : 2%; + background-color: #eeeeee; + +} + +/* TWO COLUMNS, RIGHT SIDEBAR */ + + +body#withsidebar #main { + float: left; + margin-left: 1%; + width: 58%; + } + +html body#withsidebar #main { + margin-left: .5%; + } + +body#withsidebar #sidebar + { + float: left; + margin-top : 2.4em; + width: 39%; +} + +/* THREE COLUMNS */ + +body#tricolumn #main_wrapper { + float: left; + width: 100%; +} + +body#tricolumn #main + { + margin: 0 150px 0 175px; + } + +body#tricolumn #nav + { + float: left; + margin-left: -100%; + width: 175px; + } +body#tricolumn #sidebar + { + float: left; + margin-left: -150px; + width: 150px; + } + +/* TWO COLUMNS LEFT NAVIGATION */ + +body#withnav #main_wrapper + { + float: left; + width: 100%; + } + +body#withnav #main + { + margin: 0 0 0 175px; + } + +body#withnav #nav + { + float: left; + margin-left: -100%; + width: 175px; + } + +body#withnav #main .content-block { + padding-left : 10px; +} + +/* END TWO COLUMNS RIGHT NAVIGATION */ + +a { + font-weight: bold; +} + +a:link, a:visited, a:active { + text-decoration : underline; + color :navy; +} + +a:link.current { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a:link.nav { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; + +} + +a:visited.current { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a:visited.nav { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a:hover.current { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a:hover.nav { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; + +} + +a:active.current { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a:active.nav { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a.help { + padding: 3px; + text-decoration: none; +} + +a.title { + font-size: 1.2em; + font-style: normal; + font-weight: bold; +} + +body { + font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + font-size: 73%; + margin: 0; + padding: 0; + background-color : #eeeeee; +} + +input, select, th, td { + font-size:1em +} + +caption { + font-family: Arial, Geneva, Helvetica, sans-serif; + font-size : 1.3em; + font-weight: bold; + margin: 0; + padding: 5px 0 3px 0; + text-align: left; +} + +div.bookcover { + float: right; +} + +div.details td.details { + text-align: left; +} + +div.details ul { + list-style-type: circle; + margin-left: 0; + text-align: left; +} + +div.error { + padding: 3px 10px 3px 10px; + width: 75%; +} + +div.error li { + margin-bottom: .5em; +} + +div.form, div.details { + margin: 0 auto; + padding: 0 0 0 6px; +} + +div.notes { + text-align: left; +} + +div.sidebar-box+div.sidebar-box { + margin-top: 5px; +} + +div.tab { + display: block; + margin-right: 0px; + width: 100%; +} + +div.tab p { + margin: 0; + padding: 3px 0; +} + +div.tab p.MARCtag { + clear: both; + font-weight: bold; /* style for tag definition (700 - Statement of responsability) */ + margin: 0; + padding: 2px; +} + +div.tab table { +} + +div.tabbloc { + font-family: Arial, Helvetica, sans-serif; +} + +div.table { + width: 95%; +} + +dl.details dt { + font-weight: bold; + margin: .5em 0; +} + +dl.details dd { + margin-left: 1em; +} + +dl.details ul { + padding: 0; + margin-left: 1em; +} + +dl.details ul p { + margin-left : 0; +} + +em.new { + font-style: normal; + font-weight: bold; +} + +form { + display: inline; + margin: 0; + padding: 0; +} + +h1 { + font-size: 1.8em; + padding: 5px 0 3px 0; +} + +h1,h2,h3,h4,h5,h6 { + font-family: arial, geneva, helvetica, sans-serif; + margin: 0; +} + +h1.logo { + display: inline; + margin: 10px 0 0 10px; + +} + +h1.title { + font-style: italic; + padding: 5px 0 3px 0; + color: navy; +} + +h2 { + font-size: 1.6em; + padding: 5px 0 3px 0; + +} + +h2#libraryname { + padding-left : 5px; +} + +h3 { + font-size: 1.4em; + padding: 5px 0 3px 0; +} + +h3.author { + padding: 0 0 3px 15px; +} + +h3+p { + margin: .4em 0 .4em 0; +} + +h4 { + font-size: 1.3em; + padding: 5px 0 3px 0; +} + +h5 { + font-size: 1.2em; + margin: 0; + padding: 10px 0 2px 0; +} + +h5+p { + margin-top: 0; + padding-top: 0; +} + +h6 { + font-size: 1.1em; +} + +input.add, a.add { + background-image: url(../images/add.gif); +} + +input.addchecked, a.addchecked { + background-image: url(../images/addtobasket.gif); +} + +input.back, a.back { + background-image: url(../images/back.gif); +} + +input.brief, a.brief { + background-image: url(../images/brief.gif); +} + +input.cancel { + font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + font-size : .9em; + font-weight: bold; + padding: 2px; +} + +input.cart, a.cart { + background-image: url(../images/cart.gif); +} + +input.clearall, a.clearall { + background-image: url(../images/clearbasket.gif); +} + +input.close, a.close { + background-image: url(../images/close.gif); +} + +input.delete, a.delete { + background-image: url(../images/delete.gif); +} + +input.detail, a.detail { + background-image: url(../images/detail.gif); +} + +input.edit, a.edit { + background-image: url(../images/edit.gif); +} + +input.icon { + background-position: left; + background-repeat: no-repeat; + font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + font-size : .9em; + font-weight: bold; + padding: 2px 2px 2px 22px; +} + +input.isbd, a.isbd { + background-image: url(../images/isbd.gif); +} + +input.print, a.print { + background-image: url(../images/print2.gif); +} + +input.remove, a.remove { + background-image: url(../images/remove.gif); +} + +input.reserve, a.reserve { + background-image: url(../images/placereserve.gif); +} + +input.send, a.send { + background-image: url(../images/send.gif); +} + +input.shelf, a.shelf { + background-image: url(../images/addtoshelf.gif); +} + +input.trash, a.trash { + background-image: url(../images/trash.gif); +} + +p { + padding: 0 10px 0 10px; +} + +p.error, div.error { + font-weight: normal; + margin: auto; + padding: 5px 20px 5px 20px; +} + +p.error+p.error, div.error+div.error { + margin-top: 5px; +} + +p+h3 { + margin-top: .6em; +} + +p+h5 { + margin: 0; + padding: 3px 0 2px 0; +} + +span.itemicon { + float : left; + font-size: .9em; + margin: 2px; + white-space: nowrap; +} + +span.print { + font-size: .7em; + font-weight: normal; + padding-left: .7em; +} + +table { + border-collapse: collapse; + margin: 5px 0 5px 0; + padding: 0; +} + +*html td, *html th { + font-size : .8em; +} + +td { + padding: 3px; +} + +td.input, div.form td, div.details td { + border-left: 0; + border-right: 0; + padding: 2px 2px 2px 4px; + text-align: right; +} + +td.credit { + text-align: right; +} + +td.debit { + text-align: right; +} + +td.sum, th.sum { + text-align: right; +} + +td.sum { + font-weight: bold; +} + +td.label { + font-weight: bold; + line-height: 1.5em; + padding: 4px; +} + +td.label, div.form th, div.details th { + border-right: 0; + border-top: 0; + font-weight: bold; + padding: 2px 2px 2px 4px; + text-align: left; + vertical-align: top; +} + +td.search-options select { +} + +td:last-child { + padding: 3px; +} + +th { + font-weight: bold; + padding: 2px; +} + +th a { + font-weight: bold; + text-decoration: none; +} + +th:last-child { + font-weight: bold; + padding: 2px; +} + +th[scope="row"] { + font-weight: normal; + text-align: right; +} + +ul#facets { + margin: 3px; +} + +#nav ul#facets { + margin : 0; + padding : 0; +} + +#nav ul#facets li { + font-weight: bold; + text-align: left; +} + +#nav ul#facets li#branch_facet, #nav ul#facets li#subject_facet, #nav ul#facets li#series_facet, #nav ul#facets li#author_facet { +} + +#nav ul#facets ul li { + border: 0; + font-size: .95em; + font-weight: normal; + padding: 2px; + text-align: left; +} + +#nav ul#facets ul li a { + font-weight: normal; + text-decoration: underline; +} + +#nav ul#facets ul li.showmore { + text-align: center; +} + +#nav ul#facets ul li.showmore a { + font-weight: bold; + text-decoration: none; +} + +/* Tabs */ +ul.link-tabs { + list-style-type: none; + margin: 9px 0 -2px 5px; + padding: 0; +} + +ul.link-tabs li { + display: inline; + padding: 0px; +} + +ul.link-tabs li a { + font-weight: bold; + padding: 2px 4px 2px 4px; + text-decoration: none; +} + +ul.link-tabs li#power_formButton a, ul.link-tabs li#proximity_formButton a { + padding: 2px 4px 3px 4px; +} + +ul.link-tabs li.off a { +} + +ul.link-tabs li.off a:hover { + padding: 2px 3px 2px 4px; +} + +ul.link-tabs li.on a { +} + +.clear { + clear: both; + line-height: .1em; +} + +.content-block { + padding: 5px; +} + +#home { + text-align : center; +} + +#home #searchform input.submit { + font-size : 1.3em; +} + +div#advanced-search p { + margin: .4em; + +} + +div#advanced-search fieldset { + /*margin-left : -1em;*/ + margin-bottom: .3em; + background-color : #eeeeee; + +} + +div#advanced-search fieldset p { + margin-left : 1em; + white-space: nowrap; + + +} + +table.itemtypes { + border-collapse: separate; + border-spacing: 3px; + display: block; + padding: 0; + margin: 0; +} + +div#advanced-search legend, div#sidebar legend { + font-weight: bold; +} + +div#advanced-search label { + +} + +.count { + font-weight: normal; +} + +.current { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +.detail-sidebar { + float: right; + padding: 5px; + margin-left : 15px; + margin-right : 5px; + text-align: center; + width : 25%; +} + +.detail-sidebar .further { + float: none; + text-align: left; + width : 90%; +} + +.further { + margin: 5px; + text-align: left; + width : 90%; +} + +.ex { + font-family: "Courier New", Courier, monospace; +} + +.further h4 { + padding: 2px; +} + +.further li { + padding: 2px 0; +} + +.further ul, .further li { + list-style: none; + margin: .5em 0 .7em .4em; + padding: 0; +} + +.inline { + display: inline; +} + +.item-datedue { + font-style: italic; +} + +.item-details { + display: block; + margin: 0 0 0 25px; +} + +.item-reserved, .item-notforloan, .item-lost, .item-cancelled, .item-damaged, .item-reserved { + display: block; +} + +.labelsubfield { + clear: both; /* style for each subfield (like : a Publication year), just before the biblio subfield */ + float: left; + font-weight: bold; + margin-left: 30px; + width: 12em; +} + +.left { + float: left; +} + +.loggedin { + font-weight: bold; +} + +.login-note { + width: 35%; +} + +.menu { + line-height: 3em; + font-size: 1.2em; + margin: 0; + padding: 5px; +} + +.menu a.logout { + font-weight: bold; + padding: 3px 15px 3px 15px; + text-decoration: none; +} + +.menu a:link, #members a:link { + padding: 2px; +} + +.menu a:visited, #members a:visited { + padding: 2px; +} + +.menu a:hover, #members a:hover { + padding: 2px; +} + +.menu a:active, #members a:active { + padding: 2px; +} + +.menu input { +} + +.menu label { + font-weight: bold; +} + +.menu p { + margin: 0; + padding: 0; +} + +.menu p+p { + margin-top: 5px; +} + +.note { + margin: 10px auto; + padding: 4px 4px 4px 4px; + width: 35%; +} + +.opac-detail { + padding: 4px; +} + +.opac-detail dd { + display: block; + line-height: 1.5em; + padding: 4px; + text-align: right; +} + +.operations { + margin-top: 7px; + padding: 0 10px; + text-align: center; + width: 100%; +} + +.operations img { + padding: 5px; +} + +.operations li { + list-style-type: none; + margin: 0; + padding-bottom: 2px; +} + +.operations li a, .operations li a:visited { + background-position: top left; + background-repeat: no-repeat; + border-style: outset; + display: block; + padding: 3px 3px 3px 26px; + text-decoration: none; +} + +.searchresults a.reserve, .searchresults a.reserve:visited { + background-position: top left; + background-repeat: no-repeat;/* + border-style: outset;*/ + float: right; + padding: 2px 3px 2px 26px; + /*text-decoration: none;*/ +} + +.operations li a:active { + border-style: inset; +} + +.operations ul { + margin: 0; + padding: 0; + width: 90%; +} + +.overdue { + font-weight: bold; +} + +.pages { + line-height : 1.8em; + text-align: center; +} + +.rejected { + text-decoration: line-through; +} + +.right { + float: right; +} + +.search-main { + float: left; + width: 65%; +} + +.searchresults input, .searchresults label, .searchresults select { + font-size: .8em; +} + +.searchresults p { + margin: 0; + padding: 0; + padding-top : .6em; +} + +.searchresults p img { + vertical-align: middle; +} + +.searchresults table td { + vertical-align: top; +} + +p.searchresults { + margin-top : -5px; + text-align : right; + vertical-align : middle; + padding-bottom : 3px; +} + +.selected { + text-decoration: none; +} + +.sidebar-box { + margin-bottom: 0; +} + +.sidebar-box h3, .sidebar-box h4 { + margin-left: 10px; +} + +.sidebar-box p { + margin: 3px 10px; + padding: 0; +} + +.submit { + font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + font-size : .9em; + font-weight: bold; + padding: 2px; +} + +.term { + font-weight: bold; +} + +.thumbnail { + border: 0; + float: left; + margin: 0 5px 5px 0; +} + +.title { + font-style: italic; + font-weight: bold; +} + +#sidebar .content-block { + margin : 0 10px 0 0; +} + +form#auth h3 { + font-size : 1.1em; +} + +#footer { + clear: both; + padding: 10px; + text-align: center; +} + +#corner { + position: absolute; + top: 10px; + right: 5px; +} + +#corner a.cart { + background-image : url(../images/cart-small.gif); + background-position: left; + background-repeat : no-repeat; + padding: 0 15px; + text-decoration: none; +} + +#languages { + display: inline; +} + +#languages ul { + display : inline; + list-style: none; + margin: 0; + padding : 0; +} + +#languages ul li { + display: inline; + font-family: Arial, Helvetica, sans-serif; + font-size: .9em; +} + +#languages ul li a { + font-weight: normal; + padding: 0 3px; + text-decoration: none; +} + +#loose_form label, #keyword_form label, #precise_form label, #cql_form label, #advanced label, #cql label, #power label, #proximity label { + font-weight: bold; + text-align: right; +} + +#loose_form, #keyword_form, #precise_form, #cql_form, #advanced, #cql, #power, #proximity { + margin: 5px; + width: 96%; +} + +/*#main { + margin-left: 20%; + margin-right: 0; + padding: 0; + position: relative; +}*/ + +#masthead { + margin: 0; + margin-bottom : 1em; + padding: 0; + text-align:center; + +} + +#members { + font-size: .8em; + font-weight: bold; + padding: 4px 0 4px 0; +} + +#members a.card { + background-image: url(../images/card.gif); + background-position: left; + background-repeat: no-repeat; + display: block; + padding-left: 39px; +} + +#members a.logout { + font-weight: bold; + padding: 0 .3em 0 .3em; + text-decoration: none; +} + +#members li { + display: inline; + list-style: none; + margin: 0; +} + +#members ul li a:link, #members ul li a:visited, #members ul li a:hover, #members ul li a:active, #members span.members { + padding : 4px; +} + +#members ul li:last-child { +} + +#members ul li a:hover { +} + +#members ul { + margin: 0; + padding: 0; + text-align: right; +} + +/*#nav { + float: left; + margin: 0; + padding: 0; + width: 20%; +}*/ + +#nav a { + font-family: Arial, Geneva, Helvetica, sans-serif; + font-weight: bold; + text-decoration: none; +} + +#nav h6 { + padding: 3px; + text-align: center; +} + +#nav li ul li { + font-family: Arial, Geneva, Helvetica, sans-serif; + list-style: none; + margin: 0; + padding: 5px 3px 5px 3px; + text-align: right; +} + +#nav li ul li a { + font-family: Arial, Geneva, Helvetica, sans-serif; + font-weight: bold; + text-decoration: none; +} + +#nav ul { + margin: 0; + padding: 0; +} + +#nav ul li { + font-family: Arial, Geneva, Helvetica, sans-serif; + list-style: none; + margin: 0; + padding: 3px 8px 3px 3px; + text-align: right; +} + +#nav ul li+li { + margin: 0; +} + +#power_formButton, #proximity_formButton { +} + +#results, .results { + font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + margin: 0; + padding: 7px 0 10px 0; +} + +#search-footer { + margin: auto; + text-align: center; +} + +#search-footer a { + margin: 3px 5px 3px 5px; + padding: 2px 5px; + text-decoration: none; +} + +#searchform input.submit { + font-size: .8em; +} + +#search-sidebar { + float: right; + margin: 10px; + padding: 3px; + width: 30%; +} + +#search-sidebar .sidebar-box label { + display: block; + text-align: left; +} + +/*#sidebar { + float: right; + margin: 20px; + padding: 5px; + width: 20%; +}*/ + +#sidebar .submit { + font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + font-weight: bold; + padding: 2px; + font-size: 1em; +} + +#sidebar h3 { + font-family: Arial, Geneva, Helvetica, sans-serif; + margin: 0; + padding: 5px 0 1px 0; +} + +#sort { + margin: .3em; +} + +#sort, #sort select, #sort input { +} + +#starFull { + background: url(../images/bluestars.png) top left no-repeat; + height: 25px; + margin: 0; + padding: 0; +} + +#starMT { + background: url(../images/emptystars.png) top left no-repeat; + height: 25px; + margin: 0 3px 0 30px; + padding: 0; + position: relative; + width: 100px; +} + +#window { + margin-left: 2%; + margin-right: 2%; + margin-top: 2%; + padding: 10px; +} + +#window .class { + display: block; + font-weight: bold; + padding: 0 0 5px 3px; +} + +#window div.menu { + margin: 0; + +} + +div#item-details { + margin-bottom : 1.5em; +} + +div#item-details img { + float : left; + padding : 1em; +} + +div#item-details p { + margin : .1em 0; + line-height : 1.6em; +} + +div#holdings table { + width : 100%; +} + +div#holdings td, div#holdings th { + padding : 5px; +} + +div#holdings, div#descriptions, div#reviews, div#serials, div#publicshelves, div#privateshelves, div#fines, div#waiting, div#overdues, div#issues, div#reserves { + margin-top : 4px; + padding : .7em; + width : 90%; +} + +#usermenu { + font-size: .9em; + font-weight: bold; + margin-top : -1.1em; + margin-bottom : 1em; + padding: 4px 0 4px 0; + + +} + +#usermenu li { + display: inline; + list-style: none; + margin: 0; +} + +#usermenu ul li a:link, #usermenu ul li a:visited, #usermenu ul li a:hover, #usermenu ul li a:active, #usermenu span.members { + padding : 4px; +} + +#usermenu ul li:last-child { +} + +#usermenu ul li a:hover { +} + +#usermenu ul { + margin: 0; + padding: 0; + text-align: right; +} + +table.featured-item { + border-collapse : separate; + border-spacing: 9px; + margin : 5px; + text-align : center; +} + +table.featured-item td { + vertical-align : top; +} + +table.featured-item a img { + margin : auto; +} + +table.featured-item a.title { + display : block; + font-size : 1em; + margin-bottom : .4em; +} + +table.featured-item .author { + display : block; + font-size : .95em; + margin-bottom : .2em; +} + +table.featured-item .publisher { + display : block; + font-size : .8em; +} + +/* COLORS, BACKGROUNDS, AND BORDERS */ + +a { + color: #006699; +} + +a:link.current { + background-color: transparent; + color: #3366CC; +} + +a:link.nav { + background-color: #EFF1DC; + border: 1px solid #CCCC99; + color: #3366CC; +} + +a:visited { + color: #006699; +} + +a:visited.current { + background-color: transparent; + color: #3366CC; +} + +a:visited.nav { + background-color: #EFF1DC; + border: 1px solid #CCCC99; + color: #3366CC; +} + +a:hover { + color: orange; +} + +a:hover.current { + background-color: #CCFF00; + color: #CC3333; +} + +a:hover.nav { + background-color: #FFFFCC; + border: 1px solid #CCCC99; + color: #CC3333; +} + +a:active { + color: #990033; +} + +a:active.current { + background-color: #99CC00; + color: #FFFF99; +} + +a:active.nav { + background-color: #FFFFCC; + border: 1px solid #CCCC99; + color: #D25500; +} + +a.reserve { + background-color: #006699; + color: White; +} + +body { + background-color: #eeeeee; +} + +body#withsidebar #main { + border: 0; + +} +ul { +background-color:#eeeeee; +text-align: left; +} + +caption { + color: #000066; +} + +div.error h3 { + color: #990000; +} + +div.form, div.details { + background-color: #ffffff; +} + +div.tab { + background-color: transparent; +} + +div.tab p { + border-bottom: 1px solid #FFFFFF; + border-top: 1px solid #D8DEB8; +} + +div.tabbloc { + background-color: transparent; +} + +div#advanced-search fieldset { + border-right : 1px none #999999; + border-top : 1px none #999999; + border-bottom : 1px none #999999; + border-left : 1px none #999999; +} + +div#advanced-search legend { + color : #003366; +} + +dl.details dt { + color: #000066; +} + +em.new { + color: #CC3333; +} + +h1,h2,h3,h4,h5,h6 { + color: navy; + background-color:navy; + color:white; +} + +h1.logo { + color: #D3DFAD; + +} + +h1#libraryname a { + color: #000066; + margin-left: .3em; + text-decoration: none; +} + +input.icon { + background-color: #6699CC; + border: 1px outset #666666; + color: #FFFFCC; +} + +p.availability { + color: #666666; + font-size: .9em; +} + +p.error, div.error { + background-color: #FFFFCC; + border: 1px dashed #CC6600; +} + +span.itemicon { + background-color : #F8F8EB; + border: 1px solid #D8DEB8; +} + +table { + background-color: #FFFFFF; +} + +table.itemtypes td { + background-color: #F8F8EB; + border: 1px solid #D8DEB8; +} + +td { + background-color: #FFFFFF; + border-bottom: 1px solid #DDDDDD; + border-right: 1px solid #DDDDDD; +} + +td.input, div.form td, div.details td { + border-bottom: 1px solid #CCCCCC; + border-left: 0; + border-right: 0; + color: #000000; +} + +td.credit { + color: #000066; +} + +td.debit { + color: #990000; +} + +td.sum, th.sum { +} + +td.sum { + background-color : #FFFFCC; +} + +td.label { + border-bottom: 1px solid #CCCCCC; + border-left: 1px solid #CCCCCC; + color: #000088; +} + +td.label, div.form th, div.details th { + background-color: #FFFFFF; + border-bottom: 1px solid #CCCCCC; + border-left: 1px solid #CCCCCC; + border-right: 0; + border-top: 0; + color: #000088; +} + +div.details { + padding: 5px; + +} + +div.details table, div.details td, div.details th { + border: 0; + border-bottom: 1px solid #DDDDDD; +} + +td.overdue { + color: #CC0000; +} + +td:last-child { + border-bottom: 1px solid #CCCCCC; + border-right: 0 solid #CCCCCC; +} + +th { + background-color: #EFF1DC; + border-bottom: 1px solid #CCCCCC; + border-right: 1px solid #CCCCCC; +} + +th:last-child { + background-color: #EFF1DC; + border-bottom: 1px solid #CCCCCC; + border-right: 0 solid #CCCCCC; +} + +th[scope="row"] { + background-color: #E7E7CA; +} + +tr.highlight { + background-color: #F8F8EB; +} + +tr.highlight th[scope="row"] { + background-color: #EEEEEE; +} + +tr.overdue td { + background-color: #FFDDDD; +} + +input.cancel { + background-color: #990033; + border: 1px outset #666666; + color: #FFFFCC; +} + +.available { + color : #006600; +} + +.content-block { + background-color: #FFFFFF; +} + +.current { + background-color: #FFFFFF; + color: #3366CC; +} + +.detail-sidebar { + background-color: #EEEEEB; +} + +.further { + background-color: #EEEEEB; + border: 2px solid #DDDED3; + color: #CCCC99; +} + +.further h4 { + background-color: #D8DEB8; +} + +.further li { +} + +.issued { + color: #999999; +} + +.labelsubfield { +} + +.loggedin { + color: #D8DEB8; +} + +.loggedinusername { + color: #666666; +} + +.marcsubfieldletter { + background-color: #EFF1DC; +} + +.marcsubfieldname { + background-color: #EFF1DC; +} + +.MARCtag { + background-color: #EEEEEE; + color: #000066; /* style for tag definition (700 - Statement of responsability) */ +} + +.menu { + background-image : url(../images/menu-background.gif); + background-repeat: repeat-x; + background-color: #6699CC; + border-top: 1px solid #335599; + border-bottom: 1px solid #335599; + color: #FFFFFF; + +} + +.menu a:link { + color : #FFFFCC; +} + +.menu a:visited { + color : #FFFFCC; +} + +.menu a:hover { + color : #FFFFFF; +} + +.menu a:active { + color : #FFFF99; +} + +#members a:link { + color: #0099CC; +} + +#members a:visited { + color: #0099CC; +} + +#members a:hover { + color: #990000; +} + +#members a:active { + color: #990000; +} + +.menu input.submit { + background-color : #6BA037; + color: #FFFFFF; +} + +.note { + background-color: #EEEEEB; + border-bottom: 1px solid #DDDED3; + border-left: 1px solid #DDDED3; + border-right: 1px solid #DDDED3; + border-top: 1px solid #DDDED3; +} + +.opac-detail { + background-color: #FFFFCC; +} + +.opac-detail dd { + border-bottom: 1px solid #E7E7CA; + color: #000000; +} + +.operations li a, .operations li a:visited { + background-color: #6699CC; + border: 2px solid #D8DEB8; + color: #FFFFCC; +} + +.operations li a:hover { + background-color: #0099FF; + color: #FFFF99; +} + +.operations li a:active { + background-color: #0099FF; + color: #FFFF99; +} + + +.item-reserved { + color : #009933; +} + +.item-datedue { + color: #999999; +} + +.item-notforloan, .item-lost, .item-cancelled, .item-damaged, .item-reserved { +} + +.searchresults td, .searchresults th, .searchresults table { + border: 0; +} + +.searchresults tr { + border-bottom : 1px solid #CCCCCC; +} + +.searchresults table { + border-top : 0px solid #CCCCCC; +} + +p.searchresults { + background-color : #EFF1DC; +} + +.searchresults a.reserve { + background-color : transparent; + color : #006699;/* + background-color : #6699CC; + border: 1px outset #666666; + color : White;*/ +} + +.sidebar-box { + border: 1px dashed #CCCCCC; +} + +.subfield { + background-color: #EFF1DC; +} + +.subfieldvalue { + background-color: #FFFFFF; +} + +.submit { + background-color: #EEC95A; + border: 3px outset #666666; + color: #FFFFFF; +} + +.term { + background-color: #FFFFCC; + color: #990000; +} + +.unavailable { + color: #990033; +} + +#footer { + border-top: 1px solid #EEEEEE; +} + +#languages ul li a { + border: 1px solid #D8DEB8; +} + +#languages ul li a:hover { + background-color: #FFFFCC; +} + +#main { + background-color: transparent;/* + border-top: 1px solid #EEEEEE;*/ +} + +#masthead { + background-color: #FFFFFF;/* + border-bottom: 1px solid #EEEEEE;*/ +} + +#members { + background-image : url(../images/member-menu-background.gif); + background-repeat: repeat-x; + border-top: 1px solid #9999CC; + border-bottom : 1px solid #9999CC; + background-color: #AFBCCF; + color: #000066; +} + +#members ul li a:link, #members ul li a:visited, #members span.members { + background-image : url(../images/member-menu-background-link.gif); + background-repeat: repeat-x; + border-left: 1px solid #9999CC; + color: #006699; +} + +#members ul li:last-child a { + border-right : 1px solid #9999CC; +} + +#members ul li a:hover, #members ul li a:active { + background-image : url(../images/member-menu-background-hover.gif); + background-repeat: repeat-x; +} + +#members a { + text-decoration: none; +} + +#members a.logout:link, #members a.logout:visited, #members a.logout:hover, #members a.logout:active { + background-image : url(../images/member-menu-background-logout.gif); + background-repeat: repeat-x; + color: #000000; +} + +#members a:hover.logout { + background-image : url(../images/member-menu-background-logout-hover.gif); + background-repeat: repeat-x; + color: #000000; +} + +#nav { + /*background-color: #EFF1DC;*/ + border : 1px solid #EFF1DC; + +} + +#nav h6 { + background-color: #E7E7CA; + line-height : 1.8em; + margin-left: -1px; + margin-top : -1px; + margin-right : -1px; +} + +#nav li ul li {/* + background-color: #E7E7CA;*/ + border-bottom: 0 solid #D8DEB8; + border-left: 0 solid #FFFFCC; + border-right: 0 solid #006699; + border-top: 0 solid #FFFFCC; +} + +#nav li ul li a { + color: #0000FF; +} + +#nav li ul li a:link { + color: #335599; +} + +#nav li ul li a:visited { + color: #335599; +} + +#nav li ul li a:hover { + color: #CC3333; +} + +#nav ul li { + /* background-color: #EFF1DC; */ + border-bottom: 0px solid #CCCC99; + border-left: 0 solid #FFFFCC; + border-right: 0 solid #006699; + border-top: 0 solid #FFFFCC; +} + +#nav ul li+li { + border-bottom: 0px solid #CCCC99; + border-left: 0 solid #FFFFCC; + border-right: 0 solid #006699; +} + +#results, .results { + color: #000066; +} + +#search-sidebar { + background-color: #F8F8EB; +} + +#sidebar { + /*background-color: #F8F8EB; + border: 1px dashed #666666;*/ +} + +#sidebar .content-block { + background-color : #EEEEEE; +} + +#sidebar fieldset { + background-color: #F9F9FF; +} + +#sidebar legend { + color : #003366; +} + +#sidebar .submit { +/* background-color: #EEC95A; */ + color: #FFFFFF; +} + +#sidebar h3 { + color: #000066; +} + +#window { + background-color: #E7E7CA; + border-left: 1px solid #CCCC99; +} +ul.link-tabs { +} + +ul.link-tabs li { +} + +ul.link-tabs li a { + border-top: 1px solid #DDDDDD; + border-left : 1px solid #DDDDDD; + border-right : 1px solid #666666; +} + +ul.link-tabs li.on a { + background-color: #FFFFFF; + border-bottom: 1px solid #FFFFFF; +} + +ul.link-tabs li.off a { + background-color: #EEEEEB; + border-bottom: 1px solid #DDDDDD; +} + +ul.link-tabs li.off a:hover { + background-color: #FFFFEC; + border-top: 1px solid #BEBF84; + border-left : 1px solid #BEBF84; + border-right : 2px solid #333333; +} + +ul.link-tabs li a.debit { + background-color : #FFFF99; + color : #990033; +} + +div#holdings, div#descriptions, div#reviews, div#serials, div#publicshelves, div#privateshelves, div#fines, div#waiting, div#overdues, div#issues, div#reserves { + border : 1px solid #DDDDDD; +} + +div#holdings table { + border-top : 1px solid #DDDDDD; + border-right : 1px solid #DDDDDD; +} + +div#holdings td, div#holdings th { + border-left : 1px solid #DDDDDD; + border-bottom : 1px solid #DDDDDD; +} + +#usermenu { + background-image : url(../images/usermenu-background.gif); + background-repeat: repeat-x; + background-color: #EEEEEB; + border-top: 1px solid #EEEEEE; + border-bottom: 1px solid #335599; + color: #000000; +} + +#usermenu ul li a:link, #usermenu ul li a:visited { + background-image : url(../images/usermenu-background.gif); + background-repeat: repeat-x; + border-left: 1px solid #9999CC; + color: #006699; +} + +#usermenu ul li:last-child a { + border-right : 1px solid #9999CC; +} + +#usermenu ul li a:hover, #usermenu ul li a:active { + background-image : url(../images/usermenu-background-hover.gif); + background-repeat: repeat-x; +} + +#usermenu a { + text-decoration: none; +} + +table.featured-item { + border : 0; +} + +table.featured-item td { + border : 1px solid #CCCCCC; +} + +table.featured-item a img { +} + +table.featured-item a.title { +} + +table.featured-item .author { +} + +table.featured-item .publisher { +} +h1{ +background-color: #eeeeee; +color: navy; +background-image: url(./acceuil.jpg); +background-repeat:no-repeat; +} +h1.authority +{ +background-image:none; + +} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc b/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc new file mode 100644 index 0000000000..78be70906d --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc @@ -0,0 +1,16 @@ + \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl b/koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl new file mode 100644 index 0000000000..659c483a04 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl @@ -0,0 +1,460 @@ + + + Catalog -- Advanced Search + + + + + + + + +
    + + + +
    + Select local databases: +

    + + + " name="" checked="" value=""/> + + +

    +
    + + + + + +
    + Select remote databases: +

    + + + " name="" checked="" value=""/> + + +

    +
    + + + + + +
    + Search For: + + +

    + + + + + + [+] + + +

    + +
    +
    +Itemtype to: match any of the following + + + + + +

    " name="limit" value="mt:"/>" />

    +
    +
    + + + +
    + Limit type to: match any of the following + + + + + + + + + + + + + + + + + + +
    +
    + + + diff --git a/koha-tmpl/opac-tmpl/prog/en/opac-review.tmpl b/koha-tmpl/opac-tmpl/prog/en/opac-review.tmpl new file mode 100644 index 0000000000..033ccf0e5e --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/en/opac-review.tmpl @@ -0,0 +1,37 @@ + Catalog -- Library Home for + + +
    + +

    Review of:

    + +
    + "> + "> + + + + + + + +
    + Review +
    + +
    + +
    +
    +

    + Note : Your review will be accepted or rejected by a librarian before. +

    + + + + diff --git a/koha-tmpl/opac-tmpl/prog/en/opac-showreviews.tmpl b/koha-tmpl/opac-tmpl/prog/en/opac-showreviews.tmpl new file mode 100644 index 0000000000..c68c3adaab --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/en/opac-showreviews.tmpl @@ -0,0 +1,23 @@ + Catalog -- Library Home for + + + + + + + + + + + + + + +
    + +
    + +

    +
    + + diff --git a/koha-tmpl/opac-tmpl/prog/en/opac-tags_subject.tmpl b/koha-tmpl/opac-tmpl/prog/en/opac-tags_subject.tmpl new file mode 100644 index 0000000000..97a9bdc37b --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/en/opac-tags_subject.tmpl @@ -0,0 +1,20 @@ + Catalog -- ISBD + + + + + +

    Subject cloud

    +

    This "cloud" show you the most used topics in our catalogue. Click on one of them to see the documents related to it

    +
    +
    + Show +
    +

    up to " size="4" maxlength="4"/> subjects

    +
    +
    +
    + + " style="font-size:px;"> + + diff --git a/koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl b/koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl new file mode 100644 index 0000000000..e59d4d50bf --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl @@ -0,0 +1,93 @@ + -- Library Catalog + + + + + + +
    + Show +
    +

    the + most issued documents owned by branch + +

    +

    Limit palmares to + + acquired in the last + +

    +
    + +

    The most issued + + + documents + available at + + + the library + + since months + (no time limit) +

    + + + + + + + + + + + + + +
    TitleItemtypeIssues
    +

    "> + +

    +

    + + - + - () + ; + - + ; +

    + + + diff --git a/koha-tmpl/opac-tmpl/prog/images/koha-logo-black.png b/koha-tmpl/opac-tmpl/prog/images/koha-logo-black.png new file mode 100644 index 0000000000000000000000000000000000000000..7693246944a97cc6aaa1b9c6dfc9bc4a9a6086fa GIT binary patch literal 6263 zcmV--7>MVIP)M0= z{Z*aQ-CtGzsu}><@kCBiDr^8i5-*MK=VH$c4hdyq#{dL~00-zmFM^YrZ0F;ExCZW50R0E82AJU1$pBjhw8$8wXnEA{ae&P+=d)?h~=)A_;! z3ORU%BfoLt3deloonL$W{Tzf`1^|u}^OXrlS2*%3Q%|ihCzhWCfNYnrU+vqzUn8!$ zaudurURo5N7m=t1{@eMdy~I*i9(ZJWTwqqvv}q@;CsUB>+f2<)rg7zSU4G3mOmrML35tKoO_{O`r>mfElm^ zw!jIv18?9DLcm7A0kI$n@IfZX0lPpxC4lF?sgoVfu4U&PBAazIwGJ@EUHRJ?&LVi#P6b{8eJSZK?fp$ZMP$^Ue z)j>_rFVH#YGIRqPf*wK>&@A*f^btm25=@5`U=3IwX2W){2kZ}TfMehkI1A2$_rVo# zJ$wr8fG@+h;1O5=zl0YMfDjP|qKxPwY{UWaMnaKjgpX`T3XpQ79%)6ok$&VJB0%Pl z4=4Tf&Ru)$ta1Z#);j z6<>^Rz<1;C;HU6Q1PKC*U`6mJ#1nQADhREFtAugF8zPaYLNq7(661(Fi50}t#OuTf z;s+9yq)l=lg^|)p`$#89mq-suZ^&e_2HBPzN=_s1BR7$+ke`y@i_ygN#N5QVVmrjD z#X7`>#a>bH6m^OnWg{hvQcgKbxkH%~$BS!-JBUY!Zx^o?KPNsWz92!9FqH6?NRlX$ zXqLDkF+;^tHKsLEJ{{e)>k%D_K56N**Q77oTVH`u0ZaL+#`8dUR&NzK3o2n z{DAy|f}(3fkDNd7vpLrX(1OD*=uYS{^gQ))^*Z%l>8t67>hIU@*Z*Q* zVvuOiVDQ+GYUpm5YuIi0w~@9H$Ee!q{%Z1S=hZt_cddSHtYaKye8l*H3C+aIWRFR& z$!AkDQ@&}d>8zQWS-4q^*%+J7_F)&XubZRI?ag-cHp(^;HuW~oY*lT!wvD#ac3O7vcBkxK*&EpN z?c41a9V{HSIb3o?9990#4KP619;PEVaxoMW6@oabFkT(Vs*xuRV?T=%<H4t zP6+<3q)%j6XH;jr&kW2wyG3FPZ_B_|?X7#aPG>o19nVH( zbFzDLlyi3FOl-5;R<|A69=W}Dhw6^J9aB49cAnft*p;yBcCJBgY3|$ILA$&26!LcF zP5$8WLrcC`K0kkKkL8})A5lNX{W!RH_1?<8UkbPdHwz64%L_jhaf)vKWcX9XPs{tF z_YD@C79T0Wl<-PM_uK40St?PQRXTaV>p({tv#g-(?ZHh4Z1Bky8E-^&t0v$t#xgT zw!+ikbo%KRzl8rXddA~S?^*WQ)?d|st!byV7j!@!TRY}EV><<1Azee~+|TuPTXwhq zruW;4^UCL|FGyY}?jiK#^(jvq*PO3i z>9^~@c-`vy`5P8D&fR3+?7U@qt7E`qp#8SV?e;;_!Hzp-ce?JH-|Ze+Gt@I|Gkp1; zEHv9xr$z{-pe={L}j1wSI3C zmaTlehoBxmyFAE|$Qn#y}leqKJUG~F~~G;@B|dG_v$^)IGgCcj*o%l}j2 z&ze`7uYUc@_OF5Y;Q6W7{MXBW7rl{rbK+ujAAg{SY5-YqQ_yq9@@@&o%r|Hq(@ z(@UA3u%9YEYklti;_+pCIca%Wxq!$8L@pq5 z0g(&*AG^TUe>cJ)E6cGl0Q|E7@VpH`WfcG#(Ew1w{sDK$12m6LnIixI4zNi?K~#9! z?VT%E8(SELCs}7LP`IG#K(z`~!XKz2Rf$S!payCZMHQ%0Lr|>=7(gW|sft4dR8c`u zR|O75)tr3kfs;ZmGn2XO%k!+Y&*~{{I@vSteAm5q%5_}_0Q{3?3IGrf0OA2aJOBps z4^v<_&1Tc>^?HL}cRC&C{{DXKpDh#$&ceciQ>|80%$(z-$hO(R-rk-o;`sUVr*n6A z7ux48EiE~7b8}V-3-K68{{emy%J1L56S)QvRX(40YPDJl@qp5YyuM5( z4XI~)lL&|>AoKI{E(rm<1%%t?6G=gfn}%@IMedEnpjaM-kS>Am-@h{vnhxE-o&G@mgvB8=eLq@CBa#_z46QrTdB8m(g zZrcbXQ-g5KLNah+FY87;Lr8xV-2&z!nNo>i!}>hjwjtrf-QEFuyKh(?goFEr*J$xbN}5^@L_w`qn;t6Y>b9}(03_|YX)7KQ1Q0ddZr91>aw((SHc1e0Yawb5 z4-d_Xc}NgIT%4bunNf=NFg(R5NZJ>pCSkwkd zF=?5C@@|_fP(nD66cfE2)w`t~x_lW4kKNtfkzLkGTb?+M0|%JKxW$#qibqz2a>x{@ zz}T=sMORG@U&UQus5H9WuB(OHRxB2I-GNecIvw@hHt8auo&$)-Cv*{js*H-il`4|b zMF1-Ee0`5HmPZbpLO7rkN{FZ3Zgb!iAf6zQT>~9>zL$04;vu^Ry6`;XmZ*5dT_d{& zy70WyAkl0a*)`CO;fz~imPdNm5Dw@}VwQ)kqX5ej0IBJ48$d^fx8Y4E@sCr}0bS|! zdQM{EDVNLK0WgAC#Un)~k_4bL!?m7R69yy+KzClhel4zBDpt!Qodirh;I;*TP69wY z0gz1#nQA~h0btWYFoofSSLEWMAPOciYzQLHwvk~2(|ByriPZ97b--jIwLDlI!14ru z3>#p1usQ(oSsr2?!17>q0OGSeSRKIfV08fEvpiTGu!+#bb8&IO@@l|s3u<)`57^|k zg(e$GXy!rosBvtKq zR4Ns5*%%D##;^_o)po%Og#o z2nTFsxIpS#JhfVl83bz?E|B^b&*kMMGYHo5SB*#TTH84|I3Ul@pvDuV&a=3<=+adH zHZxq~@$9xqZ3p21IR0ZEYC8Zg@#MBq+X35oUgPm>c@PfR&WlW&7xC0;H5R>r^<=YI z|884faqji?HM0j+^E}h$Njz+52ryba6WumRQ8R5|JDE&o zot-grU_FIGVRT3{Ddr*G0T>jZfczwQjVqM^ZC^6?QN?6BBR(6|J(=ri%F)b*VosrwKUU) z)T^)x>bh)CZd=^$f|$vAy^e6E3{~7|T($|~iMvjNF#HW-AvKdz={S8$@#la1_>scP z_J_nmUe?rue=3zq;J-Uqk`VP$1V3%wFrLlLP51ctn2Av2xlF5mf$%>^M@OlXlM^N) zB(}D;X8V9BV;Hd&2#dU}eh z79r(w85eE_K7IN$^Jj!E9?1%kQA0o~BU|atvXVFw@rZD4Zf+0`0x~;M5Vm+EtA=n8 zkPhta?S=B3ro-C!qtR$^R}vNwO{LSxX0zdaSQt&A8yg#B)>s>4MS42aY+GMAgW?_U zG&PW9jhC}!Y{bu=Y>~%2a+45_di3uJlQ8DRqKtUBNopbs>%=2~=&X*A`p*{(bTQO( z)MkEu-eot_KX~1|Jr>J@aMWjKXNO5}yd9AkSdfjR^7wHLuUg$1hzGDbBg7-es^hYeG{EXa;I^@_ z${f7BD0L?8B{EapHZ~Z?^5}q+Qe+)dtm2uLg(2Pn9Y|t{OnO=trdq8M?|{-I^@2|` z^`JYAMkA%1cx-Fw0R2dEuevnx4(N*PQXAIppMk|QE*+iZg#k?C^z<~*e}AHQz$}{0 zrZL||QqxHn?@1VdmZ-3M(?C2nb==yFDNC_c+0cF#A4z4!s01?FMG28a@3s1l2( z{yWh3#WGze1O`McvyO1F70+3 zcP&csfU$`JZ4bCo{dBv(#KRH<^Vr_r#$Ag;Je*@`p4GX#yTe_JLp;PiW>GGewY+Xs zde^2h?ijwl3&+uk8jt=1sO1reD=RD7Ja;b=2Aqaq24B8>(e9e1%SESyqF;!IwjBN0 z+}zYM!}jp-pjX&1${fjWXEGUM+_sI44Xa#G9o;o?Gj*HirzHu)JhrZzauS?;A6rhf zo1dT8&g!hMuS+3UyZbY;NNVEQqw-LhE}YfXRqcc$^&B0AGgds+YSp+0OCGAl#YJNU zR4$j@tE(&Ru3LwCj<1;K(Qh^}23T5JGA{lpl}cKsrR(*&*7suU4@`QBl+R--C%oHd7w3$HK2^0@77Dro6nSR;f++lG$u_H3|d60f6hbe{969R|-U zz9ukkm8>KYB#o`x<`~P%%UUJ}+5VAAMzyGHa>H5v_flnaW*QP6F(t?Di} zSRPQ-uD#W24LUw_6pg9E8QWoCBI4?J-ELNP61us$QNq2D!l#Zdnu>E7OOez>_V@Qa z|5*{4#6t4mCMg=Z2Azc?Z8xS0$C{XDQp(!#xW*(dcdk$>V?qE<4F~Zg`=t#yYC|Pt>Ap_Or^&X>09$N@>!#T#9BVC)pyP^5+%znY z63C4=rFSoGq<&+&aI6;3qkxctKWkI3*R@?XjoXF`M^XUGgA1pVwLv&oo{9Kr9>v-K zmS+fQVkC|IXFI4?tA%i|Ji(A{s&qY`V-^=}XJ^Nn_8KftM96+(+8lKe0@9l&u^+<0 z@`Q@X{cs|hMx%jXusqQqzJIsdHR|{k5smEMjc~9$SR!JY_~8__;N#%nV6cIoqxj|< zvItOi5aOP(7*0uK@3&^N>0Do5Cw?uGYA%&Z1J^8<%VA}3+w`JZt-5ip7L^sPTU%Qk z%8Yo-LY7}&TwFMvPA3%0B$h?QB0HfHzaSp##U*S zCc=Fzc6k&8glMie7XStA!bbT3#2JyR{k#E)R|1fX05Ac0j_(Ix3m=|a0dONh76-ZQ zTW0`fsXSe|{KS%o8I@`k-l_Rm$du}AQ@m(US#g=R*Q+*yaxnNa#jYzqx4c-Lidyma zEJSvHl^s)M`h-O;O&YPj)1PTGTUsR6`LRoSSw1StD_C@cBay>d&M>@iLAJ1=nIYB|ex=yAfFlIEobNuymi1bvZM%Ga^c0AwR zKBm$G{)qXTBlGqf5Co@dFG)nDuJys28Z+ka1 zn+oPFkf1IkfVhf1MjPj=!W%zQP2BTl9Y51B+qz5K3WM1$!Z=sHKXg-sx|s&n53({m?BI;2G)tBI{nUn+6Rj&Km&2M6 zxf%+zK4|frY&SP2JZs3IjDMdBKeFbjA=U?l3Ovw1KbADotM}9hk>5kfX;1+BOL{UljPM%eQZQUMweVHqX$wsrpukFtD0~QLI)X zIeBK{*#8*TNCimxptx+l0fS*GdjO~?jjp%#3WBS)>YzZhaq|ATzFe+z-_&rmx!|CO(GbujI-)+&+U$qlef*0t35EZ#ew+US8D-0dT0m z;eIl-HD%fmyKM`=!xkzT8tG;FhTSya$@A3Fv}ZN80u10D1U4lr#a3x3Uh(|4AD(bn z`Qy&+SNHw5Hi%h*U1hVP@jt~{j2GvParJu&%V`e$&AWZFh3=~R8ynke4yg_lPg#HH z(4r$`#$CB@sZ!H>tn~s-XLQlZ018t2#MqbjaarQ9s%tVccCNo&zKl{8y+PJbfb%0c zzQP(5-&!O3V%mpizl_)=Be%TV6tGpqYwR5@8%J&~*F-3ToGu z#Xhg2&UFISTd9w;HkEdQKTvd8)4=DtJeoo6Ly`oD(LT8 zZO$GAoZRP3_r{zkJ)b#@=t)sw_VO3`I?!&SWQPf_>zpp=JS>)yHoU+P3`C?ZNy{K4 z-iw>3hjn|NM>XS8r*(h&_=uu#m2{;WJr#qU{fFG^f_a+MZoUx#;K(H&0%h1i@G#FR zW+s;gyuQ8(LR@Frp@7T5Z7)8dhF%Ra-iAvJT9Y8GK(Y`?0I|Lh?FA?hI^m>`xQpC! z(w6_elhJ2yP;aPA8E;u~t~=Gj+b>w}-}Y*Iy4~1u7=0Xit=}@sLWrJsP})BgR$R|U zB%IS}758rw;iSKx3=Z`VP?0Vc;IC~tRN_sWdA^pNkFf4qhbFbL4SRJLC2;jGO$Mez zt716ners7Jxm~wFA$xmuUPhJ8K(cW|mAZ67aTRyZf(wg&ZeD!%=(NzQqB}M0= z{Z*aQ-CtGzsu}><@kCBiDr^8i5-*MK=VH$c4hdyq#{dL~00-zmFM^YrZ0F;ExCZW50R0E82AJU1$pBjhw8$8wXnEA{ae&P+=d)?h~=)A_;! z3ORU%BfoLt3deloonL$W{Tzf`1^|u}^OXrlS2*%3Q%|ihCzhWCfNYnrU+vqzUn8!$ zaudurURo5N7m=t1{@eMdy~I*i9(ZJWTwqqvv}q@;CsUB>+f2<)rg7zSU4G3mOmrML35tKoO_{O`r>mfElm^ zw!jIv18?9DLcm7A0kI$n@IfZX0lPpxC4lF?sgoVfu4U&PBAazIwGJ@EUHRJ?&LVi#P6b{8eJSZK?fp$ZMP$^Ue z)j>_rFVH#YGIRqPf*wK>&@A*f^btm25=@5`U=3IwX2W){2kZ}TfMehkI1A2$_rVo# zJ$wr8fG@+h;1O5=zl0YMfDjP|qKxPwY{UWaMnaKjgpX`T3XpQ79%)6ok$&VJB0%Pl z4=4Tf&Ru)$ta1Z#);j z6<>^Rz<1;C;HU6Q1PKC*U`6mJ#1nQADhREFtAugF8zPaYLNq7(661(Fi50}t#OuTf z;s+9yq)l=lg^|)p`$#89mq-suZ^&e_2HBPzN=_s1BR7$+ke`y@i_ygN#N5QVVmrjD z#X7`>#a>bH6m^OnWg{hvQcgKbxkH%~$BS!-JBUY!Zx^o?KPNsWz92!9FqH6?NRlX$ zXqLDkF+;^tHKsLEJ{{e)>k%D_K56N**Q77oTVH`u0ZaL+#`8dUR&NzK3o2n z{DAy|f}(3fkDNd7vpLrX(1OD*=uYS{^gQ))^*Z%l>8t67>hIU@*Z*Q* zVvuOiVDQ+GYUpm5YuIi0w~@9H$Ee!q{%Z1S=hZt_cddSHtYaKye8l*H3C+aIWRFR& z$!AkDQ@&}d>8zQWS-4q^*%+J7_F)&XubZRI?ag-cHp(^;HuW~oY*lT!wvD#ac3O7vcBkxK*&EpN z?c41a9V{HSIb3o?9990#4KP619;PEVaxoMW6@oabFkT(Vs*xuRV?T=%<H4t zP6+<3q)%j6XH;jr&kW2wyG3FPZ_B_|?X7#aPG>o19nVH( zbFzDLlyi3FOl-5;R<|A69=W}Dhw6^J9aB49cAnft*p;yBcCJBgY3|$ILA$&26!LcF zP5$8WLrcC`K0kkKkL8})A5lNX{W!RH_1?<8UkbPdHwz64%L_jhaf)vKWcX9XPs{tF z_YD@C79T0Wl<-PM_uK40St?PQRXTaV>p({tv#g-(?ZHh4Z1Bky8E-^&t0v$t#xgT zw!+ikbo%KRzl8rXddA~S?^*WQ)?d|st!byV7j!@!TRY}EV><<1Azee~+|TuPTXwhq zruW;4^UCL|FGyY}?jiK#^(jvq*PO3i z>9^~@c-`vy`5P8D&fR3+?7U@qt7E`qp#8SV?e;;_!Hzp-ce?JH-|Ze+Gt@I|Gkp1; zEHv9xr$z{-pe={L}j1wSI3C zmaTlehoBxmyFAE|$Qn#y}leqKJUG~F~~G;@B|dG_v$^)IGgCcj*o%l}j2 z&ze`7uYUc@_OF5Y;Q6W7{MXBW7rl{rbK+ujAAg{SY5-YqQ_yq9@@@&o%r|Hq(@ z(@UA3u%9YEYklti;_+pCIca%Wxq!$8L@pq5 z0g(&*AG^TUe>cJ)E6cGl0Q|E7@VpH`WfcG#(Ew1w{sDK$12m6LnIixI44z3uK~#9! z?VU@A6lWg5t11TBLk4m(2SEsg_y|E}AviEO$O;AtLtvRv5*rz8%z}wBP4+MlVL-uy zp$B6QW*Lw$1k5yoG(pl3$w6V@^d+-pF+Wxo9q@C$U)z?*DeUIPo zB;upz>-yFI@x8)0jspNlPs9)aAP)fY03Z*5!)##){H9i`#m#23^Xo>V5wu#ZzJGRl zdO8>z8w)CxO326sK}fgF4;B^{Vv*y<#g{Yxw@3Y^=dz)xkQyLMUv<=F)KYPzxmQv420#W91BA=Gd@0!IEwuG{d@89^0F~+ zdm@h}rlzLiFFt;OfyjVUm!hC8QHVT_v$V7n|NZsv7zhW`IOIVZ1VSFOa&tyOA7B6U zR!}OHv`a+8AVXx&4C3hL?N`4EifAMdd5AVdAR-UZh6wZxk;fKf&gSOjT?~Y$O$6j2 zO+z5kHa$oS8gY2JAx}zVl>l=$2t?XOnnnso#rDwy7$b&eLNA!sh2jJ;^ACU)fKvVQ_Hu7Y>f)?B-ZRgF&$ioCE z=!ibfMIOmr5eHO}+sD0(JgkleozW*k9Drv@y5`Lpc@PIOOx^rR+h|Ec5vf~*H~?y? zo7M8KxF);^LxPX&d5zDXE)Pk%z^e zU=r5IBMpKtK7N63474(6t(!IS&>(;!sMTtA*F4lYU}D{4eB>GBXdnQuYo61Ge&$;O zBVXV~r){KbU~=kaY~)cn%>=;vv`sEw<=PK0iC#-}jFg8PsKGQEjfVM=hgAe%i#$d( z4A^D>HZ={5iadw|Gz=7w3#a%x0C`d(-8C+p0_0JE?i$#@#+3$z%R_e!Y++-^tEFd+)aL(~D#Cl65vkVgSJY=ArfpidrZ9Y7vx9RPju5On}~h&llJR4~+tVM2wA%jV=#I=Yo$MJa}+)c{n;3NZSA)F?;sx8BLx_r9#REUNSvB zJ=%r7XO28#6oIrY?O%|s2Mim4f;@|hi;Nn8iagBifUk6~E=Vm8i$K9=x+h3e%TujZ z8A0%t?g`S=^4z%iG9w7y(mltMN}hJqA!P%v>7L_BCC}{ST}BTetvt-_04U1C+zx=E zJk0HY?`)joNmcUz_{_#mTOxVrvH=9azJ2>P{azTy@i61!?z`s!eB{M9z6?`G9>f7q zXc*9<22hlzR;w{W;5~;<|2Mrn>=*^;EX(Qn`vV&WzkdH7X&cZi=+P_~711Q!! z)H?wE>z#q}uy+Sw^9Hy?H4pU;K>vEDZ{(rg0Z^=Y?%cV<$N;Fw!xjX9AUJziofj2c0qFXfC&?R4VD^X|-C;41g@? zlRka-@`@xnehvO0rBwRY3*r8=--VC%`C5>Z5yg@uLCq|b#+cBX9Y@+G}I zwshM5_K*JrM~@!u`Sv$F9f(=_WH#Ua@{U^MFY z*D$(OEn)P>-#_U5P_Bq0+`D%#l%GkWD40RgiBaPtkNhAjD=VQdUmTIBc;qELZ2wNr z$kTqS8zGK#$>fdflQ?UU=+?u-Ji!H$R-AQtif&U&q!DSV)oSSLmp3&v)k)=~wgdB1 zw)M2Fs5bSnbB}|1y&m%QZH9G*W~XfHk*5f8uHD~{I0GOGnVqt&M;@JTIq5J-j?Y&{ z6fz}cQ?0SJwyNb#ia2Ufh*8Lgxw$#zzpE|s@BoZXxm=DfoOr@O81h_3rhh>AlclAl z@av!6VjwbN*omNp$|Lm+;$%yyR0=QOe2sy~fKjJLqP!+ZPhE4>b+~nNC)d&k^DvkZ)wQy(P-(phH## z7cUUYd4`kbbey5`WU-?9pa1$xXH_s?P4RD3HrNd&%^3x`r)?sROy2Rem;ue2{$%}P z8Cf30F%ME`JujAsFUdV5g_eu}@{2k`_`iR@8>@a8QUtSME5o1U(Fstt zNgmZb-=G(lj_Vo)In2-)d3-zF#%4xccJBgNEXB!09-@w2_50h9-a6eo@L)iteKTqG4Sa>K(9wBDTmx!@4k)N`-m{jHak=aKzAq?G&|G zd7wPLE$IOJC~~)KM7;wxQ{-;h$kY!8FpQ$NT12F0{!pvcocUR#HC^=NJq-h}5))2u z>d52Mid&z#ePu6Af~@7)zI{7S7SJS6k*C*0D0L8+h)G8QQ1kfnwzmEZ1Jlmm?kf*- zJZ|Aar_Hn*IU>?Dngyh5Bg#X^&0SVkSFKLjOua5;T^>4a?y|VJNV=A%JZwF1m(M?X zo^(xT!vLIV6j+7wXO@~|w&e#+&tl~KpG`=2(+vsU-G zviHO0he?$SC!SE}XkZHulUvw$1KhE5kAr&MzVkAAHVj;>dwjT7aD05+%Ac`buUpyW z?I}+?b>ppU8KqJwzIk~UbxzUpxO}CEivo!_pMLmE zm&>7(^4Qq@@J%3F#j&~0NhFWV^186^UFg>Uu~{H#4%jM=&2>)Vv~BCwtxiOlLAzu{ zAlqIN@|kUH4!9(a5XQ0l^M|qxdFOMV4g52*rpolCA+k!^<}C&;iQ|ntX;L&fJlwQy zW4k_x-+bvStH<9pafYUCJ|b^+lWHNUZ4d`}3MK7z6e3WOGxqX-+g#fS(vEgj9Iw*0 zG^ty!dT4%rUQ0SRGcyz0d|<~Kr!Gao^769Nn=8GNCyNJD&Uuh+8(D4Gk|x0U^XCJb zBaDyYcqdPiuA2&S8?y*CEHa5G&1N%bwOYZMBafUMW0_p{DiX1`T9cgE^S-Ghs|-MX+$2rc*Agg{swsvC>LY{n+w|s zNZUx^v^E83wh(!UKnl?Yafm!bAfgSCC$9)Z8~Z7@9v(&T1wvG%|}!a)hv)gi8H_Jl@MCXB%`gHa12SK^_1%VV(y7c>s_H0C@nA2LO-~4Q|iMpr^iKCX2t~D|_Oq9~r?ljU_-Oj7j5uj(b zx{}Xf!G;CelO}jRP2BNXcJalh4GzB@HlDn&t(rCc__cG_Wn8LnCYDRqO<4WV%Q`)G zUGe4Wiro7Ain^5YwkqkGg!YD>rvA9z^cMfA%^frPy5|(KOt51LU}t2slTcc@X6?E) Hf(+IGF!xiI literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/AV.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/AV.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb5c906f3c1ac8c9b3caf7e56dfbeead4acca900 GIT binary patch literal 294 zcmZ?wbhEHbRA5kGI3mI@bLLEWO|Jj{|MLp6C}?wY@-R!QaEi*Z3rn(daI#7&aR@Ll zu&^?I{`~p>%(OHHhP1S_{~(&-3=o}}31r|0ia%Kx85l$ubU?~Lb~3OoR#5Fr$()z5 zYF*CjeFZw_SEP7b<1@y_0t^iQ|IcJd zn6zqX*_ktEfbtA88Pd{#g8vynQXrBbQ2fcl$iN`XpaW6~vXg=J{{xl2l+1Y=r`BXz zdtOR9B=q`RpvYvCocl_idfThN*6=*Yw&;9su{Uuc4s7%F$u)yTGj|L)|oUYJC$U&#IrN!c6RreS~Qin z3QSGtsGVtNVc9gFUy!d=aK^0JsuR{NTCir_jQTli*ToAkFIpeHsWFS|P{JW@wzNIj z{PS1rWIMZib7tAa{rlEmyMC;BKJ&qyCJZl@-AI@;pM!brVxbpbj`lmhdH3Pj=PwN3 z9M{~aYEZamAn}z!YGYGY??G11IddBh3Y`V$3{Jp>Bk`EuPk8ME`MYAks9Izm|8*?jxsTPIC% zujp$to-?_#rP|PhcW&n_qg8AAR@iP>DroBBx}-X7rx5#`9s86I9X@va#K}{qwGIrnaPlrmiGUQF#`j`|CwoLfPCVB;!hSv1_mJp9guR6oeZq=7O3>4WX{W2wJzuN zzJfPSCMwIne!j4s^QFmxwdzeSN=}LwD_q{yotNJHlE*DEm|?-pJ={C8;_}K9iCr_Q$Qe?0O E0BL?)-v9sr literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/AVNF.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/AVNF.gif new file mode 100644 index 0000000000000000000000000000000000000000..b8e598a157906d18b04b906e25603de652bde809 GIT binary patch literal 289 zcmZ?wbhEHbRA5kGI3mO#ugUfQ|9?&%W(93-UO^TXRz^`-b^!(kNhJqCG>B+!BKs7R=nUZAP9(n!Xjb8PTMKOK4-^1ep0000000000A^8LW000aCEC2ui03ZM$000EvkjY7_y*TU5+4@V@eZ*mY zVg?>WVIF8&Er#*2?itF`A|SO}>lI5a5J;eHfg|olzob&=Dm*zp#K9m9GD}wtD7o!^ zts_Mu@gZ}8OaLscP_vKbLMuE2)&FZBZwPS&d=m?HAc=r%NHzrkXc&x&3u}Nha0dW} z7K?v%fqran3y}a}iK8E(qiULvovMu=n4*lONT;(ip_Z*|39tdXRz*Dut+lJc9{~Z# z6o~_u!??K39@5jyu)}QIho5$J)v($!q}S-MJUzMKAt3LFm+AGN`1$(d{Qm$0@`wNc EJNScxO#lD@ literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Biography.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Biography.gif new file mode 100644 index 0000000000000000000000000000000000000000..6639fed137de0e06187b52a5cd76e419b3cdba8c GIT binary patch literal 222 zcmZ?wbhEHbRA5kG*v!fB|NsBAGzI|%hPd86XU@!=IWz75|1-vEGZ`2dfLtJn1{8m? zFfuT3GU$NBL1r+pbQ_%XT)o%g_1WG29ujp?6*9*xCy6yNHB6M#*6uXYS>3_Q*Bqc{ zwz^WlVZnt3+LI=DswVAtExY)l>OzO#4jWHi*jCM&e*D_G>oP9YHxtVx`zEY@=w+Rr zyRP_hbwzG{ennkMd0UlqO+tG^Pg8$fZ+eUW)aH&Eecf{kStr;r1#mDj+DRy_T(frF I8bJnY0KMc=F#rGn literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Book on CD.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Book on CD.gif new file mode 100644 index 0000000000000000000000000000000000000000..9c2c8362f600110d15266457857c26d375c5ab61 GIT binary patch literal 277 zcmZ?wbhEHbRA5kG*v!LVoHp~!nKLtIGNh$32rw|roSF9j|9^(Gng9QTgn^O_3=BX9 zkc0rmpDc_F3_J`vATG!Z29`q;PI|81Yw`N*?s$b4xep2zmRZD|&XnM&TJc)sSpFQn zty?s>1o+ez*ETpPDuu`VopADKz;SD*iKko=&8p%ya_e6Ib+l{soC)8h?=3Q3&~k@C zYy0sJ*JI{IsGnEyt}d!`Y$!1FF0835&lgKH$p9zIf`qG*<#+i%Om V;?K>@d~=K2gU3&v+6ppQ0|2I;a998U literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Book on Tape.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Book on Tape.gif new file mode 100644 index 0000000000000000000000000000000000000000..87e9efd27709a1d425c0664f2f7a4596631ec2ad GIT binary patch literal 263 zcmZ?wbhEHbRA5kG*v!N5|NsBAG=?+({|hiMoH;Xd=FGJJ|IZkw%`^tWGyfSF7-pVH z1BwF~5TN*zg^_`Qhd~F#1)0IXvSq?a&((V^UZ34P-Ake_szc$J<)mp%Obrv2w7J`i zbXIqr)#zqDw_x^Fn*$31CU#4DdOqE>^R?pAONt8}e!FZucwt*LYx?nP=dQ1Ds6LyX zH)}K7_NVz3H)5r(ZY)oc;NoOwSFEb8kZj>>ZLjZY67TKn?jHK^)FjDtEYGAg!uC9``XtEF?(_`GMde87g4ekzI6H8 Jbsa$lYXDr;Zj=B3 literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/CD-ROM software.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/CD-ROM software.gif new file mode 100644 index 0000000000000000000000000000000000000000..6afb0c8de565f2efb5d547825eca679037890037 GIT binary patch literal 322 zcmV-I0lof5Nk%w1VITk?0J9DN%*@PY%ri4)0GXMYnVA4HW|=cHGynh0%*_A)|NmxY zX3Wf)W|_*jmWK_C0Rl*RoD!v=h@zE-c&dbd2b7|tmI492KeRIoe+>Wtv823Gz!k9s1jm*P z0@J^ngs=_Iu%Hc%%RR8gp4^|^v(~}bf8_@r1$W=zuZP3KMl@)1G3l=0C&#|7ZUH|3CALF;JL+fdN7S z84#fOlZBCiftx`G#08nbz%sAkr043r7O&6l{-2=HHz#S5%NI2nnkxs&7b0^zLg94)-i$VCbuxky56% hxOPHkOJp%K*WzXJPFm`QyLRu{yKn!2g9il}tO1%5U&sIe literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/DVD.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/DVD.gif new file mode 100644 index 0000000000000000000000000000000000000000..12b87d61486d9c6470af633832c339c043879db1 GIT binary patch literal 281 zcmV+!0p|WkNk%w1VITk?0J9GO05fKpnVDuY0L;wHnKS=pW&ks0nE;spnVA6p|IB7) zGiGLH%*>hp|Nj600L;vpA^8LW000jFEC2ui03ZM$000EW@X1N5y*TU5yRS~@e4H2r zA(=S<5T21v_(Oo-UUPplfp>&?ZijvtSpqZwmX?owbUJ_w zlm?)eppcs#op+!HmZ_wPQ44~DG^3hp4T`UVJO-^A9zsa4y1gk-xp%}*#=#89Ap^@v gwK)#Iz&(-F)yp;6+S^0k-{3Vr;~nPb>gN#vI|#mcc>n+a literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/EDLS.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/EDLS.gif new file mode 100644 index 0000000000000000000000000000000000000000..951298dc394af89fa933c498025fe92add03cffa GIT binary patch literal 431 zcmZ?wbhEHbRA5kGxT?mmZEg7fzYPD+qk5@cjDEyx7xtewx<07S)}# zhOhoeY@4TWWUt!WlhGf)b6&WixTinxKRZLtfkFlbhW|ios0S2(vM@3*s4?h(j0E|K zf$faLtiPf4^ zF|8?kE?Q=H^!vXKt=ho#L%3!z01L&d4G< zXHvp~aAsa9A*B_J+t$qQ^r&DH;M~f{x?^2eg|Z;?3RcF$yJFRXD^G5pcVxHo#r%_J z%Y$wfTs`O3nSSxk!l0s-SJ%$pSo83%>+9B?3zI*8_;!>_{?Ua=-$Z|ZKPOnGPk$dfaq7zZKLQL4d#+a8d$)1!ouB{z|7T!efRI22 z94P)|VPs(7V$cDJfXrZExf^iOGt|rUwQaDbxO(0__N2vStG+_+CvL`}%P*YXMom9^esj^xvX${`igPS?Pvkrhs(WtA z>dtbT#2My+BIOyCaYd|bwccF~MnP2>MIDohdtB3E@~YX|C)GNpxHYHGnmc)FU|L*@ zN88elJGkV+ x@*7n};6wenjL$y;9{>3-qQt;p4FI(#i{bzP literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/FLAG.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/FLAG.gif new file mode 100644 index 0000000000000000000000000000000000000000..031fbb0cf23de3114a9c0410b21dfc6c427170fd GIT binary patch literal 231 zcmZ?wbhEHbRA5kG*v!T7|HtD0|NjdxFr=k1{J+8w*SqKc|1)RK%rs7$$-uw>lme2- zK=CIFBLf2$gAPa#WCjDvlz@|-tM^*GKD*mr;YHyBL6#1Sq=kt}nVX_K1E=V%Ip>vo zpL4pS`s|-|4hzryU^Z>u`DnRk!7YdOE3alKRIKe>v*q#Ys{P>~zg4;2zp{ANPaciK z%gql+)~MSvmX<{odN|ZHSG0O0cGPus*Q)eS=$$kKLbH7*x-D3= XScIu;-s&X^%p10B-L`$JAcHjk&H`W@ literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Faculty Course Materials.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Faculty Course Materials.gif new file mode 100644 index 0000000000000000000000000000000000000000..9a10aec729d842c2c67d04a87fec2485cbb0132c GIT binary patch literal 211 zcmZ?wbhEHbRA5kGSj5U8z`*eT_n9+iW->4^e0;j*|Ns9$1`sIzWMO1rU}ew&aX@Mr zm}f-nGPTn=B{^T9FY8s)?we|6&JF_dY`rpx^IkBl(|LTLLh9O+?)g@?GCpV@OIyP? zA>$2)sn?CQ5mno2cE+1VMm?LM!7pxowX0oEOQJ%|^}1nZweZ)V=NC+_=FGj)TU0Al z-;mfOTGg7biP#`&uV~4Q|iMpr^iKCX2t~D|_Oq9~r?ljU_-Oj7j5uj(b zx{}Xf!G;CelO}jRP2BNXcJalh4GzB@HlDn&t(rCc__cG_Wn8LnCYDRqO<4WV%Q`)G zUGe4Wiro7Ain^5YwkqkGg!YD>rvA9z^cMfA%^frPy5|(KOt51LU}t2slTcc@X6?E) Hf(+IGF!xiI literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/JB.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/JB.gif new file mode 100644 index 0000000000000000000000000000000000000000..8c21ae939892bd465d3e40eecbf9eea3ddd0b7ea GIT binary patch literal 294 zcmV+>0ondXNk%w1VITk?0J9GOW@Z4)W;2=0{{Wc)5C8y~W&i*)X3Wf)%$YL)X3YQp zng9RHW@csp0083Qdd$q3A^8LW000jFEC2ui03ZM$000Ej@X7g_Z8Ynh?>QDHa*d-{ zUpTIn={P8ev84OLO*+$5c{8_|iq}%S7|38wM)VzTP~mP=GCF|3=gYE~imFc}HVNy} zz`tv{?5$a$S#rb7LPNt_`pW()6xMTX8+?9#cY$X%eF2PrL3&h*4h0AZ0gics8ibX1 zY>96Um7P(LUy2C>qlcz$4gdxTtE`$GF0cu?37&{`w+6AgyN|U!ion3R0>ozxp$^Fj s0tT5)PB#F#)SpBZ*DtWu-4Yg_;^Pto-`waE<;?9JJ{R$WLmCkPJ3JtMp#T5? literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/JF.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/JF.gif new file mode 100644 index 0000000000000000000000000000000000000000..336c5bb7c258313d6596227fef92997837eca7cb GIT binary patch literal 235 zcmZ?wbhEHbRA5kG*v!H3|4iD<9-@8|q z&A-V!Y&!nZL zojC&}8Gr!92TG9w6o0ZXGB5}*=zuhV>||hlrJ&L`A=xTr)w-9JGHTkJ&mEqTZ}WcX zUmFXFF89xW8~W}{@K_})etbdS&E!8~H!^}eO5^$yUKWLIwp(!F{rM#lr%%P}SaIhF zKRjQ&@10(hWLi~vCSRFN0WWVuWlNiN2PX$dcUEhy_5>DYW~M3GeJOUloU>S$%}twD zzGx!jI##C6`O~!~tYe(S&&j)ab=YE#bGiQLjnG9#r7#KioAV~~R{K>+|z#zn+15ymKlY#aB0+qfcB69;*uG8wW zI(PEiGU8%&+3W4=3-Gv0S;l0xweZhuKcE!lc>o3#_VKn-?|4I zcKF!ZmOWqpOFMOU_r!8e*>}y?^Me{I3tZd+Yq>kKTAC`VY}+I1N_wYFC=B2U=*aA8 zUeK!6&dWP{a(&;bmg*&3EG*0Cu3oq{fR~G%jg5IzQZF)=H)AD R{FEd%O?U2$g@Q~B)&P@3otyvw literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Juvenile audiobook.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Juvenile audiobook.gif new file mode 100644 index 0000000000000000000000000000000000000000..99d392a1ac532ed9ef8f87e1bd57a26f3f44843a GIT binary patch literal 288 zcmZ?wbhEHbRA5kG*v!rF|4iDEw`9F;zEzS6hF~k3vK%Fq? zTi)$^=JZtP(85C>gjq{lSLEE}IT{l1WD4gU#idqR*As4}9$i19F~Ds7j+aMf-MtrP zEN`0Vzdc%zon4NNv8FmDzg$$Fqqk9xiE&bEYK8hoq}S|v4O>AD$BS{>62IGDK_m+cI%tJra*LC$&MzC-&@HgTV}S*^VE{HarG fTxDk;YPxN1aqx)zW3e08UR=KW=KTjnK?Z98A5eU| literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Juvenile biography.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Juvenile biography.gif new file mode 100644 index 0000000000000000000000000000000000000000..8c21ae939892bd465d3e40eecbf9eea3ddd0b7ea GIT binary patch literal 294 zcmV+>0ondXNk%w1VITk?0J9GOW@Z4)W;2=0{{Wc)5C8y~W&i*)X3Wf)%$YL)X3YQp zng9RHW@csp0083Qdd$q3A^8LW000jFEC2ui03ZM$000Ej@X7g_Z8Ynh?>QDHa*d-{ zUpTIn={P8ev84OLO*+$5c{8_|iq}%S7|38wM)VzTP~mP=GCF|3=gYE~imFc}HVNy} zz`tv{?5$a$S#rb7LPNt_`pW()6xMTX8+?9#cY$X%eF2PrL3&h*4h0AZ0gics8ibX1 zY>96Um7P(LUy2C>qlcz$4gdxTtE`$GF0cu?37&{`w+6AgyN|U!ion3R0>ozxp$^Fj s0tT5)PB#F#)SpBZ*DtWu-4Yg_;^Pto-`waE<;?9JJ{R$WLmCkPJ3JtMp#T5? literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Juvenile book-tape kit.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Juvenile book-tape kit.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c446252091893271b0fed410c0630efd69f7c2f GIT binary patch literal 380 zcmZ?wbhEHbRA5kGI3mO_?@3hJ%rpPb7|%>&`2YWm00YDSv@`#KtTbbg@R^xsW-_Fu zF)++zIAhH4AE*eZ;0zGV1Tu&Lia%Kx85o2ZbU=zhb~3R3T%gjIk~uG9)jG8&PB}XJ zx*na<7Lm-WeXKrLQRwB(1cylzJWT#gvRZbf^N6l;&ry*_t2ZrjIhMFEH7Gf}&A~v= zeCP2ydV9oFZr#q)+Us|Rzaq^lPBoL4x30b+CC#3v@2 znam6fj4M{m?~N1S=i}3xz_XNN+sbVV*7EP!uxa)-jui)YdF?sAPk@JK(&S}3*BsM3 zzJ6oGnK|c=Dz9S^*l;4@^jU`6#wRweyB74g{h81!zCHKW>jz!ueXoD@p%QCC;=Qv4 tNA;(zsJ_@#6YS0*cR+1nfRFKt0<9-@8|q z&A-V!Y&!nZL zojC&}8Gr!92TG9w6o0ZXGB5}*=zuhV>||hlrJ&L`A=xTr)w-9JGHTkJ&mEqTZ}WcX zUmFXFF89xW8~W}{@K_})etbdS&E!8~H!^}eO5^$yUKWLIwp(!F{rM#lr%%P}SaIhF zKRjQ&@10(hWLi~vCSRFN0WWVuWlNiN2PX$dcUEhy_5>DYW~M3GeJOUloU>S$%}twD zzGx!jI##C6`O~!~tYe(S&&j)ab=YE#b1v_(Oo-UUPplfp>&?ZijvtSpqZwmX?owbUJ_w zlm?)eppcs#op+!HmZ_wPQ44~DG^3hp4T`UVJO-^A9zsa4y1gk-xp%}*#=#89Ap^@v gwK)#Iz&(-F)yp;6+S^0k-{3Vr;~nPb>gN#vI|#mcc>n+a literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Juvenile reference.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Juvenile reference.gif new file mode 100644 index 0000000000000000000000000000000000000000..a9c88734997882eb8553ab63a00c029742586ab4 GIT binary patch literal 400 zcmZ?wbhEHbRA5kGI3mO_bEfebW8<_lGt*|CVVKGA|BUgxCs8xg82GiQLjnG9#r7#KioAV~~R{K>+|z#zn+15ymKlY#aB0+qfcB69;*uG8wW zI(PEiGU8%&+3W4=3-Gv0S;l0xweZhuKcE!lc>o3#_VKn-?|4I zcKF!ZmOWqpOFMOU_r!8e*>}y?^Me{I3tZd+Yq>kKTAC`VY}+I1N_wYFC=B2U=*aA8 zUeK!6&dWP{a(&;bmg*&3EG*0Cu3oq{fR~G%jg5IzQZF)=H)AD R{FEd%O?U2$g@Q~B)&P@3otyvw literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/KIT.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/KIT.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c446252091893271b0fed410c0630efd69f7c2f GIT binary patch literal 380 zcmZ?wbhEHbRA5kGI3mO_?@3hJ%rpPb7|%>&`2YWm00YDSv@`#KtTbbg@R^xsW-_Fu zF)++zIAhH4AE*eZ;0zGV1Tu&Lia%Kx85o2ZbU=zhb~3R3T%gjIk~uG9)jG8&PB}XJ zx*na<7Lm-WeXKrLQRwB(1cylzJWT#gvRZbf^N6l;&ry*_t2ZrjIhMFEH7Gf}&A~v= zeCP2ydV9oFZr#q)+Us|Rzaq^lPBoL4x30b+CC#3v@2 znam6fj4M{m?~N1S=i}3xz_XNN+sbVV*7EP!uxa)-jui)YdF?sAPk@JK(&S}3*BsM3 zzJ6oGnK|c=Dz9S^*l;4@^jU`6#wRweyB74g{h81!zCHKW>jz!ueXoD@p%QCC;=Qv4 tNA;(zsJ_@#6YS0*cR+1nfRFKt0biP#`&uVHnVFep|IGhp0A`t) zng9RH%x0MY007L)nE(I)A^8LW000gEEC2ui03ZM$000Eh(8)=wy%@K>v$tE4EMoV4 z%?JPsnV9FrwQE~8F~~3*&APB$W4G%qYQUUiNGvvdHk@ap*f0uBXUlMSO$pUT6`OT( zy_p7BfuJ(4WZqe-StAe&_Z2Sh(q(pd3vFUdSPgSu3T%RRc~yIeeu|7Oj)jqlX@Qn_ zg$0M28dQ#ho{&YNAOwYCErXA5l4z@96Ac3ju$ZZnwF(qNR8^>bw70Cl!9;q@suIK? qZ)L`RF;>*G)Io-3SMRlWeRg-a!i(I5NixeU;!aueu+LiYTI5*%9IdTO zbT|a~)E3t^bhmz(puMi{Oe{&6w2B6{n(XHCHa6ytrc{~mHipiwNh*ocC$>!X$eLSTys)%8Z%O2` unNkXYnXBr;0vwjCp0{~@#CBV=Esn7}_A&)SdDe}~jTN-q?A-&a2_~r=(fdxPN9+((e@#)Oc z-x5A6WB>Wf?f(vTY`9yX=O9>JU02#r!NAbc+Llyq?$FIQm9JlLqM2cL%k*hgj@;(wPpk9J|0PcyiTl z13{L=2zkVh4Z1PF3@7Q$w%KJaZU;Vy*;Vc6K!~g&Pfg~DG z{K>+|z`)6%0}=-`Qd zh=2Rsn!(;_@x>DBqLR~TD<$vTjALCGTzWBU^JV2j3=9%;R8ntv%#aFxQn8Y0tI{pI zlRIk6F6QQWCswhwrmHY#c)Iv#r=)2!b&7R2HK-J+Ok(N^bDLv7qje(F9Eno3)MAbr zRc7X8k})a_Osk5PZpiRgozteZTTZpVU87{?vEz$RmLwlNBT{$a@|COCBm^0(0d&%4 AZ2$lO literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/MZ.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/MZ.gif new file mode 100644 index 0000000000000000000000000000000000000000..927386cbefd9cc6fdcffc94e5d9c3582396850f1 GIT binary patch literal 351 zcmZ?wbhEHbRA5kGI3mPgoW@{0^FI*GWMDXR<_wTZOJfjVU`U&JX6AompzxV9GmX<` z&P+S={|rzljRB|(EC^%}0~CLSdDe}~jTN-q?A-&a2_~r=(fdxPN9+((e@#)Oc z-x5A6WB>Wf?f(vTY`9yX=O9>JU02#r!NAbc+Llyq?$FIQm9JlLqM2cL%k*hgj@;(wPpk9J|0PcyiTl z13{L=SdDe}~jTN-q?A-&a2_~r=(fdxPN9+((e@#)Oc z-x5A6WB>Wf?f(vTY`9yX=O9>JU02#r!NAbc+Llyq?$FIQm9JlLqM2cL%k*hgj@;(wPpk9J|0PcyiTl z13{L=x;!hSv z1_llW9gq~r3UTzO%~-`W+-H-@QOU^YR;hE>i^_ACNX{{<*!*)% z_)b@rru=x{=DcV-=H{yWZkF=eocf{y4#uML=8DPc_S3>^`)5s4}rq%OT z_^h2|zq!(kVZqFG6Z4kjYm3h?TRVGEk9^G0^_7}QY>NXHoSd0=*(heCrntw>+fqyi O?>~O>^cjaBgEaug@oh)| literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Microfilm.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Microfilm.gif new file mode 100644 index 0000000000000000000000000000000000000000..47d12cc26574be9d03afc33729a81a6a24734153 GIT binary patch literal 262 zcmZ?wbhEHbRA5kG*v!c=`_R>2zkVh4Z1PF3@7Q$w%KJaZU;Vy*;Vc6K!~g&Pfg~DG z{K>+|z`)6%0}=-`Qd zh=2Rsn!(;_@x>DBqLR~TD<$vTjALCGTzWBU^JV2j3=9%;R8ntv%#aFxQn8Y0tI{pI zlRIk6F6QQWCswhwrmHY#c)Iv#r=)2!b&7R2HK-J+Ok(N^bDLv7qje(F9Eno3)MAbr zRc7X8k})a_Osk5PZpiRgozteZTTZpVU87{?vEz$RmLwlNBT{$a@|COCBm^0(0d&%4 AZ2$lO literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Music CD.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Music CD.gif new file mode 100644 index 0000000000000000000000000000000000000000..1d3b155a133670453b6cd3e4c990720710618e33 GIT binary patch literal 241 zcmZ?wbhEHbRA5kG*v!qqP+x!M%$b=p83Y&@X3m^>=0C&#|7ZUH|3CALF;JL+fdN7S z84#fOlZBCiftx`G#08nbz%sAkr043r7O&6l{-2=HHz#S5%NI2nnkxs&7b0^zLg94)-i$VCbuxky56% hxOPHkOJp%K*WzXJPFm`QyLRu{yKn!2g9il}tO1%5U&sIe literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Mystery.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Mystery.gif new file mode 100644 index 0000000000000000000000000000000000000000..3a815d1fb896caee180ae70471787a3133767221 GIT binary patch literal 283 zcmZ?wbhEHbRA5kG*v!rF|NsBAGzI|%hM6;Go;d>~(*FNHla`it=FAxepdbSSP!Py~ z1I3>#j0_Ci3_2hYkQodtCkjq_X71YlYVZ1>W77*$rZzAnw492VbYs@Kq)$cZvrlNf zzBehR*FBq2{ZN0O#3tFvrMfqL|$v7g#-tOTtl4*J108_`}Bz=Jr?ZD{nIDp&sCc?W5J5W zaZ5cGEto3Ku~MRxwMl$B^8$&DoA+=sS#mNms?FFuVWVH)7KtXuU8l~R-?V#b$E+J3 aNqaYTOuMk`e&!>o&fJ%;UdsqFSOWmi_Hu{- literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Non-fiction, large print.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Non-fiction, large print.gif new file mode 100644 index 0000000000000000000000000000000000000000..4d220b24d15154ab8397251c3c3f7c7a691d9d99 GIT binary patch literal 292 zcmV+<0o(pZNk%w1VITk?0J9DN|NsAHW&jWX05BLN%*@RH%mB>HnVFep|IGhp0A`t) zng9RH%x0MY007L)nE(I)A^8LW000gEEC2ui03ZM$000Eh(8)=wy%@K>v$tE4EMoV4 z%?JPsnV9FrwQE~8F~~3*&APB$W4G%qYQUUiNGvvdHk@ap*f0uBXUlMSO$pUT6`OT( zy_p7BfuJ(4WZqe-StAe&_Z2Sh(q(pd3vFUdSPgSu3T%RRc~yIeeu|7Oj)jqlX@Qn_ zg$0M28dQ#ho{&YNAOwYCErXA5l4z@96Ac3ju$ZZnwF(qNR8^>bw70Cl!9;q@suIK? qZ)L`RF;>*G)~4F77r6@(MV48_9p_|V&06tVWS~lOZ;@!Hl(I)P(e8=zRf1A5! zTmR+Cs`}!_x+0a<+?vv^hRU|slJE(BlRSH;#!s>3R0t?*pTp$O&d4}NLUG0FHEY)h HGFSruXtGhL literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/PB.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/PB.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4394b1a22e26d6d16eb036549d4fe420efcca43 GIT binary patch literal 216 zcmZ?wbhEHbRA5kG*v!dboHq0S|Nk@30CCz(28RE}#%Im|X@>v*&p;SJHZoBB$->CM zz{#Kk5(JsSz|v}P(sT7*i`Qp&|4)#Rd!m?@DllPrsRGB!O>4g#`e-=&ZSV8lm%SB! zJmuLVxM&B<13nMMGcRl0T=f|oHmr4;tRU|vy<4j{?89?235oqdE(;qZE}YKd-<`1k z@J55;Vitq?^di=l*0eo8tU9fP;(q+q6CzQtu;b6U^!7)mBe!~GNzp5kQibsqrPM_lxWUvMRVy0uC literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Pamphlet.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Pamphlet.gif new file mode 100644 index 0000000000000000000000000000000000000000..89034ce0dd57b7e922014b262e48ee563dfc74a7 GIT binary patch literal 254 zcmZ?wbhEHbRA5kG*v!emuqpBX|NqC=PGIO-|NrMY(cblQ@BDoDzQtu;b6U^!7)mBe!~GNzp5kQibsqrPM_lxWUvMRVy0uC literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Paperback romance.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Paperback romance.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4394b1a22e26d6d16eb036549d4fe420efcca43 GIT binary patch literal 216 zcmZ?wbhEHbRA5kG*v!dboHq0S|Nk@30CCz(28RE}#%Im|X@>v*&p;SJHZoBB$->CM zz{#Kk5(JsSz|v}P(sT7*i`Qp&|4)#Rd!m?@DllPrsRGB!O>4g#`e-=&ZSV8lm%SB! zJmuLVxM&B<13nMMGcRl0T=f|oHmr4;tRU|vy<4j{?89?235oqdE(;qZE}YKd-<`1k z@J55;Vitq?^di=l*0eo8tU9fP;(q+q6CooQ|Z5nHqzloQaYqqoS#?f()mXwW}Enh_t&_L$1MQhq$z`yg_}qltr(l tR$!aCS<+u;2)UmJWk4|6o^@@@(`kr+;2aeK$86^71kD2j>)AIE06Sy#gHr$i literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Reference.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Reference.gif new file mode 100644 index 0000000000000000000000000000000000000000..699b534dbfa4753e64b1948e8184123886683b38 GIT binary patch literal 331 zcmZ?wbhEHbRA5kG*v!Qsz`$^3Cd2>#|I^YK&YYP!b7tEA|3CqTGik;QKoZ160g69a z7#SG27<53QATtdv2J7ZR?rRqWjiARpJ;-+oXvR3=h+Gg&yeyuor z>I&9$*9Rw*oTaKe=ku!n{1D@(dM#Z+Bxd=PFg0E!gJ%6uao=0p-ljjA!xk>c_)hrT zr(NgjvWpox(hHN@N{cxg)hk+CtGv3qO0xP|CQQt2Y{;5cCO&I%=X}noJ=4pV%v!!| zMQ{1cH7o0Tn73_Qw0X(aZk8SU56)OKal^6$3!9HF*neWx?lb%5?YwaM==Pll8xC)} zbn?)xQ~fvQUS64f@#*<(%*>+26?-P!JQpo3F@f>(*Lg3UKR&r={9Mm{YQygpsRkVU WidJp13`eZL@+Eb)3Mex$SOWl`vyS%w literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/SIRS.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/SIRS.gif new file mode 100644 index 0000000000000000000000000000000000000000..8275dae06d2d72711424e00fe1890062b31cbb8f GIT binary patch literal 236 zcmV>`v3p`A^8LW000L7 zEC2ui03ZM$000BAc)D87FiPkOA#Z9~OmJ7Wjh*3vSTSy0d0OepnU48}s=T?66XKD@r literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/SS.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/SS.gif new file mode 100644 index 0000000000000000000000000000000000000000..a68185b6b72b8a549f2da3781eb7559fe231dfcc GIT binary patch literal 171 zcmV;c095}+Nk%w1VITk?0HOu}#gY!ebQJrrK>V*4j4=ZM00960{{R30A^8LW000I6 zEC2ui03ZM$000AUXu90~Fv>}*y;zmKbL2zVc}+nOTR4oQVV-EAve^sAbK%){3isxf*2kVW(4j|f@tyhgh@|L)%rgK00L;vpA^8LW000jFEC2ui03ZM$000ER@X1N5y*TT=o%dYmF^ocj zVdj(opqLDrR^Qvcr!!Md(|9%)OqS~TevTk6wlf})N|Ubmd;%2*1e02|Ihp|Nj600L;vpA^8LW000jFEC2ui03ZM$000EW@X1N5y*TU5yRS~@e4H2r zA(=S<5T2IrnaPlrmiGUQF#`j`|CwoLfPCVB;!hSv1_mJp9guR6oeZq=7O3>4WX{W2wJzuN zzJfPSCMwIne!j4s^QFmxwdzeSN=}LwD_q{yotNJHlE*DEm|?-pJ={C8;_}K9iCr_Q$Qe?0O E0BL?)-v9sr literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Videocassette, juvenile.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Videocassette, juvenile.gif new file mode 100644 index 0000000000000000000000000000000000000000..653053ccfd674667192eeeee1a02d45451308ee2 GIT binary patch literal 289 zcmZ?wbhEHbRA5kGI3mO#ugUfQ|9?&%W(93-UO^TXRz^`-b^!(kNhJ`V$3{Jp>Bk`EuPk8ME`MYAks9Izm|8*?jxsTPIC% zujp$to-?_#rP|PhcW&n_qg8AAR@iP>DroBBx}-X7rx5#`9s86I9X@va#K}{qwGqCG>B+!BKs7R=nUZAP9(n!Xjb8PTMKOK4-^1%(OHHhP1S_{~(&-3=o}}31r|0ia%Kx85l$ubU?~Lb~3OoR#5Fr$()z5 zYF*CjeFZw_SEP7zUcTHHjDc{y9P-T5t@AF-e>%XpMDBq&EGQ);z>V_C&BUh*H zkXI%rUMFfNEQnzH*wy7nc0#08TVG4M=f=9-x^frEFxS`G7hp2eN4 zMPl3nJ0|S%ZeyOxvVRflMG-5uql_H$G-`y-vaY|#dRgr1i8ZPFr1Pn-&l8LjpF6BM1_Ma0-Oh`znp00Y5%6swRpwyV@Dgm rnc2;H{>agJLZ5|%(@zUGRS`k8=&%~kM~m0?nPgAmoKft-!C(ylU^1H{ literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/WEB.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/WEB.gif new file mode 100644 index 0000000000000000000000000000000000000000..c7082d9dc35d970471968aa7d878b4bf45150018 GIT binary patch literal 350 zcmZ?wbhEHbRA5kGI3mg5w3Ok(Y@L6%w=#52XOOUD5YS}MOqS5JtapY_Vj& z-RY%llcN^6zuYouPVPq0x2A8De3tdR2(7+Z7WpjG|IRx9<`0|aK|HaV+*=8_2-^UD?nwlYo-Sue6oZAGbxN06`t z literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Western.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Western.gif new file mode 100644 index 0000000000000000000000000000000000000000..b420179388e14164de9e3f284dacae998840fdd3 GIT binary patch literal 309 zcmV-50m}YINk%w1VITk?0J9AM|NsAHW&jWX003q)%*>gYnP$w)X8-@pnPvbpW;4v0 z05h2Y0002Y%$WcH00000A^8LW000dDEC2ui03ZM$000Eyu*pfQy*TU5nfF}iCCNd8 zVaAjIaF_|2R^QvcCo@ybvUoNZOqS~TevBY4wlf})N|Ubmd;$-I0+U*`GO}AyxBAsi z#p7c+too$Y;4_AyFnHd+wVdZs_ziY=dUFPThJ_3RZdP$~bqoj!2$LRwfpBItA9V^J z9te<+jF}S*mUNsSl#!x&jS{AYeRYL?psaQSuA~j2vZ#igzMZ;1uf37Lvwo_w#e=1w z!JewDiO5WyjDy+Y%pv3CY|J6nej<}3++nfUXw z&EEW}6MU4rt4NST;9pvRoL+4$OJi(JEgM^9lWY(xYfo>USHvXN;{N7{J`>Z3X$zEd TjTeZhtXREf?Yi}A1sSXXy)auJ literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/YAC.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/YAC.gif new file mode 100644 index 0000000000000000000000000000000000000000..b8ab2d45d3d1687ce17b6f22ba0fbbac4454bb7e GIT binary patch literal 263 zcmV+i0r>t$Nk%w1VITk?0J9AM%w{vp%*+6p0A^+YnauzH|IB8Y%$YO)nVFf)GXVdY zW@ct)0002Y%$WcH00000A^8LW000dDEC2ui03ZM$000EEu*pfQy*TU5yZ>Otj7+GJ zK`@#Zvn*q}vXlG5j9k*Ta>uG&sOS4J5JFJzr6?YgAKT66d$OdrMHP9?daWj@fk60i zqokVwzKE^M=%v(-{YMZh9GUb0d9+fM!rFiGPn$Z-sqLik1ulgN+t( zh>>!cnv)oD1q^eEh71D(d7L7VtD%e>h6zolp|qQ}h^d&NHY6UOsdS+Y#6zg7%QO5WyjDy+Y%pv3CY|J6nej<}3++nfUXw z&EEW}6MU4rt4NST;9pvRoL+4$OJi(JEgM^9lWY(xYfo>USHvXN;{N7{J`>Z3X$zEd TjTeZhtXREf?Yi}A1sSXXy)auJ literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/Young Adult non fiction.gif b/koha-tmpl/opac-tmpl/prog/itemtypeimg/Young Adult non fiction.gif new file mode 100644 index 0000000000000000000000000000000000000000..f30c0ac03fed651921a0f346ce52620ce11f8e2c GIT binary patch literal 251 zcmZ?wbhEHbRA5kG*v!dboHo-qjbY}Q|3EMk2+lB^Idg`Afx&ntkTDa;Km&?DSr{1@ zI2m+6;vh2^SXLOE^jy8y;`Q0x_75JGwkPtqS)?uOT=pnRmV;@RnudQ#?)2p`IaiH; zXynxB`!#t{ZRU6LcIOH z>8wml)g{^G4NaXTdFjEd3=E7--R+5)6DCe-Q|&Fx?4K~Jr$Qdbh(); +my $sth = $dbh->prepare("select max(borrowernumber) from borrowers"); +$sth->execute; +my ($borrowernumber_max) = $sth->fetchrow; + +$sth = $dbh->prepare("select max(biblionumber) from biblio"); +$sth->execute; +my ($biblionumber_max) = $sth->fetchrow; + +$sth = $dbh->prepare("select max(itemnumber) from items"); +$sth->execute; +my ($itemnumber_max) = $sth->fetchrow; + +my $baseurl= "http://i17.bureau.paulpoulain.com/cgi-bin/koha"; +my $max_tries = 200; +my $concurrency = 5; + +$|=1; +# +# the global benchmark we do at the end... +# +my $b = HTTPD::Bench::ApacheBench->new; +$b->concurrency( $concurrency ); +# +# mainpage : (very) low mySQL dependancy +# +my $b0 = HTTPD::Bench::ApacheBench->new; +$b0->concurrency( $concurrency ); + +my @mainpage; +print "--------------\n"; +print "Koha benchmark\n"; +print "--------------\n"; +print "benchmarking with $max_tries occurences of each operation\n"; +print "mainpage (no mySQL) "; +for (my $i=1;$i<=$max_tries;$i++) { + push @mainpage,"$baseurl/mainpage.pl"; +} +my $run0 = HTTPD::Bench::ApacheBench::Run->new + ({ urls => \@mainpage, + }); +$b0->add_run($run0); +$b->add_run($run0); + +# send HTTP request sequences to server and time responses +my $ro = $b0->execute; +# calculate hits/sec +print ("\t".$b0->total_time."ms\t".(1000*$b0->total_requests/$b0->total_time)." pages/sec\n"); +print "ALERT : ".$b0->total_responses_failed." failures\n" if $b0->total_responses_failed; + +# +# biblios +# +my $b1 = HTTPD::Bench::ApacheBench->new; +$b1->concurrency( $concurrency ); + +my @biblios; +print "biblio (MARC detail)"; +for (my $i=1;$i<=$max_tries;$i++) { + my $rand_biblionumber = int(rand($biblionumber_max)+1); + push @biblios,"$baseurl/catalogue/MARCdetail.pl?biblionumber=$rand_biblionumber"; +} +my $run1 = HTTPD::Bench::ApacheBench::Run->new + ({ urls => \@biblios, + }); +$b1->add_run($run1); +$b->add_run($run1); + +# send HTTP request sequences to server and time responses +my $ro = $b1->execute; +# calculate hits/sec +print ("\t".$b1->total_time."ms\t".(1000*$b1->total_requests/$b1->total_time)." biblios/sec\n"); +print "ALERT : ".$b1->total_responses_failed." failures\n" if $b1->total_responses_failed; + +# +# borrowers +# +my $b2 = HTTPD::Bench::ApacheBench->new; +$b2->concurrency( $concurrency ); + +my @borrowers; +print "borrower detail "; +for (my $i=1;$i<=$max_tries;$i++) { + my $rand_borrowernumber = int(rand($borrowernumber_max)+1); +# print "$baseurl/members/moremember.pl?borrowernumber=$rand_borrowernumber\n"; + push @borrowers,"$baseurl/members/moremember.pl?borrowernumber=$rand_borrowernumber"; +} +my $run2 = HTTPD::Bench::ApacheBench::Run->new + ({ urls => \@borrowers, + }); +$b2->add_run($run2); +$b->add_run($run2); + +# send HTTP request sequences to server and time responses +my $ro = $b2->execute; +# calculate hits/sec +print ("\t".$b2->total_time."ms\t".(1000*$b2->total_requests/$b2->total_time)." borrowers/sec\n"); + + +# +# issue (& then return) books +# +my $b3 = HTTPD::Bench::ApacheBench->new; +$b3->concurrency( $concurrency ); +my $b4 = HTTPD::Bench::ApacheBench->new; +$b4->concurrency( $concurrency ); + +my @issues; +my @returns; +print "Issues detail "; +my $sth = $dbh->prepare("SELECT barcode FROM items WHERE itemnumber=?"); +my $sth2 = $dbh->prepare("SELECT borrowernumber FROM borrowers WHERE borrowernumber=?"); +for (my $i=1;$i<=$max_tries;$i++) { + my $rand_borrowernumber; + # check that the borrowernumber exist + until ($rand_borrowernumber) { + $rand_borrowernumber = int(rand($borrowernumber_max)+1); + $sth2->execute($rand_borrowernumber); + ($rand_borrowernumber) = $sth2->fetchrow; + } + # find a barcode & check it exists + my $rand_barcode; + until ($rand_barcode) { + my $rand_itemnumber = int(rand($itemnumber_max)+1); + $sth->execute($rand_itemnumber); + ($rand_barcode) = $sth->fetchrow(); +# print "$baseurl/circ/circulation.pl?borrowernumber=$rand_borrowernumber&barcode=$rand_barcode&issueconfirmed=1&year=2010&month=01&day=01\n"; + } + push @issues,"$baseurl/circ/circulation.pl?borrowernumber=$rand_borrowernumber&barcode=$rand_barcode&issueconfirmed=1"; + push @returns,"$baseurl/circ/returns.pl?barcode=$rand_barcode"; +} +my $run3 = HTTPD::Bench::ApacheBench::Run->new + ({ urls => \@issues, + }); +$b3->add_run($run3); +$b->add_run($run3); + +# send HTTP request sequences to server and time responses +my $ro = $b3->execute; +# calculate hits/sec +print ("\t".$b3->total_time."ms\t".(1000*$b3->total_requests/$b3->total_time)." issues/sec\n"); + +print "Returns detail "; +my $run4 = HTTPD::Bench::ApacheBench::Run->new + ({ urls => \@returns, + }); +$b4->add_run($run4); +$b->add_run($run4); + +# send HTTP request sequences to server and time responses +my $ro = $b4->execute; +# calculate hits/sec +print ("\t".$b4->total_time."ms\t".(1000*$b4->total_requests/$b4->total_time)." returns/sec\n"); + +print "Benchmarking everything"; +my $ro = $b->execute; +print ("\t".$b->total_time."ms\t".(1000*$b->total_requests/$b->total_time)." operations/sec\n"); diff --git a/misc/cronjobs/build_browser_and_cloud.pl b/misc/cronjobs/build_browser_and_cloud.pl new file mode 100755 index 0000000000..c727d86174 --- /dev/null +++ b/misc/cronjobs/build_browser_and_cloud.pl @@ -0,0 +1,1502 @@ +#!/usr/bin/perl +# small script that builds the tag cloud + +use strict; + +use C4::Koha; +use C4::Context; +use C4::Biblio; +use Date::Calc; +use Time::HiRes qw(gettimeofday); +use ZOOM; +use MARC::File::USMARC; +use Getopt::Long; +my ( $input_marc_file, $number) = ('',0); +my ($version, $confirm,$test_parameter,$field,$batch,$max_digits,$cloud_tag); +GetOptions( + 'c' => \$confirm, + 'h' => \$version, + 'f:s' => \$field, + 'b' =>\$batch, + 'm:s' => \$max_digits, + 't:s' => \$cloud_tag, +); + +if ($version || (!$confirm)) { + print <dbh; +my $starttime = time(); + +my $i=0; +$|=1; # flushes output +my $starttime = gettimeofday; + +################################## +# +# Parse all the database. +# +################################### +#FIXME : could be improved to get directly only biblios that have to be updated. + +my $sth = $dbh->prepare("select biblionumber from biblioitems"); +$sth->execute; +# the result hash for the browser table +my %browser_result; + +# the result hash for the cloud table +my %cloud_result; +while ((my ($biblionumber)= $sth->fetchrow)) { + $i++; + print "." unless $batch; + #now, parse the record, extract the item fields, and store them in somewhere else. + my $Koharecord = GetMarcBiblio($biblionumber); + # deal with BROWSER part + if ($browser_tag) { + foreach my $browsed_field ($Koharecord->subfield($browser_tag,$browser_subfield)) { + $browsed_field =~ s/\.//g; + my $upto = length($browsed_field)<=$max_digits?length($browsed_field):$max_digits; + for (my $i=1;$i <= $upto;$i++) { + $browser_result{substr($browsed_field,0,$i)}->{value}++; + $browser_result{substr($browsed_field,0,$i)}->{endnode}=1; + } + } + } + #deal with CLOUD part + if ($cloud_tag) { + foreach ($Koharecord->field($cloud_tag)) { + my $line; + foreach ($_->subfields()) { + next if $_->[0]=~ /\d/; + $line .= $_->[1].' '; + } + $line =~ s/ $//; + $cloud_result{$line}++; + } + } + + my $timeneeded = gettimeofday - $starttime; + print "$i in $timeneeded s\n" unless ($i % 50 or $batch); +} + +# fills the browser table +if ($browser_tag) { + # read existing classification table is possible + my $classification; + if (C4::Context->preference('opaclanguages') eq 'en' && $browser_tag eq '676' & $browser_subfield eq 'a') { + $classification = dewey_french(); + } + + # calculate end node... + foreach (keys %browser_result) { + my $father = substr($_,0,-1); + $browser_result{$father}->{notendnode}=1; + } + $dbh->do("truncate browser"); + my $sth = $dbh->prepare("insert into browser (level,classification,description,number,endnode) values (?,?,?,?,?)"); + foreach (keys %browser_result) { + $sth->execute(length($_),$_,$classification->{$_}?$classification->{$_}:"classification $_",$browser_result{$_}->{value},$browser_result{$_}->{notendnode}?0:1); + } +} + +# fills the cloud (tags) table +if ($cloud_tag) { + $dbh->do("truncate tags"); + my $sth = $dbh->prepare("insert into tags (entry,weight) values (?,?)"); + foreach (keys %cloud_result) { + $sth->execute($_,$cloud_result{$_}); + } +} +# $dbh->do("unlock tables"); +my $timeneeded = time() - $starttime; +print "$i records done in $timeneeded seconds\n" unless $batch; + + +sub dewey_french { +return { + "0" => "Généralités (Ouvrages généraux (encyclopédies, bibliographies, etc.) et informatique)", + "00" => "Savoir et communication", + "001.42" => "Collecte, agencement, analyse des données", + "003" => "Systémique, systèmes", + "003.1" => "Identification de système", + "003.2" => "Prévisions. Futurologie", + "003.3" => "Modélisation par ordinateur", + "003.5" => "Théorie de la communication et du contrôle. Cybernétique. Stabilité des systèmes", + "003.52" => "Théorie de la perception", + "003.54" => "Théorie de l'information. Théorie du codage", + "003.56" => "Théorie de la décision", + "003.7" => "Types de systèmes", + "003.71" => "A grande échelle", + "003.74" => "Linéaires", + "003.75" => "Non linéaires", + "003.76" => "Stochastiques", + "003.78" => "A paramètres distribués", + "003.8" => "Selon leur relation avec le temps", + "003.83" => "Utilisant des unités de temps discrètes", + "003.85" => "Dynamiques", + "003.857" => "Chaotiques. Théorie du chaos", + "004" => "Informatique, traitement des données : principes, matériel, architecture, traitements, réseaux, périphériques", + "004.015 1" => "Principes mathématiques", + "004.019" => "Interaction homme-machine", + "004.026" => "Droit de l'informatique", + "004.1" => "Types spécifiques d'ordinateurs : généralités", + "004.16" => "Micro-ordinateurs", + "004.165" => "Micro-ordinateurs", + "004.19" => "Calculatrices électroniques", + "004.2" => "Analyse et conception des systèmes. Architecture des ordinateurs. Évaluation des performances", + "004.21" => "Analyse et conception des systèmes. Conduite de projets", + "004.22" => "Architecture des ordinateurs", + "004.24" => "Évaluation des performances", + "004.25" => "Analyse et conception des systèmes, architecture des ordinateurs, évaluation des performances d'ordinateurs spécifiques", + "004.3" => "Modes de traitement", + "004.33" => "Traitement en temps réel", + "004.35" => "Multitraitement ; traitement en parallèle", + "004.36" => "Traitement réparti. Client-serveur", + "004.5" => "Stockage des données", + "004.53" => "Mémoire interne", + "004.56" => "Mémoire externe", + "004.563" => "Disques magnétiques", + "004.565" => "Mémoires optiques (CD-ROM)", + "004.6" => "Interfaçage et communications. Télématique", + "004.61" => "Interfaçage et communications pour des types particuliers d'ordinateurs", + "004.62" => "Protocoles d'interfaçage et communications", + "004.64" => "Équipements (à bande de base, à bande large, modems, câbles en fibre optique, contrôleurs de périphériques en général)", + "004.65" => "Architecture et conception des réseaux de communication", + "004.66" => "Mode transmission des données, modes de communication des données (par paquets, multiplexage, ..)", + "004.67" => "Réseaux étendus (WAN)", + "004.678" => "Internet", + "004.68" => "Réseaux locaux (LAN). Intranet", + "004.69" => "Télématique", + "004.692" => "Courrier électronique", + "004.696" => "Vidéotex", + "004.7" => "Périphériques", + "004.71" => "pour des types particuliers d'ordinateurs", + "004.716" => "Pour micro-ordinateurs", + "004.75" => "Combinant entrée et sortie (terminaux)", + "004.76" => "D'entrée (claviers, lecteurs de cartes)", + "004.77" => "De sortie (COM, moniteur, imprimantes)", + "005" => "Informatique : programmation, logiciels, données, sécurité, SGBD", + "005.1" => "Algorithmique. Programmation", + "005.11" => "Méthodes de programmation", + "005.112" => "Modulaire", + "005.113" => "Structurée", + "005.114" => "Fonctionnelle", + "005.115" => "Logique", + "005.117" => "Orientée objet", + "005.12" => "Analyse et conception de logiciels", + "005.13" => "Langages de programmation", + "005.133" => "Langages de programmation particuliers", + "005.136" => "Langages machine, assembleur", + "005.14" => "Vérification, test, mesures, mise au point (débogage)", + "005.16" => "Maintenance des programmes et des logiciels", + "005.2" => "Programmation par types d'ordinateurs", + "005.3" => "Logiciels. Génie logiciel", + "005.368 4" => "Logiciels pour interfaces utilisateurs particulières", + "005.369" => "Progiciels", + "005.37" => "Logiciels pour systèmes d'exploitation particuliers", + "005.376" => "Logiciels pour applications clients-serveurs, groupware", + "005.4" => "Programmation et logiciels de systèmes", + "005.42" => "Programmation des systèmes", + "005.43" => "Logiciels de systèmes. Systèmes d'exploitation", + "005.434" => "Programmation du traitement", + "005.435" => "Programmation de la mémoire virtuelle", + "005.44" => "Logiciels de systèmes, SE pour différents types d'ordinateurs", + "005.45" => "Traducteurs de langages de programmation", + "005.452" => "Interpréteurs", + "005.453" => "Compilateurs", + "005.456" => "Assembleurs", + "005.6" => "Microprogrammation et microprogrammes. Microprocesseurs", + "005.7" => "Organisation des données", + "005.71" => "Transmission des données", + "005.713" => "Logiciels de transmission", + "005.713 6" => "Logiciels de transmission pour micro-ordinateurs", + "005.72" => "Préparation des données. Formats d'enregistrement. Encodages. Codes correcteurs", + "005.73" => "Structure des données", + "005.74" => "Fichiers et bases de données", + "005.740 65" => "Gestion électronique de documents, édition électronique", + "005.741" => "Organisation, modes d'accès. Tri et fusion", + "005.742" => "Index. Répertoires", + "005.746" => "Compression de données", + "005.75" => "Types de bases de données", + "005.8" => "Sécurité des données", + "005.82" => "Cryptage des données", + "005.84" => "Virus", + "005.86" => "Restauration des données", + "006" => "Méthodes particulières et application de l'informatique, IA, multimédia", + "006.3" => "Intelligence Artificielle", + "006.31" => "Apprentissage par ordinateur (EAO)", + "006.32" => "Réseaux neuronaux", + "006.33" => "Systèmes experts", + "006.35" => "Traitement du langage naturel", + "006.37" => "Vision artificielle", + "006.4" => "Reconnaissance de formes", + "006.42" => "Reconnaissance optique de formes", + "006.424" => "Reconnaissance optique de caractères", + "006.425" => "Reconnaissance optique de l'écriture", + "006.45" => "Reconnaissance acoustique de formes", + "006.454" => "Reconnaissance de la parole", + "006.5" => "Synthèse de sons par ordinateur", + "006.54" => "Synthèse de la parole", + "006.6" => "Infographie", + "006.62" => "sortie en infographie", + "006.66" => "Programmation (langages, logiciels)", + "006.67" => "Programmation pour ordinateurs particuliers", + "006.676" => "Programmation pour micro-ordinateurs", + "006.68" => "Programmes", + "006.693" => "Graphisme en 3 dimensions", + "006.696" => "Animation. Morphing", + "006.7" => "Multimédias", + "006.76" => "Programmation (langages, logiciels)", + "006.77" => "Programmation pour ordinateurs particuliers", + "006.78" => "Programmes", + "01" => "Bibliographies", + "02" => "économie et science de l'information", + "03" => "Encyclopédies générales", + "04" => "La vingtième édition n'attribue aucun sujet à ces indices", + "05" => "Publications en série et périodiques généraux et leurs index", + "06" => "Organisations générales et muséologie", + "07" => "Médias d'information: journalisme et édition", + "08" => "Recueils généraux et collections générales", + "09" => "Manuscrits et livres rares", + "1" => "Philosophie, parapsychologie et occultisme, psychologie", + "10" => "Généralités", + "101" => "Nature et méthode de la philosophie", + "11" => "Métaphysique", + "111" => "Métaphysique générale, ontologie", + "113" => "Création, cosmologie", + "114" => "Espace", + "115" => "Temps", + "116" => "Mouvement", + "117" => "Matière", + "118" => "Force", + "119" => "Quantité, nombre", + "12" => "Épistémologie, causalité, genre humain", + "122" => "Causalité", + "123" => "Liberté et nécessité", + "124" => "Téléologie", + "125" => "Finitude", + "128" => "Âme", + "129" => "Destinée de l'âme. Immortalité", + "13" => "Phénomènes paranormaux, parapsychologie, vie de l'esprit, philosophie de la culture", + "133" => "Sciences occultes", + "14" => "Écoles et courants philosophiques, (typologie) systèmes philosophiques", + "141" => "Systèmes philosophiques", + "15" => "Psychologie", + "159" => "Psychologie. Sciences cognitives. Psychopathologie", + "16" => "Logique", + "161" => "Logique", + "162" => "Raisonnement", + "164" => "Logique symbolique", + "165" => "Épistémologie", + "167" => "Méthodologie de la recherche", + "168" => "Méthode scientifique", + "17" => "Éthique (philosophie morale)", + "171" => "Morale individuelle", + "172" => "Morale sociale", + "173" => "Morale familiale", + "174" => "Morale professionnelle. Déontologie", + "175" => "Morale des divertissements", + "176" => "Morale sexuelle", + "177" => "Moralité et relations humaines", + "178" => "Morale et tempérance", + "179" => "Questions diverses", + "18" => "Philosophie ancienne, médiévale, orientale", + "181" => "Philisophie orientale", + "19" => "Philosophie occidentale moderne", + "2" => "Religion", + "20" => "Généralités", + "200" => "Généralités sur les religions", + "201" => "Christianisme : généralités", + "21" => "Religion naturelle", + "211" => "Dieu. Déisme, théisme, athéisme", + "212" => "Panthéisme", + "213" => "Création", + "214" => "Providence. Prédétermination", + "215" => "Religion et science, raison et révélation. L'Église et la science", + "216" => "Bien et mal", + "217" => "Devoirs de l'homme envers Dieu", + "218" => "Immortalité. Au-delà", + "219" => "Anthropomorphisme. Analogies et correspondances", + "22" => "Bible", + "221" => "Ancien testament (canon juif)", + "222" => "Ancien testament (canon chrétien) : livres historiques", + "223" => "Ancien testament (canon chrétien) : livres poétiques", + "224" => "Ancien testament (canon chrétien) : Prophètes", + "225" => "Nouveau testament", + "226" => "Évangiles. Actes des apôtres", + "227" => "Épîtres", + "228" => "Apocalypse", + "229" => "Livres deutérocanoniques. Apocryphes. Pseudépigraphes", + "23" => "Théologie dogmatique, théologie chrétienne", + "231" => "Dieu", + "232" => "Christologie", + "233" => "Anthropologie religieuse", + "234" => "Sotériologie. Doctrine du salut, grâce, foi", + "235" => "Anges. Pneumatologie. Saints", + "236" => "Eschatologie", + "237" => "Vie future", + "238" => "Symboles de la Foi : catéchismes, credos, confessions de foi", + "239" => "Théologie polémique. Défense de la Foi", + "24" => "Théologie morale et dévotion chrétiennes", + "241" => "Théologie morale. Morale chrétienne", + "242" => "Méditations", + "243" => "Prière. Lecture de la Bible", + "244" => "Lectures religieuses", + "245" => "Hymnes chrétiens", + "246" => "Art et symbolisme chrétiens", + "247" => "Mobilier ecclésiastique", + "248" => "Théologie ascétique et mystique. Piété, spiritualité", + "249" => "Culte domestique, dévotions familiales", + "25" => "Église locale et ordres religieux chrétiens", + "251" => "Homilétique. Histoire et théorie de la prédication", + "252" => "Sermons", + "253" => "Visites pastorales. Direction d'âmes", + "254" => "État et condition des prêtres", + "255" => "Confréries et congrégations laïques", + "256" => "Oeuvres paroissiales", + "257" => "Enseignement", + "258" => "Bienfaisance", + "259" => "Autres oeuvres", + "26" => "Théologie sociale chrétienne, ecclésiologie", + "261" => "Relations de l'Église chrétienne avec le monde", + "262" => "Organisation ecclésiastique", + "263" => "Dimanche", + "264" => "Liturgie chrétienne", + "265" => "Sacrements chrétiens", + "266" => "Missions chrétiennes", + "267" => "Associations et communautés religieuses chrétiennes", + "268" => "Catéchisation", + "269" => "Retraites, conversions, réveils, prosélytisme", + "27" => "Histoire et géographie de l'église chrétienne", + "271" => "Ordres religieux. Vie monastique", + "272" => "Persécutions des chrétiens", + "273" => "Hérésies et schismes", + "276" => "Patrologie", + "28" => "Confessions et sectes chrétiennes", + "281" => "Églises primitives et Églises orientales", + "282" => "Église catholique romaine", + "283" => "Églises épiscopaliennes nationales (anglicanisme)", + "284" => "Églises protestantes continentales", + "285" => "Églises protestantes britanniques (puritains, presbytériens, etc.)", + "286" => "Anabaptistes, mennonites, baptistes, aventistes", + "287" => "Méthodistes", + "288" => "Antitrinitaires, sociniens", + "289" => "Autres sectes et églises chrétiennes", + "29" => "Autres religions et religion comparée", + "291" => "Histoire comparée des religions", + "292" => "Religion des Grecs et des Romains anciens. Mythologie classique", + "293" => "Religions anciennes des Scandinaves, Baltes et Slaves", + "294" => "Bouddhisme, brahmanisme, hindouïsme", + "295" => "Religions perses", + "296" => "Judaïsme", + "297" => "Islam", + "298" => "Mouvements religieux récents et contemporains", + "299" => "Autres religions", + "3" => "Sciences humaines et sociales", + "30" => "Sociologie et anthropologie (301 à 307)", + "300" => "Généralités (300.1 à 300.9)", + "303" => "Méthode des sciences sociales", + "304" => "Questions sociales en général. Critique sociale", + "308" => "Sociographie", + "31" => "Statistiques générales", + "311" => "Statistique", + "312" => "Statistique de la population", + "314" => "Démographie", + "316" => "Sociologie", + "32" => "Science politique", + "321" => "Formes de l'organisation politique", + "322" => "Clergés et États", + "323" => "Politique intérieure", + "324" => "Élections", + "325" => "Migrations et colonisations", + "326" => "Esclavage, travail forcé", + "327" => "Relations internationales", + "328" => "Parlements. Gouvernement représentatif", + "329" => "Partis politiques", + "33" => "Économie", + "331" => "Économie du travail", + "332" => "Économie de la terre et de la propriété, du logement, régionale", + "334" => "Entreprises. Systèmes coopératifs", + "336" => "Économie financière. Systèmes monétaire et bancaire", + "338" => "Politique économique. Planification. Conjoncture. Secteurs de l'économie", + "339" => "Commerce. Économie mondiale", + "34" => "Droit", + "341" => "International", + "342" => "Public, constitutionnel et administratif", + "343" => "Pénal", + "344" => "Pénal militaire", + "347" => "Civil", + "348" => "Canonique et ecclésiastique", + "349" => "Autres branches du droit (travail, social, foncier, de l'environnement)", + "35" => "Administration publique. Science militaire", + "351" => "Missions et activités de l'administration publique", + "352" => "Administration locale", + "353" => "Administrations départementales, provinciales", + "354" => "Gouvernement central", + "355" => "Art militaire. Polémologie. Organisation des forces armées", + "356" => "Infanterie et logistique", + "357" => "Cavalerie", + "358" => "Artillerie. Forces aériennes", + "359" => "Forces navales", + "36" => "Problèmes et services sociaux", + "364" => "Problèmes sociaux. Aide sociale", + "365" => "Droit au logement", + "366" => "Droit de la consommation", + "368" => "Assurances", + "369" => "Assurance sociale", + "37" => "Éducation", + "371" => "Organisation des systèmes éducatifs", + "372" => "Éducation pré-scolaire et enseignement du premier degré", + "373" => "Enseignement général", + "374" => "Formation permanente", + "376" => "Écoles spéciales (handicapés, groupes sociaux particuliers, etc.)", + "377" => "Enseignement technique", + "378" => "Enseignement supérieur", + "379" => "Loisirs éducatifs", + "38" => "Commerce, communications, transports", + "39" => "Coutumes et folklore et étiquette", + "391" => "Costume, parures, ornements", + "392" => "Coutumes relatives à la vie privée (naissance, mariage, cuisine, etc.)", + "393" => "Rites funéraires", + "394" => "Vie publique", + "395" => "Cérémonial, étiquette, savoir-vivre", + "396" => "Condition féminine", + "398" => "Folklore", + "4" => "Langues (langues parlées et écrites, grammaires, dictionnaires)", + "40" => "Généralités", + "41" => "Linguistique", + "42" => "Anglais", + "43" => "Allemand et autres langues germaniques", + "44" => "Français et autres langues romanes", + "45" => "Italien, roumain et langues rhéto-romanes", + "46" => "Espagnol et portugais", + "47" => "Latin et autres langues italiques", + "48" => "Grec et autres langues helléniques", + "49" => "Autres langues", + "5" => "Sciences de la nature et mathématiques", + "50" => "Généralités", + "51" => "Mathématiques", + "510.1" => "Fondements des mathématiques. Philosophie des mathématiques", + "511" => "Principes généraux", + "511.2" => "Systèmes mathématiques", + "511.3" => "Logique, automates, langages formels, récurrence, décidabilité. opérateurs logiques", + "511.32" => "Ensembles. Algèbre de Boole", + "511.322" => "Nombres transfinis", + "511.33" => "Relations, treillis, systèmes et structures ordonnés", + "511.35" => "Théorie de la récursivité. Fonctions récursives", + "511.4" => "Approximation et développements", + "511.5" => "Théorie des graphes. Construction des graphes", + "511.6" => "Analyse combinatoire", + "511.8" => "Modèles mathématiques et simulation. Algorithmes", + "512" => "Algèbre, théorie des nombres", + "512.2" => "Groupes et théorie des groupes", + "512.3" => "Corps : théorie des corps, théorie de Galois", + "512.4" => "Anneaux, domaines d'intégrité, idéaux. Dilatation. Modules. Radicaux", + "512.5" => "Algèbres linéaire, multilinéaire, multidimensionnelle", + "512.52" => "Espaces vectoriels", + "512.55" => "Algèbres et groupes topologiques, algèbres et groupes connexes", + "512.56" => "Algèbres différentielles et des différences", + "512.57" => "Algèbres-quotients (Clifford, extérieure, spineurs, tensorielle, ...)", + "512.7" => "Théorie des nombres. Treillis", + "512.72" => "Théorie des nombres de fractions continuées", + "512.9" => "Fondements de l'algèbre", + "512.94" => "Théorie des équations", + "512.943" => "Déterminants et matrices ", + "512.944" => "Théorie des formes. Théorie des invariants algébriques", + "512.96" => "Algèbre des fonctions sans équation. Fonctions rationnelles", + "512.97" => "Inégalités", + "514" => "Topologie", + "514.2" => "algébrique", + "514.3" => "des espaces. Topologie métrique", + "514.7" => "analytique", + "514.72" => "différentielle. Foliations", + "514.74" => "Analyse globale", + "514.742" => "Fractales", + "515" => "Analyse", + "515.2" => "Généralités", + "515.24" => "Suites et séries. Processus infinis", + "515.243" => "Séries. Séries infinies. Sommabilité", + "515.243 2" => "Séries de puissances", + "515.243 3" => "Analyse de Fourier, analyse harmonique. Analyse par ondelettes", + "515.25" => "Équations et fonctions", + "515.3" => "Calcul différentiel. Équations différentielles", + "515.33" => "Calcul différentiel", + "515.35" => "Équations différentielles", + "515.352" => "Ordinaires", + "515.353" => "Aux dérivées partielles", + "515.354" => "Linéaires", + "515.355" => "Non linéaires", + "515.4" => "Calcul intégral. Équations intégrales", + "515.42" => "Théorie de la mesure et de l'intégration. Théorie ergodique", + "515.43" => "Calcul intégral. Intégration. Sommabilité", + "515.45" => "Équations intégrales", + "515.46" => "Inégalités intégrales", + "515.5" => "Fonctions spéciales", + "515.52" => "Intégrales eulériennes (p. ex. fonctions gamma, fonctions bêta)", + "515.53" => "Fonctions harmoniques", + "515.54" => "Fonctions de Mathieu", + "515.55" => "Polynômes orthogonaux", + "515.56" => "Fonction zêta", + "515.6" => "Autres méthodes analytiques", + "515.62" => "Calcul des différences finies. Problèmes aux limites", + "515.623" => "Différentiation numérique", + "515.624" => "Intégration numérique", + "515.625" => "Équations de la différence", + "515.63" => "Analyse vectorielle, tensorielle, spinorielle. Calcul vectoriel et tensoriel", + "515.64" => "Calcul des variations. Théorie mathématique de la commande", + "515.7" => "Analyse fonctionnelle", + "515.72" => "Calcul opérationnel", + "515.723" => "Transformées (opérateurs intégraux)", + "515.724" => "Théorie de l'opérateur", + "515.724 2" => "Opérateurs différentiels", + "515.73" => "Espaces vectoriels topologiques. Espaces linéaires topologiques", + "515.74" => "Fonctionnelles", + "515.782" => "Théorie de la distribution. Dualité. Espaces", + "515.784" => "Théorie de la valorisation", + "515.785" => "Analyse harmonique abstraite. Analyse des groupes de Fourier", + "515.8" => "Fonctions de variables réelles", + "515.83" => "Fonctions d'une variable réelle", + "515.84" => "Fonctions de plusieurs variables réelles", + "515.9" => "Fonctions de variables complexes", + "515.93" => "Surfaces de Riemann", + "515.94" => "Espaces analytiques, à n-dimensions, de Teichmüller", + "515.983" => "Fonctions elliptiques", + "515.984" => "Fonction thêta", + "516" => "Géométrie", + "516.1" => "Généralités. Géométrie métrique. Transformations. Automorphismes", + "516.2" => "Euclidienne", + "516.3" => "Analytiques", + "516.35" => "Algébrique", + "516.352" => "Courbes et surfaces sur des plans projectifs et affines. Théorie des courbes", + "516.353" => "Variétés algébriques de grandes dimensions", + "516.36" => "Géométrie différentielle et intégrale. Surfaces. Courbes. Variétés différentiables", + "516.362" => "Géométrie intégrale (géométrie globalement différentielle)", + "516.363" => "Géométrie différentielle locale et intrinsèque", + "516.37" => "Géométries différentielles métriques", + "516.4" => "Affine", + "516.5" => "Projective", + "516.6" => "Descriptive abstraite", + "516.9" => "Non euclidiennes", + "519" => "Probabilités, Statistiques mathématiques, Mathématiques appliquées", + "519.2" => "Stochastiques, probabilités géométriques, hasard..", + "519.23" => "Processus stochastiques", + "519.24" => "Distributions de probabilités. Probabilités descriptives", + "519.28" => "Sujets particuliers", + "519.282" => "Trajets aléatoires. Méthode de Monte-Carlo", + "519.287" => "Attentes et prédictions", + "519.3" => "Théorie des jeux. Optimisation mathématique", + "519.4" => "Analyse numérique appliquée.", + "519.5" => "Mathématiques statistiques. Méthodes paramétriques et non paramétriques", + "519.502 462" => "Statistiques pour ingénieurs", + "519.52" => "Théorie de l'échantillonnage", + "519.53" => "Statistique descriptive. Analyse de population", + "519.532" => "Distribution par fréquence", + "519.533" => "Mesure de tendance centrale. Médiane, moyenne, mode", + "519.534" => "Mesure de déviation", + "519.535" => "Analyse multivariée. Analyse de la structure latente", + "519.535 4" => "Analyse factorielle", + "519.536" => "Analyse de régression", + "519.537" => "Analyse de corrélation", + "519.538" => "Analyse de variance et de covariance", + "519.54" => "Inférence statistique", + "519.542" => "Théorie de la décision. Théorie bayésienne de la décision", + "519.544" => "Théorie de l'estimation", + "519.55" => "Séries chronologiques", + "519.56" => "Vérification des hypothèses (p. ex. vérification de c ²)", + "519.7" => "Programmation", + "519.8" => "Sujets particuliers", + "519.82" => "Théorie des files d'attente. Embouteillage. Réservation", + "519.83" => "Inventaire. Gestion des stocks et des approvisionnements", + "519.84" => "Succès des parcours", + "519.85" => "Modélisation des phénomènes biologiques, écologiques ou sociologiques", + "519.86" => "Contrôle de la qualité. Autres ajustements statistiques", + "52" => "Astronomie, Astrophysique, Recherche spatiale, Géodésie", + "520.9" => "Histoire de l'astronomie", + "521" => "Mécanique céleste", + "521.1" => "Gravitation", + "521.3" => "Orbites", + "522" => "Observation", + "523" => "Les corps célestes", + "523.01" => "Astrophysique", + "523.1" => "L'univers : l'espace, les galaxies, les quasars", + "523.111" => "L'espace", + "523.112" => "Les galaxies", + "523.113" => "La Voie lactée. La matière interstellaire", + "523.115" => "Les quasars", + "523.12" => "Cosmogonie", + "523.2" => "Le système solaire (généralités)", + "523.3" => "La lune", + "523.4" => "Les planètes et leurs satellites", + "523.44" => "Les astéroïdes", + "523.5" => "Les météorites. Le vent solaire", + "523.6" => "Les comètes", + "523.7" => "Le soleil", + "523.8" => "Les étoiles", + "523.9" => "Éclipses, conjonctions, occultations (en général)", + "525" => "La Terre", + "525.1" => "Constantes et dimensions", + "525.3" => "Orbite et mouvements", + "526" => "Géodésie. Topographie. Arpentage. Photogrammétrie. Cartographie", + "526.1" => "Géodésie. (généralités)", + "526.8" => "Cartographie", + "526.9" => "Observation de la Terre", + "526.982" => "Photogrammétrie", + "528" => "Éphémérides", + "529" => "Chronologie. Calendriers. Horloge", + "529.3" => "Calendriers", + "529.7" => "Mesure du temps", + "53" => "Physique", + "530.1" => "Physique théorique. Physique mathématique", + "530.11" => "Théorie de la relativité", + "530.12" => "Mécanique quantique", + "530.13" => "Mécanique statistique", + "530.14" => "Théories des champs et théories ondulatoires", + "530.141" => "Théories électromagnétiques de la matière", + "530.15" => "Physique mathématique", + "530.4" => "États de la matières", + "530.41" => "Physique de l'état solide. Physique de la matière condensée", + "530.42" => "Physique de l'état liquide. Superfluidité", + "530.43" => "Physique de l'état gazeux", + "530.44" => "Physique des plasmas", + "530.47" => "États de la matière", + "530.8" => "Mesures", + "531" => "Mécanique générale, Mécanique des corps solides et rigides", + "531.1" => "Dynamique, statique, physique des particules", + "531.11" => "Dynamique (p. ex. écoulement, rhéologie)", + "531.112" => "Cinématique", + "531.113" => "Cinétique", + "531.113 3" => "Ondes (p. ex. ondes de choc)", + "531.113 4" => "Rhéologie. Friction et viscosité", + "531.14" => "Masse et gravité. Densité", + "531.16" => "Mécanique des particules", + "531.163" => "Dynamique des particules", + "531.2" => "Statique des solides. Inertie", + "531.3" => "Dynamique des solides", + "531.32" => "Vibrations. Oscillations. Mouvement pendulaire", + "531.33" => "Ondes", + "531.35" => "Forces centrifuges et centripètes", + "531.38" => "Déformation et contraintes", + "531.4" => "Friction et viscosité des solides", + "531.5" => "Masse et gravité des solides. Projectiles. Loi de la chute des corps", + "531.6" => "Énergie. Moment. Travail", + "532" => "Mécaniques des fluides et des liquides", + "532.02" => "Statique, inertie", + "532.05" => "Dynamique", + "532.051" => "Écoulement. Vitesse, viscosité", + "532.059" => "Ondes. Mouvement tourbillonnaire. Cavitation", + "532.2" => "Hydrostatique", + "532.4" => "Masse, densité, poids spécifique", + "532.5" => "Hydrodynamique", + "532.51" => "Écoulement", + "532.57" => "Vitesse", + "532.58" => "Viscosité et friction. Élasticité et compressibilité", + "532.59" => "Ondes. Mouvement tourbillonnaire. Cavitation", + "533" => "Mécanique des gaz", + "533.1" => "Statique. Masse, densité, poids spécifique", + "533.2" => "Dynamique", + "533.21" => "Écoulement", + "533.27" => "Vitesse", + "533.28" => "Viscosité. Friction. Élasticité et compressibilité", + "533.29" => "Ondes. Mouvement tourbillonnaire. Cavitation", + "533.5" => "Vide", + "533.6" => "Aéromécanique", + "533.7" => "Théorie cinétique des gaz", + "534" => "Acoustique, Vibration", + "534.1" => "Génération du son", + "534.2" => "Transmission du son", + "534.3" => "Caractéristiques du son. Effet Doppler", + "534.5" => "Vibrations sonores", + "535" => "Lumière, Optique", + "535.01" => "Régions spectrales", + "535.1" => "Théories", + "535.2" => "Optique physique", + "535.22" => "Intensité lumineuse", + "535.24" => "Vitesse de la lumière", + "535.3" => "Transmission, absorption, émission de la lumière", + "535.32" => "Optique géométrique", + "535.323" => "Réflexion", + "535.324" => "Réfraction", + "535.326" => "Absorption", + "535.35" => "Luminescence", + "535.4" => "Dispersion, interférence, diffraction de la lumière", + "535.5" => "Faisceaux lumineux", + "535.52" => "Polarisation", + "535.6" => "Couleur", + "535.8" => "Spectroscopie", + "535.84" => "Spectroscopie infrarouge, chromatique, ultraviolette,. Raman", + "536" => "Thermodynamique, Chaleur", + "536.1" => "Théories", + "536.2" => "Transfert de chaleur", + "536.3" => "Rayonnement", + "536.4" => "Effets de la chaleur sur la matière", + "536.41" => "Dilatation. Contraction. Coefficients de dilatation. Relations pression-volume-température", + "536.42" => "Fusion. Solidification. Point de fusion. Surfusion", + "536.44" => "Vaporisation et condensation, sublimation, incandescence", + "536.5" => "Température", + "536.6" => "Capacité thermique et chaleur spécifique. Calorimétrie", + "536.7" => "Thermodynamique", + "536.71" => "cycle de Carnot, loi de Joule, équations de Maxwell", + "536.73" => "Entropie", + "537" => "Electricité, Electronique, Electromagnétisme, Electrodynamique", + "537.1" => "Théories", + "537.12" => "Théories des ondes", + "537.123" => "Théories des micro-ondes", + "537.125" => "Théories des guides d'ondes", + "537.14" => "Théorie corpusculaire", + "537.2" => "Électrostatique", + "537.21" => "Charge et potentiel électriques. Triboélectricité", + "537.24" => "Diélectricité, électrets", + "537.5" => "Électronique, électronique quantique", + "537.52" => "Décharges disruptives", + "537.53" => "Décharges d'électrons dans des tubes à gaz raréfiés et à vide", + "537.532" => "Ionisation des gaz. Balistique des électrons", + "537.534" => "Électronique des ondes radio et des micro-ondes. Spectroscopie", + "537.535" => "Rayons X et rayons gamma (plus de 1017 Hz)", + "537.535 7" => "Spectroscopie. Spectroscopie Mössbauer", + "537.54" => "Phénomènes photoélectriques (p. ex. photoconductivité, photoémissivité, photovoltaïsme)", + "537.56" => "Optique électronique et ionique", + "537.6" => "Électrodynamique. Thermoélectricité", + "537.62" => "Conduction. Résistance. Conductivité. Résistivité", + "537.622" => "Semiconductivité. Semi-conducteurs", + "537.623" => "Supraconductivité et supraconducteurs", + "537.624" => "Effets thermiques des courants", + "537.65" => "Thermoélectricité", + "537.67" => "Électrodynamique quantique", + "538" => "Magnétisme", + "538.3" => "Propriétés magnétiques. Phénomènes magnétiques", + "538.36" => "Résonance magnétique. Résonance magnétique nucléaire", + "538.4" => "Substances magnétiques. Aimants naturels. Induction magnétique", + "538.7" => "Géomagnétisme", + "539" => "Nature physique de la matière, Physique moderne", + "539.1" => "Structure de la matière", + "539.12" => "Structure moléculaire", + "539.14" => "Structure atomique", + "539.2" => "Rayonnement. Spectre électromagnétique. Ondes et radiations électromagnétiques", + "539.6" => "Relations atome-atome, molécule-molécule. Spectre moléculaire et vibratoire", + "539.7" => "Physique atomique et nucléaire", + "539.72" => "Physique des particules. Antiparticules, particules relativistes", + "539.721 67" => "Quarks", + "539.721 7" => "Photons", + "539.722" => "Radiations ionisantes", + "539.722 2" => "Rayons X et gamma", + "539.722 3" => "Rayons cosmiques", + "539.723" => "Noyau et atome considéré comme des particules", + "539.723 2" => "Noyaux. Deutérons. Particules a", + "539.723 4" => "Ions lourds", + "539.725" => "Caractéristiques des particules", + "539.73" => "Accélération des particules. Bombardement, faisceaux de particules", + "539.737" => "Accélération de particules particulières", + "539.74" => "Structure nucléaire, des isotopes et des nucléides, modèles", + "539.744" => "Interprétation spectroscopique", + "539.75" => "Réactions et interactions nucléaires", + "539.752" => "Radioactivité naturelle", + "539.753" => "Radioactivité artificielle", + "539.754" => "Interactions fondamentales", + "539.756" => "Réactions photonucléaires", + "539.757" => "Collision", + "539.758" => "Diffusion", + "539.76" => "Physique des hautes énergies. Réaction en chaîne", + "539.762" => "Fission nucléaire", + "539.764" => "Fusion nucléaire", + "539.77" => "Détection et mesure de particules et de la radioactivité", + "54" => "Chimie, Cristallographie, Mineralogie", + "540.11" => "Théories antiques et médiévales. Alchimie. Théorie du phlogistique", + "541" => "Chimie physique et théorique", + "541.042" => "États de la matière", + "541.042 1" => "Chimie de l'état solide", + "541.042 2" => "Chimie de l'état liquide", + "541.042 3" => "Chimie de l'état gazeux", + "541.042 4" => "Chimie des plasmas", + "541.2" => "Chimie théorique", + "541.22" => "Structure moléculaire", + "541.24" => "Structure atomique. Organisation spatiale. Loi de périodicité des éléments (tables périodiques : 546.8)", + "541.26" => "Stoechiométrie", + "541.28" => "Chimie quantique. Orbitales moléculaires et atomiques. Spectroscopie à résonance magnétique", + "541.3" => "Chimie physique", + "541.33" => "Chimie des surfaces", + "541.34" => "Chimie des solutions", + "541.345" => "Chimie des colloïdes. Gels, mousses, hydrosols, aérosols", + "541.348" => "Composants des solutions (solvants, solutés, précipités)", + "541.35" => "Photochimie et chimiluminescence", + "541.351" => "Transformations de l'énergie", + "541.353" => "Réactions photochimiques dues à des radiations particulières. Rayonnement infrarouge. Lumière visible. Rayonnement ultraviolet", + "541.36" => "Thermochimie et thermodynamique", + "541.37" => "Électrochimie. Électrolyse. Magnétochimie", + "541.38" => "Radiochimie (chimie nucléaire)", + "541.39" => "Réactions, synthèses, équilibres chimiques. Catalyse", + "542" => "Chimie expérimentale", + "543" => "Chimie analytique", + "544" => "Analyse qualitative", + "545" => "Analyse quantitative", + "546" => "Chimie minérale et inorganique", + "546.2" => "L'hydrogène et ses composés", + "546.22" => "L'eau", + "546.24" => "Les acides", + "546.3" => "Les métaux, leurs composés et leurs mélanges. Les alliages", + "546.31" => "Les éléments métalliques", + "546.32" => "Les bases", + "546.34" => "Les sels", + "546.38" => "Métaux alcalins", + "546.39" => "Métaux alcalino-terreux", + "546.4" => "Groupe 3B", + "546.5" => "Groupe 4B", + "546.6" => "Groupe 8", + "546.7" => "Groupe 5A", + "546.8" => "Table périodique", + "547" => "Chimie organique", + "547.01" => "Hydrocarbures", + "547.02" => "Composés halogènes", + "547.03" => "Composés oxygénés et hydroxylés", + "547.031" => "Alcools", + "547.035" => "Éthers", + "547.036" => "Aldéhydes et cétones", + "547.037" => "Acides", + "547.038" => "Esters ", + "547.04" => "Composés azotés", + "547.05" => "Composés organométalliques", + "547.06" => "Composés sulfurés", + "547.07" => "Composés phosphorés", + "547.08" => "Composés siliciés", + "547.1" => "Chimie organique physique et théorique", + "547.2" => "Synthèse et réactions classiques", + "547.21" => "Alkylation, acylation, aromatisation", + "547.22" => "Addition et substitution halogénées et hydroxylées", + "547.223" => "Halogénation", + "547.225" => "Hydrolyse et saponification", + "547.23" => "Oxydation et réduction", + "547.24" => "Estérification", + "547.25" => "Amination et diazotisation", + "547.26" => "Nitration et nitrosation", + "547.27" => "Sulfonation", + "547.28" => "Polymérisation et condensation", + "547.29" => "Fermentation", + "547.3" => "Chimie organique analytique", + "547.4" => "Composés aliphatiques", + "547.41" => "Hydrocarbures", + "547.5" => "Composés cycliques", + "547.59" => "Composés hétérocycliques", + "547.6" => "Composés aromatiques", + "547.61" => "Hydrocarbures", + "547.62" => "Composés halogénés", + "547.63" => "Composés oxygénés et hydroxylés", + "547.7" => "Composés macromoléculaires et composés connexes", + "547.71" => "Terpènes et huiles essentielles. Camphres", + "547.72" => "Alcaloïdes", + "547.73" => "Stéroïdes et hormones", + "547.74" => "Vitamines", + "547.75" => "Protéines. Acides aminés", + "547.76" => "Antibiotiques", + "547.77" => "Lipides", + "547.78" => "Hydrates de carbone", + "547.79" => "Acides nucléiques", + "547.8" => "Autres substances organiques", + "547.82" => "Substances fossiles", + "547.83" => "Pétrole", + "547.84" => "Polymères, élastomères", + "547.86" => "Colorants et pigments", + "547.869" => "Pigments", + "548" => "Cristallographie", + "548.3" => "Chimique. Isomorphisme, polymorphisme, pseudomorphisme", + "548.5" => "Croissance des cristaux", + "548.7" => "Mathématique", + "548.8" => "Physique et structurale", + "548.81" => "Structurale. Cristallographie géométrique, réseaux de cristaux", + "548.83" => "De la diffraction", + "548.84" => "Propriétés mécaniques des cristaux", + "548.85" => "Propriétés électriques, électroniques, magnétiques des cristaux", + "548.86" => "Propriétés thermiques des cristaux", + "548.9" => "Cristallographie optique", + "549" => "Minéralogie", + "549.1" => "Identification minéralogique", + "549.11" => "Formations minéralogiques", + "549.12" => "Minéralogie physique", + "549.13" => "Minéralogie chimique", + "549.18" => "Minéralogie cristallographique", + "549.2" => "Éléments naturels", + "549.3" => "Sulfures, sulfosels, minéraux connexes", + "549.4" => "Halogénures", + "549.5" => "Oxydes", + "549.6" => "Silicates", + "549.7" => "Autres minéraux", + "549.9" => "Répartition géographique des minéraux", + "55" => "Sciences de la terre, Géologie, Météorologie", + "550.22" => "Coupes et cartes géologiques", + "551" => "Géologie générale", + "551.028" => "Télédétection", + "551.1" => "Géophysique", + "551.11" => "Géophysique interne", + "551.112" => "Le noyau terrestre", + "551.116" => "Le manteau terrestre", + "551.12" => "Géophysique interne", + "551.13" => "L'écorce terrestre. Le magma", + "551.136" => "La tectonique des plaques", + "551.2" => "Géodynamique interne. Processus endogènes : volcans, séismes, phénomènes thermiques", + "551.21" => "Volcanisme : phénomènes volcaniques, volcans, éruptions", + "551.22" => "Sismologie", + "551.23" => "Phénomènes thermiques. Gaz.", + "551.3" => "Phénomènes de surfaces, processus exogènes et leurs agents", + "551.302" => "Érosion", + "551.303" => "Transport et dépôts de matière. Sédimentation", + "551.304" => "Les sédiments", + "551.305" => "Formation du sol", + "551.307" => "Mouvements de masses", + "551.31" => "Action de la glace, glaciologie", + "551.35" => "Action des eaux", + "551.36" => "Action des eaux marines", + "551.37" => "Action du vent", + "551.4" => "Géomorphologie", + "551.415" => "Des zones arides", + "551.42" => "Des îles", + "551.43" => "Des zones élevées", + "551.45" => "Des régions planes et des côtes", + "551.453" => "Des régions planes", + "551.457" => "Des littoraux", + "551.46" => "Océanographie. Hydrographie marine. Topographie sous-marine. Fonds marins", + "551.460 8" => "Géologie et géomorphologie sous-marines", + "551.48" => "Hydrologie. Hydrographie des eaux douces. Cycle hydrologique", + "551.49" => "Hydrologie souterraine", + "551.5" => "Météorologie", + "551.56" => "Électricité et optique atmosphériques. Phénomènes optiques", + "551.6" => "Climatologie", + "551.7" => "Géologie historique. Paléogéographie. Stratigraphie", + "551.701" => "Méthodes de datation", + "551.71" => "Précambrien", + "551.712" => "Archéen", + "551.72" => "Paléozoïque", + "551.723" => "Cambrien", + "551.75" => "Carbonifère. Permien", + "551.76" => "Mésozoïque (ère secondaire)", + "551.762" => "Trias", + "551.766" => "Jurassique", + "551.77" => "Crétacé", + "551.78" => "Cénozoïque (ère tertiaire)", + "551.782" => "Paléogène", + "551.783" => "Paléocène", + "551.784" => "Éocène", + "551.785" => "Oligocène", + "551.786" => "Néogène", + "551.787" => "Miocène", + "551.788" => "Pliocène", + "551.79" => "Ère quaternaire", + "551.792" => "Pléistocène", + "551.793" => "Postglaciaire", + "551.8" => "Géologie structurale. Tectonique", + "551.81" => "Stratification", + "551.82" => "Orogénie", + "551.86" => "Synclinaux et anticlinaux", + "551.87" => "Failles, dislocations", + "551.88" => "Intrusions", + "551.9" => "Géochimie", + "552" => "Roches", + "552.1" => "Eruptives ou ignées", + "552.2" => "Volcaniques", + "552.3" => "Plutoniques", + "552.4" => "Métamorphiques", + "552.5" => "Sédimentaires", + "552.58" => "Carbonatées", + "552.8" => "Pétrologie microscopique (lames minces)", + "553" => "Géologie économique, Minéraux, Formation et gisements de minerais", + "553.2" => "Matières carbonées", + "553.25" => "Charbon", + "553.28" => "Pétrole et gaz naturel", + "553.3" => "Fer", + "553.4" => "Métaux non ferreux", + "553.5" => "Pierres à bâtir", + "553.8" => "Pierres précieuses", + "554" => "Géologie de l'Europe", + "554.4" => "Géologie de la France", + "555" => "Géologie des autres continents", + "559" => "Géologie des autres continents", + "559.8" => "Géologie de l'Arctique et de l'Antarctique", + "559.9" => "Géologie extra-terrestre", + "559.92" => "Géologie des planètes", + "56" => "Paléonthologie, Paléozoologie", + "560" => "Paléontologie. Fossiles", + "560.12" => "Classification des fossiles", + "560.17" => "Paléontologie stratigraphique", + "560.171" => "Archéen et précambrien", + "560.172" => "Ère primaire", + "560.176" => "Ère secondaire", + "560.178" => "Ères tertiaire et quaternaire", + "560.45" => "Paléoécologie", + "560.9" => "Aspects historiques et géographiques", + "560.944" => "Paléontologie de la France", + "561" => "Paléobotanique", + "562" => "Paléozoologie systématique : invertébrés", + "563" => "Paléozoologie systématique : protozoaires, parazoaires, coelentérés, échinodermes, phylums apparentés", + "564" => "Paléozoologie systématique : mollusques", + "565" => "Paléozoologie systématique : autres invertébrés", + "566" => "Paléozoologie systématique : vertébrés", + "567" => "Paléozoologie systématique : vertébrés à sang froid, poissons fossiles", + "567.9" => "Reptiles", + "567.91" => "Dinosaures", + "568" => "Paléozoologie systématique : oiseaux fossiles", + "569" => "Mammifères fossiles", + "569.9" => "Hominiens", + "57" => "Sciences de la vie, Biologie", + "570" => "Généralités. Manuels en plusieurs volumes", + "571" => "Physiologie générale", + "572" => "Biochimie", + "573" => "Physiologie animale", + "575" => "Physiologie végétale", + "576" => "Génétique. Évolution", + "577" => "Écologie", + "578" => "Histoire naturelle des organismes", + "579" => "Micro-organismes. Champignons. Algues", + "58" => "Botanique", + "580" => "Généralités", + "581" => "Botanique générale", + "582" => "Botanique non taxonomique", + "583" => "Angiospermes dicotylédones", + "584" => "Angiospermes monocotylédones", + "585" => "Gymnospermes", + "587" => "Cryptogames vasculaires", + "588" => "Bryophytes", + "59" => "Zoologie", + "590" => "Généralités. Manuels en plusieurs volumes", + "591" => "Zoologie générale", + "592" => "Invertébrés", + "593" => "Invertébrés marins et des zones littorales", + "594" => "Mollusques. Molluscoïdes", + "595" => "Arthropodes", + "596" => "Chordés", + "597" => "Poissons. Vertébrés à sang froid", + "598" => "Oiseaux", + "599" => "Mammifères", + "599,2" => "Primates", + "6" => "Sciences appliquées", + "60" => "Généralités", + "61" => "Sciences médicales. Médecine", + "611" => "Anatomie humaine, Cytologie, Histologie", + "611.01" => "Anatomie générale", + "611.013" => "Embryologie. Développement du foetus", + "611.018" => "Cytologie. Histologie", + "611.1" => "Anatomie systématique. Étude des organes", + "611.3" => "Organes de l'appareil digestif", + "611.34" => "Intestins", + "611.347" => "Gros intestin", + "611.8" => "Système nerveux. Organes des sens", + "612" => "Physiologie humaine", + "612.1" => "Sang. Système circulatoire", + "612.2" => "Respiration. Système respiratoire", + "612.3" => "Alimentation. Digestion. Nutrition", + "612.4" => "Sécrétion. Excrétion", + "612.6" => "Reproduction. Croissance. Développement", + "612.7" => "Fonctions motrices. Organes locomoteurs. Voix. Peau", + "612.8" => "Système nerveux. Organes des sens", + "613" => "Santé", + "613.04" => "Santé des divers groupes de population", + "613.1" => "Facteurs dus à l'environnement", + "613.2" => "Diététique", + "613.8" => "Alcoolisme, usage de stupéfiants, tabagisme", + "613.9" => "Hygiène sexuelle et contraception", + "614" => "Hygiène publique", + "614.5" => "Politique de prévention des épidémies", + "614.547" => "Maladies sexuellement transmissibles", + "614.599 3" => "Maladies du système immunitaire", + "614.599 392" => "Sida", + "614.599 94" => "Cancers", + "615" => "Thérapeutique, Pharmacologie, Toxicologie", + "615.1" => "Pharmacologie", + "615.2" => "Médicaments d'origine inorganique", + "615.3" => "Médicaments d'origine organique", + "615.328" => "Vitamines", + "615.329" => "Antibiotiques", + "615.36" => "Hormones", + "615.39" => "Gammaglobulines", + "615.5" => "Thérapeutique", + "615.531" => "Allopathie", + "615.532" => "Homéopathie", + "615.535" => "Naturopathie", + "615.542" => "Pédiatrie", + "615.547" => "Gériatrie", + "615.58" => "Chimiothérapie", + "615.7" => "Pharmacodynamique", + "615.8" => "Thérapies particulières", + "615.9" => "Toxicologie générale", + "616" => "Pathologie, Médecine clinique", + "616.071" => "Étiologie", + "616.1" => "Pathologie spéciale", + "616.9" => "Maladies infectieuses", + "62" => "Génie et activités connexes", + "620" => "Généralités", + "620.004" => "Conception, essais, mesures, qualité, maintenance, entretien", + "620.004 6" => "Maintenance, entretien", + "620.1" => "Mécanique et matériaux", + "620.11" => "Matériaux", + "620.112" => "Résistance des matériaux", + "620.116" => "Mécanique appliquée aux divers types de matériaux", + "620.118" => "Mécanique appliquée aux Matériaux composites", + "620.16" => "Mécanique appliquée aux divers types de métaux", + "620.192" => "Polymères", + "620.2" => "Acoustique appliquée", + "620.23" => "Bruit et lutte contre le bruit", + "620.3" => "Vibrations mécaniques", + "620.37" => "Effets des vibrations. Lutte contre les vibrations", + "620.4" => "Technologie de types particuliers", + "620.43" => "Technologie des particules fines", + "620.44" => "Technologie de surface", + "620.46" => "Télécontrôle", + "621" => "Ingénierie et physique appliquée, Génie mécanique et civil, Électrotechnique", + "621.3" => "Électronique. Généralités", + "621.31" => "Production, transformation, stockage, distribution de l'énergie électrique", + "621.312" => "Production, transformation, stockage de l'énergie électrique", + "621.319" => "Distribution de l'énergie électrique", + "621.319 2" => "Circuits électriques", + "621.319 3" => "Composants et équipements électriques", + "621.34" => "Électromagnétisme. Electroaimants", + "621.366" => "Laser", + "621.367" => "Photo-optique. Traitement de l'image. Traitement des données optiques", + "621.369 2" => "Fibre optique", + "621.37" => "Tests et mesures électriques", + "621.38" => "Électronique. Technologie des communications", + "621.381 3" => "Électronique des micro-ondes", + "621.381 31" => "Propagation et transmission", + "621.381 5" => "Composants et circuits électroniques", + "621.381 51" => "Tubes à électrons", + "621.381 52" => "Semi-conducteurs : diodes, transistors", + "621.381 53" => "Circuits imprimés", + "621.381 532" => "Convertisseurs, filtres", + "621.381 533" => "Oscillateurs", + "621.381 534" => "Amplificateurs", + "621.381 536" => "Modems", + "621.382" => "Télécommunications. Téléphonie. Radiocommunication. Télévision. Vidéo", + "621.382 1" => "Réseaux de communication", + "621.382 2" => "Théorie de l'information. Traitement du signal", + "621.382 23" => "Analyse et théorie du signal", + "621.382 24" => "Bruit et interférence", + "621.382 4" => "Antennes", + "621.382 7" => "Communications optiques (laser)", + "621.382 75" => "Communications par fibres optiques", + "621.384" => "Radiocommunication", + "621.384 11" => "Propagation et transmission des ondes. Interférences", + "621.384 5" => "Radiotéléphonie", + "621.384 56" => "Téléphones cellulaires", + "621.384 8" => "Radar", + "621.385" => "Téléphonie", + "621.388" => "Ingéniérie de la télévision", + "621.388 1" => "Propagation et transmission des ondes", + "621.388 33" => "Vidéo : technologie, enregistrement", + "621.389" => "Enregistrement du son", + "621.395" => "Circuits logiques informatiques (VLSI)", + "621.397" => "Stockage des données", + "621.397 3" => "Mémoires internes", + "621.397 32" => "Mémoires à semi-conducteurs", + "621.397 6" => "Mémoires externes", + "621.398" => "Matériels d'interfaces et de communication. Périphériques", + "621.48" => "Ingénierie nucléaire", + "621.483" => "centrales nucléaires", + "621.8" => "Conversion et transmission de l'énergie mécanique", + "624" => "Génie civil", + "624.17" => "Analyse et conception des structures", + "628.5" => "Lutte contre les nuisances industrielles", + "629" => "Autres branches de la technologie", + "629.11" => "Technologie du transport aérien", + "629.2" => "Technologie des véhicules motorisés. Automobiles", + "629.8" => "Automatique", + "629.801" => "Principes. Conception logique", + "629.82" => "Systèmes à boucle ouverte", + "629.83" => "Systèmes à boucle fermée (feed-back)", + "629.831 2" => "Théorie de l'automation. Commande optimale. Stabilité. Commande robuste", + "629.832" => "Systèmes de contrôle et de régulation automatiques linéaires", + "629.832 3" => "Systèmes asservis. Servosystèmes", + "629.836" => "Systèmes de contrôle et de régulation automatiques non linéaires", + "629.89" => "Commande informatisée", + "629.892" => "Robots", + "629.895" => "Commande informatisée de processus. Système de commande optimale. Système de commande à entrée stochastique", + "63" => "Agriculture, Exploitation de la faune et de la flore", + "630" => "Généralités", + "631" => "Techniques agricoles", + "631.4" => "Science du sol. Pédologie", + "631.42" => "Fertilité, acidité, alcalinité", + "631.8" => "Fertilisants. Amendements du sol", + "632" => "Maladies et ennemis des plantes. Pathologie et parasitologie des plantes", + "632.1" => "Dommages dus à l'environnement", + "632.19" => "Pollution", + "632.32" => "Maladies bactériennes", + "632.4" => "Maladies fongiques", + "632.5" => "Plantes nuisibles aux autres plantes", + "632.6" => "Animaux nuisibles aux plantes (sauf insectes)", + "632.7" => "Insectes nuisibles aux plantes", + "632.8" => "Maladies virales", + "632.9" => "Lutte contre les maladies et les ennemis des plantes", + "633" => "Plantes de culture", + "633.1" => "Céréales", + "633.3" => "Légumes", + "633.5" => "Textiles", + "633.6" => "A sucre, à sirop, à fécule", + "633.7" => "Alcaloïdes", + "633.8" => "A usage industriel. Plantes médicinales", + "634" => "Arboriculture. Sylviculture. Vergers, fruits, forêts", + "634.9" => "Sylviculture", + "635" => "Horticulture", + "635.051" => "Plantes à fleurs en général", + "635.1" => "Légumes. Potagers", + "635.9" => "Plantes ornementales et décoratives", + "638" => "Élevage d'insectes : apiculture, sériciculture", + "638.1" => "Apiculture", + "639" => "Chasse, pêche, aquaculture", + "639.3" => "Aquaculture", + "64" => "Économie domestique et vie familiale", + "65" => "Gestion des entreprises et services connexes", + "66" => "Génie chimique et techniques connexes, chimie industrielle", + "660" => "Généralités", + "660.6" => "Biotechnologies", + "660.63" => "Génie biochimique", + "660.65" => "Génie génétique", + "661" => "Technologie chimique industrielle", + "661.03" => "Composés inorganiques", + "661.2" => "Acides", + "661.3" => "Bases", + "661.4" => "Sels", + "661.8" => "Chimie organique", + "662" => "Technologie des explosifs et des combustibles", + "662.62" => "Charbon", + "663" => "Industrie des boissons", + "664" => "Aliments et conserves", + "665" => "Huiles, graisses, cires, gaz industriels", + "665.5" => "Technologie du pétrole", + "665.7" => "Gaz naturel", + "666" => "Verre, céramiques", + "667" => "Nettoyage, couleurs, revêtements de surface", + "667.2" => "Colorants et pigments", + "667.6" => "Peintures", + "667.7" => "Vernis, laques", + "667.9" => "Revêtements et enduits", + "668" => "Autres produits organiques", + "668.1" => "Agents tensioactifs", + "668.14" => "Détergents et agents mouillants", + "668.3" => "Adhésifs", + "668.4" => "Matières plastiques", + "668.416" => "Plastiques renforcés", + "668.42" => "Plastiques polymères", + "668.5" => "Parfums et cosmétiques", + "668.9" => "Polymères", + "669" => "Métallurgie", + "67" => "Fabrication industrielle, Industries de transformation", + "672" => "Fer, acier, alliages ferreux", + "672.3" => "Traitement des fer, acier et alliages ferreux", + "673" => "Métaux non ferreux", + "676" => "Pâte à papier et papier", + "677" => "Textiles", + "678" => "Élastomères", + "678.2" => "Caoutchouc", + "678.7" => "Élastomères synthétiques", + "68" => "Industries de produits finis ou assemblés", + "69" => "Bâtiments, Construction", + "7" => "Arts et loisirs", + "70" => "Généralités", + "71" => "Urbanisme et aménagement paysager", + "711" => "Aménagement du territoire. Urbanisme. Planification régionale urbaine et rurale", + "712" => "Architecture paysagère. Dessins et aménagements des parcs et jardins", + "718" => "Cimetières", + "719" => "Protection de la nature et des paysages", + "72" => "Architecture", + "721" => "Programmation. Dessin. Projet", + "725" => "Constructions publiques", + "726" => "Architecture religieuse", + "727" => "Édifices à but éducatifs, scientifiques et culturels", + "728" => "Architecture domestique. Habitat", + "73" => "Sculpture et autres arts plastiques. Statuaire", + "736" => "Glyptique. Sigillographie", + "737" => "Numismatique", + "738" => "Céramique et poterie d'art", + "739" => "Arts des métaux", + "74" => "Dessin, arts décoratifs et mineurs", + "741" => "Dessin en général", + "742" => "Perspective", + "743" => "Anatomique", + "744" => "Linéaire et technique. Lettrage. Inscriptions", + "745" => "Arts décoratifs. Artisanat", + "746" => "Travaux d'aiguille. Broderie", + "747" => "Décoration intérieure", + "748" => "Art du verre", + "749" => "Mobilier d'art", + "75" => "Peinture (par artiste)", + "76" => "Gravure, arts graphiques, estampes", + "761" => "Techniques en relief", + "762" => "Techniques en creux", + "763" => "Techniques à plat. Lithographie", + "766" => "Arts graphiques appliqués. Publicité", + "77" => "Photographie et photographies", + "771" => "Équipement photographique", + "772" => "Substances inorganiques et phénomènes physiques", + "773" => "Substances organiques", + "774" => "Procédés photomécaniques", + "776" => "Photolithographie", + "777" => "Photogravure", + "778" => "Applications de la photographie. Reprographie. Cinéma", + "78" => "Musique", + "781" => "Théorie musicale", + "782" => "Dramatique. Opéra", + "783" => "Sacrée", + "784" => "Vocale", + "785" => "Instrumentale", + "786" => "Pour instruments à clavier", + "787" => "Pour instruments à cordes", + "788" => "Pour instruments à vent", + "789" => "Pour instruments à percussion", + "79" => "Art du spectacle, loisirs et sports, jeux", + "791" => "Divertissements publics et spectacles. Cinéma", + "792" => "Arts de la scène", + "793" => "Danse. Jeux de société", + "794" => "Jeux de table, de réflexion et de hasard", + "796" => "Sports", + "797" => "Sports aquatiques et aériens", + "798" => "Équitation", + "799" => "Pêche et chasse sportives. Tir sportif", + "8" => "Littérature, rhétorique et art d'écrire", + "80" => "Généralités", + "801" => "Linguistique générale", + "802" => "Anglais", + "803" => "Langues germaniques", + "804" => "Français", + "805" => "Italien. Roumain. Romanche, rhétique", + "806" => "Langues ibériques", + "807" => "Langues classiques (latin, grec)", + "808" => "Langues slaves et baltes", + "809" => "Langues orientales, africaines et autres langues", + "81" => "Littérature américaine de langue anglaise", + "82" => "Autres littératures de langue anglaise", + "83" => "Littérature germanique", + "839" => "De langue néerlandaise et scandinaves", + "84" => "Littérature de langue française", + "849" => "Littérature provençale", + "85" => "Littérature des langues italienne, roumaine et rhéto-romane", + "859" => "Littérature roumaine et de langues romanes orientales", + "86" => "Littératures des langues espagnole et portugaise", + "869" => "Littérature de langue portugaise", + "87" => "Littérature latine", + "871" => "Classique", + "873" => "Médiévale", + "875" => "Grecque classique", + "877" => "Littérature byzantine", + "88" => "Littérature des langues helléniques. Littérature grecque classique", + "881" => "Littérature slave", + "882" => "Littérature russe", + "884" => "Littérature polonaise", + "885" => "Littérature tchèque et slovaque", + "886" => "Littérature des langues balkaniques", + "888" => "Littérature des langues baltes", + "89" => "Littératures des autres langues", + "891" => "Littératures indiennes, perses, celtiques", + "892" => "Littératures des langues sémitiques", + "893" => "Littératures des langues hamitiques", + "894" => "Littératures des langues ouralo-altaïques, caucasiennes, inuit et dravidiennes", + "895" => "Littératures d'Extrême-Orient et d'Asie du Sud-Est", + "896" => "Littératures des langues africaines", + "897" => "Littératures des langues amérindiennes du Nord", + "898" => "Littératures des langues amérindiennes du Sud", + "899" => "Littératures des langues austronésiennes et australasiennes, malayo-polynésiennes", + "9" => "Archéologie, Histoire et Géographie", + "90" => "Généralités", + "902" => "Archéologie", + "903" => "Préhistoire", + "904" => "Antiquités, vestiges culturels", + "908" => "Monographies locales et régionales", + "91" => "Géographie", + "911" => "générale et théorique", + "912" => "Cartes et plans", + "913" => "Régionale", + "914" => "De l'Europe", + "915" => "De l'Asie", + "916" => "De l'Afrique", + "917" => "De l'Amérique du Nord et centrale", + "918" => "De l'Amérique du Sud", + "919" => "De l'Océanie et des régions polaires", + "92" => "Biographies générales, généalogie, emblèmes", + "929" => "Biographie", + "929.5" => "Généalogie", + "929.6" => "Héraldique", + "93" => "Histoire générale du monde ancien (I-V° siècle)", + "931" => "Histoire ancienne", + "932" => "Égypte ancienne", + "933" => "Histoire juive", + "934" => "Inde ancienne", + "935" => "Orient ancien", + "936" => "Europe ancienne (Germains, Celtes, Scandinaves, etc.)", + "937" => "Rome ancienne", + "938" => "Grèce ancienne", + "939" => "Histoire ancienne, autres parties du monde", + "94" => "Histoire générale de l'Europe, Europe de l'Ouest", + "941" => "des îles britanniques, sauf l'Angleterre", + "942" => "de l'Angleterre", + "943" => "des pays germaniques et de l'empire austro-hongrois", + "944" => "de la France", + "945" => "de l'Italie", + "946" => "de la péninsule ibérique", + "947" => "de l'ex-URSS", + "948" => "des pays nordiques", + "949" => "de Islande, Pays-Bas, Belgique, Suisse, Grèce, pays balkaniques", + "95" => "Histoire générale de l'Asie, Extrême Orient", + "951" => "de la Chine, de la Corée et de la Mongolie", + "952" => "du Japon et de Taïwan", + "953" => "des États arabes", + "954" => "du sous-continent indien", + "955" => "de l'Iran", + "956" => "de la Turquie et du Moyen-Orient", + "957" => "de l'ex-URSS asiatique", + "958" => "de l'Afghanistan", + "959" => "de l'Asie du Sud-Est", + "96" => "Histoire générale de l'Afrique", + "961" => "de la Tunisie et de la Lybie", + "962" => "de l'Égypte et du Soudan", + "963" => "de l'Éthiopie", + "964" => "du Maroc", + "965" => "de l'Algérie", + "966" => "de l'Afrique occidentale sub-saharienne", + "967" => "de l'Afrique équatoriale et centrale", + "968" => "de l'Afrique méridionale", + "969" => "des îles africaines", + "97" => "Histoire générale de l'Amérique du Nord et centrale", + "971" => "du Canada", + "972" => "du Mexique, de l'Amérique centrale et des Caraïbes", + "973" => "des États-Unis d'Amérique", + "98" => "Histoire générale de l'Amérique du Sud", + "981" => "du Brésil", + "982" => "de l'Argentine", + "983" => "du Chili", + "984" => "de la Bolivie", + "985" => "du Pérou", + "986" => "de la Colombie et de l'Équateur", + "987" => "du Vénézuela", + "988" => "des Guyanes", + "989" => "du Paraguay et de l'Uruguay", + "99" => "Histoire générale des autres parties du monde", + "991" => "de l'archipel malais", + "992" => "de Sumatra, Java et Bali", + "993" => "de l'Australasie et de la Mélanasie", + "994" => "de l'Australie", + "995" => "de la Nouvelle-Guinée", + "996" => "de la Polynésie et Micronésie", + "998" => "de l'Arctique", + "999" => "de l'Antarctique", +} +; +} \ No newline at end of file diff --git a/misc/cronjobs/notifyMailsOp.pl b/misc/cronjobs/notifyMailsOp.pl new file mode 100755 index 0000000000..4b8c4a4ee6 --- /dev/null +++ b/misc/cronjobs/notifyMailsOp.pl @@ -0,0 +1,212 @@ +use strict; +use C4::Context; +use C4::Date; +use Mail::Sendmail; # comment out if not doing e-mail notices +use Getopt::Long; +use C4::Circulation::Circ2; +# use C4::Members; +# this module will notify only the mail case +# Now it's only programmed for ouest provence, you can modify it for yourself +# sub function for get all notifications are not sends +sub GetNotifys { +# my($branch) = @_; + my $dbh = C4::Context->dbh; + my $sth=$dbh->prepare("SELECT DISTINCT notifys.borrowernumber , borrowers.surname , borrowers.firstname , borrowers.title AS borrower_title , categories.category_type AS categorycode , borrowers.email , borrowers.contacttitle , borrowers.contactname , borrowers.contactfirstname , + notifys.notify_level , notifys.method + FROM notifys,borrowers,categories WHERE (notifys.borrowernumber=borrowers.borrowernumber) AND (notifys.notify_send_date IS NULL) AND (borrowers.categorycode = categories.categorycode)"); + + $sth->execute(); + my @getnotifys; + my $i=0; + while (my $data=$sth->fetchrow_hashref){ + $getnotifys[$i]=$data; + $i++; + } + $sth->finish; + return(@getnotifys); + +} + +sub GetBorrowerNotifys{ + my ($borrowernumber) = @_; + my $dbh = C4::Context->dbh; + my @getnotifys2; + my $sth2=$dbh->prepare("SELECT notifys.itemnumber,notifys.notify_level,biblio.title ,itemtypes.description, + issues.date_due + FROM notifys,biblio,items,itemtypes,biblioitems,issues + WHERE + (items.itemnumber=notifys.itemnumber + AND biblio.biblionumber=items.biblionumber) + AND (itemtypes.itemtype=biblioitems.itemtype AND biblioitems.biblionumber=biblio.biblionumber) + AND + (notifys.borrowernumber=issues.borrowernumber AND notifys.itemnumber=issues.itemnumber) + AND + issues.returndate IS NULL + AND + notifys.borrowernumber=? + AND notify_send_date IS NULL"); + $sth2->execute($borrowernumber); + my $j=0; + while (my $data2=$sth2->fetchrow_hashref){ + $getnotifys2[$j]=$data2; + $j++; + } + $sth2->finish; + return(@getnotifys2); + +} + +sub GetOverduerules{ + my($category,$notify_level) = @_; + my $dbh = C4::Context->dbh; + my $sth=$dbh->prepare("SELECT letter".$notify_level.",debarred".$notify_level." FROM overduerules WHERE categorycode=?"); + $sth->execute($category); + my (@overduerules)=$sth->fetchrow_array; + $sth->finish; + return(@overduerules); + +} + +sub GetLetter{ + + my($letterid) = @_; + my $dbh = C4::Context->dbh; + my $sth=$dbh->prepare("SELECT title,content FROM letter WHERE code=?"); + $sth->execute($letterid); + my (@getletter)=$sth->fetchrow_array; + $sth->finish; + return(@getletter); + +} + +sub UpdateBorrowerDebarred{ + my($borrowernumber) = @_; + my $dbh = C4::Context->dbh; + my $sth=$dbh->prepare("UPDATE borrowers SET debarred='1' WHERE borrowernumber=?"); + $sth->execute($borrowernumber); + $sth->finish; + return 1; +} + +sub UpdateNotifySendDate{ + my($borrowernumber,$itemnumber,$notifyLevel) = @_; + my $dbh = C4::Context->dbh; + my $sth=$dbh->prepare("UPDATE notifys SET notify_send_date=now() + WHERE borrowernumber=? AND itemnumber=? AND notify_send_date IS NULL AND notify_level=?"); + $sth->execute($borrowernumber,$itemnumber,$notifyLevel); + $sth->finish; + return 1; + +} + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # + +# work with get notifys +my $smtpserver = 'smtp.yoursmtpserver'; # your smtp server (the server who sent mails) +my $from = 'your@librarymailadress'; # all the mails sent to the borrowers will appear coming from here. + + +# initiate file for wrong_mails +my $outfile = 'wrong_mails.txt'; +open( OUT, ">$outfile" ); +binmode(OUT, 'utf8'); + +my @getnofifys = GetNotifys(); +foreach my $num (@getnofifys) { + my %notify; +# if we have a method mail, we check witch mail letter we launch + if ($num->{'method'} eq 'mail'){ + my ($letterid,$debarred) = GetOverduerules($num->{'categorycode'},$num->{'notify_level'}); +# now, we get the letter associated to letterid + my($title,$content) = GetLetter($letterid); + my $email = $num->{'email'}; + #my $email = 'alaurin@ouestprovence.fr'; + my $mailtitle = $title; # the title of the mails +# Work with the adult category code + if ($num->{'categorycode'} eq 'A') { + # now deal with $content + $content =~ s/\<\>/$num->{'borrower_title'}/g ; + $content =~ s/\<\>/$num->{'surname'}/g ; + $content =~ s/\<\>/$num->{'firstname'}/g ; + + my @getborrowernotify=GetBorrowerNotifys($num->{'borrowernumber'}); + my $overdueitems; + foreach my $notif(@getborrowernotify){ + my $date=format_date($notif->{'date_due'}); + if ($notif->{'notify_level'} eq $num->{'notify_level'}){ + $overdueitems .= " - ".$notif->{'title'}."" ; + $overdueitems .= " ( ".$notif->{'description'}." ) " ; + $overdueitems .= "emprunté le :".$date; + $overdueitems .= "
    "; + +# FIXME at this time, the program consider the mail is send (in notify_send_date) but with no real check must be improved , we don't know if the mail was really to a real adress, and if there is a problem, we don't know how to return the notification to koha... + UpdateNotifySendDate($num->{'borrowernumber'},$notif->{'itemnumber'},$num->{'notify_level'}); +} + } + # if we don't have overdueitem replace content by nonotifys value, deal with it later + if ($overdueitems){ + $content =~ s/\<\>/$overdueitems/g; + } + else { + $content = 'nonotifys'; + } + } +# Work with the child category code (we add the parents infos) + if ($num->{'categorycode'} eq 'C') { + $content =~ s/\<\>/$num->{'contacttitle'}/g ; + $content =~ s/\<\>/$num->{'contactname'}/g ; + $content =~ s/\<\>/$num->{'contactfirstname'}/g ; + $content =~ s/\<\>/$num->{'borrower_title'}/g ; + $content =~ s/\<\>/$num->{'surname'}/g ; + $content =~ s/\<\>/$num->{'firstname'}/g ; + + my @getborrowernotify=GetBorrowerNotifys($num->{'borrowernumber'}); + my $overdueitems; + foreach my $notif(@getborrowernotify){ + my $date=format_date($notif->{'date_due'}); + + $overdueitems .= " - ".$notif->{'title'}."" ; + $overdueitems .= " ( ".$notif->{'description'}." ) " ; + $overdueitems .= "emprunté le :".$date; + $overdueitems .= "
    "; +# FIXME at this time, the program consider the mail is send (in notify_send_date) but with no real check must be improved ... + UpdateNotifySendDate($num->{'borrowernumber'},$notif->{'itemnumber'},$num->{'notify_level'}); + } + + if ($overdueitems){ + $content =~ s/\<\>/$overdueitems/g; + } + else { + $content = 'nonotifys'; + } + } +# initiate the send mail + +# decoding mailtitle for lisibility of mailtitle (bug with utf-8 values, so decoding it) + utf8::decode($mailtitle); + + my $mailtext = $content; + unshift @{$Mail::Sendmail::mailcfg{'smtp'}} , $smtpserver; +# set your own mail server name here + my %mail = ( To => $email, + From => $from, + Subject => $mailtitle, + Message => $mailtext, + 'content-type' => 'text/html; charset="utf-8"', + ); + # if we don't have any content for the mail, we don't launch mail, but notify it in a file + if ($mailtext ne 'nonotifys') { + sendmail(%mail); + } + else { + print OUT $email ; + } + +# now deal with the debarred mode +# if ($debarred eq 1) { +# à ajouter : si le lecteur est en mode debarred, ajouter la fonction qui nous permettra cela +# UpdateBorrowerDebarred($num->{'borrowernumber'}); +# } + close(OUT); + } +} diff --git a/misc/cronjobs/result.txt b/misc/cronjobs/result.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/misc/cronjobs/test_zebra_delete.pl b/misc/cronjobs/test_zebra_delete.pl new file mode 100755 index 0000000000..378da1bb86 --- /dev/null +++ b/misc/cronjobs/test_zebra_delete.pl @@ -0,0 +1,77 @@ +#!/usr/bin/perl +use C4::Context; +use C4::Biblio; + +use strict; + +my $Zconn=C4::Context->Zconn('biblioserver', 0, 1); +my $Zpackage = $Zconn->package(); +$Zpackage->option(action => 'recordDelete'); +$Zpackage->option(record => ' + + + 00577 a2200193 4500 + 19980415162006.0 + + TOB*M*9074254 + + + 8 + 8 + + + 19910405d1976 y1frea0103 ba + + + fre + + + Lune vole fJacqueline Held, et Claude Held + illustrations d\' Yvan Pommaux + LIVR + + + Ecole des loisirs + cop. 1976 + + + 20p + + + Chanterime + + + Migration GEAC + + + Held + Jacqueline + 187392 + + + HELLVOL99000 + + + MIRMJE + ISTISP + + + IST + IST + 9991088063 + P HEL + 2004-06-22 + 2.9 + LIVR + 14 + J + 16 + +'); +$Zpackage->send("update"); +$Zpackage->send('commit'); +$Zpackage->destroy(); +$Zconn->destroy(); diff --git a/misc/cronjobs/update_items.pl b/misc/cronjobs/update_items.pl new file mode 100644 index 0000000000..4712bf571a --- /dev/null +++ b/misc/cronjobs/update_items.pl @@ -0,0 +1,183 @@ +#!/usr/bin/perl +use strict; +use warnings; +use C4::Context; +use C4::Biblio; +use MARC::Record; + +use Getopt::Long; +my $USAGE = " +USAGE: update_items.pl -[options] + +OPTIONS: + -today Items with a modified timestamp today + -biblionumber One biblionumber to update + -itemnumber One itemnumber to update + +DEVELOPMENT OPTIONS: + +EXAMPLES: +\$ ./update_items.pl -today +[ update items modified today ] + +\$ ./update_items.pl -biblionumber 2 +[ update items for biblionumber 2 ] +"; +my ($today_only,$biblionumber_to_update,$itemnumber_to_update,$help); +GetOptions( + 'today' => \$today_only, + 'biblionumber:o' => \$biblionumber_to_update, + 'itemnumber:o' => \$itemnumber_to_update, + 'h' => \$help, +); + +if ($h) { + print $USAGE."\n"; + exit; +} + +# This script can be run from cron or on the command line. It updates +# a zebra index with modifications for the period covered or the +# biblionumber or itemnumber specified. +# +# You will need to customize this for your installation +# I hope that the comments will help -- Josha Ferraro +my $dbh = C4::Context->dbh; + +# Get the date, used both for filename and for period we're updating +my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst)=localtime(time); +$year +=1900; +$mon +=1; +# nice to zero-pad these dates +my $pad_mday= sprintf("%0*d", "2",$mday); +my $pad_mon = sprintf("%0*d", "2",$mon); + +# FIXME: we should define a syspref for 'how often to run this script' +my $period = "$year-$pad_mon-$pad_mday%"; # today only - you'll want to customize this bit +print "period: $period\n"; +my $date = "$year$mon$mday$hour$min$sec"; + +# This is the file that zebra will use to update the index at the end of this script +my $filename = "records.$date.iso2709"; +my $biblioserverdir = C4::Context->zebraconfig('biblioserver')->{directory}; + +# check that directory exist, otherwise create. +unless (-d "$biblioserverdir/specialUpdate") { + system("mkdir -p $biblioserverdir/specialUpdate"); + print "Info: created $biblioserverdir/specialUpdate\n"; + $created_dir_or_file++; +} + +my $outfile = "$biblioserverdir/specialUpdate/$filename"; + +# open a filehandle for writing records -- notice it's UTF-8 +open OUT,">utf8",$outfile or die "can't open filehandle\n"; + +# if there aren't any changes, and all we're doing is updating things from today, don't bother +print "counting first\n"; +my $countitems_sth = $dbh->prepare("SELECT COUNT(*) FROM items WHERE timestamp LIKE ?"); +$countitems_sth->execute($period); +my $number_of_items = $countitems_sth->fetchrow(); +unless ($number_of_items) { + print "no recent items to update\n"; + exit if $today_only; +} + +# get all the relevant biblionumbers, we're gonna update every item in these biblionumbers +print "finding biblionumbers\n"; +my $biblionumber_sth; +if ($today_only) { + $biblionumber_sth = $dbh->prepare("SELECT DISTINCT biblioitems.biblionumber FROM biblioitems LEFT JOIN items ON (biblioitems.biblionumber=items.biblionumber) WHERE items.timestamp LIKE ? AND biblioitems.marcxml IS NOT NULL"); + $biblionumber_sth->execute($period) or die "problem with query\n"; +} +elsif ($biblionumber_to_update) { + $biblionumber_sth = $dbh->prepare("SELECT biblionumber FROM biblioitems WHERE marcxml IS NOT NULL AND biblionumber=?"); + $biblionumber_sth->execute($biblionumber_to_update) or die "problem with query\n"; +} +my $count; + +print "fetching marc and items data, updating\n"; +# for each itemnumber, find the biblionumber, get all the items data for that biblio, +# update all the items data in biblioitems.marc, and finally, index it in zebra + +# +# 1st : find where some informations are hidden : itemnumber, date_due, popularity +# +my ($itemnumberTag,$itemnumberSubfield) = MARCfind_marc_from_kohafield($dbh,"items.itemnumber",""); +my ($date_dueTag,$date_dueSubfield) = MARCfind_marc_from_kohafield($dbh,"items.issues",""); +my ( +while (my $biblionumber=$biblionumber_sth->fetchrow) { + $count++; + + # get this biblio's MARC record + my $record = MARCgetbiblio($biblionumber); + + # delete all existing items data from this record FIXME: 952 shouldn't be hardcoded + for my $field_to_del ($record->field("952")) { + my $del_count = $record->delete_field($field_to_del); + print "deleted $del_count fields"; + } + # Find out the itemnumbers this biblio has + my $itemnumbers_sth = $dbh->prepare("SELECT itemnumber FROM items WHERE biblionumber=?"); + $itemnumbers_sth->execute($biblionumber); + + # for each of the items, get all the item data + while (my $data = $itemnumbers_sth->fetchrow_hashref) { + my $itemnumber = $data->{itemnumber}; + my $item_data_sth = $dbh->prepare("SELECT * FROM items WHERE itemnumber=?"); + $item_data_sth->execute($data->{itemnumber}); + my $item_data_hashref = $item_data_sth->fetchrow_hashref(); + + # create a new MARC::Field object and put a date_due in it (from issues table) + my $date_due_sth = $dbh->prepare("SELECT date_due FROM issues WHERE itemnumber=? AND returndate IS NULL"); + $date_due_sth->execute($itemnumber); + my ($date_due) = $date_due_sth->fetchrow(); + $date_due = "0000-00-00" unless ($date_due); + + # FIXME: this should use Frameworks!!! -- I'll do it soon -- JF + my $items_field = MARC::Field->new( 952, " ", " ", "2" => $date_due, ); + + # put all the data into our MARC::Record field, based on the Koha2MARC mappings + for my $label (keys %$item_data_hashref) { + if ($item_data_hashref->{$label}) { + my $find_tag_subfield_sth = $dbh->prepare("SELECT tagfield,tagsubfield FROM marc_subfield_structure WHERE kohafield=?"); + $find_tag_subfield_sth->execute("items.$label"); + my ($tag,$subfield) = $find_tag_subfield_sth->fetchrow; + if ($tag) { + $items_field->add_subfields($subfield => $item_data_hashref->{$label} ) unless (!$item_data_hashref->{$label}); + print "added: $label ($tag $subfield): $item_data_hashref->{$label}"; + } + else { + # You probably want to update your mappings if you see anything here ... but + # in some cases it's safe to ignore these warnings + print "WARN: no items.$label mapping found: $item_data_hashref->{$label}\n"; + } + } + } + # now update our original record, appending this field + $record->insert_fields_ordered($items_field); + } + # at this point, we have an up-to-date MARC record + # put it back in biblioitems.marc + my $put_back_sth = $dbh->prepare("UPDATE biblioitems SET marc=? WHERE biblionumber=?"); + $put_back_sth->execute($record->as_usmarc(),$biblionumber); + + # schedule it for a zebra index update FIXME: we need better error handling + print OUT $record->as_usmarc(); +} +# FIXME: add time taken +print "finished with $count items in\n"; +# now we're ready to index this change in Zebra and commit it +# FIXME: these dirs shouldn't be hardcoded and sudo probably isn't what you use +chdir "/koha/zebradb/biblios/tab"; +my $error = system("sudo zebraidx -g iso2709 -c /koha/etc/zebra-biblios.cfg -d biblios update $outfile"); +if ($error) { + die "update operation failed"; +} +$error = system("sudo zebraidx -g iso2709 -c /koha/etc/zebra-biblios.cfg commit"); + +if ($error) { + die "commit operation failed"; +} + +`sudo mv $outfile $outfile.finished`; diff --git a/misc/cronjobs/zebraqueue_start.pl b/misc/cronjobs/zebraqueue_start.pl new file mode 100755 index 0000000000..ddc98c1a7e --- /dev/null +++ b/misc/cronjobs/zebraqueue_start.pl @@ -0,0 +1,153 @@ +#!/usr/bin/perl +# script that starts the zebraquee +# Written by TG on 01/08/2006 +use strict; + + +use C4::Context; +use C4::Biblio; +use C4::Search; +use C4::AuthoritiesMarc; +use XML::Simple; +use utf8; +### ZEBRA SERVER UPDATER +##Uses its own database handle +my $dbh=C4::Context->dbh; +my $readsth=$dbh->prepare("select id,biblio_auth_number,operation,server from zebraqueue"); +#my $delsth=$dbh->prepare("delete from zebraqueue where id =?"); + + +#AGAIN: + +#my $wait=C4::Context->preference('zebrawait') || 120; +my $verbose = 1; +print "starting with verbose=$verbose\n" if $verbose; + +my ($id,$biblionumber,$operation,$server,$marcxml); + +$readsth->execute; +while (($id,$biblionumber,$operation,$server)=$readsth->fetchrow){ + print "read in queue : $id : biblio $biblionumber for $operation on $server\n" if $verbose; + my $ok; + eval{ + # if the operation is a deletion, zebra requires that we give it the xml. + # as it is no more in the SQL db, retrieve it from zebra itself. + # may sound silly, but that's the way zebra works ;-) + if ($operation =~ /delete/) { + # 1st read the record in zebra + my $Zconn=C4::Context->Zconn($server, 0, 1,'','xml'); + my $query = $Zconn->search_pqf( '@attr 1=Local-Number '.$biblionumber); + # then, delete the record + $ok=zebrado($query->record(0)->render(),$operation,$server,$biblionumber); + # if it's an add or a modif + } else { + # get the XML + if ($server eq "biblioserver") { + my $marc = GetMarcBiblio($biblionumber); + $marcxml = $marc->as_xml_record() if $marc; + } elsif ($server eq "authorityserver") { + $marcxml =C4::AuthoritiesMarc::XMLgetauthority($dbh,$biblionumber); + } + if ($verbose) { + if ($marcxml) { + print "XML read : $marcxml\n" if $verbose >1; + } else { + # workaround for zebra bug needing a XML even for deletion + $marcxml= ""; + print "unable to read MARCxml\n" if $verbose; + } + } + # check it's XML, just in case + eval { + my $hashed=XMLin($marcxml); + }; ### is it a proper xml? broken xml may crash ZEBRA- slow but safe + ## it's Broken XML-- Should not reach here-- but if it does -lets protect ZEBRA + if ($@){ + warn $@; + my $delsth=$dbh->prepare("delete from zebraqueue where id =?"); + $delsth->execute($id); + next; + } + # ok, we have everything, do the operation in zebra ! + $ok=zebrado($marcxml,$operation,$server); + } + }; + print "ZEBRAopserver returned : $ok \n" if $verbose; + if ($ok ==1) { + $dbh=C4::Context->dbh; + my $delsth; + # if it's a deletion, we can delete every request on this biblio : in case the user + # did a modif (or item deletion) just before biblio deletion, there are some specialUpdage + # that are pending and can't succeed, as we don't have the XML anymore + # so, delete everything for this biblionumber + if ($operation eq 'delete_record') { + print "deleting biblio deletion $biblionumber\n" if $verbose; + $delsth =$dbh->prepare("delete from zebraqueue where biblio_auth_number =?"); + $delsth->execute($biblionumber); + # if it's not a deletion, delete every pending specialUpdate for this biblionumber + # in case the user add biblio, then X items, before this script runs + # this avoid indexing X+1 times where just 1 is enough. + } else { + print "deleting special date for $biblionumber\n" if $verbose; + $delsth =$dbh->prepare("delete from zebraqueue where biblio_auth_number =? and operation='specialUpdate'"); + $delsth->execute($biblionumber); + } + } +} + +sub zebrado { + + ###Accepts a $server variable thus we can use it to update biblios, authorities or other zebra dbs + my ($record,$op,$server,$biblionumber)=@_; + + my @port; + + my $tried=0; + my $recon=0; + my $reconnect=0; +# $record=Encode::encode("UTF-8",$record); + my $shadow=$server."shadow"; + $op = 'recordDelete' if $op eq 'delete_record'; +reconnect: + + my $Zconn=C4::Context->Zconn($server, 0, 1); + if ($record){ + print "updating $op on $biblionumber for server $server\n $record\n" if $verbose; + my $Zpackage = $Zconn->package(); + $Zpackage->option(action => $op); + $Zpackage->option(record => $record); +# $Zpackage->option(recordIdOpaque => $biblionumber) if $biblionumber; +retry: + $Zpackage->send("update"); + my($error, $errmsg, $addinfo, $diagset) = $Zconn->error_x(); + if ($error==10007 && $tried<3) {## timeout --another 30 looonng seconds for this update + print "error 10007\n" if $verbose; + sleep 1; ## wait a sec! + $tried=$tried+1; + goto "retry"; + }elsif ($error==2 && $tried<2) {## timeout --temporary zebra error !whatever that means + print "error 2\n" if $verbose; + sleep 2; ## wait two seconds! + $tried=$tried+1; + goto "retry"; + }elsif($error==10004 && $recon==0){##Lost connection -reconnect + print "error 10004\n" if $verbose; + sleep 1; ## wait a sec! + $recon=1; + $Zpackage->destroy(); + $Zconn->destroy(); + goto "reconnect"; + }elsif ($error){ + # warn "Error-$server $op /errcode:, $error, /MSG:,$errmsg,$addinfo \n"; + print "error $error\n" if $verbose; + $Zpackage->destroy(); + $Zconn->destroy(); + return 0; + } + $Zpackage->send('commit'); +# $Zpackage->destroy(); +# $Zconn->destroy(); + return 1; + } + return 0; +} diff --git a/misc/fines.pl b/misc/fines.pl new file mode 100755 index 0000000000..41623cb3f7 --- /dev/null +++ b/misc/fines.pl @@ -0,0 +1,180 @@ +#!/usr/bin/perl + +# This script loops through each overdue item, determines the fine, +# and updates the total amount of fines due by each user. It relies on +# the existence of /tmp/fines, which is created by ??? +# Doesnt really rely on it, it relys on being able to write to /tmp/ +# It creates the fines file +# +# This script is meant to be run nightly out of cron. + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $Id$ + +use C4::Context; +use C4::Circulation::Circ2; +use C4::Circulation::Fines; +use Date::Manip qw/Date_DaysSince1BC/; +use C4::Biblio; + +open (FILE,'>/tmp/fines') || die; +# FIXME +# it looks like $count is just a counter, would it be +# better to rely on the length of the array @$data and turn the +# for loop below into a foreach loop? +# +my ($numOverdueItems,$data)=Getoverdues(); +print $numOverdueItems if $DEBUG; +my $overdueItemsCounted=0 if $DEBUG; +# FIXME - There's got to be a better way to figure out what day +# today is. +my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =localtime(time); +$mon++; +$year=$year+1900; +my $date=Date_DaysSince1BC($mon,$mday,$year); +print $date if $DEBUG; +if ($mon < '10' ){ +$mon="0".$mon; +} +if ($mday < '10' ){ +$mday="0".$mday; +} +my $reference = $year."".$mon; +my $borrowernumber; + +for (my $i=0;$i<$numOverdueItems;$i++){ + my @dates=split('-',$data->[$i]->{'date_due'}); + my $date2=Date_DaysSince1BC($dates[1],$dates[2],$dates[0]); + my $datedue=$data->[$i]->{'date_due'}; + my $due="$dates[2]/$dates[1]/$dates[0]"; + my $borrower=BorType($data->[$i]->{'borrowernumber'}); + my $starter; + + if ($date2 <= $date){ + $overdueItemsCounted++ if $DEBUG; + my $difference=$date-$date2; + my ($amount,$type,$printout,$daycounttotal,$daycount)= + CalcFine($data->[$i]->{'itemnumber'}, + $borrower->{'categorycode'}, + $difference, + $datedue); + + my ($delays1,$delays2,$delays3)=GetOverdueDelays($borrower->{'categorycode'}); + my $issuingrules=GetIssuingRules($data->[$i]->{'itemnumber'},$borrower->{'categorycode'}); + +if($delays1 and $delays2 and $delays3) { + + my $debarredstatus=CheckBorrowerDebarred($borrower->{'borrowernumber'}); + + if (($issuingrules->{'fine'} > 0) || ($issuingrules->{'fine'} ne '' )){ + + #DELAYS 1########################################## + if ($amount > 0 && $daycount >= $delays1 && $daycount < $delays2){ + my $debarred1=GetOverduerules($borrower->{'categorycode'},1); + (UpdateBorrowerDebarred($borrower->{'borrowernumber'}))if(($debarred1 eq '1' ) and ($debarredstatus eq '0')); + UpdateFine($data->[$i]->{'itemnumber'},$data->[$i]->{'borrowernumber'},$amount,$type,$due); + my $getnotifyid=CheckExistantNotifyid($borrower->{'borrowernumber'},$datedue); + + my $update=CheckAccountLineLevelInfo($borrower->{'borrowernumber'},$data->[$i]->{'itemnumber'},1); + if ($update eq '0'){ + if ($getnotifyid eq '0'){ + $starter=GetNextIdNotify($reference,$borrower->{'borrowernumber'}); + + } + else{ + $starter=$getnotifyid; + } + + } + UpdateAccountLines($starter,1,$borrower->{'borrowernumber'},$data->[$i]->{'itemnumber'}); + } + ############################################### + + if ($daycount>=$delays2) { + + $amount=$issuingrules->{'fine'} * ($delays2); + UpdateFine($data->[$i]->{'itemnumber'},$data->[$i]->{'borrowernumber'},$amount,$type,$due); + + } + + #DELAYS 2################################# + + if ($daycount >= $delays2 && $daycount < $delays3){ + my $debarred2=GetOverduerules($borrower->{'categorycode'},2); + (UpdateBorrowerDebarred($borrower->{'borrowernumber'}))if(($debarred2 eq '1' ) and ($debarredstatus eq '0')); + my $update=CheckAccountLineLevelInfo($borrower->{'borrowernumber'},$data->[$i]->{'itemnumber'},2); + if ($update eq '0'){ + UpdateAccountLines(undef,2,$borrower->{'borrowernumber'},$data->[$i]->{'itemnumber'}); + } + } + ############################################### + + #DELAYS 3################################### + if ($daycount >= $delays3 ){ + my $debarred3=GetOverduerules($borrower->{'categorycode'},3); + (UpdateBorrowerDebarred($borrower->{'borrowernumber'}))if(($debarred3 eq '1' ) and ($debarredstatus eq '0')); + my $update=CheckAccountLineLevelInfo($borrower->{'borrowernumber'},$data->[$i]->{'itemnumber'},3); + if ($update eq '0'){ + UpdateAccountLines(undef,3,$borrower->{'borrowernumber'},$data->[$i]->{'itemnumber'}); + } + my $items=GetItems($data->[$i]->{'itemnumber'}); + my $todaydate=$year."-".$mon."-".$mday; + my $description="Item Price"; + my $typeaccount="IP"; + my $level="3"; + my $notifyid=GetNotifyId($borrower->{'borrowernumber'},$data->[$i]->{'itemnumber'}); + my $timestamp=$todaydate." ".$hour."\:".$min."\:".$sec; + my $create=CheckAccountLineItemInfo($borrower->{'borrowernumber'},$data->[$i]->{'itemnumber'},$typeaccount,$notifyid); + if ($create eq '0'){ + + CreateItemAccountLine($borrower->{'borrowernumber'},$data->[$i]->{'itemnumber'},$todaydate,$items->{'price'},$description,$typeaccount, + $items->{'price'},$timestamp,$notifyid,$level); + } + } + ############################################### + } +} + + + +if ($borrower->{'category_type'} eq 'C'){ + my $query=qq| SELECT * + FROM borrowers + WHERE borrowernumber=?|; + my $dbh = C4::Context->dbh; + my $sth=$dbh->prepare($query); + $sth->execute($borrower->{'guarantorid'}); + my $tdata=$sth->fetchrow_hashref; + $sth->finish; + $borrower->{'phone'}=$tdata->{'phone'}; + } + print "$printout\t$borrower->{'cardnumber'}\t$borrower->{'category_type'}\t$borrower->{'firstname'}\t$borrower->{'surname'}\t$data->[$i]->{'date_due'}\t$type\t$difference\t$borrower->{'email'}\t$borrower->{'phone'}\t$borrower->{'address'}\t$borrower->{'city'}\t$amount\n"; + } +} + +if ($DEBUG) { + print <dbh(); + +my $database=C4::Context->config("database"); +my $query="Show tables"; +my $sth=$dbh->prepare($query); +$sth->execute(); +while (my @table=$sth->fetchrow_array()){ + print "Altering table $table[0]\n"; + my $alter_query="ALTER TABLE $table[0] convert to CHARACTER SET UTF8 collate utf8_general_ci"; + my $sth2=$dbh->prepare($alter_query); + $sth2->execute(); + $sth2->finish(); + +} +$sth->finish(); +$dbh->disconnect(); diff --git a/misc/migration_tools/22_to_30/export_Authorities.pl b/misc/migration_tools/22_to_30/export_Authorities.pl new file mode 100644 index 0000000000..2b0925f273 --- /dev/null +++ b/misc/migration_tools/22_to_30/export_Authorities.pl @@ -0,0 +1,57 @@ +#!/usr/bin/perl +use C4::Context; +#use MARC::File::XML(BinaryEncoding=>"utf8"); +#use MARC::File::USMARC; +use MARC::Record; +use C4::AuthoritiesMarc; +use POSIX; +#MARC::File::XML::default_record_format("UNIMARCAUTH"); +my $dbh = C4::Context->dbh; +my $rq= $dbh->prepare(qq| + SELECT authid,authtypecode + FROM auth_header + |); +my $filename= shift @ARGV; +$rq->execute; +#ATTENTION : Mettre la base en utf8 auparavant. +#BEWARE : Set database into utf8 before. +#open FILEOUTPUT,">:utf8", "$filename" or die "unable to open $filename"; +while (my ($authid,$authtypecode)=$rq->fetchrow){ + my $record=AUTHgetauthority($dbh,$authid); + if (! utf8::is_utf8($record)) { + utf8::decode($record); + } + + if (C4::Context->preference('marcflavour') eq "UNIMARC"){ + $record->leader(' nac 22 1u 4500'); + my $string=$1 if $time=~m/([0-9\-]+)/; + $string=~s/\-//g; + $string = sprintf("%-*s",26, $string); + substr($string,9,6,"frey50"); + unless ($record->subfield('100',"a")){ + $record->insert_fields_ordered(MARC::Field->new('100',"","","a"=>$string)); + } + if ($record->field('152')){ + if ($record->subfield('152','b')){ + } else { + $record->field('152')->add_subfields("b"=>$authtypecode); + } + } else { + $record->insert_fields_ordered(MARC::Field->new('152',"","","b"=>$authtypecode)); + } + unless ($record->field('001')){ + $record->insert_fields_ordered(MARC::Field->new('001',$authid)); + } + + AUTHmodauthority($dbh,$authid,$record,1); + } else { + $record->encoding( 'UTF-8' ); + } +# warn $record->as_usmarc; + # warn $record->as_formatted; + # warn $record->as_usmarc; + + print $record->as_usmarc(); + +} +close ; diff --git a/misc/migration_tools/22_to_30/export_Authorities_xml.pl b/misc/migration_tools/22_to_30/export_Authorities_xml.pl new file mode 100644 index 0000000000..24dacad5ae --- /dev/null +++ b/misc/migration_tools/22_to_30/export_Authorities_xml.pl @@ -0,0 +1,42 @@ +#!/usr/bin/perl +use C4::Context; +use MARC::File::XML(BinaryEncoding=>"utf8"); +use MARC::Record; +use C4::AuthoritiesMarc; +use POSIX; +MARC::File::XML::default_record_format("UNIMARCAUTH"); +my $dbh = C4::Context->dbh; +my $rq= $dbh->prepare(qq| + SELECT authid + FROM auth_header + |); +my $filename= shift @ARGV; +$rq->execute; +#ATTENTION : Mettre la base en utf8 auparavant. +#BEWARE : Set database into utf8 before. +while (my ($authid)=$rq->fetchrow){ +open FILEOUTPUT,">:utf8", "./$filename/$authid.xml" or die "unable to open $filename"; + my $record=AUTHgetauthority($dbh,$authid); + if (! utf8::is_utf8($record)) { + utf8::decode($record); + } + +# if (C4::Context->preference('marcflavour') eq "UNIMARC"){ + $record->leader(' nac 22 1u 4500'); + my $string=$1 if $time=~m/([0-9\-]+)/; + $string=~s/\-//g; + $string = sprintf("%-*s",26, $string); + substr($string,9,6,"frey50"); + unless ($record->subfield(100,"a")){ + $record->insert_fields_ordered(MARC::Field->new(100,"","","a"=>$string)); + } + unless ($record->subfield('001')){ + $record->insert_fields_ordered(MARC::Field->new('001',$authid)); + } + # } else { +# $record->encoding( 'UTF-8' ); +# } + print FILEOUTPUT $record->as_xml(); +close FILEOUPUT; + +} diff --git a/misc/migration_tools/22_to_30/missing090field.pl b/misc/migration_tools/22_to_30/missing090field.pl new file mode 100755 index 0000000000..d9cf48181f --- /dev/null +++ b/misc/migration_tools/22_to_30/missing090field.pl @@ -0,0 +1,50 @@ +#!/usr/bin/perl +# This script finds and fixes missing 090 fields in Koha for MARC21 +# Written by TG on 01/10/2005 +# Revised by Joshua Ferraro on 03/31/2006 +use strict; + +# Koha modules used + +use C4::Context; +use C4::Biblio; +use MARC::Record; +use MARC::File::USMARC; + +$|=1; +my $dbh = C4::Context->dbh; + +my $sth=$dbh->prepare("select m.biblionumber,b.biblioitemnumber from marc_biblio m left join biblioitems b on b.biblionumber=m.biblionumber"); + $sth->execute(); + +my $i=1; +while (my ($biblionumber,$biblioitemnumber)=$sth->fetchrow ){ + my $record = GetMarcBiblio($biblionumber); + print "."; + print "\r$i" unless $i %100; + MARCmodbiblionumber($biblionumber,$biblioitemnumber,$record); +} + +sub MARCmodbiblionumber{ + my ($biblionumber,$biblioitemnumber,$record)=@_; + + my ($tagfield,$biblionumtagsubfield) = &MARCfind_marc_from_kohafield($dbh,"biblio.biblionumber",""); + my ($tagfield2,$biblioitemtagsubfield) = &MARCfind_marc_from_kohafield($dbh,"biblio.biblioitemnumber",""); + + my $update=0; + my @tags = $record->field($tagfield); + + if (!@tags){ + my $newrec = MARC::Field->new( $tagfield,'','', $biblionumtagsubfield => $biblionumber,$biblioitemtagsubfield=>$biblioitemnumber); + $record->append_fields($newrec); + $update=1; + } + + + if ($update){ + &MARCmodbiblio($dbh,$biblionumber,$record,'',0); + print "\n modified : $biblionumber \n"; + } + +} +END; diff --git a/misc/migration_tools/22_to_30/move_marc_to_authheader.pl b/misc/migration_tools/22_to_30/move_marc_to_authheader.pl new file mode 100755 index 0000000000..6ecaf2730a --- /dev/null +++ b/misc/migration_tools/22_to_30/move_marc_to_authheader.pl @@ -0,0 +1,126 @@ +#!/usr/bin/perl + +# script to shift marc to biblioitems +# scraped from updatedatabase for dev week by chris@katipo.co.nz + +use C4::Context; +use C4::AuthoritiesMarc; +use MARC::Record; +use MARC::File::XML ( BinaryEncoding => 'utf8' ); + +use strict; +print "moving MARC record to marc_header table\n"; + +my $dbh = C4::Context->dbh(); +# changing marc field type +$dbh->do('ALTER TABLE auth_header CHANGE marc marc BLOB NULL DEFAULT NULL '); + +# adding marc xml, just for convenience +$dbh->do( +'ALTER TABLE auth_header ADD marcxml LONGTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ' +); + +$|=1; # flushes output + +# moving data from marc_subfield_value to biblio +my $sth = $dbh->prepare('select authid,authtypecode from auth_header'); +$sth->execute; +my $sth_update = + $dbh->prepare( + 'update auth_header set marc=?,marcxml=? where authid=?'); +my $totaldone = 0; +while ( my ( $authid,$authtypecode ) = $sth->fetchrow ) { +# my $authtypecode = AUTHfind_authtypecode($dbh,$authid); + my $record = old_AUTHgetauthority( $dbh, $authid ); + $record->leader(' nac 22 1u 4500'); + my $string; + $string=~s/\-//g; + $string = sprintf("%-*s",26, $string); + substr($string,9,6,"frey50"); + unless ($record->subfield(100,"a")){ + $record->insert_fields_ordered(MARC::Field->new(100,"","","a"=>$string)); + } + if ($record->field(152)){ + if ($record->subfield('152','b')){ + } else { + $record->field('152')->add_subfields("b"=>$authtypecode); + } + } else { + $record->insert_fields_ordered(MARC::Field->new(152,"","","b"=>$authtypecode)); + } + unless ($record->field('001')){ + $record->insert_fields_ordered(MARC::Field->new('001',$authid)); + } + + + #Force UTF-8 in record leaded + $record->encoding('UTF-8'); +# warn "REC : ".$record->as_formatted; + $sth_update->execute( $record->as_usmarc(),$record->as_xml("UNIMARCAUTH"), + $authid ); + $totaldone++; + print "\r$totaldone" unless ( $totaldone % 100 ); +} +print "\rdone\n"; + +# +# copying the 2.2 getauthority function, to retrieve authority correctly +# before moving it to marcxml field. +# +sub old_AUTHgetauthority { +# Returns MARC::Record of the biblio passed in parameter. + my ($dbh,$authid)=@_; + my $record = MARC::Record->new(); +#---- TODO : the leader is missing + $record->leader(' '); + my $sth=$dbh->prepare("select authid,subfieldid,tag,tagorder,tag_indicator,subfieldcode,subfieldorder,subfieldvalue + from auth_subfield_table + where authid=? order by tag,tagorder,subfieldorder + "); + $sth->execute($authid); + my $prevtagorder=1; + my $prevtag='XXX'; + my $previndicator; + my $field; # for >=10 tags + my $prevvalue; # for <10 tags + while (my $row=$sth->fetchrow_hashref) { + if ($row->{tagorder} ne $prevtagorder || $row->{tag} ne $prevtag) { + $previndicator.=" "; + if ($prevtag <10) { + $record->add_fields((sprintf "%03s",$prevtag),$prevvalue) unless $prevtag eq "XXX"; # ignore the 1st loop + } else { + $record->add_fields($field) unless $prevtag eq "XXX"; + } + undef $field; + $prevtagorder=$row->{tagorder}; + $prevtag = $row->{tag}; + $previndicator=$row->{tag_indicator}; + if ($row->{tag}<10) { + $prevvalue = $row->{subfieldvalue}; + } else { + $field = MARC::Field->new((sprintf "%03s",$prevtag), substr($row->{tag_indicator}.' ',0,1), substr($row->{tag_indicator}.' ',1,1), $row->{'subfieldcode'}, $row->{'subfieldvalue'} ); + } + } else { + if ($row->{tag} <10) { + $record->add_fields((sprintf "%03s",$row->{tag}), $row->{'subfieldvalue'}); + } else { + $field->add_subfields($row->{'subfieldcode'}, $row->{'subfieldvalue'} ); + } + $prevtag= $row->{tag}; + $previndicator=$row->{tag_indicator}; + } + } + # the last has not been included inside the loop... do it now ! + if ($prevtag ne "XXX") { # check that we have found something. Otherwise, prevtag is still XXX and we + # must return an empty record, not make MARC::Record fail because we try to + # create a record with XXX as field :-( + if ($prevtag <10) { + $record->add_fields($prevtag,$prevvalue); + } else { + # my $field = MARC::Field->new( $prevtag, "", "", %subfieldlist); + $record->add_fields($field); + } + } + return $record; +} + diff --git a/misc/migration_tools/22_to_30/move_marc_to_biblioitems.pl b/misc/migration_tools/22_to_30/move_marc_to_biblioitems.pl new file mode 100755 index 0000000000..49a40bc392 --- /dev/null +++ b/misc/migration_tools/22_to_30/move_marc_to_biblioitems.pl @@ -0,0 +1,204 @@ +#!/usr/bin/perl + +# script to shift marc to biblioitems +# scraped from updatedatabase for dev week by chris@katipo.co.nz + +use C4::Context; +use C4::Biblio; +use MARC::Record; +use MARC::File::XML ( BinaryEncoding => 'utf8' ); + +print "moving MARC record to biblioitems table\n"; + +my $dbh = C4::Context->dbh(); + +# +# moving MARC data from marc_subfield_table to biblioitems.marc +# + +# changing marc field type +$dbh->do('ALTER TABLE `biblioitems` CHANGE `marc` `marc` BLOB NULL DEFAULT NULL '); +# adding marc xml, just for convenience +$dbh->do('ALTER TABLE `biblioitems` ADD `marcxml` LONGTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL '); +# moving data from marc_subfield_value to biblio +$sth = $dbh->prepare('select bibid,biblionumber from marc_biblio'); +$sth->execute; +my $sth_update = $dbh->prepare('update biblioitems set marc=?, marcxml=? where biblionumber=?'); +my $totaldone=0; + +$|=1; + +while (my ($bibid,$biblionumber) = $sth->fetchrow) { + my $record = MARCgetbiblio($dbh,$bibid); + #Force UTF-8 in record leader + $record->encoding('UTF-8'); + $sth_update->execute($record->as_usmarc(),$record->as_xml_record(),$biblionumber); + $totaldone++; + print "."; + print "\r$totaldone / $totaltodo" unless ($totaldone % 100); +} +print "\rdone\n"; + + +# +# those 2 subs are a copy of Biblio.pm, version 2.2.4 +# they are useful only once, for moving from 2.2 to 3.0 +# the MARCgetbiblio & MARCgetitem subs in Biblio.pm +# are still here, but uses other tables +# (the ones that are filled by updatedatabase !) +# + +sub MARCgetbiblio { + + # Returns MARC::Record of the biblio passed in parameter. + my ( $dbh, $bibid ) = @_; + my $record = MARC::Record->new(); +# warn "". $bidid; + + my $sth = + $dbh->prepare( +"select bibid,subfieldid,tag,tagorder,tag_indicator,subfieldcode,subfieldorder,subfieldvalue,valuebloblink + from marc_subfield_table + where bibid=? order by tag,tagorder,subfieldorder + " + ); + my $sth2 = + $dbh->prepare( + "select subfieldvalue from marc_blob_subfield where blobidlink=?"); + $sth->execute($bibid); + my $prevtagorder = 1; + my $prevtag = 'XXX'; + my $previndicator; + my $field; # for >=10 tags + my $prevvalue; # for <10 tags + while ( my $row = $sth->fetchrow_hashref ) { + + if ( $row->{'valuebloblink'} ) { #---- search blob if there is one + $sth2->execute( $row->{'valuebloblink'} ); + my $row2 = $sth2->fetchrow_hashref; + $sth2->finish; + $row->{'subfieldvalue'} = $row2->{'subfieldvalue'}; + } + if ( $row->{tagorder} ne $prevtagorder || $row->{tag} ne $prevtag ) { + $previndicator .= " "; + if ( $prevtag < 10 ) { + if ($prevtag ne '000') { + $record->add_fields( ( sprintf "%03s", $prevtag ), $prevvalue ) unless $prevtag eq "XXX"; # ignore the 1st loop + } else { + $record->leader(sprintf("%24s",$prevvalue)); + } + } + else { + $record->add_fields($field) unless $prevtag eq "XXX"; + } + undef $field; + $prevtagorder = $row->{tagorder}; + $prevtag = $row->{tag}; + $previndicator = $row->{tag_indicator}; + if ( $row->{tag} < 10 ) { + $prevvalue = $row->{subfieldvalue}; + } + else { + $field = MARC::Field->new( + ( sprintf "%03s", $prevtag ), + substr( $row->{tag_indicator} . ' ', 0, 1 ), + substr( $row->{tag_indicator} . ' ', 1, 1 ), + $row->{'subfieldcode'}, + $row->{'subfieldvalue'} + ); + } + } + else { + if ( $row->{tag} < 10 ) { + $record->add_fields( ( sprintf "%03s", $row->{tag} ), + $row->{'subfieldvalue'} ); + } + else { + $field->add_subfields( $row->{'subfieldcode'}, + $row->{'subfieldvalue'} ); + } + $prevtag = $row->{tag}; + $previndicator = $row->{tag_indicator}; + } + } + + # the last has not been included inside the loop... do it now ! + if ( $prevtag ne "XXX" ) + { # check that we have found something. Otherwise, prevtag is still XXX and we + # must return an empty record, not make MARC::Record fail because we try to + # create a record with XXX as field :-( + if ( $prevtag < 10 ) { + $record->add_fields( $prevtag, $prevvalue ); + } + else { + + # my $field = MARC::Field->new( $prevtag, "", "", %subfieldlist); + $record->add_fields($field); + } + } + return $record; +} + +sub MARCgetitem { + + # Returns MARC::Record of the biblio passed in parameter. + my ( $dbh, $bibid, $itemnumber ) = @_; + my $record = MARC::Record->new(); + + # search MARC tagorder + my $sth2 = + $dbh->prepare( +"select tagorder from marc_subfield_table,marc_subfield_structure where marc_subfield_table.tag=marc_subfield_structure.tagfield and marc_subfield_table.subfieldcode=marc_subfield_structure.tagsubfield and bibid=? and kohafield='items.itemnumber' and subfieldvalue=?" + ); + $sth2->execute( $bibid, $itemnumber ); + my ($tagorder) = $sth2->fetchrow_array(); + + #---- TODO : the leader is missing + my $sth = + $dbh->prepare( +"select bibid,subfieldid,tag,tagorder,tag_indicator,subfieldcode,subfieldorder,subfieldvalue,valuebloblink + from marc_subfield_table + where bibid=? and tagorder=? order by subfieldcode,subfieldorder + " + ); + $sth2 = + $dbh->prepare( + "select subfieldvalue from marc_blob_subfield where blobidlink=?"); + $sth->execute( $bibid, $tagorder ); + while ( my $row = $sth->fetchrow_hashref ) { + if ( $row->{'valuebloblink'} ) { #---- search blob if there is one + $sth2->execute( $row->{'valuebloblink'} ); + my $row2 = $sth2->fetchrow_hashref; + $sth2->finish; + $row->{'subfieldvalue'} = $row2->{'subfieldvalue'}; + } + if ( $record->field( $row->{'tag'} ) ) { + my $field; + +#--- this test must stay as this, because of strange behaviour of mySQL/Perl DBI with char var containing a number... + #--- sometimes, eliminates 0 at beginning, sometimes no ;-\\\ + if ( length( $row->{'tag'} ) < 3 ) { + $row->{'tag'} = "0" . $row->{'tag'}; + } + $field = $record->field( $row->{'tag'} ); + if ($field) { + my $x = + $field->add_subfields( $row->{'subfieldcode'}, + $row->{'subfieldvalue'} ); + $record->delete_field($field); + $record->add_fields($field); + } + } + else { + if ( length( $row->{'tag'} ) < 3 ) { + $row->{'tag'} = "0" . $row->{'tag'}; + } + my $temp = + MARC::Field->new( $row->{'tag'}, " ", " ", + $row->{'subfieldcode'} => $row->{'subfieldvalue'} ); + $record->add_fields($temp); + } + + } + return $record; +} diff --git a/misc/migration_tools/22_to_30/phrase_log.sql b/misc/migration_tools/22_to_30/phrase_log.sql new file mode 100644 index 0000000000..205aeb3497 --- /dev/null +++ b/misc/migration_tools/22_to_30/phrase_log.sql @@ -0,0 +1,49 @@ +-- MySQL Administrator dump 1.4 +-- +-- ------------------------------------------------------ +-- Server version 4.1.15-nt + + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; + +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; + + +-- +-- Create schema koha +-- + +-- +-- Table structure for table `koha`.`phrase_log` +-- + +DROP TABLE IF EXISTS `phrase_log`; +CREATE TABLE `phrase_log` ( + `phr_phrase` varchar(100) NOT NULL default '', + `phr_resultcount` int(11) NOT NULL default '0', + `phr_ip` varchar(30) NOT NULL default '', + `user` varchar(45) default NULL, + `date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `actual` text NOT NULL, + KEY `phr_ip` (`phr_ip`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +-- +-- Dumping data for table `koha`.`phrase_log` +-- + +/*!40000 ALTER TABLE `phrase_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `phrase_log` ENABLE KEYS */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; diff --git a/misc/migration_tools/22_to_30/rebuild_leader.pl b/misc/migration_tools/22_to_30/rebuild_leader.pl new file mode 100644 index 0000000000..e1bc08d4ca --- /dev/null +++ b/misc/migration_tools/22_to_30/rebuild_leader.pl @@ -0,0 +1,50 @@ +#!/usr/bin/perl +# This script finds and fixes missing 090 fields in Koha for MARC21 +# Written by TG on 01/10/2005 +# Revised by Joshua Ferraro on 03/31/2006 +use strict; + +# Koha modules used + +use C4::Context; +use C4::Biblio; +use MARC::Record; +use MARC::File::USMARC; + + +my $dbh = C4::Context->dbh; + +my $sth=$dbh->prepare("select m.bibid,b.biblioitemnumber from marc_biblio m left join biblioitems b on b.biblionumber=m.biblionumber "); + $sth->execute(); + +while (my ($biblionumber,$biblioitemnumber)=$sth->fetchrow ){ + my $record = MARCgetbiblio($dbh,$biblionumber); + + MARCmodleader($biblionumber,$record); + +} + +sub MARCmodleader{ +my ($biblionumber,$record)=@_; + +my $update=0; +#warn "".$record->leader(); +#if (length($record->leader())>24){ +# $record->leader(substr($record->leader,0,24)); +# $update =1; +#} elsif (length($record->leader())<24){ + $record->leader(' nac 22 1u 4500'); + $update=1; +#} + +warn "leader : ".$record->leader if ($biblionumber==2262); +foreach ($record->field('995')) { + $record->delete_field($_); +} +if ($update){ + &MARCmodbiblio($dbh,$biblionumber,$record,'',0); + print "$biblionumber \n"; +} + +} +END; diff --git a/misc/migration_tools/22_to_30/rebuild_unimarc_100.pl b/misc/migration_tools/22_to_30/rebuild_unimarc_100.pl new file mode 100755 index 0000000000..82e86cd287 --- /dev/null +++ b/misc/migration_tools/22_to_30/rebuild_unimarc_100.pl @@ -0,0 +1,59 @@ +#!/usr/bin/perl +# This script finds and fixes missing 090 fields in Koha for MARC21 +# Written by TG on 01/10/2005 +# Revised by Joshua Ferraro on 03/31/2006 +use strict; + +# Koha modules used + +use C4::Context; +use C4::Biblio; +use MARC::Record; +use MARC::File::USMARC; + + +my $dbh = C4::Context->dbh; + +my $sth=$dbh->prepare("select biblionumber,timestamp from biblioitems"); + $sth->execute(); + +while (my ($biblionumber,$time)=$sth->fetchrow ){ +# my $record; + my $record = GetMarcBiblio($biblionumber); +#print $record->as_marc; + MARCmodrecord($biblionumber,$record,$time); +# +} + +sub MARCmodrecord { + my ($biblionumber,$record,$time)=@_; +# warn "AVANT : ".$record->as_formatted; + my $update=0; + $record->leader(' nac 22 1u 4500'); + $update=1; + my $string; + if ($record->subfield(100,"a")) { + $string = $record->subfield(100,"a"); + my $f100 = $record->field(100); + $record->delete_field($f100); + } else { + $string = POSIX::strftime("%Y%m%d", localtime); + $string=~s/\-//g; + $string = sprintf("%-*s",35, $string); + } + substr($string,22,6,"frey50"); + unless ($record->subfield(100,"a")){ + $record->insert_fields_ordered(MARC::Field->new(100,"","","a"=>$string)); + } +# warn "APRES : ".$record->as_formatted; + # delete all items related fields + foreach ($record->field('995')) { + $record->delete_field($_); + } + if ($update){ + &MARCmodbiblio($dbh,$biblionumber,$record,'',0); + print "$biblionumber \n"; + } + +} +END; diff --git a/misc/migration_tools/check_dirs.pl b/misc/migration_tools/check_dirs.pl new file mode 100755 index 0000000000..9117e595bf --- /dev/null +++ b/misc/migration_tools/check_dirs.pl @@ -0,0 +1,148 @@ +#!/usr/bin/perl + +use C4::Context; +use Getopt::Long; +use C4::Biblio; + +# +# script that checks zebradir structure & create directories & mandatory files if needed +# +# + +$|=1; # flushes output + +print "Zebra directory =>".C4::Context->zebraconfig('biblioserver')->{directory}."\n"; +print "Koha directory =>".C4::Context->config('intranetdir')."\n"; + +my $zebradir = C4::Context->zebraconfig('biblioserver')->{directory}; +my $kohadir = C4::Context->config('intranetdir'); +my $directory; +my $skip_export; +my $keep_export; +GetOptions( + 'd:s' => \$directory, + 's' => \$skip_export, + 'k' => \$keep_export, + ); + +$directory = "export" unless $directory; + +my $created_dir_or_file = 0; +print "====================\n"; +print "checking directories & files\n"; +print "====================\n"; +unless (-d "$zebradir") { + system("mkdir -p $zebradir"); + print "created $zebradir\n"; + $created_dir_or_file++; +} +unless (-d "$zebradir/lock") { + mkdir "$zebradir/lock"; + print "created $zebradir/lock\n"; + $created_dir_or_file++; +} +unless (-d "$zebradir/register") { + mkdir "$zebradir/register"; + print "created $zebradir/register\n"; + $created_dir_or_file++; +} +unless (-d "$zebradir/shadow") { + mkdir "$zebradir/shadow"; + print "created $zebradir/shadow\n"; + $created_dir_or_file++; +} +unless (-d "$zebradir/tab") { + mkdir "$zebradir/tab"; + print "created $zebradir/tab\n"; + $created_dir_or_file++; +} + +unless (-d "$zebradir/etc") { + mkdir "$zebradir/etc"; + print "created $zebradir/etc\n"; + $created_dir_or_file++; +} + +unless (-f "$zebradir/tab/record.abs") { + system("cp -f $kohadir/zebraplugin/zebradb/biblios/tab/record_for_unimarc.abs $zebradir/tab/record.abs"); + print "copied record.abs\n"; + $created_dir_or_file++; +} +unless (-f "$zebradir/tab/sort-string-utf.chr") { + system("cp -f $kohadir/zebraplugin/zebradb/biblios/tab/sort-string-utf.chr $zebradir/tab/sort-string-utf.chr"); + print "copied sort-string-utf.chr\n"; + $created_dir_or_file++; +} +unless (-f "$zebradir/tab/word-phrase-utf.chr") { + system("cp -f $kohadir/zebraplugin/zebradb/biblios/tab/word-phrase-utf.chr $zebradir/tab/word-phrase-utf.chr"); + print "copied word-phase-utf.chr\n"; + $created_dir_or_file++; +} +unless (-f "$zebradir/tab/bib1.att") { + system("cp -f $kohadir/zebraplugin/zebradb/biblios/tab/bib1.att $zebradir/tab/bib1.att"); + print "copied bib1.att\n"; + $created_dir_or_file++; +} + +unless (-f "$zebradir/etc/zebra-biblios.cfg") { + system("cp -f $kohadir/zebraplugin/etc/zebra-biblios.cfg $zebradir/etc/zebra-biblios.cfg"); + print "copied zebra-biblios.cfg\n"; + $created_dir_or_file++; +} +unless (-f "$zebradir/etc/ccl.properties") { + system("cp -f $kohadir/zebraplugin/etc/ccl.properties $zebradir/etc/ccl.properties"); + print "copied ccl.properties\n"; + $created_dir_or_file++; +} +unless (-f "$zebradir/etc/pqf.properties") { + system("cp -f $kohadir/zebraplugin/etc/pqf.properties $zebradir/etc/pqf.properties"); + print "copied pqf.properties\n"; + $created_dir_or_file++; +} + +if ($created_dir_or_file) { + print "created : $created_dir_or_file directories & files\n"; +} else { + print "file & directories OK\n"; +} + +if ($skip_export) { + print "====================\n"; + print "SKIPPING biblio export\n"; + print "====================\n"; +} else { + print "====================\n"; + print "exporting biblios\n"; + print "====================\n"; + mkdir "$directory" unless (-d $directory); + open(OUT,">:utf8","$directory/export") or die $!; + my $dbh=C4::Context->dbh; + my $sth; + $sth=$dbh->prepare("select biblionumber from biblioitems order by biblionumber"); + $sth->execute(); + my $i=0; + while (my ($biblionumber) = $sth->fetchrow) { + my $record = MARCgetbiblio($dbh,$biblionumber); + print "."; + print "\r$i" unless ($i++ %100); + print OUT $record->as_usmarc(); + } + close(OUT); +} + +print "====================\n"; +print "REINDEXING zebra\n"; +print "====================\n"; +system("zebraidx -g iso2709 -c $zebradir/etc/zebra-biblios.cfg -d biblios update $directory"); +system("zebraidx -g iso2709 -c $zebradir/etc/zebra-biblios.cfg -d biblios commit"); + +print "====================\n"; +print "CLEANING\n"; +print "====================\n"; +if ($k) { + print "NOTHING cleaned : the $directory has been kept. You can re-run this script with the -s parameter if you just want to rebuild zebra after changing the record.abs or another zebra config file\n"; +} else { + system("rm -rf $zebradir"); + print "directory $zebradir deleted\n"; +} +} \ No newline at end of file diff --git a/misc/sql-datas/en/mandatory/01_auth_types.sql b/misc/sql-datas/en/mandatory/01_auth_types.sql new file mode 100644 index 0000000000..2f3fe58290 --- /dev/null +++ b/misc/sql-datas/en/mandatory/01_auth_types.sql @@ -0,0 +1,2 @@ + +INSERT INTO `auth_types` VALUES ('','Default','',''),('PNAME','PERSONAL NAME','100',''),('GNAME','GEOGRAPHIC NAME','151',''),('MNAME','MEETING NAME','111',''),('CNAME','CORPORATE NAME','110',''),('GENRE','GENRE/FORM TERMS','155',''),('TITLE','UNIFORM TITLES','130',''),('TTERM','TOPICAL TERMS','150',''),('CTERM','CHRONOLOGICAL TERMS','148',''); diff --git a/misc/sql-datas/en/mandatory/01_auth_types.txt b/misc/sql-datas/en/mandatory/01_auth_types.txt new file mode 100644 index 0000000000..fda7f28887 --- /dev/null +++ b/misc/sql-datas/en/mandatory/01_auth_types.txt @@ -0,0 +1 @@ +Default authority types - This SQL MUST be inserted before marc authorities structure! diff --git a/misc/sql-datas/en/mandatory/02_authorities_normal_marc21.sql b/misc/sql-datas/en/mandatory/02_authorities_normal_marc21.sql new file mode 100644 index 0000000000..c5d23efc63 --- /dev/null +++ b/misc/sql-datas/en/mandatory/02_authorities_normal_marc21.sql @@ -0,0 +1,1305 @@ +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','010','a','LC control number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','010','z','Canceled/invalid LC control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','010','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','014','a','Control number of related bibliographic record','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','014','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','014','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','016','a','Record control number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','016','z','Canceled/invalid record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','016','2','Source','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','016','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','020','a','International Standard Book Number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','020','c','Terms of availability','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','020','z','Canceled/invalid ISBN','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','020','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','020','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','022','a','International Standard Serial Number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','022','y','Incorrect ISSN','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','022','z','Canceled ISSN','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','022','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','022','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','024','a','Standard number or code','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','024','c','Terms of availability','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','024','d','Additional codes following the standard number or code','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','024','z','Canceled/invalid standard number or code','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','024','2','Source of number or code','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','024','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','024','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','035','a','System control number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','035','z','Canceled/invalid control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','035','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','035','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','040','a','Original cataloging agency','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','040','b','Language of cataloging','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','040','c','Transcribing agency','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','040','d','Modifying agency','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','040','e','Description conventions','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','040','f','Subject heading or thesaurus conventions','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','040','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','040','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','042','a','Authentication code','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','043','a','Geographic area code','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','043','b','Local GAC code','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','043','c','ISO code','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','043','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','043','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','045','a','Time period code','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','045','b','Formatted 9999 B.C. through C.E. time period','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','045','c','Formatted pre-9999 B.C. time period','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','045','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','045','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','050','a','Classification number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','050','b','Item number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','050','d','Volumes/dates to which call number applies','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','050','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','050','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','050','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','052','a','Geographic classification area code','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','052','b','Geographic classification subarea code','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','052','d','Populated place name','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','052','2','Code source','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','052','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','052','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','053','a','Classification number element-single number or beginning number of span','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','053','b','Classification number element-ending number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','053','c','Explanatory term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','053','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','053','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','053','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','055','a','Classification number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','055','b','Item number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','055','d','Volumes/dates to which call number applies','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','055','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','055','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','055','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','060','a','Classification number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','060','b','Item number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','060','d','Volumes/dates to which call number applies','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','060','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','060','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','060','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','065','a','Classification number element–single number or beginning of span','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','065','b','Classification number element–ending number of span','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','065','c','Explanatory term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','065','2','Number source','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','065','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','065','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','065','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','066','a','Primary G0 character set','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','066','b','Primary G1 character set','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','066','c','Alternate G0 or G1 character set','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','070','a','Classification number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','070','b','Item number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','070','d','Volume/dates to which call number applies','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','070','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','070','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','072','a','Subject category code','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','072','x','Subject category code subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','072','2','Code source','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','072','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','072','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','073','a','Subdivision usage','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','073','z','Code source','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','073','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','073','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','082','a','Classification number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','082','b','Item number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','082','d','Volumes/dates to which call number applies','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','082','2','Edition number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','082','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','082','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','082','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','083','a','Classification number element-single number or beginning number of span','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','083','b','Classification number element-ending number of span','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','083','c','Explanatory term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','083','z','Table identification-table number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','083','2','Edition number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','083','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','083','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','083','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','084','a','Classification scheme code','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','084','b','Edition title','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','084','c','Edition identifier','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','084','d','Source edition identifier','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','084','e','Language code','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','084','f','Authorization','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','084','n','Variations','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','084','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','084','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','086','a','Call number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','086','d','Volumes/dates to which call number applies','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','086','z','Cancelled/invalid call number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','086','2','Number source','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','086','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','086','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','086','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','087','a','Classification number element-Single number or beginning number of span','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','087','b','Classification number element-Ending number of span','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','087','c','Explanatory information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','087','2','Number source','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','087','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','087','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','a','Personal name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','b','Numeration','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','c','Titles and other words associated with a name','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','d','Dates associated with a name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','e','Relator term','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','j','Attribution qualifier','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','k','Form subheading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','m','Medium of performance for music','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','n','Number of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','o','Arranged statement for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','p','Name of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','q','Fuller form of name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','r','Key for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','100','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','a','Corporate name or jurisdiction name as entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','b','Subordinate unit','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','c','Location of meeting','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','d','Date of meeting or treaty signing','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','e','Relator term','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','k','Form subheading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','m','Medium of performance for music','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','n','Number of part/section/meeting','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','o','Arranged statement for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','p','Name of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','r','Key for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','110','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','a','Meeting name or jurisdiction name as entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','c','Location of meeting','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','d','Date of meeting','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','e','Subordinate unit','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','k','Form subheading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','n','Number of part/section/meeting','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','p','Name of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','q','Name of meeting following jurisdiction name entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','111','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','a','Uniform title','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','d','Date of treaty signing','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','k','Form subheading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','m','Medium of performance for music','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','n','Number of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','o','Arranged statement for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','p','Name of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','r','Key for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','130','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','148','a','Chronological term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','148','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','148','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','148','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','148','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','148','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','148','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','150','a','Topical term or geographic name as entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','150','b','Topical term following geographic name as entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','150','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','150','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','150','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','150','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','150','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','150','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','151','a','Geographic name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','151','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','151','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','151','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','151','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','151','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','151','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','153','a','Classification number-Single number or beginning number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','153','c','Classification number-Ending number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','153','h','Caption hierarchy','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','153','j','Caption','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','153','k','Summary number span caption hierarchy','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','153','z','Table identification','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','153','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','153','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','154','a','General explanatory index term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','154','b','General explanatory index term-succeeding level','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','154','f','Schedule identification','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','154','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','154','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','155','a','Genre/form term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','155','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','155','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','155','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','155','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','155','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','155','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','180','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','180','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','180','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','180','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','180','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','180','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','181','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','181','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','181','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','181','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','181','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','181','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','182','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','182','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','182','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','182','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','182','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','182','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','185','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','185','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','185','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','185','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','185','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','185','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','253','a','Classification number referred to-single number or beginning number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','253','c','Classification number referred to-ending number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','253','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','253','z','Table identification','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','253','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','253','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','260','a','Heading referred to','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','260','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','260','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','260','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','353','a','Classification number referred to-single number or beginning number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','353','c','Classification number referred to-ending number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','353','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','353','z','Table identification','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','353','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','353','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','360','a','Heading referred to','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','360','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','360','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','360','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','a','Personal name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','b','Numeration','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','c','Titles and other words associated with a name','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','d','Dates associated with a name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','e','Relator term','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','j','Attribution qualifier','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','k','Form subheading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','m','Medium of performance for music','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','n','Number of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','o','Arranged statement for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','p','Name of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','q','Fuller form of name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','r','Key for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','400','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','a','Corporate name or jurisdiction name as entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','b','Subordinate unit','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','c','Location of meeting','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','d','Date of meeting or treaty signing','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','e','Relator term','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','k','Form subheading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','m','Medium of performance for music','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','n','Number of part/section/meeting','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','o','Arranged statement for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','p','Name of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','r','Key for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','410','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','a','Meeting name or jurisdiction name as entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','c','Location of meeting','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','d','Date of meeting','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','e','Subordinate unit','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','k','Form subheading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','n','Number of part/section/meeting','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','p','Name of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','q','Name of meeting following jurisdiction name entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','411','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','a','Uniform title','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','d','Date of treaty signing','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','k','Form subheading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','m','Medium of performance for music','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','n','Number of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','o','Arranged statement for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','p','Name of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','r','Key for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','430','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','448','a','Chronological term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','448','i','Reference instruction phrase','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','448','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','448','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','448','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','448','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','448','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','448','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','448','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','448','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','450','a','Topical term or geographic name entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','450','b','Topical term following geographic name entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','450','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','450','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','450','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','450','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','450','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','450','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','450','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','450','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','450','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','451','a','Geographic name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','451','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','451','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','451','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','451','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','451','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','451','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','451','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','451','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','451','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','453','a','Classification number-Single number or beginning number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','453','c','Classification element-Ending number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','453','h','Caption hierarchy','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','453','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','453','j','Caption','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','453','k','Summary number span caption hierarchy','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','453','t','Topic','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','453','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','453','z','Table identification','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','453','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','453','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','455','a','Genre/form term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','455','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','455','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','455','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','455','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','455','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','455','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','455','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','455','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','455','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','480','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','480','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','480','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','480','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','480','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','480','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','480','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','480','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','480','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','481','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','481','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','481','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','481','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','481','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','481','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','481','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','481','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','481','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','482','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','482','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','482','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','482','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','482','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','482','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','482','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','482','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','482','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','485','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','485','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','485','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','485','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','485','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','485','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','485','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','485','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','485','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','a','Personal name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','b','Numeration','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','c','Titles and other words associated with a name','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','d','Dates associated with a name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','e','Relator term','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','j','Attribution qualifier','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','k','Form subheading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','m','Medium of performance for music','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','n','Number of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','o','Arranged statement for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','p','Name of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','q','Fuller form of name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','r','Key for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','500','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','a','Corporate name or jurisdiction name as entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','b','Subordinate unit','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','c','Location of meeting','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','d','Date of meeting or treaty signing','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','e','Relator term','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','k','Form subheading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','m','Medium of performance for music','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','n','Number of part/section/meeting','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','o','Arranged statement for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','p','Name of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','r','Key for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','510','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','a','Meeting name or jurisdiction name as entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','c','Location of meeting','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','d','Date of meeting','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','e','Subordinate unit','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','k','Form subheading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','n','Number of part/section/meeting','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','p','Name of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','q','Name of meeting following jurisdiction name entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','511','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','a','Uniform title','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','d','Date of treaty signing','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','k','Form subheading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','m','Medium of performance for music','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','n','Number of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','o','Arranged statement for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','p','Name of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','r','Key for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','530','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','548','a','Chronological term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','548','i','Reference instruction phrase','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','548','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','548','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','548','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','548','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','548','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','548','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','548','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','548','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','548','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','550','a','Topical term or geographic name entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','550','b','Topical term following geographic name entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','550','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','550','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','550','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','550','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','550','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','550','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','550','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','550','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','550','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','550','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','551','a','Geographic name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','551','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','551','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','551','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','551','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','551','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','551','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','551','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','551','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','551','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','551','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','553','a','Classification number-Single number or beginning number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','553','c','Classification number-Ending number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','553','h','Caption hierarchy','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','553','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','553','j','Caption','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','553','k','Summary number span caption hierarchy','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','553','t','Topic','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','553','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','553','z','Table identification','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','553','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','553','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','555','a','Genre/form term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','555','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','555','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','555','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','555','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','555','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','555','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','555','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','555','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','555','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','555','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','580','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','580','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','580','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','580','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','580','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','580','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','580','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','580','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','580','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','580','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','581','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','581','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','581','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','581','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','581','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','581','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','581','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','581','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','581','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','581','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','582','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','582','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','582','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','582','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','582','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','582','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','582','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','582','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','582','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','582','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','585','i','Reference instruction phrase','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','585','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','585','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','585','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','585','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','585','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','585','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','585','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','585','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','585','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','640','a','Dates of publication and/or sequential designation','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','640','z','Source of information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','640','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','640','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','641','a','Numbering peculiarities note','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','641','z','Source of information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','641','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','641','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','642','a','Series numbering example','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','642','d','Volumes/dates to which series numbering example applies','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','642','5','Institution/copy to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','642','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','642','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','643','a','Place','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','643','b','Publisher/issuing body','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','643','d','Volumes/dates to which place and publisher/issuing body apply','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','643','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','643','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','644','a','Series analysis practice','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','644','b','Exceptions to analysis practice','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','644','d','Volumes/dates to which analysis practice applies','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','644','5','Institution/copy to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','644','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','644','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','645','a','Series tracing practice','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','645','d','Volumes/dates to which tracing practice applies','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','645','5','Institution/copy to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','645','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','645','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','646','a','Series classification practice','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','646','d','Volumes/dates to which classification practice applies','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','646','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','646','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','646','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','663','a','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','663','b','Heading referred to','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','663','t','Title referred to','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','663','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','663','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','664','a','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','664','b','Heading referred to','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','664','t','Title referred to','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','664','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','664','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','665','a','History reference','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','665','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','665','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','666','a','General explanatory reference','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','666','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','666','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','667','a','Nonpublic general note','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','667','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','667','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','667','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','668','a','Characters in nonroman alphabet','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','670','a','Source citation','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','670','b','Information found','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','670','u','Uniform Resource Identifier','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','670','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','670','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','675','a','Source citation','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','675','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','675','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','678','a','Biographical or historical data','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','678','b','Expansion','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','678','u','Uniform Resource Identifier','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','678','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','678','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','680','a','Heading or subdivision term/Classification number - Single number or beginnin','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','680','c','Classification number-nding number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','680','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','680','z','Table identification','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','680','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','680','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','680','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','681','a','Subject heading or subdivision term/ Classification number--Single number or','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','681','c','Classification number--ending number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','681','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','681','z','Table identification','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','681','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','681','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','682','a','Replacement heading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','682','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','682','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','683','a','Classification number-Single number or beginning number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','683','c','Classification number-Ending number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','683','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','683','p','Corresponding classification field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','683','z','Table identification','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','683','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','683','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','683','8','Field link and sequence number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','684','a','Classification number-Single number or beginning number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','684','c','Classification number-Ending number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','684','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','684','j','Caption','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','684','z','Table identification','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','684','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','684','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','684','8','Field link and sequence number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','685','a','New number-single number or beginning number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','685','b','Previous number-single number or beginning number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','685','c','Classification number-ending number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','685','d','Date of implementation of authoritative agency','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','685','e','Local implementation date','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','685','f','Title and publication date','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','685','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','685','t','Topic','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','685','z','Table identification','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','685','2','Edition number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','685','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','685','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','685','8','Field link and sequence number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','686','a','Number in edition described in field 084--Single number or beginning number o','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','686','b','Number in primary source edition--Single number or beginning number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','686','c','Ending number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','686','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','686','o','Number where instructions are found--Single number or beginning number of spa','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','686','t','Topic','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','686','z','Table identification','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','686','2','Edition number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','686','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','686','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','686','8','Field link and sequence number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','688','a','Application history note','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','688','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','688','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','688','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','a','Personal name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','b','Numeration','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','c','Titles and other words associated with a name','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','d','Dates associated with a name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','e','Relator term','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','k','Attribution qualifier','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','m','Medium of performance for music','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','n','Number of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','o','Arranged statement for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','p','Name of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','q','Fuller form of name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','r','Key for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','2','Source of heading or term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','3','Materials specified','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','4','Relator code','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','700','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','a','Corporate name or jurisdiction name as entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','b','Subordinate unit','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','c','Location of meeting','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','d','Date of meeting or treaty signing','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','e','Relator term','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','k','Form subheading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','m','Medium of performance for music','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','n','Number of part/section/meeting','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','o','Arranged statement for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','p','Name of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','r','Key for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','2','Source of heading or term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','3','Materials specified','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','5','Relator code','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','710','8','Field link and field number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','a','Meeting name or jurisdiction name as entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','c','Location of meeting','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','d','Date of meeting or treating signing','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','e','Subordinate unit','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','k','Form subheading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','n','Number of part/section/meeting','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','p','Name of part/section of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','q','Name of meeting following jurisdiction name entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','z','Geographic subdivision (R)','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','2','Source of heading or term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','3','Materials specified','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','4','Relator code','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','711','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','a','Uniform title','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','d','Date of treaty signing','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','f','Date of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','g','Miscellaneous information','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','h','Medium','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','k','Form subheading','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','l','Language of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','m','Medium of performance for music','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','n','Number of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','o','Arranged statement for music','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','p','Name of part/section of a work','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','r','Key for music','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','s','Version','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','t','Title of a work','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','2','Source of heading or term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','3','Materials specified','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','730','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','748','a','Chronological term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','748','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','748','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','748','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','748','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','748','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','748','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','748','2','Source of heading or term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','748','3','Materials specified','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','748','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','748','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','748','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','a','Topical term or geographic name as entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','b','Topical term following geographic name as entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','c','Location of event','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','d','Active date','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','2','Source of heading or term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','3','Materials specified','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','750','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','751','a','Geographic name','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','751','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','751','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','751','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','751','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','751','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','751','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','751','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','751','2','Source of heading or term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','751','3','Materials specified','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','751','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','751','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','751','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','753','a','Index term','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','753','b','Index term-succeeding level','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','753','d','Index term referred from','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','753','e','Example class number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','753','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','753','s','See also reference term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','753','t','See also reference term-succeeding level','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','753','u','Use reference term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','753','v','Use reference term-succeeding level','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','753','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','753','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','754','a','Focus term','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','754','b','Non-focus term','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','754','c','Facet/hierarchy designation','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','754','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','754','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','754','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','754','2','Source of heading or term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','754','3','Material specified','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','754','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','754','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','755','a','Genre/form term as entry element','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','755','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','755','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','755','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','755','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','755','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','755','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','755','2','Source of heading or term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','755','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','755','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','755','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','761','a','Number where instructions are found-Single number or beginnning number of spa','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','761','b','Base number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','761','c','Classification number-Ending number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','761','d','Divided like number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','761','e','Example class number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','761','f','Facet designator','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','761','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','761','n','Negative example class number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','761','r','Root number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','761','x','Other classification number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','761','z','Table identification','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','761','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','761','8','Field link and sequence number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','762','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','762','z','Table number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','762','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','762','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','a','Classification number-Single number or beginning number of span','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','b','Base number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','c','Classification number-Ending number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','d','Divided like number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','e','Example class number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','h','Caption hierarchy','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','j','Caption','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','k','Summary number span caption hierarchy','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','m','Manual note','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','n','Number where instructions are found','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','p','Corresponding classification field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','r','Root number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','s','See reference','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','x','Other classification number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','z','Table identification','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','763','8','Field link and sequence number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','764','a','Rule number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','764','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','765','a','Number where instructions are found-Single number or beginning number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','765','b','Base number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','765','c','Number where instructions are found-Ending number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','765','f','Facet designator','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','765','r','Root number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','765','s','Digits added from classification number in schedule or external table','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','765','t','Digits added from internal subarrangement or add table','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','765','u','Number being analyzed','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','765','v','Number in internal subarrangement or add table where instructions are found','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','765','w','Table identification-internal subarrangement or add table','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','765','z','Table identification','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','765','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','768','a','Classification number-Single number or beginning number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','768','c','Classification number-Ending number of span','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','768','e','Example class number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','768','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','768','j','Caption','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','768','n','Negative example class number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','768','t','Topic used as example of citation and preference order instruction','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','768','x','Exception to table of preference','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','768','z','Table identification-Table number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','768','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','768','8','Field link and sequence number','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','780','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','780','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','780','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','780','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','780','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','780','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','780','2','Source of heading or term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','780','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','780','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','780','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','781','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','781','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','781','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','781','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','781','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','781','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','781','2','Source of heading or term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','781','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','781','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','781','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','782','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','782','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','782','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','782','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','782','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','782','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','782','2','Source of heading or term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','782','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','782','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','782','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','785','v','Form subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','785','w','Control subfield','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','785','x','General subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','785','y','Chronological subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','785','z','Geographic subdivision','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','785','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','785','2','Source of heading or term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','785','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','785','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','785','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','788','a','Heading referred to','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','788','i','Explanatory text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','788','0','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','788','2','Source of heading or term','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','788','5','Institution to which field applies','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','788','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','788','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','a','Host name','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','c','Compression information','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','d','Path','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','f','Electronic name','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','h','Processor of request','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','i','Instruction','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','j','Bits per second','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','k','Password','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','l','Logon','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','m','Contact for access assistance','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','n','Name of location of host','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','o','Operating system','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','p','Port','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','q','Electronic format type','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','r','Settings','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','s','File size','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','t','Terminal emulation','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','u','Uniform Resource Identifier','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','v','Hours access method available','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','w','Record control number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','x','Nonpublic note','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','y','Link text','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','z','Public note','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','2','Access method','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','3','Materials specified','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','6','Linkage','',0,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','856','8','Field link and sequence number','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','a','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','b','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','c','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','d','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','e','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','f','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','g','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','h','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','i','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','j','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','k','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','l','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','m','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','n','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','o','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','p','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','q','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','r','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','s','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','t','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','u','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','v','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','w','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','x','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','y','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','z','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','0','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','1','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','2','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','3','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','4','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','5','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','6','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','7','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','8','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','9','Same as associated field','',1,0,0,NULL,NULL,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','010','LIBRARY OF CONGRESS CONTROL NUMBER','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','014','LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','016','National Bibliographic Agency Control Number','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','020','INTERNATIONAL STANDARD BOOK NUMBER','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','022','INTERNATIONAL STANDARD SERIAL NUMBER','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','024','OTHER STANDARD IDENTIFIER','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','035','SYSTEM CONTROL NUMBER','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','040','CATALOGING SOURCE','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','042','AUTHENTICATION CODE','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','043','GEOGRAPHIC AREA CODE','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','045','TIME PERIOD OF HEADING','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','050','LIBRARY OF CONGRESS CALL NUMBER','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','052','GEOGRAPHIC CLASSIFICATION CODE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','053','LC CLASSIFICATION NUMBER','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','055','NATIONAL LIBRARY OF CANADA CALL NUMBER','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','060','NATIONAL LIBRARY OF MEDICINE CALL NUMBER','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','065','OTHER CLASSIFICATION NUMBER','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','066','CHARACTER SETS PRESENT','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','070','NATIONAL AGRICULTURAL LIBRARY CALL NUMBER','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','072','SUBJECT CATEGORY CODE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','073','SUBDIVISION USAGE','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','082','DEWEY DECIMAL CALL NUMBER','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','083','DEWEY DECIMAL CLASSIFICATION NUMBER','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','084','CLASSIFICATION SCHEME AND EDITION','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','086','GOVERNMENT DOCUMENT CALL NUMBER','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','087','GOVERNMENT DOCUMENT CLASSIFICATION NUMBER','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','100','HEADING-PERSONAL NAME','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','110','HEADING-CORPORATE NAME','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','111','HEADING-MEETING NAME','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','130','HEADING-UNIFORM TITLE','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','148','HEADING-CHRONOLOGICAL TERM','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','150','HEADING-TOPICAL TERM','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','151','HEADING-GEOGRAPHIC NAME','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','153','CLASSIFICATION NUMBER','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','154','GENERAL EXPLANATORY INDEX TERM','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','155','HEADING-GENRE/FORM TERM','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','180','HEADING-GENERAL SUBDIVISION','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','181','HEADING-GEOGRAPHIC SUBDIVISION','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','182','HEADING-CHRONOLOGICAL SUBDIVISION','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','185','HEADING-FORM SUBDIVISION','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','253','COMPLEX SEE REFERENCE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','260','COMPLEX SEE REFERENCE-SUBJECT','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','353','COMPLEX SEE ALSO REFERENCE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','360','COMPLEX SEE ALSO REFERENCE-SUBJECT','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','400','SEE FROM TRACING-PERSONAL NAME','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','410','SEE FROM TRACING-CORPORATE NAME','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','411','SEE FROM TRACING-MEETING NAME','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','430','SEE FROM TRACING-UNIFORM TITLE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','448','SEE FROM TRACING--CHRONOLOGICAL TERM','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','450','SEE FROM TRACING-TOPICAL TERM','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','451','SEE FROM TRACING-GEOGRAPHIC NAME','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','453','INVALID NUMBER TRACING','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','455','SEE FROM TRACING-GENRE/FORM TERM','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','480','SEE FROM TRACING-GENERAL SUBDIVISION','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','481','SEE FROM TRACING-GEOGRAPHIC SUBDIVISION','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','482','SEE FROM TRACING-CHRONOLOGICAL SUBDIVISION','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','485','SEE FROM TRACING-FORM SUBDIVISION','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','500','SEE ALSO FROM TRACING-PERSONAL NAME','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','510','SEE ALSO FROM TRACING-CORPORATE NAME','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','511','SEE ALSO FROM TRACING-MEETING NAME','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','530','SEE ALSO FROM TRACING-UNIFORM TITLE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','548','SEE ALSO FROM TRACING--CHRONOLOGICAL TERM','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','550','SEE ALSO FROM TRACING-TOPICAL TERM','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','551','SEE ALSO FROM TRACING-GEOGRAPHIC NAME','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','553','VALID NUMBER TRACING','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','555','SEE ALSO FROM TRACING-GENRE/FORM TERM','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','580','SEE ALSO FROM TRACING-GENERAL SUBDIVISION','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','581','SEE ALSO FROM TRACING-GEOGRAPHIC SUBDIVISION','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','582','SEE ALSO FROM TRACING-CHRONOLOGICAL SUBDIVISION','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','585','SEE ALSO FROM TRACING-FORM SUBDIVISION','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','640','SERIES DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','641','SERIES NUMBERING PECULIARITIES','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','642','SERIES NUMBERING EXAMPLE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','643','SERIES PLACE AND PUBLISHER/ISSUING BODY','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','644','SERIES ANALYSIS PRACTICE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','645','SERIES TRACING PRACTICE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','646','SERIES CLASSIFICATION PRACTICE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','663','COMPLEX SEE ALSO REFERENCE-NAME','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','664','COMPLEX SEE REFERENCE-NAME','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','665','HISTORY REFERENCE','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','666','GENERAL EXPLANATORY REFERENCE-NAME','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','667','NONPUBLIC GENERAL NOTE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','668','CHARACTERS IN NONROMAN ALPHABETS','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','670','SOURCE DATA FOUND','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','675','SOURCE DATA NOT FOUND','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','678','BIOGRAPHICAL OR HISTORICAL DATA','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','680','PUBLIC GENERAL NOTE/SCOPE NOTE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','681','SUBJECT/CLASSIFICATION EXAMPLE TRACING NOTE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','682','DELETED HEADING INFORMATION','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','683','APPLICATION INSTRUCTION NOTE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','684','AUXILIARY INSTRUCTION NOTE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','685','HISTORY NOTE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','686','RELATIONSHIP TO SOURCE NOTE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','688','APPLICATION HISTORY NOTE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','700','ESTABLISHED HEADING LINKING ENTRY/INDEX TERM-PERSONAL NAME','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','710','ESTABLISHED HEADING LINKING ENTRY/INDEX TERM-CORPORATE NAME','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','711','ESTABLISHED HEADING LINKING ENTRY/INDEX TERM-MEETING NAME','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','730','ESTABLISHED HEADING LINKING ENTRY/INDEX TERM-UNIFORM TITLE','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','748','ESTABLISHED HEADING LINKING ENTRY--CHRONOLOGICAL TERM / INDEX TERM--CHRONOLOGICAL','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','750','ESTABLISHED HEADING LINKING ENTRY/INDEX TERM-TOPICAL TERM','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','751','ESTABLISHED HEADING LINKING ENTRY/INDEX TERM-GEOGRAPHIC NAME','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','753','INDEX TERM-UNCONTROLLED','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','754','INDEX TERM-FACETED TOPICAL TERMS','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','755','ESTABLISHED HEADING LINKING ENTRY-GENRE/FORM TERM','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','761','ADD OR DIVIDE LIKE INSTRUCTIONS','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','762','TABLE IDENTIFICATION','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','763','INTERNAL SUBARRANGEMENT OR ADD TABLE ENTRY','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','764','RULE IDENTIFICATION','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','765','SYNTHESIZED NUMBER COMPONENTS','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','768','CITATION AND PREFERENCE ORDER INSTRUCTIONS','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','780','SUBDIVISION LINKING ENTRY-GENERAL SUBDIVISION','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','781','SUBDIVISION LINKING ENTRY-GEOGRAPHIC SUBDIVISION','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','782','SUBDIVISION LINKING ENTRY-CHRONOLOGICAL SUBDIVISION','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','785','SUBDIVISION LINKING ENTRY-FORM SUBDIVISION','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','788','COMPLEX LINKING ENTRY DATA','',0,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','856','ELECTRONIC LOCATION AND ACCESS','',1,0,NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','880','ALTERNATE GRAPHIC REPRESENTATION','',1,0,NULL); + diff --git a/misc/sql-datas/en/mandatory/02_authorities_normal_marc21.txt b/misc/sql-datas/en/mandatory/02_authorities_normal_marc21.txt new file mode 100644 index 0000000000..828b5f74b9 --- /dev/null +++ b/misc/sql-datas/en/mandatory/02_authorities_normal_marc21.txt @@ -0,0 +1 @@ +Authority structure for MARC21, in english \ No newline at end of file diff --git a/misc/sql-datas/en/mandatory/03_marc21_framework_DEFAULT.sql b/misc/sql-datas/en/mandatory/03_marc21_framework_DEFAULT.sql new file mode 100644 index 0000000000..c62348237c --- /dev/null +++ b/misc/sql-datas/en/mandatory/03_marc21_framework_DEFAULT.sql @@ -0,0 +1,4213 @@ +-- ******************************************************* +-- KOHA MARC 21 STANDARD DEFAULT BIBLIOGRAPHIC FRAMEWORK +-- +-- PRETEST VERSION 0.1.4 +-- 2006-08-09 +-- +-- original default requiring greater user customisation +-- created by a few Koha Hands +-- guided by Paul POULAIN +-- +-- revised and greatly enlarged to completion, +-- well not quite complete yet today +-- but close enough for someone to have use, +-- by thd for LibLime +-- ******************************************************* + + + +-- ****************************************************** +-- KOHA RECORD AND HOLDINGS MANAGEMENT FIELDS/SUBFIELDS. +-- ****************************************************** + +-- These ought to be adjusted for different less conflicting and more +-- rationally chosen fields and subfields but I had left that for last. + + +-- ****************************************************** + +-- Original Record ID Field/Subfields + + +-- INSERT INTO `marc_tag_structure` VALUES ('090', 'KOHA DATA', 'KOHA DATA', 1, 0, '', ''); + +-- INSERT INTO marc_subfield_structure VALUES ('090', 'a', 'Koha Itemtype (NR)', 'Koha Itemtype (NR)', 0, 0, NULL, -1, NULL, NULL, '', NULL, '', NULL, NULL); +-- INSERT INTO marc_subfield_structure VALUES ('090', 'b', 'Koha Dewey Subclass (NR)', 'Koha Dewey Subclass (NR)', 0, 0, NULL, -1, NULL, NULL, '', NULL, '', NULL, NULL); +-- INSERT INTO marc_subfield_structure VALUES ('090', 'c', 'Koha biblionumber (NR)', 'Koha biblionumber (NR)', 0, 0, 'biblio.biblionumber', -1, NULL, NULL, '', NULL, '', NULL, NULL); +-- INSERT INTO marc_subfield_structure VALUES ('090', 'd', 'Koha biblioitemnumber (NR)', 'Koha biblioitemnumber (NR)', 0, 0, 'biblioitems.biblioitemnumber', -1, NULL, NULL, '', NULL, '', NULL, NULL); + + +-- Current Record ID Field/Subfields + + +INSERT INTO `marc_tag_structure` VALUES ('090', 'SYSTEM CONTROL NUMBERS (KOHA)', 'SYSTEM CONTROL NUMBERS (KOHA)', 1, 0, '', ''); + +INSERT INTO `marc_subfield_structure` VALUES ('090', 'a', 'Item type [OBSOLETE]', 'Item type [OBSOLETE]', 0, 0, NULL, -1, NULL, NULL, '', NULL, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('090', 'b', 'Koha Dewey Subclass [OBSOLETE]', 'Koha Dewey Subclass [OBSOLETE]', 0, 0, NULL, 0, NULL, NULL, '', NULL, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('090', 'c', 'Koha biblionumber', 'Koha biblionumber', 0, 0, 'biblio.biblionumber', -1, NULL, NULL, '', NULL, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('090', 'd', 'Koha biblioitemnumber', 'Koha biblioitemnumber', 0, 0, 'biblioitems.biblioitemnumber', -1, NULL, NULL, '', NULL, -5, '', '', ''); + + +-- ****************************************************** + +-- Original primary biblioitems Field/Subfields + + +-- INSERT INTO `marc_tag_structure` VALUES ('942', 'Biblioitem information', 'General classification', 0, 0, '', ''); + +-- INSERT INTO marc_subfield_structure VALUES ('942', 'a', 'Institution code', 'Institution code', 0, 0, '', 5, '', '', '', NULL, '', NULL, NULL); +-- INSERT INTO marc_subfield_structure VALUES ('942', 'c', 'item type', 'item type', 0, 0, 'biblioitems.itemtype', 5, 'itemtypes', '', '', NULL, '', NULL, NULL); +-- INSERT INTO marc_subfield_structure VALUES ('942', 'k', 'dewey', 'dewey', 0, 0, 'biblioitems.classification', 5, '', '', '', NULL, '', NULL, NULL); + + +-- Current primary biblioitems Field/Subfields + + +INSERT INTO `marc_tag_structure` VALUES ('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', ''); + +INSERT INTO `marc_subfield_structure` VALUES ('942', 'a', 'Institution code [OBSOLETE]', 'Institution code [OBSOLETE]', 0, 0, '', 9, '', '', '', NULL, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('942', 'c', 'Item type', 'Item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('942', 'j', 'Location (call number prefix code)', 'Location (call number prefix code)', 0, 0, 'biblioitems.classification', 9, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('942', 'k', 'Classification base (DDC to decimal or LCC letter class padded after single letter classes with trailing 0', 'Classification base', 0, 0, 'biblioitems.dewey', 9, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('942', 'l', 'Classification subclass (DDC after decimal or LCC number after letters', 'Classification subclass', 0, 0, 'biblioitems.subclass', 9, '', '', '', NULL, 0, '', '', ''); + + +-- ****************************************************** + +-- Original items Field/Subfields + + +-- INSERT INTO `marc_tag_structure` VALUES ('952', 'ITEM INFORMATION', 'ITEM INFORMATION', 1, 0, '', ''); + +-- INSERT INTO marc_subfield_structure VALUES ('952', 'b', 'homebranch', 'homebranch', 0, 0, 'items.homebranch', 10, 'branches', '', '', '', '', NULL, NULL); +-- INSERT INTO marc_subfield_structure VALUES ('952', 'd', 'holdingbranch', 'holdingbranch', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', '\'952b\'', '', NULL, NULL); +-- INSERT INTO marc_subfield_structure VALUES ('952', 'p', 'barcode', 'barcode', 0, 1, 'items.barcode', 10, '', '', '', '', '', NULL, NULL); +-- INSERT INTO marc_subfield_structure VALUES ('952', 'r', 'price', 'price', 0, 0, 'items.replacementprice', 10, '', '', '', '', '', NULL, NULL); +-- INSERT INTO marc_subfield_structure VALUES ('952', 'v', 'dateaccessioned', 'dateaccessioned', 0, 0, 'items.dateaccessioned', 10, '', '', '', '', '', NULL, NULL); +-- INSERT INTO marc_subfield_structure VALUES ('952', 'y', 'notforloan', 'notforloan', 0, 0, 'items.notforloan', 10, '', '', '', '', '', NULL, NULL); +-- INSERT INTO marc_subfield_structure VALUES ('952', 'u', 'itemnumber', 'itemnumber', 0, 0, 'items.itemnumber', -1, '', '', '', '', '', NULL, NULL); + + + +-- Recommended items Field/Subfields + + +-- INSERT INTO `marc_tag_structure` VALUES ('95k', 'LOCATION AND ITEM INFORMATION (KOHA)', 'LOCATION AND ITEM INFORMATION (KOHA)', 1, 0, '', ''); + +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', '0', 'Item status (withdrawn) (similar to 876-8 $j)', 'Item status (withdrawn)', 0, 0, 'items.withdrawn', 10, '', '', '', 0, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', '1', 'Item status (lost) (similar to 876-8 $j)', 'Item status (lost)', 0, 0, 'items.itemlost', 10, '', '', '', 0, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', '2', 'Source of classification or shelving scheme (similar to 852 $2)', 'Source of classification or shelving scheme', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', '3', 'Materials specified (similar to 852, 876-8 $3)', 'Materials specified', 0, 0, '', 10, '', '', '', NULL, -1, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', '4', 'Use restrictions (similar to 506 $a, 876-8 $h)', 'Use restrictions', 0, 0, 'items.restricted', 10, '', '', '', 0, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', '6', 'Linkage (similar to 852, 876-8 $6)', 'Linkage', 0, 0, '', 10, '', '', '', NULL, -6, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', '8', 'Sequence number (similar to 852, 876-8 $8)', 'Sequence number', 1, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', '9', 'Koha itemnumber (autogenerated similar to 852, 876-8 $3 $8 $t combined)', 'Koha itemnumber', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'a', 'Location (homebranch) (similar to 852 $a)', 'Location (homebranch)', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'b', 'Sublocation or collection (holdingbranch) (similar to 852 $b)', 'Sublocation or collection (holdingbranch)', 1, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'c', 'Shelving location (similar to 852 $c, 876-8 $l)', 'Shelving location', 1, 0, 'items.location', 10, '', '', '', 0, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'd', 'Date acquired (similar to 541, 876-8 $d)', 'Date acquired', 0, 0, 'items.dateaccessioned', 10, '', '', '', 0, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'e', 'Source of acquisition (similar to 541 $a, 876-8 $e)', 'Source of acquisition', 1, 0, 'items.booksellerid', 10, '', '', '', 0, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'f', 'Coded location qualifier (similar to 852 $f)', 'Coded location qualifier', 1, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'g', 'Non-coded location qualifier (similar to 852 $g)', 'Non-coded location qualifier', 1, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'h', 'Classification part (similar to 852 $h)', 'Classification part', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'i', 'Item part (similar to 852 $i)', 'Item part', 1, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'j', 'Shelving control number (similar to 852 $j)', 'Shelving control number', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'k', 'Call number prefix (similar to 852 $k)', 'Call number prefix', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'l', 'Shelving form of title (similar to 852 $l)', 'Shelving form of title', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'm', 'Call number suffix (similar to 852 $m)', 'Call number suffix', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'n', 'Country code (similar to 852 $n)', 'Country code', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'o', 'Call number (similar to 852 $k $h $i $m combined)', 'Call number', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'p', 'Piece designation (barcode) (similar to 852, 876-8 $p)', 'Piece designation (barcode)', 0, 1, 'items.barcode', 10, '', '', '', 0, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'q', 'Piece physical condition (similar to 562 $a, 852 $q)', 'Piece physical condition', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'r', 'Invalid or canceled piece designation (canceled barcode) (similar to 876-8 $r)', 'Invalid or canceled piece designation (canceled barcode)', 1, 0, '', 10, '', '', '', NULL, -1, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 's', 'Copyright article-fee code (similar to 018 $a, 852 $s)', 'Copyright article-fee code', 1, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 't', 'Copy number (similar to 852, 876-8 $t)', 'Copy number', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'u', 'Cost, normal purchase price (similar to 541 $h, 876-8 $c)', 'Cost, normal purchase price', 0, 0, 'items.price', 10, '', '', '', 0, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'v', 'Cost, replacement price (similar to 365 $b, 876-8 $c)', 'Cost, replacement price', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'w', 'Price effective from (similar to 365 $f)', 'Price effective from', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'x', 'Nonpublic note (similar to 852, 876-8 $x)', 'Nonpublic note', 1, 0, '', 10, '', '', '', NULL, 6, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'y', 'Use restrictions (not for loan) (similar to 506 $a, 876-8 $h)', 'Use restrictions (not for loan)', 0, 0, 'items.notforloan', 10, '', '', '', 0, 0, '', '', ''); +-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'z', 'Public note (similar to 852, 876-8 $z)', 'Public note', 0, 0, 'items.itemnotes', 10, '', '', '', 1, 0, '', '', ''); + + + +-- Current items Field/Subfields + + +INSERT INTO `marc_tag_structure` VALUES ('952', 'LOCATION AND ITEM INFORMATION (KOHA)', 'LOCATION AND ITEM INFORMATION (KOHA)', 1, 0, '', ''); + +INSERT INTO `marc_subfield_structure` VALUES ('952', '0', 'Item status (withdrawn) (similar to 876-8 $j)', 'Item status (withdrawn)', 0, 0, 'items.withdrawn', 10, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', '1', 'Item status (lost) (similar to 876-8 $j)', 'Item status (lost)', 0, 0, 'items.itemlost', 10, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', '2', 'Source of classification or shelving scheme (similar to 852 $2)', 'Source of classification or shelving scheme', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', '3', 'Materials specified (similar to 852, 876-8 $3)', 'Materials specified', 0, 0, '', 10, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', '4', 'Use restrictions (similar to 506 $a, 876-8 $h)', 'Use restrictions', 0, 0, 'items.restricted', 10, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', '6', 'Linkage (similar to 852, 876-8 $6)', 'Linkage', 0, 0, '', 10, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', '8', 'Sequence number (similar to 852, 876-8 $8)', 'Sequence number', 1, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', '9', 'Cost, normal purchase price (similar to 541 $h, 876-8 $c)', 'Cost, normal purchase price', 0, 0, 'items.price', 10, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'a', 'Invalid or canceled piece designation (canceled barcode) (similar to 876-8 $r)', 'Invalid or canceled piece designation (canceled barcode)', 1, 0, '', 10, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'b', 'Location (homebranch) (similar to 852 $a)', 'Location (homebranch)', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'c', 'Shelving location (similar to 852 $c, 876-8 $l)', 'Shelving location', 1, 0, 'items.location', 10, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'd', 'Sublocation or collection (holdingbranch) (similar to 852 $b)', 'Sublocation or collection (holdingbranch)', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, '', '''952b''', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'e', 'Source of acquisition (similar to 541 $a, 876-8 $e)', 'Source of acquisition', 1, 0, 'items.booksellerid', 10, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'f', 'Coded location qualifier (similar to 852 $f)', 'Coded location qualifier', 1, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'g', 'Non-coded location qualifier (similar to 852 $g)', 'Non-coded location qualifier', 1, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'h', 'Classification part (similar to 852 $h)', 'Classification part', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'i', 'Item part (similar to 852 $i)', 'Item part', 1, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'j', 'Shelving control number (similar to 852 $j)', 'Shelving control number', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'k', 'Call number (similar to 852 $k $h $i $m combined)', 'Call number', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'l', 'Shelving form of title (similar to 852 $l)', 'Shelving form of title', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'm', 'Call number suffix (similar to 852 $m)', 'Call number suffix', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'n', 'Country code (similar to 852 $n)', 'Country code', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'o', 'Call number prefix (similar to 852 $k)', 'Call number prefix', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'p', 'Piece designation (barcode) (similar to 852, 876-8 $p)', 'Piece designation (barcode)', 0, 1, 'items.barcode', 10, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'q', 'Piece physical condition (similar to 562 $a, 852 $q)', 'Piece physical condition', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'r', 'Cost, replacement price (similar to 365 $b, 876-8 $c)', 'Cost, replacement price', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 's', 'Copyright article-fee code (similar to 018 $a, 852 $s)', 'Copyright article-fee code', 1, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 't', 'Copy number (similar to 852, 876-8 $t)', 'Copy number', 0, 0, '', 10, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'u', 'Koha itemnumber (autogenerated similar to 852, 876-8 $3 $8 $t combined)', 'Koha itemnumber', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'v', 'Date acquired (similar to 541, 876-8 $d)', 'Date acquired', 0, 0, 'items.dateaccessioned', 10, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'w', 'Price effective from (similar to 365 $f)', 'Price effective from', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'x', 'Nonpublic note (similar to 852, 876-8 $x)', 'Nonpublic note', 1, 0, '', 10, '', '', '', NULL, 6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'y', 'Use restrictions (not for loan) (similar to 506 $a, 876-8 $h)', 'Use restrictions (not for loan)', 0, 0, 'items.notforloan', 10, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('952', 'z', 'Public note (similar to 852, 876-8 $z)', 'Public note', 0, 0, 'items.itemnotes', 10, '', '', '', 1, 0, '', '', ''); + + +-- ******************************************************* + + + +-- ******************************************************* +-- MARC 21 FIELDS/SUBFIELDS AND COMMMONLY USED EXTENSIONS +-- ******************************************************* + + +-- A Few local use codes need specifying. Several seealso, plugin, and +-- authority framework columns need improving. $9 for authority record linking +-- needs to be added where not already provided by RLIN specifications. +-- Needs checking for errors but probably tolerable for use on a production. +-- A server can be upgraded easily from later versions of this file. +-- +-- In the absense of more column support for qualifying the relative +-- importance of subfields to the record editor, some modest modification of +-- the default framework is needed setting the not-useful non-Koha holdings +-- subfields to not managed in Koha. + +-- MARC fields including letters as part of the field identifier are from RLIN +-- and should be expected to remain along with RLIN $% subfields. RLIN has +-- been using letters in fields because there are not enough local use number +-- fields which have not already been specified for very large union catalogue +-- networks such as RLIN itself. + + +-- Fields ending in c, o, or r are temporary placeholders for information from +-- a numeric value until a non-conflicting way to treat the content under the +-- proper original numeric field is adopted. 090 for LC call numbers is much +-- too common and important so 999 is also provided as a temporary place +-- holder until all Koha code for finding control fields has been changed from +-- a numeric test of < 10 to a regular expression match of m/^00/ to prevent +-- mistaken matching of fields with letters such as 09o if they were control +-- fields. + + +INSERT INTO `marc_tag_structure` VALUES ('000', 'LEADER', 'LEADER', 0, 1, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 1, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 1, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 1, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('006', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('007', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('008', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 0, 1, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('009', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('011', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('013', 'PATENT CONTROL INFORMATION', 'PATENT CONTROL INFORMATION', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('015', 'NATIONAL BIBLIOGRAPHY NUMBER', 'NATIONAL BIBLIOGRAPHY NUMBER', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('017', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('018', 'COPYRIGHT ARTICLE-FEE CODE', 'COPYRIGHT ARTICLE-FEE CODE', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('01e', 'CODED FIELD ERROR (RLIN)', 'CODED FIELD ERROR (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('020', 'INTERNATIONAL STANDARD BOOK NUMBER', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('023', 'STANDARD FILM NUMBER (VM) [DELETED]', 'STANDARD FILM NUMBER (VM) [DELETED]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('025', 'OVERSEAS ACQUISITION NUMBER', 'OVERSEAS ACQUISITION NUMBER', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('026', 'FINGERPRINT IDENTIFIER', 'FINGERPRINT IDENTIFIER', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('027', 'STANDARD TECHNICAL REPORT NUMBER', 'STANDARD TECHNICAL REPORT NUMBER', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('028', 'PUBLISHER NUMBER', 'PUBLISHER NUMBER', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', ' (OCLC)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('030', 'CODEN DESIGNATION', 'CODEN DESIGNATION', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('032', 'POSTAL REGISTRATION NUMBER', 'POSTAL REGISTRATION NUMBER', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('033', 'DATE/TIME AND PLACE OF AN EVENT', 'DATE/TIME AND PLACE OF AN EVENT', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('036', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('037', 'SOURCE OF ACQUISITION', 'SOURCE OF ACQUISITION', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('038', 'RECORD CONTENT LICENSOR', 'RECORD CONTENT LICENSOR', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('039', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 1, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('041', 'LANGUAGE CODE', 'LANGUAGE CODE', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('044', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('045', 'TIME PERIOD OF CONTENT', 'TIME PERIOD OF CONTENT', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('046', 'SPECIAL CODED DATES', 'SPECIAL CODED DATES', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('047', 'FORM OF MUSICAL COMPOSITION CODE', 'FORM OF MUSICAL COMPOSITION CODE', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('048', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('049', 'LOCAL HOLDINGS (OCLC)', 'LOCAL HOLDINGS (OCLC)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('051', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('055', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('061', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('071', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('074', 'GPO ITEM NUMBER', 'GPO ITEM NUMBER', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('080', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('082', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('084', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('086', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('087', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('088', 'REPORT NUMBER', 'REPORT NUMBER', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('09o', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('091', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('100', 'MAIN ENTRY--PERSONAL NAME', 'MAIN ENTRY--PERSONAL NAME', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('110', 'MAIN ENTRY--CORPORATE NAME', 'MAIN ENTRY--CORPORATE NAME', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('111', 'MAIN ENTRY--MEETING NAME', 'MAIN ENTRY--MEETING NAME', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('130', 'MAIN ENTRY--UNIFORM TITLE', 'MAIN ENTRY--UNIFORM TITLE', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('210', 'ABBREVIATED TITLE', 'ABBREVIATED TITLE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('211', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('212', 'VARIANT ACCESS TITLE [OBSOLETE]', 'VARIANT ACCESS TITLE [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('214', 'AUGMENTED TITLE [OBSOLETE]', 'AUGMENTED TITLE [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('222', 'KEY TITLE', 'KEY TITLE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('240', 'UNIFORM TITLE', 'UNIFORM TITLE', 0, 0, 'Unititle', ''); +INSERT INTO `marc_tag_structure` VALUES ('241', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('242', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('243', 'COLLECTIVE UNIFORM TITLE', 'COLLECTIVE UNIFORM TITLE', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('245', 'TITLE STATEMENT', 'TITLE STATEMENT', 0, 1, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('246', 'VARYING FORM OF TITLE', 'VARYING FORM OF TITLE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('247', 'FORMER TITLE', 'FORMER TITLE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('250', 'EDITION STATEMENT', 'EDITION STATEMENT', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('254', 'MUSICAL PRESENTATION STATEMENT', 'MUSICAL PRESENTATION STATEMENT', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('255', 'CARTOGRAPHIC MATHEMATICAL DATA', 'CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('256', 'COMPUTER FILE CHARACTERISTICS', 'COMPUTER FILE CHARACTERISTICS', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('257', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('258', 'PHILATELIC ISSUE DATE', 'PHILATELIC ISSUE DATE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('260', 'PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 'PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('261', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('262', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('263', 'PROJECTED PUBLICATION DATE', 'PROJECTED PUBLICATION DATE', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('265', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('270', 'ADDRESS', 'ADDRESS', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('300', 'PHYSICAL DESCRIPTION', 'PHYSICAL DESCRIPTION', 1, 1, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('301', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('302', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('303', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('304', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('305', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('306', 'PLAYING TIME', 'PLAYING TIME', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('307', 'HOURS, ETC.', 'HOURS, ETC.', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('308', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('310', 'CURRENT PUBLICATION FREQUENCY', 'CURRENT PUBLICATION FREQUENCY', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('315', 'FREQUENCY (CF MP) [OBSOLETE]', 'FREQUENCY (CF MP) [OBSOLETE]', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('321', 'FORMER PUBLICATION FREQUENCY', 'FORMER PUBLICATION FREQUENCY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('340', 'PHYSICAL MEDIUM', 'PHYSICAL MEDIUM', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('342', 'GEOSPATIAL REFERENCE DATA', 'GEOSPATIAL REFERENCE DATA', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('343', 'PLANAR COORDINATE DATA', 'PLANAR COORDINATE DATA', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('350', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('351', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('352', 'DIGITAL GRAPHIC REPRESENTATION', 'DIGITAL GRAPHIC REPRESENTATION', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('355', 'SECURITY CLASSIFICATION CONTROL', 'SECURITY CLASSIFICATION CONTROL', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('357', 'ORIGINATOR DISSEMINATION CONTROL', 'ORIGINATOR DISSEMINATION CONTROL', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('359', 'RENTAL PRICE (VM) [OBSOLETE]', 'RENTAL PRICE (VM) [OBSOLETE]', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('362', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('365', 'TRADE PRICE', 'TRADE PRICE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('366', 'TRADE AVAILABILITY INFORMATION', 'TRADE AVAILABILITY INFORMATION', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('400', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('410', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('411', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('440', 'SERIES STATEMENT/ADDED ENTRY--TITLE', 'SERIES STATEMENT/ADDED ENTRY--TITLE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('490', 'SERIES STATEMENT', 'SERIES STATEMENT', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('500', 'GENERAL NOTE', 'GENERAL NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('501', 'WITH NOTE', 'WITH NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('502', 'DISSERTATION NOTE', 'DISSERTATION NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('503', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('504', 'BIBLIOGRAPHY, ETC. NOTE', 'BIBLIOGRAPHY, ETC. NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('505', 'FORMATTED CONTENTS NOTE', 'FORMATTED CONTENTS NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('506', 'RESTRICTIONS ON ACCESS NOTE', 'RESTRICTIONS ON ACCESS NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('507', 'SCALE NOTE FOR GRAPHIC MATERIAL', 'SCALE NOTE FOR GRAPHIC MATERIAL', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('508', 'CREATION/PRODUCTION CREDITS NOTE', 'CREATION/PRODUCTION CREDITS NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('509', 'INFORMAL NOTES (RLIN)', 'INFORMAL NOTES (RLIN)', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('510', 'CITATION/REFERENCES NOTE', 'CITATION/REFERENCES NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('511', 'PARTICIPANT OR PERFORMER NOTE', 'PARTICIPANT OR PERFORMER NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('512', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('513', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('514', 'DATA QUALITY NOTE', 'DATA QUALITY NOTE', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('515', 'NUMBERING PECULIARITIES NOTE', 'NUMBERING PECULIARITIES NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('516', 'TYPE OF COMPUTER FILE OR DATA NOTE', 'TYPE OF COMPUTER FILE OR DATA NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('517', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('518', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('520', 'SUMMARY, ETC.', 'SUMMARY, ETC.', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('521', 'TARGET AUDIENCE NOTE', 'TARGET AUDIENCE NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('522', 'GEOGRAPHIC COVERAGE NOTE', 'GEOGRAPHIC COVERAGE NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('523', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('524', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('525', 'SUPPLEMENT NOTE', 'SUPPLEMENT NOTE', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('526', 'STUDY PROGRAM INFORMATION NOTE', 'STUDY PROGRAM INFORMATION NOTE', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('527', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('530', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('533', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('534', 'ORIGINAL VERSION NOTE', 'ORIGINAL VERSION NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('535', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('536', 'FUNDING INFORMATION NOTE', 'FUNDING INFORMATION NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('537', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('538', 'SYSTEM DETAILS NOTE', 'SYSTEM DETAILS NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('540', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('541', 'IMMEDIATE SOURCE OF ACQUISITION NOTE', 'IMMEDIATE SOURCE OF ACQUISITION NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('543', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('544', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('546', 'LANGUAGE NOTE', 'LANGUAGE NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('547', 'FORMER TITLE COMPLEXITY NOTE', 'FORMER TITLE COMPLEXITY NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('550', 'ISSUING BODY NOTE', 'ISSUING BODY NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('552', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('555', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('556', 'INFORMATION ABOUT DOCUMENTATION NOTE', 'INFORMATION ABOUT DOCUMENTATION NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('561', 'OWNERSHIP AND CUSTODIAL HISTORY', 'OWNERSHIP AND CUSTODIAL HISTORY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('562', 'COPY AND VERSION IDENTIFICATION NOTE', 'COPY AND VERSION IDENTIFICATION NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('563', 'BINDING INFORMATION', 'BINDING INFORMATION', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('565', 'CASE FILE CHARACTERISTICS NOTE', 'CASE FILE CHARACTERISTICS NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('567', 'METHODOLOGY NOTE', 'METHODOLOGY NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('570', 'EDITOR NOTE (SE) [OBSOLETE]', 'EDITOR NOTE (SE) [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('580', 'LINKING ENTRY COMPLEXITY NOTE', 'LINKING ENTRY COMPLEXITY NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('581', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('582', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('583', 'ACTION NOTE', 'ACTION NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('584', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('585', 'EXHIBITIONS NOTE', 'EXHIBITIONS NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('586', 'AWARDS NOTE', 'AWARDS NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('590', 'LOCAL NOTE (RLIN)', 'LOCAL NOTE (RLIN)', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('600', 'SUBJECT ADDED ENTRY--PERSONAL NAME', 'SUBJECT ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('610', 'SUBJECT ADDED ENTRY--CORPORATE NAME', 'SUBJECT ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('611', 'SUBJECT ADDED ENTRY--MEETING NAME', 'SUBJECT ADDED ENTRY--MEETING NAME', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('630', 'SUBJECT ADDED ENTRY--UNIFORM TITLE', 'SUBJECT ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('648', 'SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM', 'SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('650', 'SUBJECT ADDED ENTRY--TOPICAL TERM', 'SUBJECT ADDED ENTRY--TOPICAL TERM', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('651', 'SUBJECT ADDED ENTRY--GEOGRAPHIC NAME', 'SUBJECT ADDED ENTRY--GEOGRAPHIC NAME', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('652', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('653', 'INDEX TERM--UNCONTROLLED', 'INDEX TERM--UNCONTROLLED', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('654', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('655', 'INDEX TERM--GENRE/FORM', 'INDEX TERM--GENRE/FORM', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('656', 'INDEX TERM--OCCUPATION', 'INDEX TERM--OCCUPATION', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('657', 'INDEX TERM--FUNCTION', 'INDEX TERM--FUNCTION', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('658', 'INDEX TERM--CURRICULUM OBJECTIVE', 'INDEX TERM--CURRICULUM OBJECTIVE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('662', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('690', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('691', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('696', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('697', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('698', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('699', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('700', 'ADDED ENTRY--PERSONAL NAME', 'ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('705', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('710', 'ADDED ENTRY--CORPORATE NAME', 'ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('711', 'ADDED ENTRY--MEETING NAME', 'ADDED ENTRY--MEETING NAME', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('715', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('720', 'ADDED ENTRY--UNCONTROLLED NAME', 'ADDED ENTRY--UNCONTROLLED NAME', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('730', 'ADDED ENTRY--UNIFORM TITLE', 'ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('740', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('752', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('753', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('754', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('755', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('760', 'MAIN SERIES ENTRY', 'MAIN SERIES ENTRY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('762', 'SUBSERIES ENTRY', 'SUBSERIES ENTRY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('765', 'ORIGINAL LANGUAGE ENTRY', 'ORIGINAL LANGUAGE ENTRY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('767', 'TRANSLATION ENTRY', 'TRANSLATION ENTRY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('770', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('772', 'SUPPLEMENT PARENT ENTRY', 'SUPPLEMENT PARENT ENTRY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('773', 'HOST ITEM ENTRY', 'HOST ITEM ENTRY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('774', 'CONSTITUENT UNIT ENTRY', 'CONSTITUENT UNIT ENTRY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('775', 'OTHER EDITION ENTRY', 'OTHER EDITION ENTRY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('776', 'ADDITIONAL PHYSICAL FORM ENTRY', 'ADDITIONAL PHYSICAL FORM ENTRY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('777', 'ISSUED WITH ENTRY', 'ISSUED WITH ENTRY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('780', 'PRECEDING ENTRY', 'PRECEDING ENTRY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('785', 'SUCCEEDING ENTRY', 'SUCCEEDING ENTRY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('786', 'DATA SOURCE ENTRY', 'DATA SOURCE ENTRY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('787', 'NONSPECIFIC RELATIONSHIP ENTRY', 'NONSPECIFIC RELATIONSHIP ENTRY', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('789', 'COMPONENT ITEM ENTRY (RLIN)', 'COMPONENT ITEM ENTRY (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('796', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('797', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('798', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('799', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('800', 'SERIES ADDED ENTRY--PERSONAL NAME', 'SERIES ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('810', 'SERIES ADDED ENTRY--CORPORATE NAME', 'SERIES ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('811', 'SERIES ADDED ENTRY--MEETING NAME', 'SERIES ADDED ENTRY--MEETING NAME', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('830', 'SERIES ADDED ENTRY--UNIFORM TITLE', 'SERIES ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('840', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('841', 'HOLDINGS CODED DATA VALUES', 'HOLDINGS CODED DATA VALUES', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('842', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('843', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('844', 'NAME OF UNIT', 'NAME OF UNIT', 0, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('845', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('850', 'HOLDING INSTITUTION', 'HOLDING INSTITUTION', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('851', 'LOCATION [OBSOLETE]', 'LOCATION [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('852', 'LOCATION/CALL NUMBER', 'LOCATION/CALL NUMBER', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('853', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('854', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('855', 'CAPTIONS AND PATTERN--INDEXES', 'CAPTIONS AND PATTERN--INDEXES', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('856', 'ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('859', 'LOCAL CONTROL INFORMATION (RLIN)', 'LOCAL CONTROL INFORMATION (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('863', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('864', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('865', 'ENUMERATION AND CHRONOLOGY--INDEXES', 'ENUMERATION AND CHRONOLOGY--INDEXES', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('866', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('867', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('868', 'TEXTUAL HOLDINGS--INDEXES', 'TEXTUAL HOLDINGS--INDEXES', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('870', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('871', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('872', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('873', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('876', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('877', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('878', 'ITEM INFORMATION--INDEXES', 'ITEM INFORMATION--INDEXES', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('886', 'FOREIGN MARC INFORMATION FIELD', 'FOREIGN MARC INFORMATION FIELD', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('887', 'NON-MARC INFORMATION FIELD', 'NON-MARC INFORMATION FIELD', 1, 0, NULL, ''); +INSERT INTO `marc_tag_structure` VALUES ('896', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('897', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('898', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('899', 'LOCAL SERIES ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL SERIES ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('89e', 'ERRONEOUS FIELD, ERR (RLIN)', 'ERRONEOUS FIELD, ERR (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('900', 'EQUIVALENCE OR CROSS-REFERENCE-PERSONAL NAME [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-PERSONAL NAME [LOCAL, CANADA]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('901', 'LOCAL DATA ELEMENT A, LDA (RLIN)', 'LOCAL DATA ELEMENT A, LDA (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('902', 'LOCAL DATA ELEMENT B, LDB (RLIN)', 'LOCAL DATA ELEMENT B, LDB (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('903', 'LOCAL DATA ELEMENT C, LDC (RLIN)', 'LOCAL DATA ELEMENT C, LDC (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('904', 'LOCAL DATA ELEMENT D, LDD (RLIN)', 'LOCAL DATA ELEMENT D, LDD (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('905', 'LOCAL DATA ELEMENT E, LDE (RLIN)', 'LOCAL DATA ELEMENT E, LDE (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('906', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('907', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('908', 'PUT COMMAND PARAMETER (RLIN)', 'PUT COMMAND PARAMETER (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('910', 'EQUIVALENCE OR CROSS-REFERENCE-CORPORATE NAME [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-CORPORATE NAME [LOCAL, CANADA]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('91o', 'USER-OPTION DATA (COLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('91r', 'RLG STANDARDS NOTE (RLIN)', 'RLG STANDARDS NOTE (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('911', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('930', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('93r', 'SUMMARY HOLDINGS STATEMENT (RLIN)', 'SUMMARY HOLDINGS STATEMENT (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('936', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('940', 'EQUIVALENCE OR CROSS-REFERENCE--UNIFORM TITLE [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--UNIFORM TITLE [OBSOLETE] [CAN/MARC only]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('941', 'EQUIVALENCE OR CROSS-REFERENCE--ROMANIZED TITLE [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--ROMANIZED TITLE [OBSOLETE] [CAN/MARC only]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('943', 'EQUIVALENCE OR CROSS-REFERENCE--COLLECTIVE TITLE [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--COLLECTIVE TITLE [OBSOLETE] [CAN/MARC only]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('945', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('94c', 'EQUIVALENCE OR CROSS-REFERENCE--TITLE [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--TITLE [OBSOLETE] [CAN/MARC only]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('946', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('947', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('948', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('949', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('94a', 'ANALYSIS TREATMENT NOTE (RLIN)', 'ANALYSIS TREATMENT NOTE (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('94b', 'TREATMENT CODES (RLIN)', 'TREATMENT CODES (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('950', 'LOCAL HOLDINGS (RLIN)', 'LOCAL HOLDINGS (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE-GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('95c', 'EQUIVALENCE OR CROSS-REFERENCE--HIERARCHICAL PLACE NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE-HIERARCHICAL PLACE NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('95r', 'CLUSTER MEMBER (RLIN)', 'CLUSTER MEMBER (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('955', 'COPY-LEVEL INFORMATION (RLIN)', 'COPY-LEVEL INFORMATION (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('956', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('960', 'PHYSICAL LOCATION (RLIN)', 'PHYSICAL LOCATION (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('967', 'ADDITIONAL ESTC CODES (RLIN)', 'ADDITIONAL ESTC CODES (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('980', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('981', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('982', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE--SERIES STATEMENT-TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('984', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('987', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('990', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('995', 'RECOMMANDATION 995 [LOCAL, UNIMARC FRANCE]', 'RECOMMANDATION 995 [LOCAL, UNIMARC FRANCE]', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('998', 'LOCAL CONTROL INFORMATION (RLIN)', 'LOCAL CONTROL INFORMATION (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('999', '090: LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', '090: LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('b99', 'PRIVATE LOCAL INFORMATION (RLIN)', 'PRIVATE LOCAL INFORMATION (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u01', 'UNIT IDENTIFICATION, STATUS, AND TYPE (RLIN)', 'UNIT IDENTIFICATION, STATUS, AND TYPE (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u02', 'STANDARD NUMBER (RLIN)', 'STANDARD NUMBER (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u08', 'CODED INFORMATION (RLIN)', 'CODED INFORMATION (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u10', 'REQUESTER IDENTIFICATION (RLIN)', 'REQUESTER IDENTIFICATION (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u11', 'DEPARTMENT REPORT REQUEST (RLIN)', 'DEPARTMENT REPORT REQUEST (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u20', 'SUPPLIER IDENTIFICATION, SUPN (RLIN)', 'SUPPLIER IDENTIFICATION, SUPN (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u21', 'LIBRARY CODES FOR VENDOR AND ORDER (RLIN)', 'LIBRARY CODES FOR VENDOR AND ORDER (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u22', 'SUPPLIER CODES AND CATALOG INFORMATION (RLIN)', 'SUPPLIER CODES AND CATALOG INFORMATION (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u25', 'SUPPLIER REPORT(S) (RLIN)', 'SUPPLIER REPORT(S) (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u30', 'INTERVALS (RLIN)', 'INTERVALS (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u31', 'CLAIM COUNTS (RLIN)', 'CLAIM COUNTS (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u33', 'INVOICE CLAIM (RLIN)', 'INVOICE CLAIM (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u34', 'EXTENDED PROCUREMENT CLAIM AND REVIEW (RLIN)', 'EXTENDED PROCUREMENT CLAIM AND REVIEW (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u40', 'EXTENDED PROCUREMENT CODES (RLIN)', 'EXTENDED PROCUREMENT CODES (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u50', 'ACQUISITIONS NOTES (RLIN)', 'ACQUISITIONS NOTES (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u51', 'SELECTION NOTES (RLIN)', 'SELECTION NOTES (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u52', 'SUPPLIER INSTRUCTIONS AND NOTES, SINT (RLIN)', 'SUPPLIER INSTRUCTIONS AND NOTES, SINT (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u53', 'CLAIM INSTRUCTIONS AND NOTES, CLNT (RLIN)', 'CLAIM INSTRUCTIONS AND NOTES, CLNT (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u54', 'NOTES TO SERIALS DEPARTMENT (RLIN)', 'NOTES TO SERIALS DEPARTMENT (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u55', 'CATALOGING NOTES (RLIN)', 'CATALOGING NOTES (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u5f', 'ACCOUNTING NOTES (RLIN)', 'ACCOUNTING NOTES (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u70', 'MATERIAL AND LOCATION INFORMATION (RLIN)', 'MATERIAL AND LOCATION INFORMATION (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u71', 'FUND ACCOUNT (RLIN)', 'FUND ACCOUNT (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u75', 'ITEM DETAILS (RLIN)', 'ITEM DETAILS (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u7f', 'PRICE INFORMATION (RLIN)', 'PRICE INFORMATION (RLIN)', 1, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('u90', 'TAPE OUTPUT, TAPE (RLIN)', 'TAPE OUTPUT, TAPE (RLIN)', 0, 0, '', ''); +INSERT INTO `marc_tag_structure` VALUES ('ufi', 'FISCAL INFORMATION, FI (RLIN)', 'FISCAL INFORMATION, FI (RLIN)', 1, 0, '', ''); + + + +INSERT INTO `marc_subfield_structure` VALUES ('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('001', '@', 'control field', 'control field', 0, 1, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('003', '@', 'control field', 'control field', 0, 1, '', 0, '', '', 'marc21_field_003.pl', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('005', '@', 'control field', 'control field', 0, 1, '', 0, '', '', 'marc21_field_005.pl', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('006', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('007', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('008', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('009', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', NULL, 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('010', 'a', 'LC control number', 'LC control number', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('010', 'b', 'NUCMC control number', 'NUCMC control number', 1, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('011', 'a', 'LC control number', 'LC control number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('013', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('013', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('013', 'a', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('013', 'b', 'Country', 'Country', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('013', 'c', 'Type of number', 'Type of number', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('013', 'd', 'Date', 'Date', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('013', 'e', 'Status', 'Status', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('013', 'f', 'Party to document', 'Party to document', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('015', '2', 'Source', 'Source', 0, 0, '', 0, '', '', NULL, 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('015', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('015', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('015', 'a', 'National bibliography number', 'National bibliography number', 1, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('016', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('016', 'a', 'Record control number', 'Record control number', 0, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('016', 'z', 'Canceled or invalid record control number', 'Canceled or invalid record control number', 1, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('017', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('017', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('017', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('017', 'a', 'Copyright or legal deposit number', 'Copyright or legal deposit number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('017', 'b', 'Assigning agency', 'Assigning agency', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('017', 'd', 'Date', 'Date', 0, 0, '', 0, '', '', NULL, 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('017', 'i', 'Display text', 'Display text', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('018', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('018', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('018', 'a', 'Copyright article-fee code', 'Copyright article-fee code', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('01e', 'a', 'Coded field error', 'Coded field error', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('020', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('020', 'z', 'Cancelled/invalid ISBN', 'Cancelled/invalid ISBN', 1, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('022', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('022', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('023', 'a', 'Standard film number', 'Standard film number', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('024', '2', 'Source of number or code', 'Source of number or code', 0, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('024', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('024', 'b', 'Additional codes following the standard number [OBSOLETE]', 'Additional codes following the standard number [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('025', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('025', 'a', 'Overseas acquisition number', 'Overseas acquisition number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('026', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('026', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('026', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('026', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('026', 'a', 'First and second groups of characters', 'First and second groups of characters', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('026', 'b', 'Third and fourth groups of characters', 'Third and fourth groups of characters', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('026', 'c', 'Date', 'Date', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('026', 'd', 'Number of volume or part', 'Number of volume or part', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('026', 'e', 'unparsed fingerprint', 'unparsed fingerprint', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('027', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('027', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('027', 'a', 'Standard technical report number', 'Standard technical report number', 0, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('027', 'z', 'Canceled/invalid number', 'Canceled/invalid number', 1, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('028', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('028', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('028', 'a', 'Publisher number', 'Publisher number', 0, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('028', 'b', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('030', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('030', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('030', 'a', 'CODEN', 'CODEN', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('030', 'z', 'Canceled/invalid CODEN', 'Canceled/invalid CODEN', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', '2', 'System code', 'System code', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 'a', 'Number of work', 'Number of work', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 'b', 'Number of movement', 'Number of movement', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 'e', 'Role', 'Role', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 'g', 'Clef', 'Clef', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 'n', 'Key signature', 'Key signature', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 'o', 'Time signature', 'Time signature', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 'p', 'Musical notation', 'Musical notation', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 'q', 'General note', 'General note', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 'r', 'Key or mode', 'Key or mode', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 's', 'Coded validity note', 'Coded validity note', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 't', 'Text incipit', 'Text incipit', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 0, '', '', '', 1, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 'y', 'Link text', 'Link text', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('031', 'z', 'Public note', 'Public note', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('032', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('032', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('032', 'a', 'Postal registration number', 'Postal registration number', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('032', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('033', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('033', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('033', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('033', 'a', 'Formatted date/time', 'Formatted date/time', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('033', 'b', 'Geographic classification area code', 'Geographic classification area code', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('033', 'c', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', 'a', 'Category of scale', 'Category of scale', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', 'b', 'Constant ratio linear horizontal scale', 'Constant ratio linear horizontal scale', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', 'c', 'Constant ratio linear vertical scale', 'Constant ratio linear vertical scale', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', 'h', 'Angular scale', 'Angular scale', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', 'p', 'Equinox', 'Equinox', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('035', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('035', 'a', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('036', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('036', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('036', 'a', 'Original study number', 'Original study number', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('036', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('037', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('037', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('037', 'a', 'Stock number', 'Stock number', 0, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('037', 'b', 'Source of stock number/acquisition', 'Source of stock number/acquisition', 0, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('037', 'c', 'Terms of availability', 'Terms of availability', 1, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('037', 'f', 'Form of issue', 'Form of issue', 1, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('037', 'g', 'Additional format characteristics', 'Additional format characteristics', 1, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('037', 'n', 'Note', 'Note', 1, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('038', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('038', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('038', 'a', 'Record content licensor', 'Record content licensor', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('039', 'a', 'Level of rules in bibliographic description', 'Level of rules in bibliographic description', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('039', 'b', 'Level of effort used to assign nonsubject heading access points', 'Level of effort used to assign nonsubject heading access points', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('039', 'c', 'Level of effort used to assign subject headings', 'Level of effort used to assign subject headings', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('039', 'd', 'Level of effort used to assign classification', 'Level of effort used to assign classification', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('039', 'e', 'Number of fixed field character positions coded', 'Number of fixed field character positions coded', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('040', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 1, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('040', 'e', 'Description conventions', 'Description conventions', 0, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('041', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('041', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('041', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('041', 'a', 'Language code of text/sound track or separate title', 'Language code of text/sound track or separate title', 1, 0, '', 0, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('041', 'b', 'Language code of summary or abstract/overprinted title or subtitle', 'Language code of summary or abstract/overprinted title or subtitle', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('041', 'c', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation (SE) [OBSOLETE]', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation (SE) [OBSOLETE]', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('041', 'd', 'Language code of sung or spoken text', 'Language code of sung or spoken text', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('041', 'e', 'Language code of librettos', 'Language code of librettos', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('041', 'f', 'Language code of table of contents', 'Language code of table of contents', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('041', 'g', 'Language code of accompanying material other than librettos', 'Language code of accompanying material other than librettos', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('041', 'h', 'Language code of original and/or intermediate translations of text', 'Language code of original and/or intermediate translations of text', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('042', 'a', 'Authentication code', 'Authentication code', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('043', '2', 'Source of local code', 'Source of local code', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('043', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('043', 'c', 'ISO code', 'ISO code', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('044', '2', 'Source of local subentity code', 'Source of local subentity code', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('044', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('044', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('044', 'a', 'MARC country code', 'MARC country code', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('044', 'b', 'Local subentity code', 'Local subentity code', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('044', 'c', 'ISO country code', 'ISO country code', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('045', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('045', 'a', 'Time period code', 'Time period code', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('046', '2', 'Source of date', 'Source of date', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('046', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('046', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('046', 'a', 'Type of date code', 'Type of date code', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('046', 'b', 'Date 1 (B.C. date)', 'Date 1 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('046', 'c', 'Date 1 (C.E. date)', 'Date 1 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('046', 'd', 'Date 2 (B.C. date)', 'Date 2 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('046', 'e', 'Date 2 (C.E. date)', 'Date 2 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('046', 'j', 'Date resource modified', 'Date resource modified', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('046', 'k', 'Beginning or single date created', 'Beginning or single date created', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('046', 'l', 'Ending date created', 'Ending date created', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('046', 'm', 'Beginning of date valid', 'Beginning of date valid', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('046', 'n', 'End of date valid', 'End of date valid', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('047', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('047', 'a', 'Form of musical composition code', 'Form of musical composition code', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('048', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('048', 'a', 'Performer or ensemble', 'Performer or ensemble', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('048', 'b', 'Soloist', 'Soloist', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('049', 'a', 'Holding library', 'Holding library', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('049', 'c', 'Copy statement', 'Copy statement', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('049', 'd', 'Definition of bibliographic subdivisions', 'Definition of bibliographic subdivisions', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('049', 'l', 'Local processing data', 'Local processing data', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('049', 'm', 'Missing elements', 'Missing elements', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('049', 'n', 'Notes about holdings', 'Notes about holdings', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('049', 'o', 'Local processing data', 'Local processing data', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('049', 'p', 'Secondary bibliographic subdivision', 'Secondary bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('049', 'q', 'Third bibliographic subdivision', 'Third bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('049', 'r', 'Fourth bibliographic subdivision', 'Fourth bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('049', 's', 'Fifth bibliographic subdivision', 'Fifth bibliographic subdivision', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('049', 't', 'Sixth bibliographic subdivision', 'Sixth bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('049', 'u', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('049', 'v', 'Primary bibliographic subdivision', 'Primary bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('049', 'y', 'Inclusive dates of publication or coverage', 'Inclusive dates of publication or coverage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('050', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('050', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('050', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('050', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('050', 'd', 'Supplementary class number (MU) [OBSOLETE]', 'Supplementary class number (MU) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('051', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('051', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('051', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('051', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('052', '2', 'Code Source', 'Code Source', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('052', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('052', 'c', 'Subject (MP) [OBSOLETE]', 'Subject (MP) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('052', 'd', 'Populated place name', 'Populated place name', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('055', '2', 'Source of call/class number', 'Source of call/class number', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('055', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('055', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('055', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('060', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('060', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('061', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('061', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('061', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('061', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('070', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('070', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('071', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('071', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('071', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('071', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('072', '2', 'Source', 'Source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('072', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('072', 'a', 'Subject category code', 'Subject category code', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('074', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('074', 'a', 'GPO item number', 'GPO item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('074', 'z', 'Canceled/invalid GPO item number', 'Canceled/invalid GPO item number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('080', '2', 'Edition identifier', 'Edition identifier', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('080', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('080', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('080', 'a', 'Universal Decimal Classification number', 'Universal Decimal Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('080', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('080', 'x', 'Common auxiliary subdivision', 'Common auxiliary subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('082', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('082', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('082', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('082', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('084', '2', 'Source of number', 'Source of number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('084', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('084', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('084', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('084', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('086', '2', 'Number source', 'Number source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('086', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('086', 'a', 'Classification number', 'Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('086', 'z', 'Canceled/invalid classification number', 'Canceled/invalid classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('087', 'a', 'Report number [OBSOLETE, CAN/MARC]', 'Report number [OBSOLETE, CAN/MARC]', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('087', 'z', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('088', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('088', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('088', 'a', 'Report number', 'Report number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('088', 'z', 'Canceled/invalid report number', 'Canceled/invalid report number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('09o', 'a', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('09o', 'b', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('09o', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('09o', 'f', 'Filing suffix (OCLC); Footnote, FNT (RLIN)', 'Filing suffix (OCLC); Footnote, FNT (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('09o', 'h', 'Output transaction history, HST (RLIN)', 'Output transaction history, HST (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('09o', 'i', 'Output transaction instruction, INS (RLIN)', 'Output transaction instruction, INS (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('09o', 'l', 'Extra card control statement, EXT (RLIN)', 'Extra card control statement, EXT (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('09o', 'n', 'Additional local notes, ANT (RLIN)', 'Additional local notes, ANT (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('09o', 'p', 'Pathfinder code, PTH (RLIN)', 'Pathfinder code, PTH (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('09o', 't', 'Field suppresion, FSP (RLIN)', 'Field suppresion, FSP (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('09o', 'v', 'Volumes, VOL (RLIN)', 'Volumes, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('09o', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('09o', 'z', 'Retention, VOL (RLIN)', 'Retention, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('091', 'a', 'Microfilm shelf location', 'Microfilm shelf location', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('092', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('092', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('092', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('092', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('096', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('096', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('096', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, '', 0, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('098', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('099', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('099', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 1, '', '', '', 0, 0, '', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''720a'',''720e'',''900a''', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', 'b', 'Numeration', 'Numeration', 0, 0, '', 1, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 1, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 1, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 1, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 1, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('100', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 1, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 1, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 1, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 1, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 1, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('110', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', '4', 'Relator code', 'Relator code', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('111', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', 'h', 'Medium', 'Medium', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', 's', 'Version', 'Version', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('130', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('210', '2', 'Source', 'Source', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('210', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('210', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('210', 'a', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('210', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('211', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('211', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('212', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('212', 'a', 'Variant access title', 'Variant access title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('214', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('214', 'a', 'Augmented title', 'Augmented title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('222', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('222', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('222', 'a', 'Key title', 'Key title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('222', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', 'a', 'Uniform title', 'Uniform title', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('240', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('241', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('241', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('242', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('242', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('242', 'a', 'Title', 'Title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('242', 'b', 'Remainder of title', 'Remainder of title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('242', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('242', 'd', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('242', 'e', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('242', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('242', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('242', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('242', 'y', 'Language code of translated title', 'Language code of translated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 2, '', '', '', 1, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('243', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('245', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('245', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('245', 'a', 'Title', 'Title', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, '', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', ''); +INSERT INTO `marc_subfield_structure` VALUES ('245', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('245', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, '', 2, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series: (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('245', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('245', 'f', 'Inclusive dates', 'Inclusive dates', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('245', 'g', 'Bulk dates', 'Bulk dates', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('245', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('245', 'k', 'Form', 'Form', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('245', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('245', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('245', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('246', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('246', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('246', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('246', 'a', 'Title proper/short title', 'Title proper/short title', 0, 0, '', 2, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('246', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('246', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('246', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('246', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('246', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('246', 'i', 'Display text', 'Display text', 0, 0, '', 2, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('246', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('246', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('247', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('247', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('247', 'a', 'Title', 'Title', 0, 0, '', 2, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('247', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('247', 'd', 'Designation of section (SE) [OBSOLETE]', 'Designation of section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('247', 'e', 'Name of part/section (SE) [OBSOLETE]', 'Name of part/section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('247', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('247', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('247', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('247', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('247', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('247', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('250', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('250', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('250', 'a', 'Edition statement', 'Edition statement', 0, 0, '', 2, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('250', 'b', 'Remainder of edition statement', 'Remainder of edition statement', 0, 0, '', 2, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('254', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('254', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('254', 'a', 'Musical presentation statement', 'Musical presentation statement', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('255', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('255', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('255', 'a', 'Statement of scale', 'Statement of scale', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('255', 'b', 'Statement of projection', 'Statement of projection', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('255', 'c', 'Statement of coordinates', 'Statement of coordinates', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('255', 'd', 'Statement of zone', 'Statement of zone', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('255', 'e', 'Statement of equinox', 'Statement of equinox', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('255', 'f', 'Outer G-ring coordinate pairs', 'Outer G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('255', 'g', 'Exclusion G-ring coordinate pairs', 'Exclusion G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('256', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('256', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('256', 'a', 'Computer file characteristics', 'Computer file characteristics', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('257', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('257', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('257', 'a', 'Country of producing entity', 'Country of producing entity', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('258', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('258', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('258', 'a', 'Issuing jurisdiction', 'Issuing jurisdiction', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('258', 'b', 'Denomination', 'Denomination', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('260', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('260', 'a', 'Place of publication, distribution, etc', 'Place of publication, distribution, etc', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('260', 'b', 'Name of publisher, distributor, etc', 'Name of publisher, distributor, etc', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('260', 'c', 'Date of publication, distribution, etc', 'Date of publication, distribution, etc', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('260', 'd', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('260', 'e', 'Place of manufacture', 'Place of manufacture', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('260', 'f', 'Manufacturer', 'Manufacturer', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('260', 'g', 'Date of manufacture', 'Date of manufacture', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('260', 'k', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('260', 'l', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('261', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('261', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('261', 'a', 'Producing company', 'Producing company', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('261', 'b', 'Releasing company (primary distributor)', 'Releasing company (primary distributor)', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('261', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('261', 'd', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('261', 'e', 'Contractual producer', 'Contractual producer', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('261', 'f', 'Place of production, release, etc.', 'Place of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('262', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('262', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('262', 'a', 'Place of production, release, etc.', 'Place of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('262', 'b', 'Publisher or trade name', 'Publisher or trade name', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('262', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('262', 'k', 'Serial identification', 'Serial identification', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('262', 'l', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('263', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('263', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('263', 'a', 'Projected publication date', 'Projected publication date', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('265', '6', 'Linkage [OBSOLETE]', 'Linkage [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('265', 'a', 'Source for acquisition/subscription address [OBSOLETE]', 'Source for acquisition/subscription address [OBSOLETE]', 1, 0, '', 2, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', '4', 'Relator code', 'Relator code', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'a', 'Address', 'Address', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'b', 'City', 'City', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'c', 'State or province', 'State or province', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'd', 'Country', 'Country', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'e', 'Postal code', 'Postal code', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'f', 'Terms preceding attention name', 'Terms preceding attention name', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'g', 'Attention name', 'Attention name', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'h', 'Attention position', 'Attention position', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'i', 'Type of address', 'Type of address', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'j', 'Specialized telephone number', 'Specialized telephone number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'k', 'Telephone number', 'Telephone number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'l', 'Fax number', 'Fax number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'm', 'Electronic mail address', 'Electronic mail address', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'n', 'TDD or TTY number', 'TDD or TTY number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'p', 'Contact person', 'Contact person', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'q', 'Title of contact person', 'Title of contact person', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'r', 'Hours', 'Hours', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('270', 'z', 'Public note', 'Public note', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('300', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('300', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('300', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('300', 'a', 'Extent', 'Extent', 1, 1, 'biblioitems.pages', 3, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('300', 'b', 'Other physical details', 'Other physical details', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('300', 'c', 'Dimensions', 'Dimensions', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('300', 'd', 'Accompanying material [OBSOLETE, CAN/MARC]', 'Accompanying material [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('300', 'e', 'Accompanying material', 'Accompanying material', 0, 0, '', 3, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('300', 'f', 'Type of unit', 'Type of unit', 1, 0, '', 3, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('300', 'g', 'Size of unit', 'Size of unit', 1, 0, '', 3, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('300', 'k', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('300', 'm', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('300', 'n', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('301', 'a', 'Extent of item', 'Extent of item', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('301', 'b', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('301', 'c', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('301', 'd', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('301', 'e', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('301', 'f', 'Speed', 'Speed', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('302', 'a', 'Page count', 'Page count', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('303', 'a', 'Unit count', 'Unit count', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('304', 'a', 'Linear footage', 'Linear footage', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('305', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('305', 'a', 'Extent', 'Extent', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('305', 'b', 'Other physical details', 'Other physical details', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('305', 'c', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('305', 'd', 'Microgroove or standard', 'Microgroove or standard', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('305', 'e', 'Stereophonic, monaural', 'Stereophonic, monaural', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('305', 'f', 'Number of tracks', 'Number of tracks', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('305', 'm', 'Serial identification', 'Serial identification', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('305', 'n', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('306', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('306', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('306', 'a', 'Playing time', 'Playing time', 0, 0, '', 3, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('307', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('307', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('307', 'a', 'Hours', 'Hours', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('307', 'b', 'Additional information', 'Additional information', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('308', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('308', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('308', 'a', 'Number of reels', 'Number of reels', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('308', 'b', 'Footage', 'Footage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('308', 'c', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('308', 'd', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('308', 'e', 'Width', 'Width', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('308', 'f', 'Presentation format', 'Presentation format', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('310', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('310', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('310', 'a', 'Current publication frequency', 'Current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('310', 'b', 'Date of current publication frequency', 'Date of current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('315', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('315', 'a', 'Frequency', 'Frequency', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('315', 'b', 'Dates of frequency', 'Dates of frequency', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('321', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('321', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('321', 'a', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('321', 'b', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('340', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('340', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('340', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('340', 'a', 'Material base and configuration', 'Material base and configuration', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('340', 'b', 'Dimensions', 'Dimensions', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('340', 'c', 'Materials applied to surface', 'Materials applied to surface', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('340', 'd', 'Information recording technique', 'Information recording technique', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('340', 'e', 'Support', 'Support', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('340', 'f', 'Production rate/ratio', 'Production rate/ratio', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('340', 'h', 'Location within medium', 'Location within medium', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('340', 'i', 'Technical specifications of medium', 'Technical specifications of medium', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', '2', 'Reference method used', 'Reference method used', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'a', 'Name', 'Name', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'b', 'Coordinate or distance units', 'Coordinate or distance units', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'c', 'Latitude resolution', 'Latitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'd', 'Longitude resolution', 'Longitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'e', 'Standard parallel or oblique line latitude', 'Standard parallel or oblique line latitude', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'f', 'Oblique line longitude', 'Oblique line longitude', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'g', 'Longitude of central meridian or projection center', 'Longitude of central meridian or projection center', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'h', 'Latitude of projection origin or projection center', 'Latitude of projection origin or projection center', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'i', 'False easting', 'False easting', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'j', 'False northing', 'False northing', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'k', 'Scale factor', 'Scale factor', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'l', 'Height of perspective point above surface', 'Height of perspective point above surface', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'm', 'Azimuthal angle', 'Azimuthal angle', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'n', 'Azimuth measure point longitude or straight vertical longitude from pole', 'Azimuth measure point longitude or straight vertical longitude from pole', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'o', 'Landsat number and path number', 'Landsat number and path number', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'p', 'Zone identifier', 'Zone identifier', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'q', 'Ellipsoid name', 'Ellipsoid name', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'r', 'Semi-major axis', 'Semi-major axis', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 's', 'Denominator of flattening ratio', 'Denominator of flattening ratio', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 't', 'Vertical resolution', 'Vertical resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'u', 'Vertical encoding method', 'Vertical encoding method', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'v', 'Local planar, local, or other projection or grid description', 'Local planar, local, or other projection or grid description', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('342', 'w', 'Local planar or local georeference information', 'Local planar or local georeference information', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('343', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('343', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('343', 'a', 'Planar coordinate encoding method', 'Planar coordinate encoding method', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('343', 'b', 'Planar distance units', 'Planar distance units', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('343', 'c', 'Abscissa resolution', 'Abscissa resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('343', 'd', 'Ordinate resolution', 'Ordinate resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('343', 'e', 'Distance resolution', 'Distance resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('343', 'f', 'Bearing resolution', 'Bearing resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('343', 'g', 'Bearing unit', 'Bearing unit', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('343', 'h', 'Bearing reference direction', 'Bearing reference direction', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('343', 'i', 'Bearing reference meridian', 'Bearing reference meridian', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('350', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('350', 'a', 'Price', 'Price', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('350', 'b', 'Form of issue', 'Form of issue', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('351', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('351', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('351', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('351', 'a', 'Organization', 'Organization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('351', 'b', 'Arrangement', 'Arrangement', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('351', 'c', 'Hierarchical level', 'Hierarchical level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('352', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('352', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('352', 'a', 'Direct reference method', 'Direct reference method', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('352', 'b', 'Object type', 'Object type', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('352', 'c', 'Object count', 'Object count', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('352', 'd', 'Row count', 'Row count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('352', 'e', 'Column count', 'Column count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('352', 'f', 'Vertical count', 'Vertical count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('352', 'g', 'VPF topology level', 'VPF topology level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('352', 'i', 'Indirect reference description', 'Indirect reference description', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('355', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('355', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('355', 'a', 'Security classification', 'Security classification', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('355', 'b', 'Handling instructions', 'Handling instructions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('355', 'c', 'External dissemination information', 'External dissemination information', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('355', 'd', 'Downgrading or declassification event', 'Downgrading or declassification event', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('355', 'e', 'Classification system', 'Classification system', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('355', 'f', 'Country of origin code', 'Country of origin code', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('355', 'g', 'Downgrading date', 'Downgrading date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('355', 'h', 'Declassification date', 'Declassification date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('355', 'j', 'Authorization', 'Authorization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('357', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('357', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('357', 'a', 'Originator control term', 'Originator control term', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('357', 'b', 'Originating agency', 'Originating agency', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('357', 'c', 'Authorized recipients of material', 'Authorized recipients of material', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('357', 'g', 'Other restrictions', 'Other restrictions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('359', 'a', 'Rental price', 'Rental price', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('362', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('362', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('362', 'a', 'Dates of publication and/or sequential designation', 'Dates of publication and/or sequential designation', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('362', 'z', 'Source of information', 'Source of information', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('365', '2', 'Source of price type code', 'Source of price type code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('365', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('365', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('365', 'a', 'Price type code', 'Price type code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('365', 'b', 'Price amount', 'Price amount', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('365', 'c', 'Price type code', 'Price type code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('365', 'd', 'Unit of pricing', 'Unit of pricing', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('365', 'e', 'Price note', 'Price note', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('365', 'f', 'Price effective from', 'Price effective from', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('365', 'g', 'Price effective until', 'Price effective until', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('365', 'h', 'Tax rate 1', 'Tax rate 1', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('365', 'i', 'Tax rate 2', 'Tax rate 2', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('365', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('365', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('365', 'm', 'Identification of pricing entity', 'Identification of pricing entity', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('366', '2', 'Source of availability status code', 'Source of availability status code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('366', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('366', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('366', 'a', 'Publishers\' compressed title identification', 'Publishers\' compressed title identification', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('366', 'b', 'Detailed date of publication', 'Detailed date of publication', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('366', 'c', 'Availability status code', 'Availability status code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('366', 'd', 'Expected next availability date', 'Expected next availability date', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('366', 'e', 'Note', 'Note', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('366', 'f', 'Publishers\' discount category', 'Publishers\' discount category', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('366', 'g', 'Date made out of print', 'Date made out of print', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('366', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('366', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('366', 'm', 'Identification of agency', 'Identification of agency', 0, 0, '', 3, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 'a', 'Personal name', 'Personal name', 0, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 'b', 'Numeration', 'Numeration', 0, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('400', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('410', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', '4', 'Relator code', 'Relator code', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', '6', 'Linkage', 'Linkage', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('411', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('440', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('440', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('440', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('440', 'a', 'Title', 'Title', 0, 0, 'biblio.seriestitle', 4, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('440', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('440', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('440', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('440', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('490', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('490', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', NULL, NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('490', 'a', 'Series statement', 'Series statement', 1, 0, '', 4, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('490', 'l', 'Library of Congress call number', 'Library of Congress call number', 0, 0, '', 4, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('490', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 1, 0, '', 4, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('490', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('500', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('500', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('500', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('500', 'a', 'General note', 'General note', 0, 0, 'biblio.notes', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('500', 'l', 'Library of Congress call number (SE) [OBSOLETE]', 'Library of Congress call number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('500', 'n', 'n (RLIN) [OBSOLETE]', 'n (RLIN) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('500', 'x', 'International Standard Serial Number (SE) [OBSOLETE]', 'International Standard Serial Number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('500', 'z', 'Source of note information (AM SE) [OBSOLETE]', 'Source of note information (AM SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('501', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('501', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('501', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('501', 'a', 'With note', 'With note', 0, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('502', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('502', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('502', 'a', 'Dissertation note', 'Dissertation note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('503', '8', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('503', 'a', 'Bibliographic history note', 'Bibliographic history note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('504', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('504', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('504', 'a', 'Bibliography, etc', 'Bibliography, etc', 0, 0, '', 5, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('504', 'b', 'Number of references', 'Number of references', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('505', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('505', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('505', 'a', 'Formatted contents note', 'Formatted contents note', 0, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('505', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('505', 'r', 'Statement of responsibility', 'Statement of responsibility', 1, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('505', 't', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('505', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('506', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('506', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('506', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('506', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('506', 'a', 'Terms governing access', 'Terms governing access', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('506', 'b', 'Jurisdiction', 'Jurisdiction', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('506', 'c', 'Physical access provisions', 'Physical access provisions', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('506', 'd', 'Authorized users', 'Authorized users', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('506', 'e', 'Authorization', 'Authorization', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('506', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('507', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('507', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('507', 'a', 'Representative fraction of scale note', 'Representative fraction of scale note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('507', 'b', 'Remainder of scale note', 'Remainder of scale note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('508', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('508', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('508', 'a', 'Creation/production credits note', 'Creation/production credits note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('509', 'a', 'Informal Notes', 'Informal Notes', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('510', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('510', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('510', 'a', 'Name of source', 'Name of source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('510', 'b', 'Coverage of source', 'Coverage of source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('510', 'c', 'Location within source', 'Location within source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('510', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('511', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('511', 'a', 'Participant or performer note', 'Participant or performer note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('512', '6', 'Linkage', 'Linkage', 0, 0, '', -1, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('512', 'a', 'Earlier or later volumes separately cataloged note', 'Earlier or later volumes separately cataloged note', 0, 0, '', -1, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('513', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('513', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('513', 'a', 'Type of report', 'Type of report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('513', 'b', 'Period covered', 'Period covered', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', 'a', 'Attribute accuracy report', 'Attribute accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', 'b', 'Attribute accuracy value', 'Attribute accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', 'c', 'Attribute accuracy explanation', 'Attribute accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', 'd', 'Logical consistency report', 'Logical consistency report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', 'e', 'Completeness report', 'Completeness report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', 'f', 'Horizontal position accuracy report', 'Horizontal position accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', 'g', 'Horizontal position accuracy value', 'Horizontal position accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', 'h', 'Horizontal position accuracy explanation', 'Horizontal position accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', 'i', 'Vertical positional accuracy report', 'Vertical positional accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', 'j', 'Vertical positional accuracy value', 'Vertical positional accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', 'k', 'Vertical positional accuracy explanation', 'Vertical positional accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', 'm', 'Cloud cover', 'Cloud cover', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('514', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('515', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('515', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('515', 'a', 'Numbering peculiarities note', 'Numbering peculiarities note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('515', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, '', -1, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('516', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('516', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('516', 'a', 'Type of computer file or data note', 'Type of computer file or data note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('517', 'a', 'Different formats', 'Different formats', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('517', 'b', 'Content descriptors', 'Content descriptors', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('517', 'c', 'Additional animation techniques', 'Additional animation techniques', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('518', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('518', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('518', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('518', 'a', 'Date/time and place of an event note', 'Date/time and place of an event note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('520', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('520', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('520', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('520', 'a', 'Summary, etc', 'Summary, etc', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('520', 'b', 'Expansion of summary note', 'Expansion of summary note', 0, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('520', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('520', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('521', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('521', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('521', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('521', 'a', 'Target audience note', 'Target audience note', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('521', 'b', 'Source', 'Source', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('522', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('522', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('522', 'a', 'Geographic coverage note', 'Geographic coverage note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('523', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('523', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('523', 'a', 'Time period of content note', 'Time period of content note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('524', '2', 'Source of schema used', 'Source of schema used', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('524', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('524', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('524', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('524', 'a', 'Preferred citation of described materials note', 'Preferred citation of described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('525', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('525', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('525', 'a', 'Supplement note', 'Supplement note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('525', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('526', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('526', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('526', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('526', 'a', 'Program name', 'Program name', 0, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('526', 'b', 'Interest level', 'Interest level', 0, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('526', 'c', 'Reading level', 'Reading level', 0, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('526', 'd', 'Title point value', 'Title point value', 0, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('526', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('526', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 5, '', '', '', NULL, 6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('526', 'z', 'Public note', 'Public note', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('527', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('527', 'a', 'Censorship note', 'Censorship note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('530', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('530', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('530', 'a', 'Additional physical form available note', 'Additional physical form available note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('530', 'b', 'Availability source', 'Availability source', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('530', 'c', 'Availability conditions', 'Availability conditions', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('530', 'd', 'Order number', 'Order number', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('530', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('530', 'z', 'Source of note information (AM CF VM SE) [OBSOLETE]', 'Source of note information (AM CF VM SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('533', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('533', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('533', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('533', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('533', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('533', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('533', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('533', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('533', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('533', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('533', 'm', 'Dates and/or sequential designation of issues reproduced', 'Dates and/or sequential designation of issues reproduced', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('533', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('534', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('534', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('534', 'a', 'Main entry of original', 'Main entry of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('534', 'b', 'Edition statement of original', 'Edition statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('534', 'c', 'Publication, distribution, etc', 'Publication, distribution, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('534', 'e', 'Physical description, etc', 'Physical description, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('534', 'f', 'Series statement of original', 'Series statement of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('534', 'k', 'Key title of original', 'Key title of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('534', 'l', 'Location of original', 'Location of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('534', 'm', 'Material specific details', 'Material specific details', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('534', 'n', 'Note about original', 'Note about original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('534', 'p', 'Introductory phrase', 'Introductory phrase', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('534', 't', 'Title statement of original', 'Title statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('534', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('534', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('535', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('535', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('535', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('535', 'a', 'Custodian', 'Custodian', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('535', 'b', 'Postal address', 'Postal address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('535', 'c', 'Country', 'Country', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('535', 'd', 'Telecommunications address', 'Telecommunications address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('535', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('536', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('536', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('536', 'a', 'Text of note', 'Text of note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('536', 'b', 'Contract number', 'Contract number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('536', 'c', 'Grant number', 'Grant number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('536', 'd', 'Undifferentiated number', 'Undifferentiated number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('536', 'e', 'Program element number', 'Program element number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('536', 'f', 'Project number', 'Project number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('536', 'g', 'Task number', 'Task number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('536', 'h', 'Work unit number', 'Work unit number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('537', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('537', 'a', 'Source of data note', 'Source of data note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('538', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('538', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('538', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('538', 'a', 'System details note', 'System details note', 0, 0, '', 5, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('538', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('538', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('540', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('540', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('540', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('540', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('540', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('540', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('540', 'c', 'Authorization', 'Authorization', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('540', 'd', 'Authorized users', 'Authorized users', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('540', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('541', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('541', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('541', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('541', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('541', 'a', 'Source of acquisition', 'Source of acquisition', 0, 0, '', 5, '', '', '', NULL, 1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('541', 'b', 'Address', 'Address', 0, 0, '', 5, '', '', '', NULL, 1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('541', 'c', 'Method of acquisition', 'Method of acquisition', 0, 0, '', 5, '', '', '', NULL, 1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('541', 'd', 'Date of acquisition', 'Date of acquisition', 0, 0, '', 5, '', '', '', NULL, 1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('541', 'e', 'Accession number', 'Accession number', 0, 0, '', 5, '', '', '', NULL, 1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('541', 'f', 'Owner', 'Owner', 0, 0, '', 5, '', '', '', NULL, 1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('541', 'h', 'Purchase price', 'Purchase price', 0, 0, '', 5, '', '', '', NULL, 1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('541', 'n', 'Extent', 'Extent', 0, 0, '', 5, '', '', '', NULL, 1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('541', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 5, '', '', '', NULL, 1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('543', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('543', 'a', 'Solicitation information note', 'Solicitation information note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('544', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('544', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('544', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('544', 'a', 'Custodian', 'Custodian', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('544', 'b', 'Address', 'Address', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('544', 'c', 'Country', 'Country', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('544', 'd', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('544', 'e', 'Provenance', 'Provenance', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('544', 'n', 'Note', 'Note', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('545', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('545', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('545', 'a', 'Biographical or historical note', 'Biographical or historical note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('545', 'b', 'Expansion', 'Expansion', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('545', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('546', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('546', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('546', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('546', 'a', 'Language note', 'Language note', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('546', 'b', 'Information code or alphabet', 'Information code or alphabet', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('546', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('547', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('547', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('547', 'a', 'Former title complexity note', 'Former title complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('547', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('550', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('550', 'a', 'Issuing body note', 'Issuing body note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('550', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'a', 'Entity type label', 'Entity type label', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'b', 'Entity type definition and source', 'Entity type definition and source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'c', 'Attribute label', 'Attribute label', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'd', 'Attribute definition and source', 'Attribute definition and source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'e', 'Enumerated domain value', 'Enumerated domain value', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'f', 'Enumerated domain value definition and source', 'Enumerated domain value definition and source', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'g', 'Range domain minimum and maximum', 'Range domain minimum and maximum', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'h', 'Codeset name and source', 'Codeset name and source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'i', 'Unrepresentable domain', 'Unrepresentable domain', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'j', 'Attribute units of measurement and resolution', 'Attribute units of measurement and resolution', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'k', 'Beginning date and ending date of attribute values', 'Beginning date and ending date of attribute values', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'l', 'Attribute value accuracy', 'Attribute value accuracy', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'm', 'Attribute value accuracy explanation', 'Attribute value accuracy explanation', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'n', 'Attribute measurement frequency', 'Attribute measurement frequency', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'o', 'Entity and attribute overview', 'Entity and attribute overview', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'p', 'Entity and attribute detail citation', 'Entity and attribute detail citation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('552', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('555', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('555', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('555', 'a', 'Cumulative index/finding aids note', 'Cumulative index/finding aids note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('555', 'b', 'Availability source', 'Availability source', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('555', 'c', 'Degree of control', 'Degree of control', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('555', 'd', 'Bibliographic reference', 'Bibliographic reference', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('555', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('556', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('556', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('556', 'a', 'Information about documentation note', 'Information about documentation note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('556', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('561', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('561', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('561', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('561', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('561', 'a', 'History', 'History', 0, 0, '', 5, '', '', '', NULL, 6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('561', 'b', 'Time of collation [OBSOLETE]', 'Time of collation [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, 6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('562', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('562', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('562', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('562', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('562', 'a', 'Identifying markings', 'Identifying markings', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('562', 'b', 'Copy identification', 'Copy identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('562', 'c', 'Version identification', 'Version identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('562', 'd', 'Presentation format', 'Presentation format', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('562', 'e', 'Number of copies', 'Number of copies', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('563', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('563', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('563', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('563', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('563', 'a', 'Binding note', 'Binding note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('563', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('565', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('565', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('565', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('565', 'a', 'Number of cases/variables', 'Number of cases/variables', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('565', 'b', 'Name of variable', 'Name of variable', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('565', 'c', 'Unit of analysis', 'Unit of analysis', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('565', 'd', 'Universe of data', 'Universe of data', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('565', 'e', 'Filing scheme or code', 'Filing scheme or code', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('567', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('567', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('567', 'a', 'Methodology note', 'Methodology note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('570', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('570', 'a', 'Editor note', 'Editor note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('570', 'z', 'Source of note information', 'Source of note information', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('580', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('580', 'a', 'Linking entry complexity note', 'Linking entry complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('580', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('581', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('581', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('581', 'a', 'Publications about described materials note', 'Publications about described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('581', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('582', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('582', 'a', 'Related computer files note', 'Related computer files note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', '2', 'Source of term', 'Source of term', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'a', 'Action', 'Action', 0, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'b', 'Action identification', 'Action identification', 1, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'c', 'Time/date of action', 'Time/date of action', 1, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'd', 'Action interval', 'Action interval', 1, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'e', 'Contingency for action', 'Contingency for action', 1, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'f', 'Authorization', 'Authorization', 1, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'h', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'i', 'Method of action', 'Method of action', 1, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'j', 'Site of action', 'Site of action', 1, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'k', 'Action agent', 'Action agent', 1, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'l', 'Status', 'Status', 1, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'n', 'Extent', 'Extent', 1, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 5, '', '', '', NULL, 4, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('583', 'z', 'Public note', 'Public note', 1, 0, '', 5, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('584', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('584', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('584', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('584', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('584', 'a', 'Accumulation', 'Accumulation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('584', 'b', 'Frequency of use', 'Frequency of use', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('585', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('585', '5', 'Institution to which field applies', 'Institution to which field applies', 0, -6, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('585', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('585', 'a', 'Exhibitions note', 'Exhibitions note', 0, 0, '', 5, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('586', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('586', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('586', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('586', 'a', 'Awards note', 'Awards note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('590', '6', 'Linkage (RLIN)', 'Linkage (RLIN)', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('590', '8', 'Field link and sequence number (RLIN)', 'Field link and sequence number (RLIN)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('590', 'a', 'Local note', 'Local note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('590', 'b', 'Provenance (VM) [OBSOLETE]', 'Provenance (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('590', 'c', 'Condition of individual reels (VM) [OBSOLETE]', 'Condition of individual reels (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('590', 'd', 'Origin of safety copy (VM) [OBSOLETE]', 'Origin of safety copy (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('600', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('610', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('611', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('630', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('648', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('648', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('648', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('648', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('648', 'a', 'Chronological term', 'Chronological term', 0, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('648', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('648', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('648', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('648', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('650', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('650', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('650', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('650', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('650', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('650', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('650', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, 'bibliosubject.subject', 6, '', '', '', 0, 0, '', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', ''); +INSERT INTO `marc_subfield_structure` VALUES ('650', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('650', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('650', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('650', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('650', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('650', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('650', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('650', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('651', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('651', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('651', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('651', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('651', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('651', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('651', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('651', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('651', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('651', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('651', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('651', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('651', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('652', 'a', 'Geographic name of place element', 'Geographic name of place element', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('652', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('652', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('652', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('653', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('653', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('653', 'a', 'Uncontrolled term', 'Uncontrolled term', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('654', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('654', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('654', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('654', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('654', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('654', 'a', 'Focus term', 'Focus term', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('654', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('654', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('654', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('654', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('654', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('654', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('654', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('655', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('655', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('655', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('655', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('655', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('655', 'a', 'Genre/form data or focus term', 'Genre/form data or focus term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('655', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('655', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('655', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('655', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('655', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('655', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('656', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('656', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('656', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('656', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('656', 'a', 'Occupation', 'Occupation', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('656', 'k', 'Form', 'Form', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('656', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('656', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('656', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('656', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('657', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('657', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('657', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('657', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('657', 'a', 'Function', 'Function', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('657', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('657', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('657', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('657', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('658', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('658', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('658', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('658', 'a', 'Main curriculum objective', 'Main curriculum objective', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('658', 'b', 'Subordinate curriculum objective', 'Subordinate curriculum objective', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('658', 'c', 'Curriculum code', 'Curriculum code', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('658', 'd', 'Correlation factor', 'Correlation factor', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('662', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('662', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('662', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('662', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('662', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('662', 'a', 'Country or larger entity', 'Country or larger entity', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('662', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('662', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('662', 'd', 'City', 'City', 0, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('662', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('662', 'f', 'City subsection', 'City subsection', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('662', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('662', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, '', 6, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('690', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('690', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('690', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('690', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('690', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('690', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('690', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, '', 6, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('690', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('690', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('690', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('690', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('690', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('690', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('690', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('690', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('691', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('691', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('691', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('691', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('691', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('691', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('691', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('691', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('691', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('691', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('691', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('691', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'a', 'Personal name', 'Personal name', 0, 0, '', 3, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('696', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('697', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('698', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('699', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'a', 'Personal name', 'Personal name', 0, 0, 'additionalauthors.author', 7, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('700', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('705', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('710', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('711', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('715', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('715', 'a', 'Corporate name or jurisdiction name', 'Corporate name or jurisdiction name', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('715', 'b', 'Subordinate unit', 'Subordinate unit', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('715', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('715', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('715', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('715', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('715', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('715', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('715', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('715', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('715', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('715', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('715', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('715', 'u', 'Nonprinting information', 'Nonprinting information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('720', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('720', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('720', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('720', 'a', 'Name', 'Name', 0, 0, '', 7, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('720', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('730', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('740', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('740', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('740', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('740', 'a', 'Uncontrolled related/analytical title', 'Uncontrolled related/analytical title', 0, 0, '', 7, '', '', '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('740', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('740', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('740', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('752', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('752', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('752', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('752', 'a', 'Country or larger entity', 'Country or larger entity', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('752', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('752', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('752', 'd', 'City', 'City', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('752', 'f', 'City subsection', 'City subsection', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('752', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('752', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('753', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('753', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('753', 'a', 'Make and model of machine', 'Make and model of machine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('753', 'b', 'Programming language', 'Programming language', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('753', 'c', 'Operating system', 'Operating system', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('754', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('754', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('754', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('754', 'a', 'Taxonomic name', 'Taxonomic name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('754', 'c', 'Taxonomic category', 'Taxonomic category', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('754', 'd', 'Common or alternative name', 'Common or alternative name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('754', 'x', 'Non-public note', 'Non-public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('754', 'z', 'Public note', 'Public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('755', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('755', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('755', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('755', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('755', 'a', 'Access term', 'Access term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('755', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('755', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('755', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 'b', 'Edition', 'Edition', 0, 0, NULL, -6, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('760', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('762', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('765', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('767', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', '8', 'Field link and sequence number', 'Field link and sequence number ', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('770', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('772', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('773', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('774', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'e', 'Language code', 'Language code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'f', 'Country code', 'Country code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('775', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('776', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('777', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('780', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('785', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'j', 'Period of content', 'Period of content', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('786', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('787', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', '%', '%', '%', 0, 0, '', 7, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', '2', '2', '2', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', '3', '3', '3', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', '4', '4', '4', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', '5', '5', '5', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', '6', '6', '6', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', '7', '7', '7', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', '8', '8', '8', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', '9', '9', '9', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'a', 'a', 'a', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'b', 'b', 'b', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'c', 'c', 'c', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'd', 'd', 'd', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'e', 'e', 'e', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'f', 'f', 'f', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'g', 'g', 'g', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'h', 'h', 'h', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'i', 'i', 'i', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'j', 'j', 'j', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'k', 'k', 'k', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'l', 'l', 'l', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'm', 'm', 'm', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'n', 'n', 'n', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'o', 'o', 'o', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'p', 'p', 'p', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'q', 'q', 'q', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'r', 'r', 'r', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 's', 's', 's', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 't', 't', 't', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'u', 'u', 'u', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'v', 'v', 'v', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'w', 'w', 'w', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'x', 'x', 'x', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'y', 'y', 'y', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('789', 'z', 'z', 'z', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('796', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('797', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('798', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('799', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('800', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('810', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('811', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('830', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('840', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('841', 'a', 'Type of record', 'Type of record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('841', 'b', 'Fixed-length data elements', 'Fixed-length data elements', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('841', 'e', 'Encoding level', 'Encoding level', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('842', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('842', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('842', 'a', 'Textual physical form designator', 'Textual physical form designator', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('843', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('843', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('843', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('843', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('843', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('843', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('843', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('843', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('843', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('843', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('843', 'm', 'Dates of publication and/or sequential designation of issues reproduced', 'Dates of publication and/or sequential designation of issues reproduced', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('843', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('844', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('844', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('844', 'a', 'Name of unit', 'Name of unit', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('845', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('845', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('845', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('845', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('845', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('845', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('845', 'c', 'Authorization', 'Authorization', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('845', 'd', 'Authorized users', 'Authorized users', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('850', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('850', 'a', 'Holding institution', 'Holding institution', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('850', 'b', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('850', 'd', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('850', 'e', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('851', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('851', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('851', 'a', 'Name (custodian or owner)', 'Name (custodian or owner)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('851', 'b', 'Institutional division', 'Institutional division', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('851', 'c', 'Street address', 'Street address', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('851', 'd', 'Country', 'Country', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('851', 'e', 'Location of units', 'Location of units', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('851', 'f', 'Item number', 'Item number', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('851', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'a', 'Location', 'Location', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'b', 'Sublocation or collection', 'Sublocation or collection', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'c', 'Shelving location', 'Shelving location', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'e', 'Address', 'Address', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'f', 'Coded location qualifier', 'Coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'g', 'Non-coded location qualifier', 'Non-coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'h', 'Classification part', 'Classification part', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'i', 'Item part', 'Item part', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'j', 'Shelving control number', 'Shelving control number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'k', 'Call number prefix', 'Call number prefix', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'l', 'Shelving form of title', 'Shelving form of title', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'm', 'Call number suffix', 'Call number suffix', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'n', 'Country code', 'Country code', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'p', 'Piece designation', 'Piece designation', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'q', 'Piece physical condition', 'Piece physical condition', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 's', 'Copyright article-fee code', 'Copyright article-fee code', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('852', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('853', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('854', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('855', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', '2', 'Access method', 'Access method', 0, 0, '', 8, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'a', 'Host name', 'Host name', 1, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'b', 'Access number', 'Access number', 1, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'c', 'Compression information', 'Compression information', 1, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'd', 'Path', 'Path', 1, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'i', 'Instruction', 'Instruction', 1, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'k', 'Password', 'Password', 0, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'l', 'Logon', 'Logon', 0, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'o', 'Operating system', 'Operating system', 0, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'p', 'Port', 'Port', 0, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'r', 'Settings', 'Settings', 0, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 's', 'File size', 'File size', 1, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 'biblioitems.url', 8, '', '', '', 1, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'w', 'Record control number', 'Record control number', 1, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 1, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'y', 'Link text', 'Link text', 1, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('856', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('859', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('859', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('859', 'd', 'TDC (RLIN)', 'TDC (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('859', 'l', 'LIB (RLIN)', 'LIB (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('859', 'p', 'PRI (RLIN)', 'PRI (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('859', 'r', 'REG (RLIN)', 'REG (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('859', 'v', 'VER (RLIN)', 'VER (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('859', 'x', 'LDEL (RLIN)', 'LDEL (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('866', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('866', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('866', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('866', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('866', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('867', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('867', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('867', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('867', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('867', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('868', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('868', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('868', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('868', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('868', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('870', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('871', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('872', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('873', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('876', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('877', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('878', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', '2', '2', '2', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', '3', '3', '3', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', '4', '4', '4', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', '5', '5', '5', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', '7', '7', '7', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', '8', '8', '8', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', '9', '9', '9', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'a', 'a', 'a', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'b', 'b', 'b', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'c', 'c', 'c', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'd', 'd', 'd', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'e', 'e', 'e', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'f', 'f', 'f', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'g', 'g', 'g', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'h', 'h', 'h', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'i', 'i', 'i', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'j', 'j', 'j', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'k', 'k', 'k', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'l', 'l', 'l', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'm', 'm', 'm', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'n', 'n', 'n', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'o', 'o', 'o', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'p', 'p', 'p', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'q', 'q', 'q', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'r', 'r', 'r', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 's', 's', 's', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 't', 't', 't', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'u', 'u', 'u', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'v', 'v', 'v', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'w', 'w', 'w', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'x', 'x', 'x', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'y', 'y', 'y', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('880', 'z', 'z', 'z', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', '0', '0', '0', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', '1', '1', '1', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', '2', '2', '2', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', '3', '3', '3', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', '4', '4', '4', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', '5', '5', '5', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', '6', '6', '6', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', '7', '7', '7', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', '8', '8', '8', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', '9', '9', '9', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'a', 'a', 'a', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'b', 'b', 'b', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'c', 'c', 'c', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'd', 'd', 'd', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'e', 'e', 'e', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'f', 'f', 'f', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'g', 'g', 'g', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'h', 'h', 'h', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'i', 'i', 'i', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'j', 'j', 'j', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'k', 'k', 'k', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'l', 'l', 'l', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'm', 'm', 'm', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'n', 'n', 'n', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'o', 'o', 'o', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'p', 'p', 'p', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'q', 'q', 'q', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'r', 'r', 'r', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 's', 's', 's', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 't', 't', 't', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'u', 'u', 'u', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'v', 'v', 'v', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'w', 'w', 'w', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'x', 'x', 'x', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'y', 'y', 'y', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('886', 'z', 'z', 'z', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('887', '2', 'Source of data', 'Source of data', 0, 0, NULL, 8, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('887', 'a', 'Content of non-MARC field', 'Content of non-MARC field', 0, 0, NULL, 8, NULL, NULL, '', NULL, 0, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('896', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('897', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('898', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('899', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', '0', '0', '0', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', '1', '1', '1', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', '2', '2', '2', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', '3', '3', '3', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', '4', '4', '4', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', '5', '5', '5', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', '6', '6', '6', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', '7', '7', '7', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', '8', '8', '8', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', '9', '9', '9', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'a', 'a', 'a', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'b', 'b', 'b', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'c', 'c', 'c', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'd', 'd', 'd', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'e', 'e', 'e', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'f', 'f', 'f', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'g', 'g', 'g', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'h', 'h', 'h', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'i', 'i', 'i', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'j', 'j', 'j', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'k', 'k', 'k', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'l', 'l', 'l', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'm', 'm', 'm', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'n', 'n', 'n', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'o', 'o', 'o', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'p', 'p', 'p', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'q', 'q', 'q', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'r', 'r', 'r', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 's', 's', 's', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 't', 't', 't', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'u', 'u', 'u', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'v', 'v', 'v', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'w', 'w', 'w', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'x', 'x', 'x', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'y', 'y', 'y', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('89e', 'z', 'z', 'z', 1, 0, '', 8, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', 0, 5, '', '''110a'', ''700a'', ''710a''', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('900', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('901', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('902', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('903', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('904', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('905', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('906', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('907', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('908', 'a', 'Put command parameter', 'Put command parameter', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('910', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('91o', 'a', 'User-option data', 'User-option data', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('91r', 'a', 'RLG standards note', 'RLG standards note', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('911', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', 's', 'Version', 'Version', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('930', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('93r', 'a', 'SHS', 'SHS', 0, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('93r', 'b', 'SHS', 'SHS', 0, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('93r', 'c', 'SHS', 'SHS', 0, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('93r', 'd', 'SHS', 'SHS', 0, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('93r', 'e', 'SHS', 'SHS', 0, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('93r', 'f', 'SHS', 'SHS', 0, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('93r', 'g', 'SHS', 'SHS', 0, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('93r', 'h', 'SHS', 'SHS', 0, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('93r', 'i', 'SHS', 'SHS', 0, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('93r', 'k', 'SHS', 'SHS', 0, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('936', 'a', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('940', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('940', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('940', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', 1, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('940', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('940', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('940', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('940', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('940', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('940', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('940', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('940', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('940', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('940', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('940', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('940', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('941', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('941', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('943', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('943', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('943', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 9, '', '', '', 1, 5, '', '', '130'); +INSERT INTO `marc_subfield_structure` VALUES ('943', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('943', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('943', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('943', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('943', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('943', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('943', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('943', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('943', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('943', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('943', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('943', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('945', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94c', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94c', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94c', 'a', 'Title', 'Title', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94c', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94c', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94c', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series (SE) [OBSOLETE]', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94c', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94c', 'f', 'Inclusive dates', 'Inclusive dates', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94c', 'g', 'Bulk dates', 'Bulk dates', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94c', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94c', 'k', 'Form', 'Form', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94c', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94c', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94c', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('946', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('947', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', '0', '0 (OCLC)', '0 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', '1', '1 (OCLC)', '1 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', '2', '2 (OCLC)', '2 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', '3', '3 (OCLC)', '3 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', '4', '4 (OCLC)', '4 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', '5', '5 (OCLC)', '5 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', '6', '6 (OCLC)', '6 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', '7', '7 (OCLC)', '7 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', '8', '8 (OCLC)', '8 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', '9', '9 (OCLC)', '9 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'a', 'Series part designator, SPT (RLIN)', 'Series part designator, SPT (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'b', 'b (OCLC)', 'b (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'c', 'c (OCLC)', 'c (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'd', 'd (OCLC)', 'd (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'e', 'e (OCLC)', 'e (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'f', 'f (OCLC)', 'f (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'g', 'g (OCLC)', 'g (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'h', 'h (OCLC)', 'h (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'i', 'i (OCLC)', 'i (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'j', 'j (OCLC)', 'j (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'k', 'k (OCLC)', 'k (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'l', 'l (OCLC)', 'l (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'm', 'm (OCLC)', 'm (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'n', 'n (OCLC)', 'n (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'o', 'o (OCLC)', 'o (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'p', 'p (OCLC)', 'p (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'q', 'q (OCLC)', 'q (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'r', 'r (OCLC)', 'r (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 's', 's (OCLC)', 's (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 't', 't (OCLC)', 't (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'u', 'u (OCLC)', 'u (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'v', 'v (OCLC)', 'v (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'w', 'w (OCLC)', 'w (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'x', 'x (OCLC)', 'x (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'y', 'y (OCLC)', 'y (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('948', 'z', 'z (OCLC)', 'z (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('949', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94a', 'a', 'ATN', 'ATN', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94a', 'b', 'ATN', 'ATN', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94a', 'c', 'ATN', 'ATN', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94a', 'd', 'ATN', 'ATN', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94a', 'e', 'ATN', 'ATN', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94b', 'a', 'ATC', 'ATC', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('94b', 'b', 'SNR', 'SNR', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 'a', 'Classification number, LCAL (RLIN)', 'Classification number, LCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 'b', 'Book number/undivided call number, LCAL (RLIN)', 'Book number/undivided call number, LCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 'd', 'Additional free-text stamp above the call number, LCAL (RLIN)', 'Additional free-text stamp above the call number, LCAL (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 'e', 'Additional free-text or profiled stamp below the call number, LCAL (RLIN)', 'Additional free-text or profiled stamp below the call number, LCAL (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 'f', 'Location-level footnote, LFNT (RLIN)', 'Location-level footnote, LFNT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 'h', 'Location-level output transaction history, LHST (RLIN)', 'Location-level output transaction history, LHST (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 'i', 'Location-level extra card request, LEXT (RLIN)', 'Location-level extra card request, LEXT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 'l', 'Permanent shelving location, LOC (RLIN)', 'Permanent shelving location, LOC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 'n', 'Location-level additional note, LANT (RLIN)', 'Location-level additional note, LANT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 'p', 'Location-level pathfinder, LPTH (RLIN)', 'Location-level pathfinder, LPTH (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 't', 'Location-level field suppression, LFSP (RLIN)', 'Location-level field suppression, LFSP (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 'u', 'Non-printing notes, LANT (RLIN)', 'Non-printing notes, LANT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 'v', 'Volumes, LVOL (RLIN)', 'Volumes, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 'w', 'Subscription status code, LANT (RLIN)', 'Subscription status code, LANT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 'y', 'Date, LVOL (RLIN)', 'Date, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('950', 'z', 'Retention, LVOL (RLIN)', 'Retention, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('951', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('951', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('951', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('951', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('951', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('951', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('951', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('951', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('951', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('951', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('95c', 'a', 'Record ID (RLIN)', 'Record ID (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('95c', 'b', 'Institution name (RLIN)', 'Institution name (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('95r', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('95r', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('95r', 'a', 'Country', 'Country', 0, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('95r', 'b', 'State, province, territory', 'State, province, territory', 0, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('95r', 'c', 'County, region, islands area', 'County, region, islands area', 0, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('95r', 'd', 'City', 'City', 0, 0, NULL, 9, NULL, NULL, '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('955', 'a', 'Classification number, CCAL (RLIN)', 'Classification number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('955', 'b', 'Book number/undivided call number, CCAL (RLIN)', 'Book number/undivided call number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('955', 'c', 'Copy information and material description, CCAL + MDES (RLIN)', 'Copy information and material description, CCAL + MDES (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('955', 'h', 'Copy status--for earlier dates, CST (RLIN)', 'Copy status--for earlier dates, CST (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('955', 'i', 'Copy status, CST (RLIN)', 'Copy status, CST (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('955', 'l', 'Permanent shelving location, LOC (RLIN)', 'Permanent shelving location, LOC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('955', 'q', 'Aquisitions control number, HNT (RLIN)', 'Aquisitions control number, HNT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('955', 'r', 'Circulation control number, HNT (RLIN)', 'Circulation control number, HNT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('955', 's', 'Shelflist note, HNT (RLIN)', 'Shelflist note, HNT (RLIN)', 1, 0, '', 9, '', '', '', 1, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('955', 'u', 'Non-printing notes, HNT (RLIN)', 'Non-printing notes, HNT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', '2', 'Access method', 'Access method', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', '3', 'Materials specified', 'Materials specified', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'a', 'Host name', 'Host name', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'b', 'Access number', 'Access number', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'c', 'Compression information', 'Compression information', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'd', 'Path', 'Path', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'i', 'Instruction', 'Instruction', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'k', 'Password', 'Password', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'l', 'Logon', 'Logon', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'o', 'Operating system', 'Operating system', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'p', 'Port', 'Port', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'r', 'Settings', 'Settings', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 's', 'File size', 'File size', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'w', 'Record control number', 'Record control number', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', 0, 6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'y', 'Link text', 'Link text', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('956', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('960', '3', 'Materials specified, MATL', 'Materials specified, MATL', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('960', 'a', 'Physical location, PLOC (RLIN)', 'Physical location, PLOC (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('967', 'a', 'GNR (RLIN)', 'GNR (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('967', 'c', 'PSI (RLIN)', 'PSI (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('980', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('981', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('982', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('983', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('984', 'a', 'Holding library identification number', 'Holding library identification number', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('984', 'b', 'Physical description codes', 'Physical description codes', 1, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('984', 'c', 'Call number', 'Call number', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('984', 'd', 'Volume or other numbering', 'Volume or other numbering', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('984', 'e', 'Dates', 'Dates', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('984', 'f', 'Completeness note', 'Completeness note', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('984', 'g', 'Referral note', 'Referral note', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('984', 'h', 'Retention note', 'Retention note', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('987', 'a', 'Romanization/conversion identifier', 'Romanization/conversion identifier', 0, 0, '', 9, '', '', '', NULL, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('987', 'b', 'Agency that converted, created or reviewed', 'Agency that converted, created or reviewed', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('987', 'c', 'Date of conversion or review', 'Date of conversion or review', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('987', 'd', 'Status code', 'Status code ', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('987', 'e', 'Version of conversion program used', 'Version of conversion program used', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('987', 'f', 'Note', 'Note', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('990', 'a', 'Link information for 9XX fields', 'Link information for 9XX fields', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('990', 'b', 'Link information for field corresponding to 9XX field', 'Link information for field corresponding to 9XX field', 1, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'a', 'Origine du document, texte libre', 'Origine du document, texte libre', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'b', 'Origine du document, donnée codée', '', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'c', 'Établissement prêteur ou déposant, texte libre', 'Établissement prêteur ou déposant, texte libre', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'd', 'Établissement prêteur ou déposant, donnée codée', 'Établissement prêteur ou déposant, donnée codée', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'e', 'Genre détaillé', 'Genre détaillé', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'f', 'Code à barres, suite alphanumérique intégrale', 'Code à barres, suite alphanumérique intégrale', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'g', 'Code à barres, préfixe', 'Code à barres, préfixe', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'h', 'Code à barres, incrémentation', 'Code à barres, incrémentation', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'i', 'Code à barres, suffixe', 'Code à barres, suffixe', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'j', 'Établissement prêteur ou déposant, donnée codée', 'Établissement prêteur ou déposant, donnée codée', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'k', 'Cote', 'Cote', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'l', 'Volumaison', 'Volumaison', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'm', 'Date de prêt ou de dépôt', 'Date de prêt ou de dépôt', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'n', 'Date de restitution prévue', 'Date de restitution prévue', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'o', 'Catégorie de circulation', 'Catégorie de circulation', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'p', 'Périodique', 'Périodique', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'q', 'Public visé (selon l\'âge)', 'Public visé (selon l\'âge)', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'r', 'Type de document et support matériel', 'Type de document et support matériel', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 's', 'Élément de tri', 'Élément de tri', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 't', 'Genre', 'Genre', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'u', 'Note sur l\'exemplaire', 'Note sur l\'exemplaire', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'v', 'Note sur le numéro de périodique', 'Note sur le numéro de périodique', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'w', 'Établissement cible du document, texte libre', 'Établissement cible du document, texte libre', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'x', 'Établissement cible du document, donnée codée', 'Établissement cible du document, donnée codée', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'y', 'Ensemble cible du document , texte libre', 'Ensemble cible du document, texte libre', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('995', 'z', 'Ensemble cible du document, donnée codée', 'Ensemble cible du document, donnée codée', 0, 0, '', 9, '', '', '', NULL, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('998', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('998', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('998', 'd', 'First date, FD (RLIN)', 'First Date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('998', 'i', 'RINS (RLIN)', 'RINS (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('998', 'l', 'LI (RLIN)', 'LI (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('998', 'n', 'NUC (RLIN)', 'NUC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('998', 'p', 'PROC (RLIN)', 'PROC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('998', 's', 'CC (RLIN)', 'CC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('998', 't', 'RTYP (RLIN)', 'RTYP (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('998', 'w', 'PLINK (RLIN)', 'PLINK (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('999', 'a', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('999', 'b', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, '', 0, '', '', '', 0, -6, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('999', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('999', 'f', 'Filing suffix (OCLC); Footnote, FNT (RLIN)', 'Filing suffix (OCLC); Footnote, FNT (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('999', 'h', 'Output transaction history, HST (RLIN)', 'Output transaction history, HST (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('999', 'i', 'Output transaction instruction, INS (RLIN)', 'Output transaction instruction, INS (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('999', 'l', 'Extra card control statement, EXT (RLIN)', 'Extra card control statement, EXT (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('999', 'n', 'Additional local notes, ANT (RLIN)', 'Additional local notes, ANT (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('999', 'p', 'Pathfinder code, PTH (RLIN)', 'Pathfinder code, PTH (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('999', 't', 'Field suppresion, FSP (RLIN)', 'Field suppresion, FSP (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('999', 'v', 'Volumes, VOL (RLIN)', 'Volumes, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('999', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('999', 'z', 'Retention, VOL (RLIN)', 'Retention, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u01', 'a', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u01', 'd', 'UAD (RLIN)', 'UAD (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u01', 'f', 'FPST (RLIN)', 'FPST (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u01', 'h', 'CPST (RLIN)', 'FPST (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u01', 'i', 'CPST (RLIN)', 'FPST (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u01', 's', 'UST (RLIN)', 'UST (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u01', 't', 'UTYP (RLIN)', 'UTYP (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u02', '2', 'Source of number or code', 'Source of number or code', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u02', 'a', 'Standard number or code', 'Standard number or code', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u02', 'b', 'Additional codes following the standard number', 'Additional codes following the standard number', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u02', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u02', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u08', 'n', 'LSI', 'LSI', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u08', 'o', 'SID', 'SID', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u08', 'p', 'DP', 'DP', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u08', 'r', 'RUSH', 'RUSH', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u10', 'a', 'REQ', 'REQ', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u10', 'b', 'SID', 'REQ', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u10', 'c', 'REQ', 'REQ', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u10', 'd', 'REQ', 'REQ', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u10', 'e', 'REQ', 'REQ', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u10', 's', 'REQ', 'REQ', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u11', 'a', 'Department report request, DRR (DRRH for earlier occurrences)', 'DRR (DRRH for earlier occurrences)', 1, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u20', 'a', 'SUPN', 'SUPN', 1, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u20', 'b', 'SUPN', 'SUPN', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u20', 'c', 'SUPN', 'SUPN', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u20', 'd', 'SUPN', 'SUPN', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u20', 'e', 'SUPN', 'SUPN', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u20', 'x', 'SUPN', 'SUPN', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u21', 'a', 'SHIP', 'SHIP', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u21', 'b', 'BILL', 'BILL', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u21', 'c', 'DAC', 'DAC', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u21', 'n', 'LSAC', 'LSAC', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u22', 'a', 'SICO', 'SICO', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u22', 'b', 'SICO', 'SICO', 1, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u22', 'c', 'SCAT', 'SCAT', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u25', 'a', 'Supplier report(s), SRPT', 'Supplier report(s), SRPT', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u30', 'a', 'NCC [OBSOLETE]', 'NCC [OBSOLETE]', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u30', 'i', 'ICI', 'ICI', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u30', 'm', 'MCI', 'MCI', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u31', 'a', 'NCC', 'NCC', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u31', 'b', 'NCS', 'NCS', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u33', 'a', 'ICL', 'ICL', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u33', 'd', 'ICAD', 'ICAD', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u34', 'a', 'EPCL', 'EPCL', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u34', 'r', 'ERI', 'ERI', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u40', 'd', 'EPDT [OBSOLETE]', 'EPDT [OBSOLETE]', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u40', 'f', 'EFRQ', 'EFRQ', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u40', 's', 'EPST', 'EPST', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u40', 't', 'ETYP', 'ETYP', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u50', 'a', 'Acquisitions notes, AQNT', 'Acquisitions notes, AQNT', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u51', 'a', 'Selection notes, SLNT', 'Selection notes, SLNT', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u52', 'a', 'INT', 'INT', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u52', 'b', 'INT', 'NT', 1, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u53', 'a', 'CLNT', 'CLNT', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u53', 'b', 'CLNT', 'CLNT', 1, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u54', 'a', 'Notes to serials department, SRNT', 'Notes to serials department, SRNT', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u55', 'a', 'Cataloging notes, CTNT', 'Cataloging notes, CTNT', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u5f', 'a', 'Accounting notes, ACNT', 'Accounting notes, ACNT', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u70', 'a', 'QTY', 'QTY', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u70', 'b', 'MAT', 'MAT', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u70', 'l', 'MLOC', 'MLOC', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u71', 'a', 'Fund account, FUND', 'Fund account, FUND', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u75', 'a', 'ITEM', 'ITEM', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u75', 'c', 'CIRC', 'CIRC', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u75', 'h', 'IPST', 'IPST', 1, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u75', 'i', 'ITEM', 'ITEM', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u75', 'l', 'SLOC', 'SLOC', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u7f', 'a', 'LPRI', 'LPRI', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u7f', 'b', 'CURR', 'CURR', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u7f', 'k', 'CVRT [OBSOLETE]', 'CVRT [OBSOLETE]', 1, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u7f', 'p', 'LPD', 'LPD', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u7f', 'r', 'EDRT', 'EDRT', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u90', 'h', 'TAPE', 'TAPE', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('u90', 'i', 'TAPE', 'TAPE', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('ufi', 'a', 'FI', 'FI', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('ufi', 'b', 'FI', 'FI', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('ufi', 'c', 'FI', 'FI', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('ufi', 'd', 'FI', 'FI', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('ufi', 'e', 'FI', 'FI', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('ufi', 'f', 'FI', 'FI', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('ufi', 'g', 'FI', 'FI', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('ufi', 'h', 'FI', 'FI', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); +INSERT INTO `marc_subfield_structure` VALUES ('ufi', 'n', 'FI', 'FI', 0, 0, '', 9, '', '', '', 0, 5, '', '', ''); + diff --git a/misc/sql-datas/en/mandatory/03_marc21_framework_DEFAULT.txt b/misc/sql-datas/en/mandatory/03_marc21_framework_DEFAULT.txt new file mode 100644 index 0000000000..edb524312f --- /dev/null +++ b/misc/sql-datas/en/mandatory/03_marc21_framework_DEFAULT.txt @@ -0,0 +1 @@ +Default MARC21 Framework diff --git a/misc/sql-datas/en/mandatory/04_stopwords.sql b/misc/sql-datas/en/mandatory/04_stopwords.sql new file mode 100644 index 0000000000..30a9f1c6b6 --- /dev/null +++ b/misc/sql-datas/en/mandatory/04_stopwords.sql @@ -0,0 +1,7 @@ + +# +# table `stopwords` +# + +INSERT INTO stopwords VALUES ('THE'); + diff --git a/misc/sql-datas/en/mandatory/04_stopwords.txt b/misc/sql-datas/en/mandatory/04_stopwords.txt new file mode 100644 index 0000000000..74cdb77c43 --- /dev/null +++ b/misc/sql-datas/en/mandatory/04_stopwords.txt @@ -0,0 +1,2 @@ +English stop words +(contains only THE, please suggest a more complete file) diff --git a/misc/sql-datas/en/mandatory/05_sysprefs.sql b/misc/sql-datas/en/mandatory/05_sysprefs.sql new file mode 100644 index 0000000000..a2d3819c57 --- /dev/null +++ b/misc/sql-datas/en/mandatory/05_sysprefs.sql @@ -0,0 +1,100 @@ +INSERT INTO `systempreferences` VALUES + ('acquisitions','normal','Normal, budget-based acquisitions, or Simple bibliographic-data acquisitions','simple|normal','Choice'), + ('advancedMARCeditor','0','If set, the MARC editor won\'t show you tag/subfields description','','YesNo'), + ('AmazonAssocTag','','see: associates.amazon.com/gp/flex/associates/apply-login.html','','free'), + ('AmazonContent','0','Turn On Amazon Content - You MUST set AmazonDevKey and AmazonAssocTag if enabled','','YesNo'), + ('AmazonDevKey','','see: aws-portal.amazon.com/gp/aws/developer/registration/index.html','','free'), + ('AnonSuggestions','0','Set to anonymous borrowernumber to enable Anonymous suggestions',NULL,'free'), + ('authoritysep','--','the separator used in authority/thesaurus. Usually --','10','free'), + ('autoBarcode','1','Barcode is auto-calculated','','YesNo'), + ('AutoLocation','0','switch to activate or not Autolocation, if Yes, the Librarian can\'t change his location, it\'s defined by branchip',NULL,'YesNo'), + ('AutomaticItemReturn','1','This Variable allow or not to return automaticly to his homebranch',NULL,'YesNo'), + ('autoMemberNum','1','Member number is auto-calculated','','YesNo'), + ('BiblioDefaultView','normal','Define the default view of a biblio. Can be either normal, marc or isbd','normal|marc|isbd','Choice'), + ('BorrowerMandatoryField','zipcode|surname','List all mandatory fields for borrowers',NULL,'free'), + ('borrowerRelationship','father|mother','The relationships between a guarantor & a guarantee (separated by | or ,)','','free'), + ('BorrowersLog','0','Active this if you want to log borrowers edition/creation/deletion...',NULL,'YesNo'), + ('BorrowersTitles','Mr|Mrs|Miss|Ms','List all Titles for borrowers',NULL,'free'), + ('CataloguingLog','0','Active this if you want to log cataloguing action.',NULL,'YesNo'), + ('checkdigit','none','Validity checks on membership number: none or \"Katipo\" style checks','none|katipo','Choice'), + ('dateformat','us','date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy/mm/dd)','metric|us|iso','Choice'), + ('delimiter',';','Define the default separator character for report exportations into files',';|tabulation|,|/|\\|#','Choice'), + ('Disable_Dictionary','1','Disables Dictionary buttons if set to yes','','YesNo'), + ('expandedSearchOption','0','search among marc field',NULL,'YesNo'), + ('FinesLog','0','Active this if you want to log fines',NULL,'YesNo'), + ('gist','0','the gist rate. NOT in %, but in numeric form (0.12 for 12%)','','free'), + ('hidelostitems','0','show or hide \"lost\" items in OPAC.','','YesNo'), + ('hide_marc','0','hide marc specific datas like subfield code & indicators to library',NULL,'YesNo'), + ('IndependantBranches','0','Turn Branch independancy management On an Off',NULL,'YesNo'), + ('insecure','NO','If YES, no auth at all is needed. Be careful if you set this to yes!',NULL,'YesNo'), + ('IntranetBiblioDefaultView','normal','IntranetBiblioDefaultView','',''), + ('intranetcolorstylesheet','intranet.css','Enter the name of the color stylesheet to use in Intranet','','free'), + ('IntranetmainUserblock','','A user-defined block of HTML on the intranet home page','50|20','Textarea'), + ('IntranetNav','','Use HTML tabs to add navigational links to the left-hand navigational bar in Int','70|10','Textarea'), + ('intranetreadinghistory','0','Turn on or off the Reading History option in the intranet','','YesNo'), + ('intranetstylesheet','','Enter a complete URL to use an alternate layout stylesheet in Intranet',NULL,'free'), + ('intranetuserjs','function prepareEmailPopup(){\r\n if (!document.getElementById) return false;\r\n if (!document.getElementById(\'reserveemail\')) return false;\r\n rsvlink = document.getElementById(\'reserveemail\');\r\n rsvlink.onclick = function() {\r\n doReservePopup();\r\n return false;\r\n }\r\n}\r\n\r\nfunction doReservePopup(){\r\n}\r\n\r\nfunction prepareReserveList(){\r\n}\r\n\r\naddLoadEvent(prepareEmailPopup);\r\naddLoadEvent(prepareReserveList);','Custom javascript for inclusion in Intranet','50|10','Textarea'), + ('intranet_includes','includes','The includes directory you want for specific look of Koha (includes or includes_npl for example)',NULL,'Free'), + ('ISBD','#100||{ 100a }{ 100b }{ 100c }{ 100d }{ 110a }{ 110b }{ 110c }{ 110d }{ 110e }{ 110f }{ 110g }{ 130a }{ 130d }{ 130f }{ 130g }{ 130h }{ 130k }{ 130l }{ 130m }{ 130n }{ 130o }{ 130p }{ 130r }{ 130s }{ 130t }|

    \r\n#245||{ 245a }{ 245b }{245f }{ 245g }{ 245k }{ 245n }{ 245p }{ 245s }{ 245h }|\r\n#246||{ : 246i }{ 246a }{ 246b }{ 246f }{ 246g }{ 246n }{ 246p }{ 246h }|\r\n#242||{ = 242a }{ 242b }{ 242n }{ 242p }{ 242h }|\r\n#245||{ 245c }|\r\n#242||{ = 242c }|\r\n#250| - |{ 250a }{ 250b }|\r\n#254|, |{ 254a }|\r\n#255|, |{ 255a }{ 255b }{ 255c }{ 255d }{ 255e }{ 255f }{ 255g }|\r\n#256|, |{ 256a }|\r\n#257|, |{ 257a }|\r\n#258|, |{ 258a }{ 258b }|\r\n#260| - |{ 260a }{ 260b }{ 260c }|\r\n#300| - |{ 300a }{ 300b }{ 300c }{ 300d }{ 300e }{ 300f }{ 300g }|\r\n#306| - |{ 306a }|\r\n#307| - |{ 307a }{ 307b }|\r\n#310| - |{ 310a }{ 310b }|\r\n#321| - |{ 321a }{ 321b }|\r\n#340| - |{ 3403 }{ 340a }{ 340b }{ 340c }{ 340d }{ 340e }{ 340f }{ 340h }{ 340i }|\r\n#342| - |{ 342a }{ 342b }{ 342c }{ 342d }{ 342e }{ 342f }{ 342g }{ 342h }{ 342i }{ 342j }{ 342k }{ 342l }{ 342m }{ 342n }{ 342o }{ 342p }{ 342q }{ 342r }{ 342s }{ 342t }{ 342u }{ 342v }{ 342w }|\r\n#343| - |{ 343a }{ 343b }{ 343c }{ 343d }{ 343e }{ 343f }{ 343g }{ 343h }{ 343i }|\r\n#351| - |{ 3513 }{ 351a }{ 351b }{ 351c }|\r\n#352| - |{ 352a }{ 352b }{ 352c }{ 352d }{ 352e }{ 352f }{ 352g }{ 352i }{ 352q }|\r\n#362| - |{ 362a }{ 351z }|\r\n#440| - |{ 440a }{ 440n }{ 440p }{ 440v }{ 440x }|.\r\n#490| - |{ 490a }{ 490v }{ 490x }|.\r\n#800| - |{ 800a }{ 800b }{ 800c }{ 800d }{ 800e }{ 800f }{ 800g }{ 800h }{ 800j }{ 800k }{ 800l }{ 800m }{ 800n }{ 800o }{ 800p }{ 800q }{ 800r }{ 800s }{ 800t }{ 800u }{ 800v }|.\r\n#810| - |{ 810a }{ 810b }{ 810c }{ 810d }{ 810e }{ 810f }{ 810g }{ 810h }{ 810k }{ 810l }{ 810m }{ 810n }{ 810o }{ 810p }{ 810r }{ 810s }{ 810t }{ 810u }{ 810v }|.\r\n#811| - |{ 811a }{ 811c }{ 811d }{ 811e }{ 811f }{ 811g }{ 811h }{ 811k }{ 811l }{ 811n }{ 811p }{ 811q }{ 811s }{ 811t }{ 811u }{ 811v }|.\r\n#830| - |{ 830a }{ 830d }{ 830f }{ 830g }{ 830h }{ 830k }{ 830l }{ 830m }{ 830n }{ 830o }{ 830p }{ 830r }{ 830s }{ 830t }{ 830v }|.\r\n#500|

    |{ 5003 }{ 500a }|\r\n#501|

    |{ 501a }|\r\n#502|

    |{ 502a }|\r\n#504|

    |{ 504a }|\r\n#505|

    |{ 505a }{ 505t }{ 505r }{ 505g }{ 505u }|\r\n#506|

    |{ 5063 }{ 506a }{ 506b }{ 506c }{ 506d }{ 506u }|\r\n#507|

    |{ 507a }{ 507b }|\r\n#508|

    |{ 508a }{ 508a }|\r\n#510|

    |{ 5103 }{ 510a }{ 510x }{ 510c }{ 510b }|\r\n#511|

    |{ 511a }|\r\n#513|

    |{ 513a }{513b }|\r\n#514|

    |{ 514z }{ 514a }{ 514b }{ 514c }{ 514d }{ 514e }{ 514f }{ 514g }{ 514h }{ 514i }{ 514j }{ 514k }{ 514m }{ 514u }|\r\n#515|

    |{ 515a }|\r\n#516|

    |{ 516a }|\r\n#518|

    |{ 5183 }{ 518a }|\r\n#520|

    |{ 5203 }{ 520a }{ 520b }{ 520u }|\r\n#521|

    |{ 5213 }{ 521a }{ 521b }|\r\n#522|

    |{ 522a }|\r\n#524|

    |{ 524a }|\r\n#525|

    |{ 525a }|\r\n#526|

    |{\\n510i }{\\n510a }{ 510b }{ 510c }{ 510d }{\\n510x }|\r\n#530|

    |{\\n5063 }{\\n506a }{ 506b }{ 506c }{ 506d }{\\n506u }|\r\n#533|

    |{\\n5333 }{\\n533a }{\\n533b }{\\n533c }{\\n533d }{\\n533e }{\\n533f }{\\n533m }{\\n533n }|\r\n#534|

    |{\\n533p }{\\n533a }{\\n533b }{\\n533c }{\\n533d }{\\n533e }{\\n533f }{\\n533m }{\\n533n }{\\n533t }{\\n533x }{\\n533z }|\r\n#535|

    |{\\n5353 }{\\n535a }{\\n535b }{\\n535c }{\\n535d }|\r\n#538|

    |{\\n5383 }{\\n538a }{\\n538i }{\\n538u }|\r\n#540|

    |{\\n5403 }{\\n540a }{ 540b }{ 540c }{ 540d }{\\n520u }|\r\n#544|

    |{\\n5443 }{\\n544a }{\\n544b }{\\n544c }{\\n544d }{\\n544e }{\\n544n }|\r\n#545|

    |{\\n545a }{ 545b }{\\n545u }|\r\n#546|

    |{\\n5463 }{\\n546a }{ 546b }|\r\n#547|

    |{\\n547a }|\r\n#550|

    |{ 550a }|\r\n#552|

    |{ 552z }{ 552a }{ 552b }{ 552c }{ 552d }{ 552e }{ 552f }{ 552g }{ 552h }{ 552i }{ 552j }{ 552k }{ 552l }{ 552m }{ 552n }{ 562o }{ 552p }{ 552u }|\r\n#555|

    |{ 5553 }{ 555a }{ 555b }{ 555c }{ 555d }{ 555u }|\r\n#556|

    |{ 556a }{ 506z }|\r\n#563|

    |{ 5633 }{ 563a }{ 563u }|\r\n#565|

    |{ 5653 }{ 565a }{ 565b }{ 565c }{ 565d }{ 565e }|\r\n#567|

    |{ 567a }|\r\n#580|

    |{ 580a }|\r\n#581|

    |{ 5633 }{ 581a }{ 581z }|\r\n#584|

    |{ 5843 }{ 584a }{ 584b }|\r\n#585|

    |{ 5853 }{ 585a }|\r\n#586|

    |{ 5863 }{ 586a }|\r\n#020|

    |{ 020a }{ 020c }|\r\n#022|

    |{ 022a }|\r\n#222| = |{ 222a }{ 222b }|\r\n#210| = |{ 210a }{ 210b }|\r\n#024|

    |{ 024a }{ 024c }{ 024d }{ 0242 }|\r\n#027|

    |{ 027a }|\r\n#028|

    |{ 028a }{ 028b }|\r\n#013|

    |{ 013a }{ 013b }{ 013c }{ 013d }{ 013e }{ 013f }|\r\n#030|

    |{ 030a }|\r\n#037|

    |{ 037a }{ 037b }{ 037c }{ 037f }{ 037g }{ 037n }|\r\n#010|

    |{ 010a }|\r\n#015|

    |{ 015a }{ 0152 }|\r\n#016|

    |{ 016a }{ 0162 }|\r\n#600|

    |{\\n6003 }{\\n600a}{ 600b }{ 600c }{ 600d }{ 600e }{ 600f }{ 600g }{ 600h }{--600k}{ 600l }{ 600m }{ 600n }{ 600o }{--600p}{ 600r }{ 600s }{ 600t }{ 600u }{--600x}{--600z}{--600y}{--600v}|\r\n#610|

    |{\\n6103 }{\\n610a}{ 610b }{ 610c }{ 610d }{ 610e }{ 610f }{ 610g }{ 610h }{--610k}{ 610l }{ 610m }{ 610n }{ 610o }{--610p}{ 610r }{ 610s }{ 610t }{ 610u }{--610x}{--610z}{--610y}{--610v}|\r\n#611|

    |{\\n6113 }{\\n611a}{ 611b }{ 611c }{ 611d }{ 611e }{ 611f }{ 611g }{ 611h }{--611k}{ 611l }{ 611m }{ 611n }{ 611o }{--611p}{ 611r }{ 611s }{ 611t }{ 611u }{--611x}{--611z}{--611y}{--611v}|\r\n#630|

    |{\\n630a}{ 630b }{ 630c }{ 630d }{ 630e }{ 630f }{ 630g }{ 630h }{--630k }{ 630l }{ 630m }{ 630n }{ 630o }{--630p}{ 630r }{ 630s }{ 630t }{--630x}{--630z}{--630y}{--630v}|\r\n#648|

    |{\\n6483 }{\\n648a }{--648x}{--648z}{--648y}{--648v}|\r\n#650|

    |{\\n6503 }{\\n650a}{ 650b }{ 650c }{ 650d }{ 650e }{--650x}{--650z}{--650y}{--650v}|\r\n#651|

    |{\\n6513 }{\\n651a}{ 651b }{ 651c }{ 651d }{ 651e }{--651x}{--651z}{--651y}{--651v}|\r\n#653|

    |{ 653a }|\r\n#654|

    |{\\n6543 }{\\n654a}{--654b}{--654x}{--654z}{--654y}{--654v}|\r\n#655|

    |{\\n6553 }{\\n655a}{--655b}{--655x }{--655z}{--655y}{--655v}|\r\n#656|

    |{\\n6563 }{\\n656a}{--656k}{--656x}{--656z}{--656y}{--656v}|\r\n#657|

    |{\\n6573 }{\\n657a}{--657x}{--657z}{--657y}{--657v}|\r\n#658|

    |{\\n658a}{--658b}{--658c}{--658d}{--658v}|\r\n#050|

    |{ 050a }{ / 050b }|\r\n#082|

    |{ 082a }{ / 082b }|\r\n#080|

    |{ 080a }{ 080x }{ / 080b }|\r\n#070|

    |{ 070a }{ / 070b }|\r\n#060|

    |{ 060a }{ / 060b }|\r\n#074|

    |{ 074a }|\r\n#086|

    |{ 086a }|\r\n#088|

    |{ 088a }|','ISBD','80|20','Textarea'), + ('IssueLog','0','Active this if you want to log issue.',NULL,'YesNo'), + ('IssuingInProcess','0','Allow no debt alert if the patron is issuing item that accumulate debt',NULL,'YesNo'), + ('item-level_itypes','1','Item-level Itemtype / issuing rules','','YesNo'), + ('itemcallnumber','676a','The MARC field/subfield that is used to calculate the itemcallnumber (in UNIMARC',NULL,'free'), + ('KohaAdminEmailAddress','root@localhost','the email address where borrowers modifs are sent','','free'), + ('kohaspsuggest','1','Keep track of queries and suggestions in a database','',''), + ('LabelMARCView','standard','Define how a MARC record will display','standard|economical','Choice'), + ('LetterLog','0','Active this if you want to log all the letter sent',NULL,'YesNo'), + ('LibraryName','','Library name as shown on main opac page','',''), + ('marc','ON','Turn on MARC support',NULL,'YesNo'), + ('marcflavour','MARC21','your MARC flavor (MARC21 or UNIMARC) used for character encoding','MARC21|UNIMARC','Choice'), + ('MARCOrgCode','OSt','Your MARC Organization Code - http://www.loc.gov/marc/organizations/orgshome.htm','','free'), + ('maxoutstanding','5','maximum amount withstanding to be able make reserves','','Integer'), + ('maxreserves','50','maximum number of reserves a member can make','','Integer'), + ('memberofinstitution','0','Are your patrons members of institutions',NULL,'YesNo'), + ('MIME','EXCEL','Define the default application for report exportations into files','EXCEL|OPENOFFICE.ORG','Choice'), + ('noissuescharge','5','maximum amount withstanding to be able to check out an item','','Integer'), + ('NotifyBorrowerDeparture','0','Delay before expiry where a notice is sent when issuing',NULL,'Integer'), + ('OpacAuthorities','1','Enable / Disable the search authority link on OPAC',NULL,'YesNo'), + ('opacbookbag','1','Enable or disable display of biblio basket (book bag)','','YesNo'), + ('OpacBrowser','1','Enable/Disable browser link on OPAC (needs to set misc/cronjob/build_browser.pl)',NULL,'YesNo'), + ('OpacCloud','1','Enable / Disable cloud link on OPAC',NULL,'YesNo'), + ('opaccolorstylesheet','colors.css','Enter the name of the color stylesheet to use in the OPAC','','free'), + ('opaccredits','','Put any HTML Credits at the bottom of the OPAC page','70|10','Textarea'), + ('opacheader','','Enter HTML to be included as a custom header in the OPAC','30|10','Textarea'), + ('opaclanguages','en','Set the preferred order for translations. The top language will be tried first.',NULL,'Languages'), + ('opaclanguagesdisplay','0','Turn on/off display of Change Language feature on OPAC','','YesNo'), + ('opaclargeimage','','Enter a complete URL to an image, will be on the main page, instead of the Koha',NULL,'free'), + ('opaclayoutstylesheet','opac.css','Enter the name of the layout stylesheet to use in the OPAC','','free'), + ('OpacMaintenance','0','This will give the users a nice maintenance warning if enabled','','YesNo'), + ('OpacMainUserBlock','Welcome to Koha...\r\n
    ','A user-defined block of HTML in the main content area of the opac main page','50|20','Textarea'), + ('OpacNav','Important links here.','Use HTML tabs to add navigational links to the left-hand navigational bar in OPA','70|10','Textarea'), + ('OpacPasswordChange','1','Enable/Disable password change in OPAC (disable it when using LDAP auth)',NULL,'YesNo'), + ('opacreadinghistory','1','Turn on/off display of Patron Reading History in OPAC','','YesNo'), + ('opacsmallimage','','Enter a complete URL to an image, will be on top/left instead of the Koha logo','','free'), + ('opacstylesheet','','Enter a complete URL to use an alternate layout stylesheet in OPAC','','free'), + ('opacthemes','prog','Set the preferred order for themes. The top theme will be tried first.','','Themes'), + ('OpacTopissue','1','Enable / Disable the top issue link on OPAC',NULL,'YesNo'), + ('opacuserjs','','Custom javascript for inclusion in OPAC','50|20','Textarea'), + ('opacuserlogin','1','Enable or disable display of user login features',NULL,'YesNo'), + ('patronimages','0','Turn on/off display of patron images in Intranet and specify a file extension fo','','YesNo'), + ('printcirculationslips','1','if set to 1, print circulation slips. If set to 0, don\'t','','free'), + ('ReadingHistory','1','Allow reading record info retrievable from issues and oldissues tables','','YesNo'), + ('RequestOnOpac','1','option to allow reserves on opac',NULL,'YesNo'), + ('ReservesMaxPickUpDelay','7','Maximum delay to pick up a reserved document','','free'), + ('ReturnBeforeExpiry','0','If Yes, Returndate on issuing can\'t be after borrower card expiry',NULL,'YesNo'), + ('ReturnLog','0','Active this if you want to log the circulation return',NULL,'YesNo'), + ('reviewson','1','Allows patrons to submit reviews from the opac','','YesNo'), + ('serialsadditems','0','If set, a new item will be automatically added when receiving an issue',NULL,'YesNo'), + ('sortbynonfiling','no','Sort search results by MARC nonfiling characters',NULL,'YesNo'), + ('SpecifyDueDate','1','Choose whether to display \"Specify Due Date\" form in Circulation','','YesNo'), + ('SubscriptionHistory',';','Define the information level for serials history in OPAC','simplified|full','Choice'), + ('SubscriptionLog','0','Active this if you want to log Subscription action',NULL,'YesNo'), + ('suggestion','1','if set to 1, suggestions are activated in OPAC','','free'), + ('template','prog','Preference order for intranet interface templates','','Themes'), + ('TemplateEncoding','utf-8','Specify the encoding to use in Templates','iso-8859-1|utf-8','Choice'), + ('timeout','12000000','Inactivity timeout for cookies authentication (in seconds)',NULL,'Integer'), + ('TransfersMaxDaysWarning','3','Max delay before considering the transfer has potentialy a problem',NULL,'free'), + ('useDaysMode','Calendar','How to calculate return dates : Calendar means holidays will be controled, Days means the return date don\'t depend on holidays','Calendar|Days','Choice'), + ('virtualshelves','1','Set virtual shelves management ON or OFF','','YesNo'), + ('z3950AuthorAuthFields','701,702,700','contains the MARC biblio tags of person authorities to fill biblio.author with w',NULL,'free'), + ('z3950NormalizeAuthor','0','If set, Personal Name Authorities will replace authors in biblio.author','','YesNo'); diff --git a/misc/sql-datas/en/mandatory/05_sysprefs.txt b/misc/sql-datas/en/mandatory/05_sysprefs.txt new file mode 100644 index 0000000000..310c02c686 --- /dev/null +++ b/misc/sql-datas/en/mandatory/05_sysprefs.txt @@ -0,0 +1 @@ +Default Koha system preferences diff --git a/misc/sql-datas/en/mandatory/06_userflags.sql b/misc/sql-datas/en/mandatory/06_userflags.sql new file mode 100644 index 0000000000..275eae89f3 --- /dev/null +++ b/misc/sql-datas/en/mandatory/06_userflags.sql @@ -0,0 +1,17 @@ +INSERT INTO `userflags` VALUES + (0,'superlibrarian','Access to all librarian functions',0), + (1,'circulate','Circulate books',0), + (2,'catalogue','View Catalogue (Librarian Interface)',0), + (3,'parameters','Set Koha system paramters',0), + (4,'borrowers','Add or modify borrowers',0), + (5,'permissions','Set user permissions',0), + (6,'reserveforothers','Reserve books for patrons',0), + (7,'borrow','Borrow books',1), + (9,'editcatalogue','Edit Catalogue (Modify bibliographic/holdings data)',0), + (10,'updatecharges','Update borrower charges',0), + (11,'acquisition','Acquisition and/or suggestion management',0), + (12,'management','Set library management parameters',0), + (13,'tools','Use tools (export, import, barcodes)',0), + (14,'editauthorities','allow to edit authorities',0), + (15,'serials','allow to manage serials subscriptions',0), + (16,'reports','allow to access to the reports module',0); diff --git a/misc/sql-datas/en/mandatory/06_userflags.txt b/misc/sql-datas/en/mandatory/06_userflags.txt new file mode 100644 index 0000000000..5fa8bdd563 --- /dev/null +++ b/misc/sql-datas/en/mandatory/06_userflags.txt @@ -0,0 +1 @@ +Default user permissions flags diff --git a/misc/sql-datas/fr/mandatory/authorites_norme_unimarc.sql b/misc/sql-datas/fr/mandatory/authorites_norme_unimarc.sql new file mode 100644 index 0000000000..59b07e818f --- /dev/null +++ b/misc/sql-datas/fr/mandatory/authorites_norme_unimarc.sql @@ -0,0 +1,759 @@ +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '035', 'a', 'Numéro de contrôle système', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '035', 'z', 'Numéro de contrôle annulé ou erroné', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '100', 'a', 'Données générale de traitement', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '101', 'a', 'Langue utilisée par l\'entité', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '102', 'a', 'Pays', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '102', 'b', 'Localité', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '106', 'a', 'Code d\'un caractère', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '120', 'a', 'Données codées : nom de personne', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '123', 'd', 'Coordonnée-Longitude la plus occidentale', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '123', 'e', 'Coordonnée-Longitude la plus orientale', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '123', 'f', 'Coordonnée-Latitude la plus septentrionale', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '123', 'g', 'Coordonnée-Latitude la plus méridionale', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '150', 'a', 'Données de traitement sur la collectivité', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '152', 'a', 'Règles de catalogage', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '152', 'b', 'Système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '154', 'a', 'Données générales de traitement du titre', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '160', 'a', 'Code de l\'aire géographique', '', 1, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '200', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '200', 'b', 'Partie du nom autre que l\'élément d\'entré', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '200', 'c', 'Qualificatifs autres que les dates', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '200', 'd', 'Chiffres romains', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '200', 'f', 'Dates', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '200', 'g', 'Développement des initiales du prénom', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '200', '4', 'Code de fonction', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '200', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '200', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '200', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '200', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '200', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '200', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '210', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '210', 'b', 'Subdivision', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '210', 'c', 'Elément ajouté au nom ou qualificatif', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '210', 'd', 'Numéro de congrès et /ou de session', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '210', 'e', 'Lieu du congrès', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '210', 'f', 'Date du congrès', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '210', 'g', 'Elément rejeté', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '210', 'h', 'Partie du nom autre que l\'élément d\'entrée et autre que l\'élément rejeté 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '210', '4', 'Code de fonction', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '210', 'x', 'subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '210', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '210', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '210', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '210', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '215', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '215', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '215', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '215', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '215', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '215', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '215', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '216', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '216', 'f', 'Dates', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '216', 'c', 'Qualificatif', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '216', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '216', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '216', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '216', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '216', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '216', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '220', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '220', 'f', 'Dates', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '220', '4', 'Code de fonction', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '220', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '220', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '220', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '220', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '220', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '220', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 'b', 'Indication générale du type de document', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 'h', 'Numéro de section ou de partie', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 'i', 'Titre de section ou de partie', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 'k', 'Date de publication', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 'l', 'Sous-vedette de forme', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 'm', 'Autres informations', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 'q', 'Version (ou date d\'une version)', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 'r', 'Distribution d\'exécution (pour la musique)', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 's', 'Références numériques (pour la musique)', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 'u', 'Tonalité (pour la musique)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 'w', 'Mention d\'arrangement', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '230', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '235', 'a', 'Rubrique de classement', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '235', 'b', 'Indication générale du type de document', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '235', 'e', 'Subdivision', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '235', 'k', 'Date de publication', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '235', 'm', 'Langue (quand elle fait partie de la vedette)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '235', 'r', 'Distribution d\'exécution (pour la musique)', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '235', 's', 'Références numériques (pour la musique)', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '235', 'u', 'Tonalité (pour la musique)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '235', 'w', 'Mention d\'arrangement (pour la musique)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '235', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '235', 'x', 'subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '235', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '235', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '235', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '235', '8', 'Langue de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '240', 'a', 'Auteur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '240', 't', 'Titre', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '240', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '240', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '240', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '240', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '240', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '240', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '245', 'a', 'Auteur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '245', 't', 'Rubrique de classement', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '245', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '245', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '245', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '245', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '245', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '245', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '250', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '250', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '250', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '250', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '250', 'z', 'Subdivision', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '250', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '250', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '260', 'a', 'Pays ou état fédéral', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '260', 'b', 'Province, état fédéré ou région', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '260', 'c', 'Comté ou département', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '260', 'd', 'Ville', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '260', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '260', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '280', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '280', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '280', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '280', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '280', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '280', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '280', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '300', 'a', 'Note d\'information', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '300', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '300', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '305', 'a', 'Formule introductive', '', 1, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '305', 'b', 'Vedette à laquelle on renvoie', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '305', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '305', '7', 'Ecriture de la notice et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '310', 'a', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '310', 'b', 'Vedette à laquelle on renvoie', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '310', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '310', '7', 'Ecriture de la notice et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '320', 'a', 'Note de renvoi explicatif', '', 1, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '320', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '330', 'a', 'Note sur le champ d\'application', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '330', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '330', '7', 'Ecriture de la notice et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '340', 'a', 'Note sur la biographie ou l\'activité', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '340', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '340', '7', 'Ecriture de la notice et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '356', 'a', 'Note géographique', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '356', '6', 'Données de liens entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '356', '7', 'Ecriture de la notice et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', 'b', 'Partie de l\'élément du nom autre que l\'élément d\'entrée', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', 'c', 'Qualificatifs autres que les dates', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', 'd', 'Chiffres romains', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', 'f', 'Dates', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', 'g', 'Développement des initiales du prénom', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', '4', 'Code de fonction', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', 'z', 'Subdivision', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', '2', 'code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '400', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', 'b', 'Subdivision', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', 'c', 'Elément ajouté au nom ou qualificatif', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', 'd', 'Numéro de congrès et/ou de session', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', 'e', 'Lieu du congrès', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', 'f', 'Date du congrès', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', 'g', 'Elément rejeté', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', 'h', 'Partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', '4', 'Code de fonction', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', 'z', 'Subdivision', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '410', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '415', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '415', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '415', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '415', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '415', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '415', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '415', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '415', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '415', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '415', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '415', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '415', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '416', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '416', 'f', 'Dates', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '416', 'c', 'Qualificatif', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '416', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '416', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '416', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '416', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '416', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '416', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '416', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '416', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '416', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '416', '7', 'Ecriture de catalogage et écriture de la racine de la vedette 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '416', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '420', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '420', 'f', 'Dates', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '420', '4', 'Code de fonction', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '420', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '420', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '420', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '420', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '420', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '420', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '420', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '420', '5', 'Données relatives aux mentions de formes rejetées ou associées', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '420', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '420', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'b', 'Indication générale du type de document', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'h', 'Numéro de section ou de partie', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'i', 'titre de section ou de partie', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'k', 'date de publication', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'l', 'Sous-vedette de forme', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'm', 'Langue (quand elle fait partie de la vedette)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'n', 'Autres informations', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'q', 'Version (ou date d\'une version)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'r', 'Distribution d\'exécution (pour la musique)', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 's', 'Références numériques (pour la musique)', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'u', 'Tonalité (pour la musique)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'w', 'Mention d\'arrangement (pour la musique)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', '2', 'code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', '7', 'Ecriture de catalogage et écriture de la racine de la vedette 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '430', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '440', 'a', 'Auteur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '440', 't', 'Titre', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '440', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '440', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '440', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '440', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '440', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '440', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '440', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '440', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '440', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '440', '7', 'Ecriture de catalogage et écriture de la racine de la vedette 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '440', '8', 'Langue de catalogage et langue de la racine de la vedette 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '445', 'a', 'Auteur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '445', 't', 'Rubrique de classement', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '445', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '445', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '445', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '445', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '445', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '445', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '445', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '445', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '445', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '445', '7', 'Ecriture de catalogage et écriture de la racine de la vedette 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '445', '8', 'Langue de catalogage et langue de la racine de la vedette 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '450', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '450', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '450', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '450', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '450', 'z', 'subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '450', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '450', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '450', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '450', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '450', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '450', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '450', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '460', 'a', 'Pays ou état fédéral', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '460', 'b', 'Province, état fédéré ou région', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '460', 'c', 'Comté ou département', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '460', 'd', 'Ville', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '460', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '460', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '460', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '460', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '460', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '460', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '460', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '480', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '480', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '480', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '480', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '480', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '480', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '480', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '480', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '480', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '480', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '480', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '480', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', 'b', 'Partie de l\'élément du nom autre que l\'élément d\'entrée', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', 'c', 'Qualificatifs autres au les dates', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', 'd', 'Chiffres romains', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', 'f', 'Dates', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', 'g', 'Développement des initiales du prénom', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', '4', 'Code de fonction', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '500', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', 'b', 'Subdivision', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', 'c', 'Elément ajouté au nom ou qualificatif', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', 'd', 'Numéro de congrès et/ou de session', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', 'e', 'Lieu de congrès', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', 'f', 'Date du congrès', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', 'g', 'Elément rejeté', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', 'h', 'Partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', '4', 'Code de fonction', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', 'j', 'subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '510', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '515', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '515', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '515', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '515', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '515', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '515', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '515', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '515', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '515', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '515', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '515', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '516', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '516', 'f', 'Dates', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '516', 'c', 'Qualificatif', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '516', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '516', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '516', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '516', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '516', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '516', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '516', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '516', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '516', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '516', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '516', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '520', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '520', 'f', 'Dates', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '520', '4', 'Code de fonction', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '520', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '520', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '520', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '520', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '520', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '520', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '520', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '520', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '520', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '520', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '520', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'b', 'Indication générale du type de document', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'h', 'Numéro de section ou de partie', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'i', 'Titre de section ou de partie', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'k', 'Date de publication', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'l', 'Sous-vedette de forme', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'm', 'Mangue (quand elle fait partie de la vedette)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'n', 'Autre informations', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'q', 'Version (ou date d\'une version)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'r', 'Distribution d\'exécution (pour la musique)', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 's', 'Références numériques (pour la musique)', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'u', 'Tonalité (pour la musique)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'w', 'Mention d\'arrangement (pour la musique)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '530', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '540', 'a', 'Auteur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '540', 't', 'Titre', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '540', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '540', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '540', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '540', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '540', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '540', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '540', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '540', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '540', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '540', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '540', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '545', 'a', 'Auteur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '545', 't', 'Rubrique de classement', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '545', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '545', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '545', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '545', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '545', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '545', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '545', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '545', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '545', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '545', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '545', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '550', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '550', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '550', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '550', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '550', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '550', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '550', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '550', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '550', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '550', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '550', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '550', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '560', 'a', 'Pays ou état fédéral', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '560', 'b', 'Province, état fédéré ou région', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '560', 'c', 'Comté ou département', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '560', 'd', 'Ville', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '560', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '560', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '560', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '560', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '560', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '560', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '560', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '580', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '580', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '580', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '580', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '580', 'z', 'Subdivision chronologique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '580', '0', 'Formule introductive', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '580', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '580', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '580', '5', 'Données codées relatives aux mentions de formes rejetées ou associées 0 0', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '580', '6', 'Données de lien entre zones', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '580', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '580', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '675', 'a', 'Indice CDU, isolé ou début d\'une série', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '675', 'b', 'Indice CDU, fin de série', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '675', 'c', 'Termes explicatifs', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '675', 'v', 'Edition de la CDU', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '675', 'z', 'Langue de l\'édition', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '675', '3', 'Identificateur de la notice de classification', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '676', 'a', 'Indice CDD, isolé ou début d\'une série', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '676', 'b', 'Indice CDD, fin de série', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '676', 'c', 'Termes explicatifs', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '676', 'v', 'Edition de la CDD', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '676', 'z', 'Langue de l\'édition', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '676', '3', 'Identificateur de la notice de classification', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '680', 'a', 'Indice LCC, isolé ou début d\'une série', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '680', 'b', 'Indice LCC, fin de série', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '680', 'c', 'Termes explicatifs', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '680', '3', 'Identificateur de la notice de classification', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '686', 'a', 'Indice , isolé ou début d\'une série', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '686', 'b', 'Indice , fin de série', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '686', 'c', 'Termes explicatifs', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '686', '3', 'Identificateur de la notice de classification', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '700', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '700', 'b', 'Partie du nom autre que l\'élément d\'entrée', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '700', 'c', 'Qualificatifs autres que les dates', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '700', 'd', 'Chiffres romains', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '700', 'f', 'Dates', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '700', 'g', 'Développement des initiales du prénom', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '700', '4', 'Code de fonction', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '700', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '700', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '700', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '700', 'z', 'Subdivision', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '700', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '700', '3', 'Identificateur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '700', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '700', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', 'b', 'Subdivision', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', 'c', 'Elément ajouté au nom ou qualificatif', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', 'd', 'Numéro de congrès et/ou de session', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', 'e', 'Lieu du congrès', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', 'f', 'Date du congrès', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', 'g', 'Elément rejeté', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', 'h', 'Partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', '4', 'Code de fonction', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', 'z', 'Subdivision', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', '3', 'Identificateur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '710', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '715', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '715', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '715', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '715', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '715', 'z', 'Subdivision', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '715', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '715', '3', 'Identificateur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '715', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '715', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '716', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '716', 'f', 'Dates', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '716', 'c', 'Qualificatif', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '716', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '716', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '716', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '716', 'z', 'Subdivision', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '716', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '716', '3', 'Identificateur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '716', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '716', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '720', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '720', 'f', 'Dates', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '720', '4', 'Code de fonction', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '720', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '720', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '720', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '720', 'z', 'Subdivision', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '720', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '720', '3', 'Identificateur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '720', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '720', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'b', 'Indication générale du type de document', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'h', 'Numéro de section ou de partie', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'i', 'titre de section ou de partie', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'k', 'Date de publication', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'l', 'Sous-vedette de forme', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'm', 'Langue (quand elle fait partie de la vedette)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'n', 'Autres informations', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'q', 'Version (ou date d\'une version)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'r', 'Distribution d\'exécution (pour la musique)', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 's', 'Références numériques (pour la musique)', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'u', 'Tonalité (pour la musique)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'w', 'Mention d\'arrangement (pour la musique)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', 'z', 'Subdivision', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', '3', 'Identificateur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '730', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '740', 'a', 'Auteur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '740', 't', 'Titre', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '740', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '740', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '740', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '740', 'z', 'Subdivision', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '740', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '740', '3', 'Identificateur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '740', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '740', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '745', 'a', 'Auteur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '745', 't', 'Rubrique de classement', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '745', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '745', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '745', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '745', 'z', 'Subdivision', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '745', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '745', '3', 'Identificateur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '745', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '745', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '750', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '750', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '750', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '750', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '750', 'z', 'Subdivision', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '750', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '750', '3', 'Identificateur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '750', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '750', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '760', 'a', 'Pays ou état fédéral', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '760', 'b', 'Province, état fédéré ou région', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '760', 'c', 'Comté ou département', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '760', 'd', 'Ville', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '760', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '760', '3', 'Identificateur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '760', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '760', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '780', 'a', 'Elément d\'entrée', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '780', 'j', 'Subdivision de forme', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '780', 'x', 'Subdivision de sujet', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '780', 'y', 'Subdivision géographique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '780', 'z', 'Subdivision', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '780', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '780', '3', 'Identificateur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '780', '7', 'Ecriture de catalogage et écriture de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '780', '8', 'Langue de catalogage et langue de la racine de la vedette', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '801', 'a', 'Pays', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '801', 'b', 'Etablissement de catalogage', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '801', 'c', 'Date de la dernière transaction', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '810', 'a', 'Citation', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '810', 'b', 'Information trouvée', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '815', 'a', 'Citation', '', 1, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '820', 'a', 'Texte de la note', '', 1, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '825', 'a', 'Texte de la note', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '830', 'a', 'Texte de la note', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '835', 'a', 'Texte de la note', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '835', 'b', 'Vedette de remplacement', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '835', 'd', 'Date de la transaction', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '836', 'b', 'Vedette remplacée', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '836', 'd', 'Date de transaction', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'a', 'Nom du serveur', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'b', 'Numéro d\'accès', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'c', 'Compression', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'd', 'Chemin d\'accès', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'e', 'Date et heure de consultation et d\'accès', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'f', 'Nom électronique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'g', 'Nom normalisé d\'une ressource', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'h', 'Nom de l\'utilisateur', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'i', 'Instruction', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'j', 'Bits par seconde', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'k', 'Mot de passe', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'l', 'Logon/login', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'm', 'Contact pour l\'assistance technique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'n', 'Adresse du serveur cité dans la sous-zone $a', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'o', 'Système d\'exploitation', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'p', 'Port', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'q', 'Type de format électronique', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'r', 'Paramètrage', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 's', 'Taille du fichier', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 't', 'Emulation du terminal', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'u', 'Adresse électronique normalisée (URL)', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'v', 'Heures d\'accès', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'w', 'Numéro d\'identification de la notice', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'x', 'Note confidentielle', '', 0, 1, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'y', 'Mode d\'accès', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '856', 'z', 'Note publique', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '886', 'a', 'Etiquette de la zone du format source', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '886', 'b', 'Indicateurs et sous-zones de la zone du format source', '', 1, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '886', '2', 'Code de système', '', 0, 0, 0, NULL, NULL, NULL); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '001', '@', 'tag 001', '', 0, 0, 0, '', NULL, ''); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '005', '@', 'tag 005', '', 0, 0, -1, '', NULL, ''); +INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('', '015', '@', 'tag 015', '', 0, 0, -1, '', NULL, ''); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '001', 'Identificateur de la notice', '', 0, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '005', 'Identificateur de la version', '', 0, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '015', '(ISADN)', '', 0, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '035', 'Identificateur de la notice dans un autre système', '', 0, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '100', 'Données générales de traitement', '', 0, 1, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '101', 'Langue de l\'entité', '', 0, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '102', 'Nationalité de l\'entité', '', 0, 1, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '106', 'Zone de données codées : Nom de personne / Nom de collectivité / Famille /Marque, utilisés comme vedettes matières', '', 0, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '120', 'Zone de données codées : Nom de personne', '', 0, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '123', 'Zone de données codées : Nom de territoire ou nom géographique', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '150', 'Zone de données codées : Nom de collectivité', '', 0, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '152', 'Règles', '', 0, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '154', 'Zone de données codées : titre uniforme', '', 0, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '160', 'Code d\'aire géographique', '', 0, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '200', 'Vedette-Nom de personne', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '210', 'Vedette-Nom de collectivité', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '215', 'Vedette-Nom de territoire ou nom géographique', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '216', 'Vedette-Marque', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '220', 'Vedette-Famille', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '230', 'Vedette-Titre uniforme', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '235', 'Vedette-Rubrique de classement', '', 0, 1, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '240', 'Vedette-Auteur/Titre', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '245', 'Vedette-Auteur/rubrique de classement', '', 0, 1, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '250', 'Vedette-Matière nom commun', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '260', 'Vedette-Lieu d\'édition', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '280', 'Vedette-Forme, genre ou caractéristiques physiques', '', 0, 1, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '300', 'Note d\'information', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '305', 'Note de renvoi textuel "Voir aussi"', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '310', 'Note de renvoi textuel "Voir"', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '320', 'Note de renvoi explicatif', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '330', 'Note sur le champ d\'application', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '340', 'Note sur la biographie et l\'activité', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '356', 'Note géographique', '', 0, 1, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '400', 'Forme rejetée-Nom de personne', '', 0, 1, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '410', 'Forme rejetée-Nom de collectivité', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '415', 'Forme rejetée-Nom de territoire', '', 0, 1, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '416', 'Forme rejetée-Marque', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '420', 'Forme rejetée-Famille', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '430', 'Forme rejetée-Titre uniforme', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '440', 'Forme rejetée-Auteur/Titre', '', 0, 1, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '445', 'Forme rejetée-Auteur/Rubrique de classement', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '450', 'Forme rejetée-Matière nom commun', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '460', 'Forme rejetée-Lieu d\'édition', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '480', 'Forme rejetée-Forme, genre ou caractéristiques physiques', '', 0, 1, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '500', 'Forme associée-Nom de personne', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '510', 'Forme associée-Nom de collectivité', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '515', 'Forme associée-Nom de territoire ou nom géographique', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '516', 'Forme associée-Marque', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '520', 'Forme associée-Famille', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '530', 'Forme associée-Titre uniforme', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '540', 'Forme associée-Auteur/Titre', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '545', 'Forme associée-Auteur/rubrique de classement', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '550', 'Forme associée-Matière nom commun', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '560', 'Forme associée-Lieu d\'édition', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '580', 'Forme associée-Forme, genre ou caractéristiques physiques', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '675', 'Classification décimale universelle (CDU)(provisoire)', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '676', 'Classification décimale Dewey (CDD)', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '680', 'Classification de la Bibliothèque du Congrès (LCC)', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '686', 'Autres classifications', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '700', 'Forme parallèle-Nom de personne', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '710', 'Forme parallèle-Nom de collectivité', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '715', 'Forme parallèle-Nom de territoire ou nom géographique', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '716', 'Forme parallèle-Marque', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '720', 'Forme parallèle-Famille', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '730', 'Forme parallèle-Titre uniforme', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '740', 'Forme parallèle-Auteur/Titre', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '745', 'Forme parallèle-Auteur/Rubrique de classement', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '750', 'Forme parallèle-Matière nom commun', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '760', 'Forme parallèle-Lieu d\'édition', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '780', 'Forme parallèle-Forme, genre ou caractéristiques physiques', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '801', 'Origine de la notice', '', 0, 1, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '810', 'Sources consultées avec profit', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '815', 'Sources consultées en vain', '', 0, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '820', 'Information sur l\'utilisation ou le champ d\'application de la vedette', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '825', 'Citation dans une autre notice', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '830', 'Note générale de travail', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '835', 'Information sur les vedettes remplaçant une vedette détruite', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '836', 'Information sur les vedettes remplacées', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '856', 'Adresse électronique et mode d\'accès', '', 1, 0, NULL); +INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('', '886', 'Données non converties du format source', '', 1, 0, NULL); diff --git a/misc/sql-datas/fr/mandatory/authorites_norme_unimarc.txt b/misc/sql-datas/fr/mandatory/authorites_norme_unimarc.txt new file mode 100644 index 0000000000..f45d8ca5dc --- /dev/null +++ b/misc/sql-datas/fr/mandatory/authorites_norme_unimarc.txt @@ -0,0 +1,2 @@ +Authority structure for UNIMARC, in french +Structure des autorités UNIMARC, en Français. A utiliser pour définir les différentes grilles d'autorités (NP, NC, CO...) qui ne sont pas fournies actuellement. \ No newline at end of file diff --git a/misc/sql-datas/fr/mandatory/framework_DEFAULT.sql b/misc/sql-datas/fr/mandatory/framework_DEFAULT.sql new file mode 100644 index 0000000000..4db3b8dce2 --- /dev/null +++ b/misc/sql-datas/fr/mandatory/framework_DEFAULT.sql @@ -0,0 +1,334 @@ +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('090','Numéro biblio (koha)','Numéro biblio (koha',0,1,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('001','numéro d\'identification de la notice','notice numéro',0,1,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('005','numéro d\'identification de la version','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('010','ISBN','ISBN',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('610','indexation en vocabulaire libre','sujets',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('012','empreinte identifiant le document','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('013','numéro international normalisé de document musical (ISMN)','ISMN',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('014','numéro d\'identification d\'un article de périodique','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('020','numéro de la bibliographie nationale','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('021','numéro de dépôt légal','dépôt légal',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('022','numéro de publication officielle','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('040','CODEN (publications en série)','CODEN',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('071','numéro d\'éditeur (enregistrements sonores et musique imprimée)','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('100','données générales de traitement','',0,1,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('101','langue du document','langue',0,1,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('102','pays d\'édition ou de production','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('105','zone de données codées :textes, monogaphies','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('106','zone de données codées :textes, caractéristiques physiques','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('110','zone de données codées :publications en série','',0,0,NULL,''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('115','zone de données codées : images projetés, enregistrements vidéo et films','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('116','zone de données codées : documents graphiques','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('117','zone de données codées : objets en trois dimensions, artefacts','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('120','zone de données codées : documents cartographiques, généralités','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('121','zone de données codées : documents cartographiques, caractéristiques physiques','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('122','zone de données codées : période historique','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('123','zone de données codées : documents cartographiques, échelle et coordonnées','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('124','zone de données codées : documents cartographiques, autres caractéristiques physiques','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('125','zone de données codées : enregistrements sonores et musique imprimée','',0,0,NULL,''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('126','zone de données codées : enregistrements sonores, caractéristiques physiques','',0,0,NULL,''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('127','zone de données codées : durée des enregistrements sonores','',0,0,NULL,''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('128','zone de données codées : interprétations musicales et partitions','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('130','zone de données codées : microformes, caractéristiques physiques','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('131','zone de données codées : documents cartographiques - mesures géodésiques','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('135','zone de données codées : ressources électroniques','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('140','zone de données codées : livres anciens','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('141','zone de données codées : livres anciens, caractères de l\'exemplaire','',0,1,NULL,''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('200','titre et mention de responsabilité','titre',0,1,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('205','mention d\'édition','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('206','zone particulière à certains types de documents : documents cartographiques, données mathématiques','',1,1,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('207','zone particulière à certains types de documents : publications en série, numérotation','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('208','zone particulière à certains types de documents : musique imprimée','',0,0,NULL,''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('210','adresse bibliographique','éditeur',0,0,NULL,''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('211','date de publication prévue','date de publication prévue',0,0,NULL,''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('215','collation','description',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('225','collection','collection',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('230','zone particulière à certains types de documents : ressources électroniques','',1,1,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('300','note générale','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('301','note sur les numéros d\'identification','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('302','note sur les informations codées','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('303','note générale sur la description bibliographique','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('304','note sur le titre et la mention de responsabilité','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('305','note sur l\'édition et l\'histoire bibliographique','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('306','note sur l\'adresse bibliographique','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('307','note sur la collation','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('308','note sur la collection','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('310','note sur la reliure et la disponibilité','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('311','note sur les zones de liens','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('312','note sur les titres associés','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('313','note sur les vedettes matières','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('314','note sur la responsabilité intellectuelle','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('315','note sur les informations propres au type de documents','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('316','note sur l\'exemplaire','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('317','note sur la provenance','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('318','note sur les actions de préservation','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('320','note sur les bibliographies ou les index','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('321','note sur les index, extraits et citations publiés séparément','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('322','note sur le générique','note',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('323','note sur les interprètes','note',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('324','note sur le document original','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('325','note sur la reproduction','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('326','note sur la périodicité','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('327','note de contenu','note',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('328','note sur les thèses','note',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('330','résumé ou extrait','résumé',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('332','titre choisi pour le document','forme du titre',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('333','note sur le public destinataire','destiné à',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('336','note sur le type de ressource électronique','type de fichier',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('337','note sur la configuration requise','configuration requise',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('345','renseignements sur l\'acquisition','note',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('410','collection','collection',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('411','sous-collection','sous-collection',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('711','collectivité - coauteur','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('422','publication-mère du supplément','supplément de',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('423','publié avec','publié avec',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('430','suite de','suite de',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('431','succède après scission à','succède après scission à',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('432','remplace','remplace',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('433','remplace partiellement','remplace partiellement',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('434','absorbe','absorbe',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('435','absorbe partiellement','absorbe partiellement',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('436','fusion de','fusion de',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('437','suite partielle de','suite partielle de',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('440','devient','devient',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('441','devient partiellement','devient partiellement',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('442','remplacé par','remplacé par',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('443','remplacé partiellement par','remplacé partiellement par',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('444','absorbé par','absorbé par',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('445','absorbé partiellement par','absorbé partiellement par',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('446','scindé en… et en…','scindé en… et en…',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('447','fusionne avec… pour former…','fusionne avec… pour former…',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('448','redevient','redevient',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('451','autre édition sur le même support','autre édition',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('452','autre édition sur un autre support','autre édition',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('453','traduit sous le titre','traduit sous le titre',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('454','traduit de','traduit de',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('455','reproduction de','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('456','reproduit comme','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('461','niveau de l\'ensemble','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('462','niveau du sous-ensemble','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('463','niveau de l\'unité matérielle','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('464','niveau du dépouillement','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('470','document analysé','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('481','est relié avec ce volume','est rélié avec ce volume',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('482','relié avec','relié avec',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('488','autres œuvres en liaison','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('500','titre uniforme','titre',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('501','rubrique de classement','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('503','titre de forme','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('510','titre parallèle','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('512','titre de couverture','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('513','titre figurant sur une autre page de titre','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('514','titre de départ','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('515','titre courant','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('516','titre de dos','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('517','autres variantes du titre','autres variantes du titre',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('518','titre avec un alphabet moderne','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('520','titre précédent (publications en série)','titre précédent',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('531','titre abrégé (publications en série)','titre abrégé',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('532','titre développé (publications en série)','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('540','titre ajouté par le catalogueur','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('541','titre traduit ajouté par le catalogueur','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('545','titre de section','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('600','nom de personne - vedette matière','sujets',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('601','collectivité - vedette matière','sujets',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('602','nom générique de famille - vedette matière','sujets',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('604','auteur-titre - vedette matière','sujets',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('605','titre - vedette matière','sujets',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('606','nom commun - vedette matière','sujets',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('607','nom géographique - vedette matière','sujets',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('608','vedette matière de forme, de genre ou des caractéristiques physiques','sujets',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('610','indexation en vocabulaire libre','sujets',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('615','catégorie sujet','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('620','accès par le lieu d\'édition','lieu d\'édition',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('626','accès par des données techniques (périmé)','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('660','code de zone géographique','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('661','code de date','',0,1,NULL,''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('670','PRECIS','',0,1,NULL,''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('675','Classification Décimale Universelle','classification',0,1,NULL,''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('676','classification décimale Dewey','classification',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('680','classification de la Bibliothèque du Congrès','classification',0,1,NULL,''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('686','autres classifications','classification',0,1,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('700','nom de personne - responsabilité principale','auteur',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('701','nom de personne - coauteur','coauteur',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('702','nom de personne - mention de responsabilité secondaire','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('710','collectivité - mention de responsabilité principale','auteur',0,0,NULL,''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('711','collectivité - coauteur','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('712','collectivité - mention de responsabilité secondaire','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('720','nom générique de famille - mention de responsabilité principale','',0,0,NULL,''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('721','nom générique de famille - coauteur','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('722','nom générique de famille - mention de responsabilité secondaire','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('801','source de catalogage','',1,1,'SOURCES',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('802','centre ISSN','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('830','Note generale du catalogueur','Note generale du catalogueur',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('856','adresse électronique et mode d\'accès','accès',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('900','forme rejetée des zones 70X et 72X','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('901','numéro de référence Electre','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('902','niveau de lecture','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('903','indexation','cote',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('910','forme rejetée des zones 71X','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('915','numéro de gestion','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('916','données codées sur la conservation','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('917','données codées sur le prêt, le dépôt, la communication et la reproduction','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('918','numéro de notice archivé','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('919','référence dans le système local','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('920','accès auteur-titre','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('930','localisation et cote','localisation',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('931','ancienne cote','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('932','future cote','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('936','numéro d\'inventaire','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('950','forme rejetée des zones 5XX','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('955','état de collection des publications en série','état de collection',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('956','état de collection des publications en série : supplément et matériel d\'accompagnement','suppléments',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('957','état de collection des publications en série : tables et index','tables et index',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('958','nom et importance d\'une partie','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('960','forme rejetée des zones 6XX','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('966','champ de localisation','localisation',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('970','vedettes commerciales','sujets',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('980','forme rejetée des zones 970','sujets',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('987','numéro de notice archivé','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('990','cote ou note de contenu','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('991','indexation locale','sujets',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('992','classification locale','cote',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('995','Exemplaires','Exemplaires',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('682','PUBEMP','PUBEMP',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('658','Propri','Code propri',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('683','Cotes (specif ENSMP)','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('651','Cotes BIS (Spécif ENSMP)','',1,1,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('657','DOMAINE THESE','Domaine de la thèse',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('656','Lieu de Thèse','Lieu de thèse',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('653','Date modification notice','',1,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('659','Note de thèse','',0,0,'',''); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('652','Date création notice','',0,1,'',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('010','a','numéro (ISBN)','ISBN',0,0,'biblioitems.isbn',0,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('010','b','qualificatif','',0,0,'',0,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('010','d','disponibilté et/ou prix','',0,0,'',0,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('010','z','ISBN erroné','',0,0,'',0,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','a','langue d\'un texte, d\'une bande son, etc','',0,0,'',1,'LANGUES','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','b','langue d\'un texte intermédiaire quand le document n\'est pas une traducti','',0,0,'',1,'LANGUES','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','c','langue de l\'?uvre original','',0,0,'',1,'LANGUES','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','d','langue d\'un résumé','',0,0,'',1,'LANGUES','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','e','langue de la table des matières','',0,0,'',1,'LANGUES','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','f','langue de la page de titre si elle diffère de celle du texte','',0,0,'',1,'LANGUES','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','g','langue du titre propre si elle diffère de la langue du texte ou de la bande son','',0,0,'',1,'LANGUES','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','h','langue d\'un livret','',0,0,'',1,'LANGUES','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','i','langue des textes d\'accompagnement','',0,0,'',1,'LANGUES','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','j','langue des sous-titres','',0,0,'',-1,'LANGUES','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','a','pays d\'édition','',0,0,'',1,'PAYS','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','b','lieu d\'édition','',0,0,'',1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('105','a','données codées - monographies','',0,0,'',1,'','','unimarc_field_105.pl',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('124','a','origine de l\'image','',0,0,'',1,'','','unimarc_field_124a.pl',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('124','b','forme du document cartographique','',0,0,'',1,'','','unimarc_field_124b.pl',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('124','c','présentation technique dans le cas d\'images photographiques ou non photographiqu','',0,0,'',1,'','','unimarc_field_124c.pl',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('124','d','position de la base pourles images photographiques ou de télédétection','',0,0,'',1,'','','unimarc_field_124d.pl',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('124','e','catégorie de satellite pur la télédétection','',0,0,'',1,'','','unimarc_field_124e.pl',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('124','f','nom du satellite pour la télédétection','',0,0,'',1,'','','unimarc_field_124f.pl',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('124','g','technique d\'enregistrement pour les images de télédétection','',0,0,'',1,'','','unimarc_field_124g.pl',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('125','a','nature de la musique imprimée','',0,0,'',1,'','','unimarc_field_125a.pl',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('125','b','type de texte écrit (enregistrements parlés)','',0,0,'',1,'','','unimarc_field_125b.pl',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('130','a','données codées de documents : Microformes-caractéristiques physiques','',0,1,'',1,'','','unimarc_field_130.pl',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('135','a','données codées de documents pour les ressources électroniques','',0,0,'',1,'','','unimarc_field_135a.pl',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','5','nom de l\'institution à laquelle s\'applique cette zone','',1,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','a','titre propre','',0,1,'biblio.title',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','b','indication générale du type de document','',1,0,'',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','c','titre propre d\'un auteur différent','',1,0,'',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','d','titre parallèle','',1,0,'',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','e','complément du titre','',1,0,'',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','f','première mention de responsabilité','',0,0,'biblio.author',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','g','mention de responsabilité suivante','',1,0,'additionalauthors.author',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','h','numéro de partie','',1,0,'',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','i','titre de partie','',1,0,'',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','v','numéro de volume','',0,0,'biblioitems.volume',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','z','langue du titre parallèle','',0,0,'',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','a','titre de la collection','',0,0,'biblio.seriestitle',2,'','','unimarc_field_225a.pl',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','d','titre parallèle de la collection','',0,0,'',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','e','compléments de titre de la collection','',0,0,'',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','f','mention de responsabilité','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','h','numéro de la sous-collection','',0,0,'',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','i','titre de la sous-collection','',0,0,'',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','v','numéro du volume','',0,0,'',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','x','ISSN de la collection','',0,0,'',2,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','z','langue du titre parallèle','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('320','a','texte de la note','',0,0,'',3,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('326','a','périodicité','',0,0,'',3,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('326','b','dates','',0,0,'',3,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','a','auteur','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','c','lieu de publication','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','d','date de publication','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','e','mention d\'édition','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','h','numéro de section ou de partie','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','i','titre de section ou de partie','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','p','collation','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','t','titre','',0,0,'',4,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','u','URL','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','v','numéro de volume','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','x','ISSN','',0,0,'',4,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','a','titre uniforme','titre',0,0,'',5,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','b','indication générale du type de document','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','h','numéro de section ou de partie','numéro',0,0,'',5,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','i','titre de section ou de partie','',0,0,'',5,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','k','date de publication','publié en',0,0,'',5,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','l','sous-vedette de forme','',0,0,'',5,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','m','langue','langue',0,0,'',5,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','n','autres informations','',0,0,'',5,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','q','version','',0,0,'',5,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','r','mode d\'interprétation','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','s','indication du numéro (pour la musique)','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','u','clé','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','v','indication du volume','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','w','mention d\'arrangement (pour la musique)','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','x','subdivision de sujet','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','y','subdivision géographique','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','z','subdivision chronologique','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','2','code système','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','a','nom du serveur','',0,0,'',8,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','b','numéro d\'accès','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','c','compression','compression',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','d','chemin d\'accès','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','e','date et heure de la consultation','visité le',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','f','nom électronique','fichier',0,0,'',8,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','g','URN','URN',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','h','nom de l\'utilisateur','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','i','instruction','commande',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','j','bits par seconde','bits par seconde',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','k','mot de passe','mot de passe',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','l','login','login',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','m','contact pour l\'assistance technique','contact',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','n','adresse du serveur','adresse',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','o','système d\'exploitation','système d\'exploitation',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','p','port','port',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','q','type de format électronique','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','r','dispositions','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','s','taille du fichier','taille du fichier',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','t','émulation du terminal','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','u','URL','URL',1,0,'biblioitems.url',8,'','','',1,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','v','heures d\'accès','heures d\'accès',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','w','numéro d\'identification de la notice','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','x','note non publique','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','y','mode d\'accès','mode d\'accès',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','z','note publique','note',0,0,'',8,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','a','origine du document, texte libre','',0,0,'items.homebranch',10,'branches','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','b','origine du document, donnée codée','',0,0,'',-1,'branches','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','c','dépositaire permanent, texte libre','',0,0,'items.holdingbranch',10,'branches','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','v','code à barres de l\'exemplaire','',0,0,'items.barcode',10,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','d','Etablissement prêteur ou déposant, donnée codée','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','g','code à barres, préfixe','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','h','code à barres, incrémentation','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','i','code à barres, suffixe','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','k','cote','cote',0,0,'',10,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','l','volumaison','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','m','date de prêt ou de dépôt','',0,0,'items.datelastseen',10,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','n','date de restitution prévue','à rendre pour le',0,0,'items.datelastborrowed',10,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','o','catégorie de circulation (0 : empruntable, 1 : exclu du prêt)','',0,0,'items.notforloan',10,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','q','public visé (selon l\'âge)','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','r','type de document et support matériel','',0,1,'',10,'itemtypes','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','s','élément de tri','',0,1,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','u','note sur l\'exemplaire','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','9','itemnumber (koha)','',0,0,'items.itemnumber',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','e','niveau de localisation','',0,0,'items.location',10,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','@','numéro d\'identification de la notice','',0,0,'',-1,'','','',0,0,'','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','f','N° d\'inventaire','',0,0,'',10,'','',NULL,0,0,'','',''); diff --git a/misc/sql-datas/fr/mandatory/framework_DEFAULT.txt b/misc/sql-datas/fr/mandatory/framework_DEFAULT.txt new file mode 100644 index 0000000000..7fa32dafa6 --- /dev/null +++ b/misc/sql-datas/fr/mandatory/framework_DEFAULT.txt @@ -0,0 +1,2 @@ +Framework for default (useless framework, here just for history purposes) +Framework (UNIMARC en français) par défaut. INUTILE. Il est là seulement pour des questions d'historique \ No newline at end of file diff --git a/misc/sql-datas/fr/mandatory/stopwords.sql b/misc/sql-datas/fr/mandatory/stopwords.sql new file mode 100644 index 0000000000..53c41905a7 --- /dev/null +++ b/misc/sql-datas/fr/mandatory/stopwords.sql @@ -0,0 +1,71 @@ +# phpMyAdmin MySQL-Dump +# version 2.2.6-rc1 +# http://phpwizard.net/phpMyAdmin/ +# http://phpmyadmin.sourceforge.net/ (download page) +# +# Host: localhost +# Generation Time: Nov 22, 2002 at 11:10 AM +# Server version: 3.23.52 +# PHP Version: 4.2.3 +# Database : `koha_fr` + +# +# Dumping data for table `stopwords` +# + +INSERT INTO stopwords VALUES ('AU'); +INSERT INTO stopwords VALUES ('ÇA'); +INSERT INTO stopwords VALUES ('CAR'); +INSERT INTO stopwords VALUES ('CE'); +INSERT INTO stopwords VALUES ('CELA'); +INSERT INTO stopwords VALUES ('CES'); +INSERT INTO stopwords VALUES ('CEUX'); +INSERT INTO stopwords VALUES ('CI'); +INSERT INTO stopwords VALUES ('DANS'); +INSERT INTO stopwords VALUES ('DE'); +INSERT INTO stopwords VALUES ('DES'); +INSERT INTO stopwords VALUES ('DU'); +INSERT INTO stopwords VALUES ('ELLE'); +INSERT INTO stopwords VALUES ('ELLES'); +INSERT INTO stopwords VALUES ('EN'); +INSERT INTO stopwords VALUES ('EST'); +INSERT INTO stopwords VALUES ('ET'); +INSERT INTO stopwords VALUES ('EU'); +INSERT INTO stopwords VALUES ('IL'); +INSERT INTO stopwords VALUES ('ILS'); +INSERT INTO stopwords VALUES ('JE'); +INSERT INTO stopwords VALUES ('LA'); +INSERT INTO stopwords VALUES ('LE'); +INSERT INTO stopwords VALUES ('LES'); +INSERT INTO stopwords VALUES ('LEUR'); +INSERT INTO stopwords VALUES ('MA'); +INSERT INTO stopwords VALUES ('MAIS'); +INSERT INTO stopwords VALUES ('MES'); +INSERT INTO stopwords VALUES ('MON'); +INSERT INTO stopwords VALUES ('NI'); +INSERT INTO stopwords VALUES ('NOTRE'); +INSERT INTO stopwords VALUES ('NOUS'); +INSERT INTO stopwords VALUES ('OU'); +INSERT INTO stopwords VALUES ('PAR'); +INSERT INTO stopwords VALUES ('PAS'); +INSERT INTO stopwords VALUES ('PEU'); +INSERT INTO stopwords VALUES ('PEUT'); +INSERT INTO stopwords VALUES ('POUR'); +INSERT INTO stopwords VALUES ('QUE'); +INSERT INTO stopwords VALUES ('QUI'); +INSERT INTO stopwords VALUES ('SA'); +INSERT INTO stopwords VALUES ('SES'); +INSERT INTO stopwords VALUES ('SI'); +INSERT INTO stopwords VALUES ('SIEN'); +INSERT INTO stopwords VALUES ('SON'); +INSERT INTO stopwords VALUES ('SOUS'); +INSERT INTO stopwords VALUES ('SUR'); +INSERT INTO stopwords VALUES ('TA'); +INSERT INTO stopwords VALUES ('TELS'); +INSERT INTO stopwords VALUES ('TES'); +INSERT INTO stopwords VALUES ('TON'); +INSERT INTO stopwords VALUES ('TU'); +INSERT INTO stopwords VALUES ('VOTRE'); +INSERT INTO stopwords VALUES ('VOUS'); +INSERT INTO stopwords VALUES ('VU'); + diff --git a/misc/sql-datas/fr/mandatory/stopwords.txt b/misc/sql-datas/fr/mandatory/stopwords.txt new file mode 100644 index 0000000000..9ccf0799a6 --- /dev/null +++ b/misc/sql-datas/fr/mandatory/stopwords.txt @@ -0,0 +1,2 @@ +French stop words +Mots vides de la langue française. \ No newline at end of file diff --git a/misc/sql-datas/fr/mandatory/unimarc_standard_systemprefs.sql b/misc/sql-datas/fr/mandatory/unimarc_standard_systemprefs.sql new file mode 100644 index 0000000000..f25bf9eec9 --- /dev/null +++ b/misc/sql-datas/fr/mandatory/unimarc_standard_systemprefs.sql @@ -0,0 +1,22 @@ +TRUNCATE systempreferences; +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('template', 'default', 'Thème de présentation pour l\'interface bibliothécaire', NULL, 'Themes'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('autoBarcode', '0', 'Code barre auto-calculé', NULL, 'YesNo'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('acquisitions', 'normal', 'Acquisitions basé sur une gestion budgétaire (Normal) ou très simple, saisie directe dans le catalogue (simple)', 'simple|normal', 'Choice'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('autoMemberNum', '0', 'Le code lecteur est automatiquement calculé', NULL, 'YesNo'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('authoritysep', '--', 'Séparateur pour le thésaurus. Habituellement --', '10', 'free'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('opaclanguages', 'fr', 'Langage des interfaces bibliothécaire et OPAC', NULL, 'Languages'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('opacthemes', 'css', 'Thème de présentation de Koha', NULL, 'Themes'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('timeout', '120000000', 'Délai d\'inactivité avant de déconnexion automatique (en secondes)', NULL, 'Integer'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('marc', 'ON', 'Gestion MARC (ON ou OFF)', NULL, 'YesNo'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('marcflavour', 'UNIMARC', 'L\'encodage des caractères (MARC21 ou UNIMARC)', 'MARC21|UNIMARC', 'Choice'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('checkdigit', 'none', 'Vérification de validité sur la carte lecteur \'none\' pour aucun, \'Katipo\' pour la vérification comme chez Katipo', 'none|katipo', 'Choice'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('dateformat', 'metric', 'date format (US MM/JJ/AAA, métrique JJ/MM/AAAA, ISO AAAA/MM/JJ)', 'metric|us|iso', 'Choice'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('insecure', 'no', 'Si positionné à YES, AUCUNE authentification n\'est nécessaire puor utiliser Koha. Réfléchissez 2 fois avatn de mettre YES !', NULL, 'YesNo'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('maxoutstanding', '5', 'Dettes maximales pour être autorisé à faire des réservations', NULL, 'Integer'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('maxreserves', '5', 'Nombre maximum de réservations possibles pour un lecteur', NULL, 'Integer'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('noissuescharge', '5', 'Dettes maximales pour être autorisé à faire un emprunt', NULL, 'Integer'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('KohaAdminEmailAddress', 'your.mail@here', 'L\'adresse apparaissant sur les courriers électroniques envoyés', NULL, 'free'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('gist', '0.196', 'taux de TVA. Pas en %, mais sous forme numérique (0,055 pour 5,5%)', NULL, 'free'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('LibraryName', 'Bienvenue dans Koha', 'Le nom de la bibliothèque tel qu\'il apparait dans l\'OPAC', NULL, ''); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('ldapserver', '', 'Le nom du serveur LDAP', NULL, 'free'); +INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('ldapinfos', '', 'Info ldap. Sera utilisé dans dn : uid=xxx, ', NULL, 'free'); \ No newline at end of file diff --git a/misc/sql-datas/fr/mandatory/unimarc_standard_systemprefs.txt b/misc/sql-datas/fr/mandatory/unimarc_standard_systemprefs.txt new file mode 100644 index 0000000000..fb0fcf5fd7 --- /dev/null +++ b/misc/sql-datas/fr/mandatory/unimarc_standard_systemprefs.txt @@ -0,0 +1,3 @@ +This file contains systemprefs for french UNIMARC standard setup + +Ce fichier contient la définition des préférences systèmes pour une installation UNIMARC en Français. \ No newline at end of file diff --git a/misc/sql-datas/fr/optional/framework_ANCI.sql b/misc/sql-datas/fr/optional/framework_ANCI.sql new file mode 100644 index 0000000000..a025edcd39 --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_ANCI.sql @@ -0,0 +1,680 @@ +INSERT INTO biblio_framework VALUES ('ANCI','Livres anciens'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('518','Titre avec un alphabet moderne','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('516','Titre de dos','Titre de dos',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('514','Titre de depart','Titre de depart',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('513','Titre figurant sur une autre page de titre','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('512','Titre de couverture','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('503','Titre de forme','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('500','Titre uniforme','titre',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('482','relie avec','relie avec',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('481','Est relie avec ce volume','Est relie avec ce volume',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('318','Note sur les actions de preservation','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('317','Note sur la provenance','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('316','Note sur l\'exemplaire','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('141','Zone de donnees codees : livres anciens, caracteres de l\'exemplaire','',0,1,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('140','Zone de donnees codees : livres anciens','',0,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('012','Empreinte identifiant le document','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('830','Note generale du catalogueur','Note generale du catalogueur',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('801','source de catalogage','',0,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('722','nom générique de famille - mention de responsabilité secondaire','',0,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('721','nom générique de famille - coauteur','',0,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('720','nom générique de famille - mention de responsabilité principale','',0,0,NULL,'ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('712','collectivité - mention de responsabilité secondaire','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('711','collectivité - coauteur','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('710','collectivité - mention de responsabilité principale','auteur',0,0,NULL,'ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('702','nom de personne - mention de responsabilité secondaire','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('701','nom de personne - coauteur','coauteur',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('700','nom de personne - responsabilité principale','auteur',0,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('676','classification décimale Dewey','classification',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('661','code de date','',0,1,NULL,'ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('620','accès par le lieu d\'édition','lieu d\'édition',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('615','catégorie sujet','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('610','indexation en vocabulaire libre','sujets',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('608','vedette matière de forme, de genre ou des caractéristiques physiques','sujets',0,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('607','nom géographique - vedette matière','sujets',0,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('606','nom commun - vedette matière','sujets',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('605','titre - vedette matière','sujets',0,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('604','auteur-titre - vedette matière','sujets',0,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('602','nom générique de famille - vedette matière','sujets',0,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('601','collectivité - vedette matière','sujets',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('600','nom de personne - vedette matière','sujets',0,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('541','titre traduit ajouté par le catalogueur','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('540','titre ajouté par le catalogueur','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('517','autres variantes du titre','autres variantes du titre',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('515','titre courant','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('510','titre parallèle','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('488','autres œuvres en liaison','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('464','niveau du dépouillement','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('463','niveau de l\'unité matérielle','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('462','niveau du sous-ensemble','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('461','niveau de l\'ensemble','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('456','reproduit comme','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('455','reproduction de','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('454','traduit de','traduit de',0,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('453','traduit sous le titre','traduit sous le titre',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('452','autre édition sur un autre support','autre édition',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('451','autre édition sur le même support','autre édition',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('411','sous-collection','sous-collection',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('410','collection','collection',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('345','renseignements sur l\'acquisition','note',0,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('333','note sur le public destinataire','destiné à',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('332','titre choisi pour le document','forme du titre',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('330','résumé ou extrait','résumé',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('327','note de contenu','note',0,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('325','note sur la reproduction','note',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('324','note sur le document original','note',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('315','note sur les informations propres au type de documents','note',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('314','note sur la responsabilité intellectuelle','note',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('313','note sur les vedettes matières','note',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('312','note sur les titres associés','note',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('311','note sur les zones de liens','note',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('308','note sur la collection','note',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('307','note sur la collation','note',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('306','note sur l\'adresse bibliographique','note',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('305','note sur l\'édition et l\'histoire bibliographique','note',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('304','note sur le titre et la mention de responsabilité','note',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('303','note générale sur la description bibliographique','note',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('302','note sur les informations codées','note',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('300','note générale','note',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('225','collection','collection',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('215','collation','description',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('211','date de publication prévue','date de publication prévue',0,0,NULL,'ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('210','adresse bibliographique','éditeur',0,0,NULL,'ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('205','mention d\'édition','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('200','titre et mention de responsabilité','titre',0,1,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('122','zone de données codées : période historique','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('102','pays d\'édition ou de production','',0,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('101','langue du document','langue',0,1,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('100','données générales de traitement','',0,1,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('005','numéro d\'identification de la version','',1,0,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('001','numéro d\'identification de la notice','notice numéro',0,1,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('686','type de document et support matériel','type de document',0,1,'','ANCI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('995','Données exemplaires','',0,0,'','ANCI'); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('001','@','Numéro d\'identification notice','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('100','a','données générales de traitement','',0,0,'',1,'','','unimarc_field_100.pl',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','a','langue d\'un texte, d\'une bande son, etc','',0,0,'',1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','b','langue d\'un texte intermédiaire quand le document n\'est pas une traducti','',0,0,'',1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','c','langue de l\'?uvre original','',0,0,'',1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','d','langue d\'un résumé','',0,0,'',1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','e','langue de la table des matières','',0,0,'',1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','f','langue de la page de titre si elle diffère de celle du texte','',0,0,'',1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','g','langue du titre propre si elle diffère de la langue du texte ou de la bande son','',0,0,'',1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','h','langue d\'un livret','',0,0,'',1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','i','langue des textes d\'accompagnement','',0,0,'',1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','j','langue des sous-titres','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','a','pays d\'édition','',0,0,'',1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','b','lieu d\'édition','',0,0,'',1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('122','a','Période : de 9999 avant J.C. à nos jours','',0,1,'',1,'','','unimarc_field_122.pl',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','5','nom de l\'institution à laquelle s\'applique cette zone','',1,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','a','titre propre','',1,1,'biblio.title',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','b','indication générale du type de document','',0,0,'',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','c','titre propre d\'un auteur différent','',0,0,'',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','d','titre parallèle','',0,0,'',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','e','complément du titre','',0,0,'bibliosubtitle.subtitle',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','f','première mention de responsabilité','',0,0,'biblio.author',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','g','première mention de responsabilité suivante','',0,0,'additionalauthors.author',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','h','numéro de partie','',0,0,'',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','i','titre de partie','',0,0,'',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','v','numéro de volume','',0,0,'biblioitems.volume',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','z','langue du titre parallèle','',0,0,'',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','a','mention d\'édition','',0,0,'',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','b','mention de parution','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','d','mention parallèle d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','f','mention de responsabilité relative à l\'édition','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','g','mention de responsabilité suivante','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','a','lieu de publication, de diffusion, etc','',0,0,'',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','b','adresse de l\'éditeur, du diffuseur','',1,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','c','nom de l\'éditeur, du diffuseur','',0,0,'biblioitems.publishercode',2,'','EDITORS','unimarc_field_210c.pl',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','d','date de publication, de diffusion','',0,0,'biblioitems.publicationyear',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','e','lieu de publication de fabrication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','f','adresse du fabricant','',0,1,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','g','nom du fabricant','',0,1,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','h','date de fabrication','',0,1,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('211','a','date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','a','indication du type de document et importance matérielle','',0,0,'biblioitems.pages',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','c','autres caractéristiques matérielles','',0,0,'biblioitems.illus',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','d','format','',0,0,'biblioitems.size',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','e','matériel d\'accompagnement','',0,0,'',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','a','titre de la collection','',0,0,'biblio.seriestitle',2,'','','unimarc_field_225a.pl',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','d','titre parallèle de la collection','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','e','compléments de titre de la collection','',0,0,'',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','f','mention de responsabilité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','h','numéro de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','i','titre de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','v','numéro du volume','',0,0,'',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','x','ISSN de la collection','',0,0,'',2,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','z','langue du titre parallèle','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('300','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('302','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('303','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('304','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('305','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('306','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('307','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('308','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('311','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('312','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('313','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('314','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('315','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('324','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('325','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('327','a','texte de la note','',1,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('330','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('332','a',' note sur les titres choisis','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('333','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','a','source de l\'acquisition, adresse pour l\'abonnement','',0,0,'',3,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','b','numéro d\'éditeur','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','c','support','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','d','disponibilité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','t','titre','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','v','numéro de volume','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','t','titre','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','t','titre','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','t','titre','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','u','URL','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','t','titre','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','t','titre','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','t','titre','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','t','titre','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','t','titre','',0,0,'biblio.serial',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','t','titre','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','a','auteur','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','t','titre','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','t','titre','',1,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','t','titre','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','a','titre parallèle','',0,0,'',5,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','j','volume ou dates associés au titre','',0,0,'',5,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','z','langue du titre','',0,0,'',5,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','a','titre courant','',0,0,'',5,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','e','complément du titre','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','h','numéro de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','i','titre de partie','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','j','volume ou dates associés au titre','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','z','langue du titre','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','a','Variante du titre','',0,0,'',5,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('540','a','titre ajouté par le catalogueur','',0,0,'',5,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','a','titre traduit','titre traduit',0,0,'',5,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','z','langue du titre traduit','',0,0,'',5,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','b','partie autre que l\'élément d\'entrée','',0,0,'',6,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','c','qualificatifs autre que les dates','',0,0,'',6,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','d','chiffres romains','',0,0,'',6,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','f','dates','',0,0,'',6,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','g','forme développée des initiales du prénom','',0,0,'',6,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','b','subdivision','sujet',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','c','élément ajouté au nom','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','d','numéro de congrès et/ou de session','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','e','lieu du congrès','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','f','date du congrès','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','g','élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','h','partie du nom autre que l\'élément d\'entrée ou l\'élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','x','subdivision de sujet','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','x','subdivision de sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','y','subdivision géographique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','z','subdivision chronologique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('604','1','données de liens','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','h','numéro de la partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','i','nom de partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','k','date de publication','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','l','sous-vedettes de forme','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','m','langue','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','n','autres informations','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','q','version','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','a','élément d\'entrée','sujet',0,0,'',6,'','NP','unimarc_field_700-4.pl',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','5','institution à laquelle s\'applique cette zone','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','5','descripteur','sujet',1,0,'bibliosubject.subject',6,'','MC','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','a','descripteur','sujet',1,0,'',6,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','a','catégorie sujet','sujet',0,0,'',6,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','m','subdivision de la catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','n','catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','x','subdivision de la catégorie sujet','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','3','numéro de la ville d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','a','pays','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','b','Etat, région, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','c','département, comté, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','d','ville','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('661','a','code de date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','a','indice Dewey','',0,0,'biblioitems.dewey',6,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','v','édition','',0,0,'',6,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','z','langue d\'édition','',0,0,'',6,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','3','numéro de la notice d\'autorité','',0,0,'',7,'itemtypes','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','a','élément d\'entrée','auteur',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','f','dates','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','f','dates','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','f','dates','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','h','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','5','institution à laquelle s\'applique cette zone','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','4','code de fonction','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','a','élément d\'entrée','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','f','dates','',0,0,'',-1,'','','',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ANCI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','2','code du format utilisé','',0,0,'',-1,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','a','pays','',0,0,'',8,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','b','agence de catalogage','',0,1,'',8,'SOURCES','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','c','date de la transaction','',0,0,'',8,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','g','règles de catalogage utilisées','',0,0,'',8,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('830','a','texte de la note','note',0,0,'',8,'','',NULL,NULL,NULL,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('012','2','Code du systeme utilise pour l\'empreinte','',0,0,'',0,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('012','5','Institution a laquelle s\'applique cette zone','',0,0,'',0,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('012','a','Empreinte','',0,0,'',0,'','',NULL,0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('140','a','Donnees codees pour les livres anciens - generalites','',0,0,'',1,'','','unimarc_field_140.pl',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('141','5','Institution a laquelle cette zone s\'applique','',0,0,'',1,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('141','a','Donnees codees pour le livre ancien - caracteres de l\'exemplaire','',0,0,'',1,'','','unimarc_field_141.pl',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('316','a','Texte de la note','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('316','5','Institution a laquelle s\'applique cette zone','',0,0,'',3,'','',NULL,0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('317','a','Texte de la note','',0,0,'',3,'','',NULL,0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','5','Institution a laquelle s\'applique cette note','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','a','Operation','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','b','Identification de l\'operation','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','c','Date de l\'operation','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','d','Intervalle entre les operations','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','e','Contingence de l\'operation','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','f','Autorisation','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','h','Juridiction','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','i','Methode de l\'operation','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','j','Lieu de l\'operation','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','k','Agent de l\'operation','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','l','Etat','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','n','Extension','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','o','Type de partie','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','p','Note non publique','',0,0,'',3,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','r','Note publique','',0,0,'',3,'','',NULL,0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','5','Institution a laquelle s\'applique cette zone','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','a','Auteur','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','c','Lieu de publication','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','d','Date de publication','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','p','Collation','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','t','Titre','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','u','URL','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','v','Numero de volume','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','x','ISSN','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','y','ISBN/numero international normalise de document musical','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','5','Institution a laquelle s\'applique cette zone','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','a','Auteur','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','c','Lieu de publication','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','d','Date de publication','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','p','Collation','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','t','Titre','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','u','URL','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','v','Numero de volume','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','x','ISSN','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','y','ISBN/numero international normalise de document musical','',0,0,'',4,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','2','Code systeme','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','3','Numero de la notice d\'autorite','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','a','Titre uniforme','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','b','Indication generale du type de document','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','h','Numero de section ou de partie','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','i','Titre de section ou de partie','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','k','Date de publication','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','l','Sous vedette de forme','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','m','Langue','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','n','Autres informations','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','q','Version','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','r','Mode d\'interpretation','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','s','Indication du numero (pour la musique)','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','u','Cle','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','v','Indication du volume','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','w','Mention d\'arrangement (pour la musique)','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','x','Subdivision de sujet','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','y','Subdivision geographique','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','z','Subdivision chronologique','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','a','Titre de forme','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','b','Subdivision','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','d','Mois et jour','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','e','Nom de personne','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','f','Elements de nom rejete','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','h','Qualificatif','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','i','Titre de partie','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','j','Annee','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','k','Numerotation (chiffres arabes)','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','l','Numerotation (chiffres romains)','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','m','Localisation','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','n','Etablissement presidant la localisation','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('512','a','Titre parallele','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('512','e','Complement de titre','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('512','h','Numero de partie','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('512','i','Titre de partie','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('512','j','Volumes ou dates associes au titre','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('512','n','Autres informations','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('512','z','Langue de titre','',0,0,'',5,'','',NULL,0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('513','a','Titre figurant sur une autre page de titre','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('513','e','Complement du titre','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('513','h','Numero de partie','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('513','i','Titre de partie','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('513','j','Volumes ou dates associes au titre','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('513','n','Autres informations','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('513','z','Langue du titre','',0,0,'',5,'','',NULL,0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('514','a','Titre de depart','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('514','e','Complement du titre','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('514','h','Numero de partie','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('514','i','Titre de partie','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('514','j','Volumes ou dates associes au titre','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('514','n','Autres informations','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('514','z','Langue du titre','',0,0,'',5,'','',NULL,0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('516','a','Titre de dos','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('516','e','Complement du titre','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('516','h','Numero de partie','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('516','i','Titre de partie','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('516','j','Volume ou dates associes au titre','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('516','n','Autres informations','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('516','z','Langue du titre','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('518','a','Titre dans un alphabet moderne','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('518','e','Complement du titre','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('518','h','Numero de partie','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('518','i','Titre de partie','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('518','j','Volumes ou dates associes au titre','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('518','n','Autres informations','',0,0,'',5,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('518','z','Langue du titre','',0,0,'',5,'','',NULL,0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('686','a','type de document et support matériel','type de document',0,1,'biblioitems.itemtype',6,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','k','cote','',0,0,'items.itemcallnumber',10,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','f','numéro d\'inventaire','',0,0,'',10,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','e','Niveau de localisation','',0,0,'items.location',10,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','a','Origine du document','',0,0,'items.homebranch',10,'branches','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','c','Dépositaire permanent','',0,0,'items.holdingbranch',10,'branches','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','m','date de prêt ou de dépôt','',0,0,'items.datelastseen',10,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','n','date de restitution prévue','',0,0,'items.datelastborrowed',10,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','o','catégorie de circulation (0 : empruntable, 1 : exclu du prêt)','',0,0,'items.notforloan',10,'01','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','r','type de document et support matériel','',0,0,'',10,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','u','note sur l\'exemplaire','',0,0,'',10,'','','',0,0,'ANCI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','v','code à barres de l\'exemplaire','',0,0,'items.barcode',10,'','',NULL,0,0,'ANCI','',''); diff --git a/misc/sql-datas/fr/optional/framework_ANCI.txt b/misc/sql-datas/fr/optional/framework_ANCI.txt new file mode 100644 index 0000000000..529dbb622c --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_ANCI.txt @@ -0,0 +1,2 @@ +Framework for old books (UNIMARC, in french) +Framework (UNIMARC en français) pour cataloguer les livres anciens diff --git a/misc/sql-datas/fr/optional/framework_BASE.sql b/misc/sql-datas/fr/optional/framework_BASE.sql new file mode 100644 index 0000000000..01917ac4e7 --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_BASE.sql @@ -0,0 +1,539 @@ +INSERT INTO biblio_framework VALUES ('BASE','Base pour les autres grilles'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('830','Note generale du catalogueur','Note generale du catalogueur',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('801','source de catalogage','',1,1,'SOURCES','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('722','nom générique de famille - mention de responsabilité secondaire','',0,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('721','nom générique de famille - coauteur','',0,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('720','nom générique de famille - mention de responsabilité principale','',0,0,NULL,'BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('712','collectivité - mention de responsabilité secondaire','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('711','collectivité - coauteur','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('710','collectivité - mention de responsabilité principale','auteur',0,0,NULL,'BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('702','nom de personne - mention de responsabilité secondaire','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('701','nom de personne - coauteur','coauteur',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('700','nom de personne - responsabilité principale','auteur',0,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('620','accès par le lieu d\'édition','lieu d\'édition',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('615','catégorie sujet','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('610','indexation en vocabulaire libre','sujets',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('608','vedette matière de forme, de genre ou des caractéristiques physiques','sujets',0,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('607','nom géographique - vedette matière','sujets',0,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('606','nom commun - vedette matière','sujets',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('605','titre - vedette matière','sujets',0,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('604','auteur-titre - vedette matière','sujets',0,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('602','nom générique de famille - vedette matière','sujets',0,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('601','collectivité - vedette matière','sujets',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('600','nom de personne - vedette matière','sujets',0,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('541','titre traduit ajouté par le catalogueur','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('540','titre ajouté par le catalogueur','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('517','autres variantes du titre','autres variantes du titre',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('515','titre courant','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('510','titre parallèle','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('488','autres œuvres en liaison','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('464','niveau du dépouillement','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('463','niveau de l\'unité matérielle','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('462','niveau du sous-ensemble','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('461','niveau de l\'ensemble','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('456','reproduit comme','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('455','reproduction de','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('454','traduit de','traduit de',0,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('453','traduit sous le titre','traduit sous le titre',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('452','autre édition sur un autre support','autre édition',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('451','autre édition sur le même support','autre édition',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('411','sous-collection','sous-collection',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('410','collection','collection',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('345','renseignements sur l\'acquisition','note',0,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('333','note sur le public destinataire','destiné à',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('332','titre choisi pour le document','forme du titre',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('330','résumé ou extrait','résumé',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('327','note de contenu','note',0,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('325','note sur la reproduction','note',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('324','note sur le document original','note',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('315','note sur les informations propres au type de documents','note',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('314','note sur la responsabilité intellectuelle','note',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('313','note sur les vedettes matières','note',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('312','note sur les titres associés','note',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('311','note sur les zones de liens','note',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('308','note sur la collection','note',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('307','note sur la collation','note',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('306','note sur l\'adresse bibliographique','note',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('305','note sur l\'édition et l\'histoire bibliographique','note',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('304','note sur le titre et la mention de responsabilité','note',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('303','note générale sur la description bibliographique','note',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('302','note sur les informations codées','note',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('300','note générale','note',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('225','collection','collection',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('215','collation','description',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('211','date de publication prévue','date de publication prévue',0,0,NULL,'BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('210','adresse bibliographique','éditeur',0,0,NULL,'BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('205','mention d\'édition','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('200','titre et mention de responsabilité','titre',0,1,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('102','pays d\'édition ou de production','',0,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('101','langue du document','langue',0,1,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('100','données générales de traitement','',0,1,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('005','numéro d\'identification de la version','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('001','numéro d\'identification de la notice','notice numéro',0,1,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('686','type de document et support matériel','Type de document',0,1,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('995','Données exemplaires','',1,0,'','BASE'); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','3','numéro de la notice d\'autorité','',0,0,'',7,'itemtypes','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','f','dates','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','a','élément d\'entrée','auteur',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','v','édition','',0,0,'',6,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','z','langue d\'édition','',0,0,'',6,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','a','indice Dewey','',0,0,'biblioitems.dewey',6,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('661','a','code de date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','3','numéro de la ville d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','d','ville','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','b','Etat, région, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','c','département, comté, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','a','pays','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','n','catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','x','subdivision de la catégorie sujet','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','m','subdivision de la catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','a','catégorie sujet','sujet',0,0,'',6,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','a','descripteur','sujet',1,0,'',6,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','5','institution à laquelle s\'applique cette zone','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','a','élément d\'entrée','sujet',0,0,'',6,'','NP','unimarc_field_700-4.pl',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','q','version','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','n','autres informations','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','l','sous-vedettes de forme','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','m','langue','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','i','nom de partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','k','date de publication','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','h','numéro de la partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('604','1','données de liens','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','z','subdivision chronologique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','y','subdivision géographique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','x','subdivision de sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','x','subdivision de sujet','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','g','élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','h','partie du nom autre que l\'élément d\'entrée ou l\'élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','f','date du congrès','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','d','numéro de congrès et/ou de session','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','e','lieu du congrès','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','c','élément ajouté au nom','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','b','subdivision','sujet',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','g','forme développée des initiales du prénom','',0,0,'',6,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','f','dates','',0,0,'',6,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','d','chiffres romains','',0,0,'',6,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','c','qualificatifs autre que les dates','',0,0,'',6,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','b','partie autre que l\'élément d\'entrée','',0,0,'',6,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','z','langue du titre traduit','',0,0,'',5,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','a','titre traduit','titre traduit',0,0,'',5,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('540','a','titre ajouté par le catalogueur','',0,0,'',5,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','z','langue du titre','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','j','volume ou dates associés au titre','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','i','titre de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','h','numéro de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','e','complément du titre','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','a','titre courant','',0,0,'',5,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','z','langue du titre','',0,0,'',5,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','j','volume ou dates associés au titre','',0,0,'',5,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','a','titre parallèle','',0,0,'',5,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','u','URL','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','t','titre','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','p','collation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','u','URL','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','t','titre','',1,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','p','collation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','u','URL','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','t','titre','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','p','collation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','a','auteur','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','u','URL','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','t','titre','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','p','collation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','u','URL','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','t','titre','',0,0,'biblio.serial',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','p','collation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','u','URL','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','t','titre','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','p','collation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','u','URL','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','t','titre','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','p','collation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','u','URL','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','t','titre','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','p','collation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','u','URL','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','t','titre','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','p','collation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','u','URL','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','t','titre','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','p','collation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','u','URL','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','t','titre','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','p','collation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','u','URL','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','t','titre','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','p','collation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','v','numéro de volume','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','u','URL','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','t','titre','',0,0,'',4,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','p','collation','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','d','disponibilité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','c','support','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','b','numéro d\'éditeur','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','a','source de l\'acquisition, adresse pour l\'abonnement','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('333','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('332','a',' note sur les titres choisis','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('330','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('327','a','texte de la note','',1,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('325','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('324','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('315','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('314','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('313','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('312','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('311','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('308','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('307','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('306','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('305','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('304','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('303','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('302','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('300','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','z','langue du titre parallèle','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','x','ISSN de la collection','',0,0,'',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','v','numéro du volume','',0,0,'',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','i','titre de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','f','mention de responsabilité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','h','numéro de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','e','compléments de titre de la collection','',0,0,'',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','d','titre parallèle de la collection','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','a','titre de la collection','',0,0,'biblio.seriestitle',2,'','','unimarc_field_225a.pl',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','d','format','',0,0,'biblioitems.size',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','e','matériel d\'accompagnement','',0,0,'',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','c','autres caractéristiques matérielles','',0,0,'biblioitems.illus',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('211','a','date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','a','indication du type de document et importance matérielle','',0,0,'biblioitems.pages',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','h','date de fabrication','',0,1,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','f','adresse du fabricant','',0,1,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','g','nom du fabricant','',0,1,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','e','lieu de publication de fabrication','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','d','date de publication, de diffusion','',0,0,'biblioitems.publicationyear',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','c','nom de l\'éditeur, du diffuseur','',0,0,'biblioitems.publishercode',2,'','EDITORS','unimarc_field_210c.pl',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','b','adresse de l\'éditeur, du diffuseur','',1,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','a','lieu de publication, de diffusion, etc','',0,0,'',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','g','mention de responsabilité suivante','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','f','mention de responsabilité relative à l\'édition','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','b','mention de parution','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','d','mention parallèle d\'édition','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','z','langue du titre parallèle','',0,0,'',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','a','mention d\'édition','',0,0,'',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','i','titre de partie','',0,0,'',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','v','numéro de volume','',0,0,'biblioitems.volume',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','h','numéro de partie','',0,0,'',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','g','première mention de responsabilité suivante','',0,0,'additionalauthors.author',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','e','complément du titre','',0,0,'bibliosubtitle.subtitle',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','f','première mention de responsabilité','',0,0,'biblio.author',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','d','titre parallèle','',0,0,'',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','c','titre propre d\'un auteur différent','',0,0,'',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','b','indication générale du type de document','',0,0,'',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','a','titre propre','',1,1,'biblio.title',2,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','5','nom de l\'institution à laquelle s\'applique cette zone','',1,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('122','a','Période : de 9999 avant J.C. à nos jours','',0,1,'',1,'','','unimarc_field_122.pl',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','b','lieu d\'édition','',0,0,'',1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','a','pays d\'édition','',0,0,'',1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','j','langue des sous-titres','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','i','langue des textes d\'accompagnement','',0,0,'',1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','h','langue d\'un livret','',0,0,'',1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','g','langue du titre propre si elle diffère de la langue du texte ou de la bande son','',0,0,'',1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','f','langue de la page de titre si elle diffère de celle du texte','',0,0,'',1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','e','langue de la table des matières','',0,0,'',1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','d','langue d\'un résumé','',0,0,'',1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','c','langue de l\'?uvre original','',0,0,'',1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','b','langue d\'un texte intermédiaire quand le document n\'est pas une traducti','',0,0,'',1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','a','langue d\'un texte, d\'une bande son, etc','',0,0,'',1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('100','a','données générales de traitement','',0,0,'',1,'','','unimarc_field_100.pl',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','f','dates','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','f','dates','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','h','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','5','institution à laquelle s\'applique cette zone','',0,0,'',7,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','a','élément d\'entrée','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','f','dates','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','4','code de fonction','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','a','pays','',0,0,'',8,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','b','agence de catalogage','',0,1,'',8,'SOURCES','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','c','date de la transaction','',0,0,'',8,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','g','règles de catalogage utilisées','',0,0,'',8,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','2','code du format utilisé','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('830','a','texte de la note','note',0,0,'',8,'','',NULL,0,0,'BASE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('001','@','Numéro d\'identification notice','',0,0,'',-1,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','5','descripteur','sujet',1,0,'bibliosubject.subject',6,'','MC','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','a','Variante du titre','',0,0,'',5,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'BASE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','a','origine du document, texte libre','',0,0,'',-1,'','','',0,0,'BASE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','b','Propriétaire','',0,0,'items.homebranch',10,'branches','','',0,0,'BASE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','c','dépositaire permanent, texte libre','',0,0,'items.holdingbranch',10,'branches','','',0,0,'BASE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','e','Localisation','',0,0,'items.location',10,'','','',0,0,'BASE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','f','Numéro d\'inventaire','',0,0,'',10,'','','',0,0,'BASE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','k','Cote','',0,0,'items.itemcallnumber',10,'','','',0,0,'BASE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','m','Date de prêt','',0,0,'items.datelastseen',10,'','','',0,0,'BASE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','n','Date de restitution prévue','',0,0,'',10,'','','',0,0,'BASE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','o','Empruntable (0), ou non (1)','',0,0,'items.notforloan',10,'','','',0,0,'BASE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','u','Notes sur l\'exemplaire','',0,0,'items.itemnotes',10,'','','',0,0,'BASE','',''); diff --git a/misc/sql-datas/fr/optional/framework_BASE.txt b/misc/sql-datas/fr/optional/framework_BASE.txt new file mode 100644 index 0000000000..90ca75aa1f --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_BASE.txt @@ -0,0 +1,2 @@ +Base french UNIMARC Framework (used for ANCI, CART, ELEC, MICR, MONO, PERI, PROJ) +Framework UNIMARC français de base, utilisé pour ANCI, CART, ELEC, MICR, MONO, PERI, PROJ \ No newline at end of file diff --git a/misc/sql-datas/fr/optional/framework_CART.sql b/misc/sql-datas/fr/optional/framework_CART.sql new file mode 100644 index 0000000000..87c910155b --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_CART.sql @@ -0,0 +1,589 @@ +INSERT INTO biblio_framework VALUES ('CART','Documents cartographiques'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('345','renseignements sur l\'acquisition','note',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('001','numéro d\'identification de la notice','notice numéro',0,1,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('005','numéro d\'identification de la version','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('100','données générales de traitement','',0,1,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('101','langue du document','langue',0,1,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('102','pays d\'édition ou de production','',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('122','zone de données codées : période historique','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('200','titre et mention de responsabilité','titre',0,1,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('205','mention d\'édition','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('210','adresse bibliographique','éditeur',0,0,NULL,'CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('211','date de publication prévue','date de publication prévue',0,0,NULL,'CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('215','collation','description',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('225','collection','collection',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('300','note générale','note',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('302','note sur les informations codées','note',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('303','note générale sur la description bibliographique','note',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('304','note sur le titre et la mention de responsabilité','note',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('305','note sur l\'édition et l\'histoire bibliographique','note',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('306','note sur l\'adresse bibliographique','note',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('307','note sur la collation','note',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('308','note sur la collection','note',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('676','classification décimale Dewey','classification',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('311','note sur les zones de liens','note',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('312','note sur les titres associés','note',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('661','code de date','',0,1,NULL,'BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('313','note sur les vedettes matières','note',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('314','note sur la responsabilité intellectuelle','note',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('315','note sur les informations propres au type de documents','note',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('324','note sur le document original','note',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('325','note sur la reproduction','note',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('327','note de contenu','note',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('330','résumé ou extrait','résumé',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('332','titre choisi pour le document','forme du titre',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('333','note sur le public destinataire','destiné à',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('410','collection','collection',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('411','sous-collection','sous-collection',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('451','autre édition sur le même support','autre édition',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('452','autre édition sur un autre support','autre édition',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('453','traduit sous le titre','traduit sous le titre',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('454','traduit de','traduit de',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('455','reproduction de','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('456','reproduit comme','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('461','niveau de l\'ensemble','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('462','niveau du sous-ensemble','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('463','niveau de l\'unité matérielle','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('464','niveau du dépouillement','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('488','autres œuvres en liaison','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('510','titre parallèle','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('515','titre courant','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('517','autres variantes du titre','autres variantes du titre',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('540','titre ajouté par le catalogueur','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('541','titre traduit ajouté par le catalogueur','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('600','nom de personne - vedette matière','sujets',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('601','collectivité - vedette matière','sujets',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('602','nom générique de famille - vedette matière','sujets',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('604','auteur-titre - vedette matière','sujets',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('605','titre - vedette matière','sujets',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('606','nom commun - vedette matière','sujets',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('607','Nom geographique - vedette matiere','sujets',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('608','vedette matière de forme, de genre ou des caractéristiques physiques','sujets',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('610','indexation en vocabulaire libre','sujets',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('615','catégorie sujet','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('620','accès par le lieu d\'édition','lieu d\'édition',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('661','code de date','',0,1,NULL,'CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('676','classification décimale Dewey','classification',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('700','nom de personne - responsabilité principale','auteur',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('701','nom de personne - coauteur','coauteur',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('702','nom de personne - mention de responsabilité secondaire','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('710','collectivité - mention de responsabilité principale','auteur',0,0,NULL,'CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('712','collectivité - mention de responsabilité secondaire','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('720','nom générique de famille - mention de responsabilité principale','',0,0,NULL,'CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('721','nom générique de famille - coauteur','',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('722','nom générique de famille - mention de responsabilité secondaire','',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('801','source de catalogage','',1,1,'SOURCES','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('830','Note generale du catalogueur','Note generale du catalogueur',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('120','Zone de donnees codees : documents cartographiques, generalites','',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('121','Zone de donnees codees : Documents cartographiques, caracteristiques physiques','',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('123','zone de donnees codees : documents cartographiques, echelle et coordonnees','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('124','zone de donnees codees : documents cartographiques, autres caracteristiques physiques','',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('131','zone de donnees codees : documents cartographiques - mesures geodesiques','',0,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('206','zone particuliere a certains types de documents : documents cartographiques, donnees mathematiques','',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('856','Adresse électronique','Adresse électronique',1,0,'','CART'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('995','Données exemplaires','',1,0,'','CART'); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('123','c','Echelle horizontale a taux lineaire constant (echelle altimetrique)','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('123','a','type d\'echelle','',0,0,'',1,'','','unimarc_field_123a.pl',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('123','b','Echelle horizontale a taux lineaire constant','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('123','@','Epoque','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('123','0','Epoque','',0,0,'',1,'','',NULL,0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('121','b','photographie aerienne et teledetection - caracteristiques physiques','',0,0,'',1,'','','unimarc_field_121b.pl',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('121','a','Documents cartographiques-caracteristiques physiques','',0,0,'',1,'','','unimarc_field_121a.pl',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('120','a','Donnees codees sur les documents cartographiques-generalites','',0,0,'',1,'','','unimarc_field_120.pl',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('830','a','texte de la note','note',0,0,'',8,'','',NULL,NULL,NULL,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','c','date de la transaction','',0,0,'',8,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','g','règles de catalogage utilisées','',0,0,'',8,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','b','agence de catalogage','',0,1,'',8,'SOURCES','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','a','pays','',0,0,'',8,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','2','code du format utilisé','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','a','élément d\'entrée','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','f','dates','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','4','code de fonction','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','5','institution à laquelle s\'applique cette zone','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','h','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','f','dates','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','f','dates','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','f','dates','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','a','élément d\'entrée','auteur',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','3','numéro de la notice d\'autorité','',0,0,'',7,'itemtypes','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','z','langue d\'édition','',0,0,'',6,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','a','indice Dewey','',0,0,'biblioitems.dewey',6,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','v','édition','',0,0,'',6,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('661','a','code de date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','d','ville','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','c','département, comté, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','b','Etat, région, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','3','numéro de la ville d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','a','pays','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','x','subdivision de la catégorie sujet','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','n','catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','m','subdivision de la catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','a','catégorie sujet','sujet',0,0,'',6,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','a','descripteur','sujet',1,0,'',6,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','5','descripteur','sujet',1,0,'bibliosubject.subject',6,'','MC','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','5','institution à laquelle s\'applique cette zone','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','a','élément d\'entrée','sujet',0,0,'',6,'','NP','unimarc_field_700-4.pl',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','q','version','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','m','langue','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','n','autres informations','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','k','date de publication','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','l','sous-vedettes de forme','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','i','nom de partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','h','numéro de la partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('604','1','données de liens','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','z','subdivision chronologique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','y','subdivision géographique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','x','subdivision de sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','x','subdivision de sujet','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','h','partie du nom autre que l\'élément d\'entrée ou l\'élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','g','élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','f','date du congrès','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','e','lieu du congrès','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','d','numéro de congrès et/ou de session','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','c','élément ajouté au nom','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','b','subdivision','sujet',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','g','forme développée des initiales du prénom','',0,0,'',6,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','f','dates','',0,0,'',6,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','d','chiffres romains','',0,0,'',6,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','c','qualificatifs autre que les dates','',0,0,'',6,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','b','partie autre que l\'élément d\'entrée','',0,0,'',6,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','z','langue du titre traduit','',0,0,'',5,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','a','titre traduit','titre traduit',0,0,'',5,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('540','a','titre ajouté par le catalogueur','',0,0,'',5,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','a','Variante du titre','',0,0,'',5,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','z','langue du titre','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','j','volume ou dates associés au titre','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','i','titre de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','h','numéro de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','a','titre courant','',0,0,'',5,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','e','complément du titre','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','z','langue du titre','',0,0,'',5,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','j','volume ou dates associés au titre','',0,0,'',5,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','a','titre parallèle','',0,0,'',5,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','u','URL','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','t','titre','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','p','collation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','u','URL','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','p','collation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','t','titre','',1,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','u','URL','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','t','titre','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','p','collation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','a','auteur','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','u','URL','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','t','titre','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','p','collation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','u','URL','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','t','titre','',0,0,'biblio.serial',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','p','collation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','t','titre','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','u','URL','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','p','collation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','t','titre','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','u','URL','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','p','collation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','t','titre','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','u','URL','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','p','collation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','u','URL','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','t','titre','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','p','collation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','t','titre','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','u','URL','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','p','collation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','t','titre','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','u','URL','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','p','collation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','u','URL','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','t','titre','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','p','collation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','u','URL','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','v','numéro de volume','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','t','titre','',0,0,'',4,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','p','collation','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','d','disponibilité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','b','numéro d\'éditeur','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','c','support','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','a','source de l\'acquisition, adresse pour l\'abonnement','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('332','a',' note sur les titres choisis','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('333','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('327','a','texte de la note','',1,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('330','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('315','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('324','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('325','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('314','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('313','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('312','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('311','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('307','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('308','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('305','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('306','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('304','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('303','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('302','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('300','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','z','langue du titre parallèle','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','x','ISSN de la collection','',0,0,'',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','v','numéro du volume','',0,0,'',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','i','titre de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','h','numéro de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','f','mention de responsabilité','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','e','compléments de titre de la collection','',0,0,'',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','d','titre parallèle de la collection','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','e','matériel d\'accompagnement','',0,0,'',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','a','titre de la collection','',0,0,'biblio.seriestitle',2,'','','unimarc_field_225a.pl',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','d','format','',0,0,'biblioitems.size',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','c','autres caractéristiques matérielles','',0,0,'biblioitems.illus',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','a','indication du type de document et importance matérielle','',0,0,'biblioitems.pages',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('211','a','date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','h','date de fabrication','',0,1,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','g','nom du fabricant','',0,1,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','f','adresse du fabricant','',0,1,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','e','lieu de publication de fabrication','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','d','date de publication, de diffusion','',0,0,'biblioitems.publicationyear',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','c','nom de l\'éditeur, du diffuseur','',0,0,'biblioitems.publishercode',2,'','EDITORS','unimarc_field_210c.pl',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','b','adresse de l\'éditeur, du diffuseur','',1,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','a','lieu de publication, de diffusion, etc','',0,0,'',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','g','mention de responsabilité suivante','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','f','mention de responsabilité relative à l\'édition','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','d','mention parallèle d\'édition','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','b','mention de parution','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','a','mention d\'édition','',0,0,'',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','z','langue du titre parallèle','',0,0,'',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','v','numéro de volume','',0,0,'biblioitems.volume',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','i','titre de partie','',0,0,'',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','h','numéro de partie','',0,0,'',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','g','première mention de responsabilité suivante','',0,0,'additionalauthors.author',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','f','première mention de responsabilité','',0,0,'biblio.author',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','d','titre parallèle','',0,0,'',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','e','complément du titre','',0,0,'bibliosubtitle.subtitle',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','c','titre propre d\'un auteur différent','',0,0,'',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','b','indication générale du type de document','',0,0,'',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','a','titre propre','',1,1,'biblio.title',2,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','5','nom de l\'institution à laquelle s\'applique cette zone','',1,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('122','a','Période : de 9999 avant J.C. à nos jours','',0,1,'',1,'','','unimarc_field_122.pl',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','b','lieu d\'édition','',0,0,'',1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','a','pays d\'édition','',0,0,'',1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','j','langue des sous-titres','',0,0,'',-1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','i','langue des textes d\'accompagnement','',0,0,'',1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','h','langue d\'un livret','',0,0,'',1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','g','langue du titre propre si elle diffère de la langue du texte ou de la bande son','',0,0,'',1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','f','langue de la page de titre si elle diffère de celle du texte','',0,0,'',1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','e','langue de la table des matières','',0,0,'',1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','d','langue d\'un résumé','',0,0,'',1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','c','langue de l\'?uvre original','',0,0,'',1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','b','langue d\'un texte intermédiaire quand le document n\'est pas une traducti','',0,0,'',1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','a','langue d\'un texte, d\'une bande son, etc','',0,0,'',1,'','','',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('100','a','données générales de traitement','',0,0,'',1,'','','unimarc_field_100.pl',NULL,NULL,'CART','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('001','@','Numéro d\'identification notice','',0,0,'',-1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('123','d','Coordonnees - longitude ouest','',0,0,'',1,'','','unimarc_field_123d.pl',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('123','e','Coordonnees - longitude est','',0,0,'',1,'','','unimarc_field_123e.pl',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('123','f','Coordonnees - longitude nord','',0,0,'',1,'','','unimarc_field_123f.pl',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('123','g','Coordonnees - longitude sud','',0,0,'',1,'','','unimarc_field_123g.pl',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('123','h','Echelle angulaire','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('123','i','Declinaison - limite nord','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('123','j','Declinaison - limite sud','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('123','k','Ascension droite - limite est','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('123','m','Ascension droite - limite ouest','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('123','n','Equinoxe','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('124','a','Origine de l\'image','',0,0,'',1,'','','unimarc_field_124a.pl',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('124','b','Forme du document cartographique','',0,0,'',1,'','','unimarc_field_124b.pl',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('124','c','Presentation technique dans le cas d\'images.','',0,0,'',1,'','','unimarc_field_124c.pl',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('124','d','Position de la base pour les images photographiques ou de teledetection','',0,0,'',1,'','','unimarc_field_124d.pl',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('124','e','Categorie de satellite pour la teledetection','',0,0,'',1,'','','unimarc_field_124e.pl',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('124','f','Nom du satellite pour la teledetection','',0,0,'',1,'','','unimarc_field_124f.pl',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('124','g','Technique d\'enregistrement pour les images de teledetection','',0,0,'',1,'','','unimarc_field_124g.pl',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('131','a','Ellipsoide','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('131','b','Donnees horizontales','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('131','c','Quadrillage et systeme de reference','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('131','d','Recouvrement et systeme de reference','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('131','e','Quadrillage et systeme de reference secondaire','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('131','f','Donnees verticales','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('131','g','Unite de mesure pour l\'altitude','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('131','h','Intervalle des courbes de niveau','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('131','i','Intervalle des courbes de niveau supplementaires','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('131','j','Unite de mesure de bathymetrie','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('131','k','Intervalle bathymetrique','',0,0,'',1,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('131','l','Intervalle bathymetrique supplementaire','',0,0,'',1,'','',NULL,0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('206','a','Mention de donnees mathematiques','',0,0,'',2,'','',NULL,0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','r','type de document et support matériel','',0,0,'',10,'itemtypes','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','u','note sur l\'exemplaire','',0,0,'',10,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','v','code à barres de l\'exemplaire','',0,0,'items.barcode',10,'','',NULL,0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','m','date de prêt ou de dépôt','',0,0,'items.datelastseen',10,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','n','date de restitution prévue','',0,0,'items.datelastborrowed',10,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','o','catégorie de circulation (0 : empruntable, 1 : exclu du prêt)','',0,0,'items.notforloan',10,'01','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','u','url','Détail de la collection',0,0,'biblioitems.url',8,'','','',1,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','k','Cote','',0,0,'items.itemcallnumber',10,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','f','Numero d\'inventaire','',0,0,'',10,'','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','a','Origine du document','',0,0,'items.homebranch',10,'branches','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','c','Dépositaire permanent','',0,0,'items.holdingbranch',10,'branches','','',0,0,'CART','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','e','Niveau de localisation','',0,0,'items.location',10,'','','',0,0,'CART','',''); diff --git a/misc/sql-datas/fr/optional/framework_CART.txt b/misc/sql-datas/fr/optional/framework_CART.txt new file mode 100644 index 0000000000..d8162ac82a --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_CART.txt @@ -0,0 +1,2 @@ +Framework for cartography (UNIMARC, in french) +Framework (UNIMARC en français) pour cataloguer les documents cartographiques diff --git a/misc/sql-datas/fr/optional/framework_ELEC.sql b/misc/sql-datas/fr/optional/framework_ELEC.sql new file mode 100644 index 0000000000..9005f38520 --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_ELEC.sql @@ -0,0 +1,574 @@ +INSERT INTO biblio_framework VALUES ('ELEC','Documents electroniques'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('856','Adresse electronique et mode d\'acces','acces',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('337','Note sur la configuration requise','Configuration requise',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('336','Note sur le type de ressource electronique','type de fichier',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('230','Zone particuliere a certains types de documents : ressources electroniques','',1,1,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('135','Zone de donnees codees : ressources electroniques','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('830','Note generale du catalogueur','Note generale du catalogueur',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('801','source de catalogage','',1,1,'SOURCES','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('722','nom générique de famille - mention de responsabilité secondaire','',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('721','nom générique de famille - coauteur','',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('720','nom générique de famille - mention de responsabilité principale','',0,0,NULL,'ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('712','collectivité - mention de responsabilité secondaire','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('711','collectivité - coauteur','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('710','collectivité - mention de responsabilité principale','auteur',0,0,NULL,'ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('702','nom de personne - mention de responsabilité secondaire','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('701','nom de personne - coauteur','coauteur',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('700','nom de personne - responsabilité principale','auteur',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('676','classification décimale Dewey','classification',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('661','code de date','',0,1,NULL,'ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('620','accès par le lieu d\'édition','lieu d\'édition',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('615','catégorie sujet','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('610','indexation en vocabulaire libre','sujets',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('608','vedette matière de forme, de genre ou des caractéristiques physiques','sujets',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('607','nom géographique - vedette matière','sujets',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('606','nom commun - vedette matière','sujets',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('605','titre - vedette matière','sujets',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('604','auteur-titre - vedette matière','sujets',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('602','nom générique de famille - vedette matière','sujets',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('601','collectivité - vedette matière','sujets',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('600','nom de personne - vedette matière','sujets',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('541','titre traduit ajouté par le catalogueur','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('540','titre ajouté par le catalogueur','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('517','autres variantes du titre','autres variantes du titre',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('515','titre courant','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('510','titre parallèle','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('488','autres œuvres en liaison','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('464','niveau du dépouillement','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('463','niveau de l\'unité matérielle','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('462','niveau du sous-ensemble','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('461','niveau de l\'ensemble','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('456','reproduit comme','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('455','reproduction de','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('454','traduit de','traduit de',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('453','traduit sous le titre','traduit sous le titre',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('452','autre édition sur un autre support','autre édition',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('451','autre édition sur le même support','autre édition',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('411','sous-collection','sous-collection',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('410','collection','collection',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('345','renseignements sur l\'acquisition','note',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('333','note sur le public destinataire','destiné à',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('332','titre choisi pour le document','forme du titre',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('330','résumé ou extrait','résumé',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('327','note de contenu','note',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('325','note sur la reproduction','note',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('324','note sur le document original','note',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('315','note sur les informations propres au type de documents','note',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('314','note sur la responsabilité intellectuelle','note',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('313','note sur les vedettes matières','note',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('312','note sur les titres associés','note',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('311','note sur les zones de liens','note',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('308','note sur la collection','note',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('307','note sur la collation','note',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('306','note sur l\'adresse bibliographique','note',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('305','note sur l\'édition et l\'histoire bibliographique','note',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('304','note sur le titre et la mention de responsabilité','note',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('303','note générale sur la description bibliographique','note',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('302','note sur les informations codées','note',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('300','note générale','note',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('225','collection','collection',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('215','collation','description',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('211','date de publication prévue','date de publication prévue',0,0,NULL,'ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('210','adresse bibliographique','éditeur',0,0,NULL,'ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('205','mention d\'édition','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('200','titre et mention de responsabilité','titre',0,1,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('122','zone de données codées : période historique','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('102','pays d\'édition ou de production','',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('101','langue du document','langue',0,1,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('100','données générales de traitement','',0,1,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('005','numéro d\'identification de la version','',1,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('001','numéro d\'identification de la notice','notice numéro',0,1,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('686','autres clqssificqtions','',0,0,'','ELEC'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('995','Données de l\'exemplaire','',1,0,'','ELEC'); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('001','@','Numéro d\'identification notice','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('100','a','données générales de traitement','',0,0,'',1,'','','unimarc_field_100.pl',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','a','langue d\'un texte, d\'une bande son, etc','',0,0,'',1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','b','langue d\'un texte intermédiaire quand le document n\'est pas une traducti','',0,0,'',1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','c','langue de l\'?uvre original','',0,0,'',1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','d','langue d\'un résumé','',0,0,'',1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','e','langue de la table des matières','',0,0,'',1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','f','langue de la page de titre si elle diffère de celle du texte','',0,0,'',1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','g','langue du titre propre si elle diffère de la langue du texte ou de la bande son','',0,0,'',1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','h','langue d\'un livret','',0,0,'',1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','i','langue des textes d\'accompagnement','',0,0,'',1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','j','langue des sous-titres','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','a','pays d\'édition','',0,0,'',1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','b','lieu d\'édition','',0,0,'',1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('122','a','Période : de 9999 avant J.C. à nos jours','',0,1,'',1,'','','unimarc_field_122.pl',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','5','nom de l\'institution à laquelle s\'applique cette zone','',1,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','a','titre propre','',1,1,'biblio.title',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','b','indication générale du type de document','',0,0,'',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','c','titre propre d\'un auteur différent','',0,0,'',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','d','titre parallèle','',0,0,'',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','e','complément du titre','',0,0,'bibliosubtitle.subtitle',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','f','première mention de responsabilité','',0,0,'biblio.author',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','g','première mention de responsabilité suivante','',0,0,'additionalauthors.author',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','h','numéro de partie','',0,0,'',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','i','titre de partie','',0,0,'',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','v','numéro de volume','',0,0,'biblioitems.volume',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','z','langue du titre parallèle','',0,0,'',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','a','mention d\'édition','',0,0,'',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','b','mention de parution','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','d','mention parallèle d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','f','mention de responsabilité relative à l\'édition','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','g','mention de responsabilité suivante','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','a','lieu de publication, de diffusion, etc','',0,0,'',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','b','adresse de l\'éditeur, du diffuseur','',1,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','c','nom de l\'éditeur, du diffuseur','',0,0,'biblioitems.publishercode',2,'','EDITORS','unimarc_field_210c.pl',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','d','date de publication, de diffusion','',0,0,'biblioitems.publicationyear',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','e','lieu de publication de fabrication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','f','adresse du fabricant','',0,1,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','g','nom du fabricant','',0,1,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','h','date de fabrication','',0,1,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('211','a','date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','a','indication du type de document et importance matérielle','',0,0,'biblioitems.pages',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','c','autres caractéristiques matérielles','',0,0,'biblioitems.illus',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','d','format','',0,0,'biblioitems.size',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','e','matériel d\'accompagnement','',0,0,'',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','a','titre de la collection','',0,0,'biblio.seriestitle',2,'','','unimarc_field_225a.pl',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','d','titre parallèle de la collection','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','e','compléments de titre de la collection','',0,0,'',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','f','mention de responsabilité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','h','numéro de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','i','titre de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','v','numéro du volume','',0,0,'',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','x','ISSN de la collection','',0,0,'',2,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','z','langue du titre parallèle','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('300','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('302','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('303','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('304','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('305','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('306','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('307','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('308','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('311','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('312','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('313','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('314','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('315','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('324','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('325','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('327','a','texte de la note','',1,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('330','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('332','a',' note sur les titres choisis','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('333','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','a','source de l\'acquisition, adresse pour l\'abonnement','',0,0,'',3,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','b','numéro d\'éditeur','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','c','support','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','d','disponibilité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','t','titre','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','v','numéro de volume','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','t','titre','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','t','titre','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','t','titre','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','u','URL','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','t','titre','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','t','titre','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','t','titre','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','t','titre','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','t','titre','',0,0,'biblio.serial',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','t','titre','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','a','auteur','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','t','titre','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','t','titre','',1,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','p','collation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','t','titre','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','u','URL','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','a','titre parallèle','',0,0,'',5,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','j','volume ou dates associés au titre','',0,0,'',5,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','z','langue du titre','',0,0,'',5,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','a','titre courant','',0,0,'',5,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','e','complément du titre','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','h','numéro de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','i','titre de partie','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','j','volume ou dates associés au titre','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','z','langue du titre','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','a','Variante du titre','',0,0,'',5,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('540','a','titre ajouté par le catalogueur','',0,0,'',5,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','a','titre traduit','titre traduit',0,0,'',5,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','z','langue du titre traduit','',0,0,'',5,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','b','partie autre que l\'élément d\'entrée','',0,0,'',6,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','c','qualificatifs autre que les dates','',0,0,'',6,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','d','chiffres romains','',0,0,'',6,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','f','dates','',0,0,'',6,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','g','forme développée des initiales du prénom','',0,0,'',6,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','b','subdivision','sujet',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','c','élément ajouté au nom','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','d','numéro de congrès et/ou de session','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','e','lieu du congrès','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','f','date du congrès','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','g','élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','h','partie du nom autre que l\'élément d\'entrée ou l\'élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','x','subdivision de sujet','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','x','subdivision de sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','y','subdivision géographique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','z','subdivision chronologique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('604','1','données de liens','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','h','numéro de la partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','i','nom de partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','k','date de publication','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','l','sous-vedettes de forme','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','m','langue','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','n','autres informations','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','q','version','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','a','élément d\'entrée','sujet',0,0,'',6,'','NP','unimarc_field_700-4.pl',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','5','institution à laquelle s\'applique cette zone','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','5','descripteur','sujet',1,0,'bibliosubject.subject',6,'','MC','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','a','descripteur','sujet',1,0,'',6,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','a','catégorie sujet','sujet',0,0,'',6,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','m','subdivision de la catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','n','catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','x','subdivision de la catégorie sujet','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','3','numéro de la ville d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','a','pays','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','b','Etat, région, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','c','département, comté, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','d','ville','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('661','a','code de date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','a','indice Dewey','',0,0,'biblioitems.dewey',6,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','v','édition','',0,0,'',6,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','z','langue d\'édition','',0,0,'',6,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','3','numéro de la notice d\'autorité','',0,0,'',7,'itemtypes','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','a','élément d\'entrée','auteur',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','f','dates','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','f','dates','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','f','dates','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','h','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','5','institution à laquelle s\'applique cette zone','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','4','code de fonction','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','a','élément d\'entrée','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','f','dates','',0,0,'',-1,'','','',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'ELEC','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','2','code du format utilisé','',0,0,'',-1,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','a','pays','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','b','agence de catalogage','',0,1,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','c','date de la transaction','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','g','règles de catalogage utilisées','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('830','a','texte de la note','note',0,0,'',8,'','',NULL,NULL,NULL,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('135','a','Donnees codees de documents pour les ressources electroniques','',0,0,'',1,'','','unimarc_field_135a.pl',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('230','a','Definition et volume des fichiers','',0,0,'',2,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('336','a','Texte de la note','',0,0,'',3,'','',NULL,0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('337','a','Texte de la note','',0,0,'',3,'','',NULL,0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','a','Nom du serveur','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','b','Numero d\'acces','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','c','Compression','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','d','Chemin d\'acces','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','e','Date et heure de la consultation','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','f','Nom electronique','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','g','URN','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','h','Nom de l\'utilisateur','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','i','Instruction','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','j','Bits par seconde','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','k','Mot de passe','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','l','Login','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','m','Contact pour l\'assistance technique','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','n','Adresse du serveur','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','o','Systeme d\'exploitation','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','p','Port','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','q','Type de format electronique','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','r','Dispositions','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','s','Taille du fichier','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','t','Emulation du terminal','',0,0,'',8,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('856','u','URL','',0,0,'',8,'','',NULL,0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('686','a','autres','',0,0,'',6,'itemtypes','',NULL,0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','r','type de document et support matériel','',0,0,'',10,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','u','note sur l\'exemplaire','',0,0,'',10,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','v','code à barres de l\'exemplaire','',0,0,'items.barcode',10,'','',NULL,0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','a','origine du document, texte libre','',0,0,'items.homebranch',10,'branches','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','c','dépositaire permanent, texte libre','',0,0,'items.holdingbranch',10,'branches','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','e','Niveau de localisation','',0,0,'items.location',10,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','f','numéro d\'inventaire','',0,0,'',10,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','k','Cote','',0,0,'items.itemcallnumber',10,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','m','date de prêt ou de dépôt','',0,0,'items.datelastseen',10,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','n','date de restitution prévue','',0,0,'items.datelastborrowed',10,'','','',0,0,'ELEC','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','o','catégorie de circulation (0 : empruntable, 1 : exclu du prêt)','',0,0,'items.notforloan',10,'01','','',0,0,'ELEC','',''); diff --git a/misc/sql-datas/fr/optional/framework_ELEC.txt b/misc/sql-datas/fr/optional/framework_ELEC.txt new file mode 100644 index 0000000000..539d3e9eef --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_ELEC.txt @@ -0,0 +1,2 @@ +Framework for electronic documents (UNIMARC, in french) +Framework (UNIMARC en français) pour cataloguer les documents électroniques diff --git a/misc/sql-datas/fr/optional/framework_MICR.sql b/misc/sql-datas/fr/optional/framework_MICR.sql new file mode 100644 index 0000000000..bdc2434845 --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_MICR.sql @@ -0,0 +1,545 @@ +INSERT INTO biblio_framework VALUES ('MICR','Microformes'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('130','Zone de donnees codees : microformes, caracteristiques physiques','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('106','Zone de donnees codees :textes, caracteristiques physiques','',0,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('830','Note generale du catalogueur','Note generale du catalogueur',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('801','source de catalogage','',1,1,'SOURCES','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('722','nom générique de famille - mention de responsabilité secondaire','',0,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('721','nom générique de famille - coauteur','',0,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('720','nom générique de famille - mention de responsabilité principale','',0,0,NULL,'MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('712','collectivité - mention de responsabilité secondaire','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('711','collectivité - coauteur','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('710','collectivité - mention de responsabilité principale','auteur',0,0,NULL,'MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('702','nom de personne - mention de responsabilité secondaire','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('701','nom de personne - coauteur','coauteur',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('700','nom de personne - responsabilité principale','auteur',0,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('676','classification décimale Dewey','classification',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('661','code de date','',0,1,NULL,'MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('620','accès par le lieu d\'édition','lieu d\'édition',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('615','catégorie sujet','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('610','indexation en vocabulaire libre','sujets',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('608','vedette matière de forme, de genre ou des caractéristiques physiques','sujets',0,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('607','nom géographique - vedette matière','sujets',0,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('606','nom commun - vedette matière','sujets',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('605','titre - vedette matière','sujets',0,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('604','auteur-titre - vedette matière','sujets',0,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('602','nom générique de famille - vedette matière','sujets',0,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('601','collectivité - vedette matière','sujets',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('600','nom de personne - vedette matière','sujets',0,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('541','titre traduit ajouté par le catalogueur','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('540','titre ajouté par le catalogueur','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('517','autres variantes du titre','autres variantes du titre',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('515','titre courant','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('510','titre parallèle','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('488','autres œuvres en liaison','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('464','niveau du dépouillement','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('463','niveau de l\'unité matérielle','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('462','niveau du sous-ensemble','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('461','niveau de l\'ensemble','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('456','reproduit comme','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('455','reproduction de','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('454','traduit de','traduit de',0,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('453','traduit sous le titre','traduit sous le titre',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('452','autre édition sur un autre support','autre édition',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('451','autre édition sur le même support','autre édition',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('411','sous-collection','sous-collection',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('410','collection','collection',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('345','renseignements sur l\'acquisition','note',0,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('333','note sur le public destinataire','destiné à',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('332','titre choisi pour le document','forme du titre',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('330','résumé ou extrait','résumé',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('327','note de contenu','note',0,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('325','note sur la reproduction','note',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('324','note sur le document original','note',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('315','note sur les informations propres au type de documents','note',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('314','note sur la responsabilité intellectuelle','note',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('313','note sur les vedettes matières','note',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('312','note sur les titres associés','note',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('311','note sur les zones de liens','note',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('308','note sur la collection','note',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('307','note sur la collation','note',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('306','note sur l\'adresse bibliographique','note',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('305','note sur l\'édition et l\'histoire bibliographique','note',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('304','note sur le titre et la mention de responsabilité','note',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('303','note générale sur la description bibliographique','note',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('302','note sur les informations codées','note',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('300','note générale','note',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('225','collection','collection',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('215','collation','description',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('211','date de publication prévue','date de publication prévue',0,0,NULL,'MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('210','adresse bibliographique','éditeur',0,0,NULL,'MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('205','mention d\'édition','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('200','titre et mention de responsabilité','titre',0,1,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('122','zone de données codées : période historique','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('102','pays d\'édition ou de production','',0,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('101','langue du document','langue',0,1,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('100','données générales de traitement','',0,1,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('005','numéro d\'identification de la version','',1,0,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('001','numéro d\'identification de la notice','notice numéro',0,1,'','MICR'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('995','Données de l\'exemplaire','',1,0,'','MICR'); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('001','@','Numéro d\'identification notice','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('100','a','données générales de traitement','',0,0,'',1,'','','unimarc_field_100.pl',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','a','langue d\'un texte, d\'une bande son, etc','',0,0,'',1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','b','langue d\'un texte intermédiaire quand le document n\'est pas une traducti','',0,0,'',1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','c','langue de l\'?uvre original','',0,0,'',1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','d','langue d\'un résumé','',0,0,'',1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','e','langue de la table des matières','',0,0,'',1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','f','langue de la page de titre si elle diffère de celle du texte','',0,0,'',1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','g','langue du titre propre si elle diffère de la langue du texte ou de la bande son','',0,0,'',1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','h','langue d\'un livret','',0,0,'',1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','i','langue des textes d\'accompagnement','',0,0,'',1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','j','langue des sous-titres','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','a','pays d\'édition','',0,0,'',1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','b','lieu d\'édition','',0,0,'',1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('122','a','Période : de 9999 avant J.C. à nos jours','',0,1,'',1,'','','unimarc_field_122.pl',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','5','nom de l\'institution à laquelle s\'applique cette zone','',1,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','a','titre propre','',1,1,'biblio.title',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','b','indication générale du type de document','',0,0,'',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','c','titre propre d\'un auteur différent','',0,0,'',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','d','titre parallèle','',0,0,'',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','e','complément du titre','',0,0,'bibliosubtitle.subtitle',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','f','première mention de responsabilité','',0,0,'biblio.author',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','g','première mention de responsabilité suivante','',0,0,'additionalauthors.author',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','h','numéro de partie','',0,0,'',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','i','titre de partie','',0,0,'',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','v','numéro de volume','',0,0,'biblioitems.volume',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','z','langue du titre parallèle','',0,0,'',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','a','mention d\'édition','',0,0,'',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','b','mention de parution','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','d','mention parallèle d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','f','mention de responsabilité relative à l\'édition','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','g','mention de responsabilité suivante','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','a','lieu de publication, de diffusion, etc','',0,0,'',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','b','adresse de l\'éditeur, du diffuseur','',1,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','c','nom de l\'éditeur, du diffuseur','',0,0,'biblioitems.publishercode',2,'','EDITORS','unimarc_field_210c.pl',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','d','date de publication, de diffusion','',0,0,'biblioitems.publicationyear',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','e','lieu de publication de fabrication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','f','adresse du fabricant','',0,1,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','g','nom du fabricant','',0,1,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','h','date de fabrication','',0,1,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('211','a','date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','a','indication du type de document et importance matérielle','',0,0,'biblioitems.pages',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','c','autres caractéristiques matérielles','',0,0,'biblioitems.illus',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','d','format','',0,0,'biblioitems.size',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','e','matériel d\'accompagnement','',0,0,'',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','a','titre de la collection','',0,0,'biblio.seriestitle',2,'','','unimarc_field_225a.pl',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','d','titre parallèle de la collection','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','e','compléments de titre de la collection','',0,0,'',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','f','mention de responsabilité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','h','numéro de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','i','titre de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','v','numéro du volume','',0,0,'',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','x','ISSN de la collection','',0,0,'',2,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','z','langue du titre parallèle','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('300','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('302','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('303','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('304','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('305','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('306','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('307','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('308','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('311','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('312','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('313','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('314','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('315','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('324','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('325','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('327','a','texte de la note','',1,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('330','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('332','a',' note sur les titres choisis','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('333','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','a','source de l\'acquisition, adresse pour l\'abonnement','',0,0,'',3,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','b','numéro d\'éditeur','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','c','support','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','d','disponibilité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','t','titre','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','v','numéro de volume','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','t','titre','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','t','titre','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','t','titre','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','u','URL','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','t','titre','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','t','titre','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','t','titre','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','t','titre','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','t','titre','',0,0,'biblio.serial',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','t','titre','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','a','auteur','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','t','titre','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','t','titre','',1,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','t','titre','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','a','titre parallèle','',0,0,'',5,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','j','volume ou dates associés au titre','',0,0,'',5,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','z','langue du titre','',0,0,'',5,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','a','titre courant','',0,0,'',5,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','e','complément du titre','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','h','numéro de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','i','titre de partie','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','j','volume ou dates associés au titre','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','z','langue du titre','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','a','Variante du titre','',0,0,'',5,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('540','a','titre ajouté par le catalogueur','',0,0,'',5,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','a','titre traduit','titre traduit',0,0,'',5,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','z','langue du titre traduit','',0,0,'',5,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','b','partie autre que l\'élément d\'entrée','',0,0,'',6,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','c','qualificatifs autre que les dates','',0,0,'',6,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','d','chiffres romains','',0,0,'',6,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','f','dates','',0,0,'',6,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','g','forme développée des initiales du prénom','',0,0,'',6,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','b','subdivision','sujet',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','c','élément ajouté au nom','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','d','numéro de congrès et/ou de session','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','e','lieu du congrès','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','f','date du congrès','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','g','élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','h','partie du nom autre que l\'élément d\'entrée ou l\'élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','x','subdivision de sujet','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','x','subdivision de sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','y','subdivision géographique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','z','subdivision chronologique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('604','1','données de liens','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','h','numéro de la partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','i','nom de partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','k','date de publication','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','l','sous-vedettes de forme','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','m','langue','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','n','autres informations','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','q','version','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','a','élément d\'entrée','sujet',0,0,'',6,'','NP','unimarc_field_700-4.pl',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','5','institution à laquelle s\'applique cette zone','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','5','descripteur','sujet',1,0,'bibliosubject.subject',6,'','MC','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','a','descripteur','sujet',1,0,'',6,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','a','catégorie sujet','sujet',0,0,'',6,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','m','subdivision de la catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','n','catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','x','subdivision de la catégorie sujet','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','3','numéro de la ville d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','a','pays','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','b','Etat, région, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','c','département, comté, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','d','ville','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('661','a','code de date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','a','indice Dewey','',0,0,'biblioitems.dewey',6,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','v','édition','',0,0,'',6,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','z','langue d\'édition','',0,0,'',6,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','3','numéro de la notice d\'autorité','',0,0,'',7,'itemtypes','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','a','élément d\'entrée','auteur',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','f','dates','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','f','dates','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','f','dates','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','h','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','5','institution à laquelle s\'applique cette zone','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','4','code de fonction','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','a','élément d\'entrée','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','f','dates','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','2','code du format utilisé','',0,0,'',-1,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','a','pays','',0,0,'',8,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','b','agence de catalogage','',0,1,'',8,'SOURCES','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','c','date de la transaction','',0,0,'',8,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','g','règles de catalogage utilisées','',0,0,'',8,'','','',NULL,NULL,'MICR','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('830','a','texte de la note','note',0,0,'',8,'','',NULL,NULL,NULL,'MICR','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('106','a','Donnees codees - textes - caracteristiques physiques','',0,0,'',1,'','','unimarc_field_106.pl',0,0,'MICR','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('130','a','Donnees codees de documents : Microformes-caracteristiques physiques','',0,0,'',1,'','','unimarc_field_130.pl',0,0,'MICR','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','a','Origine du document','',0,0,'items.homebranch',10,'branches','','',0,0,'MICR','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','c','Dépositaire permanent','',0,0,'items.holdingbranch',10,'branches','','',0,0,'MICR','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','e','niveau de localisation','',0,0,'items.location',10,'','','',0,0,'MICR','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','f','Numéro d\'inventaire','',0,0,'',10,'','','',0,0,'MICR','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','k','Cote','',0,0,'items.itemcallnumber',10,'','','',0,0,'MICR','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','m','date de prêt ou de dépôt','',0,0,'items.datelastseen',10,'','','',0,0,'MICR','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','n','date de restitution prévue','',0,0,'items.datelastborrowed',10,'','','',0,0,'MICR','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','o','catégorie de circulation (0 : empruntable, 1 : exclu du prêt)','',0,0,'items.notforloan',10,'01','','',0,0,'MICR','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','u','note sur l\'exemplaire','',0,0,'',10,'','',NULL,0,0,'MICR','',''); + diff --git a/misc/sql-datas/fr/optional/framework_MICR.txt b/misc/sql-datas/fr/optional/framework_MICR.txt new file mode 100644 index 0000000000..d6cd33647e --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_MICR.txt @@ -0,0 +1 @@ +Framework (UNIMARC en français) pour cataloguer les microformes \ No newline at end of file diff --git a/misc/sql-datas/fr/optional/framework_MONO.sql b/misc/sql-datas/fr/optional/framework_MONO.sql new file mode 100644 index 0000000000..b0328d3efb --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_MONO.sql @@ -0,0 +1,619 @@ +INSERT INTO biblio_framework VALUES ('MONO','Champs propres aux monographies'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('453','traduit sous le titre','traduit sous le titre',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('454','traduit de','traduit de',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('455','reproduction de','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('456','reproduit comme','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('461','niveau de l\'ensemble','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('463','niveau de l\'unité matérielle','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('481','est relié avec ce volume','est rélié avec ce volume',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('482','relié avec','relié avec',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('488','autres œuvres en liaison','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('500','titre uniforme','titre',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('501','rubrique de classement','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('503','titre de forme','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('510','titre parallèle','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('512','titre de couverture','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('513','titre figurant sur une autre page de titre','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('514','titre de départ','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('515','titre courant','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('516','titre de dos','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('517','autres variantes du titre','autres variantes du titre',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('518','titre avec un alphabet moderne','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('540','titre ajouté par le catalogueur','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('541','titre traduit ajouté par le catalogueur','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('545','titre de section','',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('600','nom de personne - vedette matière','sujets',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('601','collectivité - vedette matière','sujets',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('602','nom générique de famille - vedette matière','sujets',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('604','auteur-titre - vedette matière','sujets',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('605','titre - vedette matière','sujets',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('607','nom géographique - vedette matière','sujets',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('608','vedette matière de forme, de genre ou des caractéristiques physiques','sujets',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('610','indexation en vocabulaire libre','sujets',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('615','catégorie sujet','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('620','accès par le lieu d\'édition','lieu d\'édition',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('651','Cotes BIS (Spécif ENSMP)','',1,1,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('652','Date création notice','',0,1,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('653','Date modification notice','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('656','Lieu de Thèse','Lieu de thèse',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('657','DOMAINE THESE','Domaine de la thèse',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('658','Propri','Code propri',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('659','Note de thèse','',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('660','code de zone géographique','',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('661','code de date','',0,1,NULL,'MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('676','classification décimale Dewey','classification',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('682','PUBEMP','PUBEMP',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('683','Cotes (specif ENSMP)','',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('686','autres classifications','classification',0,1,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('700','nom de personne - responsabilité principale','auteur',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('701','nom de personne - coauteur','coauteur',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('702','nom de personne - mention de responsabilité secondaire','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('710','collectivité - mention de responsabilité principale','auteur',0,0,NULL,'MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('711','collectivité - coauteur','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('712','collectivité - mention de responsabilité secondaire','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('720','nom générique de famille - mention de responsabilité principale','',0,0,NULL,'MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('411','sous-collection','sous-collection',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('410','collection','collection',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('345','renseignements sur l\'acquisition','note',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('337','note sur la configuration requise','configuration requise',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('336','note sur le type de ressource électronique','type de fichier',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('333','note sur le public destinataire','destiné à',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('332','titre choisi pour le document','forme du titre',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('328','note sur les thèses','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('327','note de contenu','note',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('326','note sur la périodicité','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('325','note sur la reproduction','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('324','note sur le document original','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('323','note sur les interprètes','note',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('322','note sur le générique','note',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('321','note sur les index, extraits et citations publiés séparément','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('320','note sur les bibliographies ou les index','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('318','note sur les actions de préservation','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('317','note sur la provenance','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('316','note sur l\'exemplaire','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('313','note sur les vedettes matières','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('312','note sur les titres associés','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('311','note sur les zones de liens','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('308','note sur la collection','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('307','note sur la collation','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('306','note sur l\'adresse bibliographique','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('305','note sur l\'édition et l\'histoire bibliographique','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('304','note sur le titre et la mention de responsabilité','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('303','note générale sur la description bibliographique','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('302','note sur les informations codées','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('301','note sur les numéros d\'identification','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('300','note générale','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('225','collection','collection',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('215','collation','description',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('211','date de publication prévue','date de publication prévue',0,0,NULL,'MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('210','adresse bibliographique','éditeur',0,0,NULL,'MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('122','zone de données codées : période historique','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('106','zone de données codées :textes, caractéristiques physiques','',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('105','zone de données codées :textes, monogaphies','',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('102','pays d\'édition ou de production','',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('101','langue du document','langue',0,1,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('100','données générales de traitement','',0,1,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('090','Numéro biblio (koha)','Numéro biblio (koha',0,1,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('022','numéro de publication officielle','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('021','numéro de dépôt légal','dépôt légal',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('020','numéro de la bibliographie nationale','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('200','titre et mention de responsabilité','titre',0,1,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('205','mention d\'édition','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('310','note sur la reliure et la disponibilité','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('314','note sur la responsabilité intellectuelle','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('315','note sur les informations propres au type de documents','note',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('330','résumé ou extrait','résumé',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('005','numéro d\'identification de la version','',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('010','ISBN','ISBN',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('001','numéro d\'identification de la notice','notice numéro',0,1,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('721','nom générique de famille - coauteur','',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('722','nom générique de famille - mention de responsabilité secondaire','',0,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('801','source de catalogage','',1,1,'SOURCES','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('830','Note generale du catalogueur','Note generale du catalogueur',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('856','adresse électronique et mode d\'accès','accès',1,0,'','MONO'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('995','Exemplaires','Exemplaires',1,0,'','MONO'); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('660','a','code de zone géographique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('661','a','code de date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('020','a','code de pays','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('020','b','numéro','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('020','z','numéro erroné','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('021','a','code de pays','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('021','b','numéro','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('021','z','numéro erroné','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('022','a','code de pays','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('022','b','numéro','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('022','z','numéro erroné','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('211','a','date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('313','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('322','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('323','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('333','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('336','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('337','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('545','a','titre de section','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','x','subdivision de sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','y','subdivision géographique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','z','subdivision chronologique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('604','1','données de liens','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','h','numéro de la partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','i','nom de partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','k','date de publication','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','l','sous-vedettes de forme','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','m','langue','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','n','autres informations','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','q','version','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','5','institution à laquelle s\'applique cette zone','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','a','pays','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','b','Etat, région, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','c','département, comté, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','d','ville','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','3','numéro de la ville d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('010','b','qualificatif','',0,0,'',0,'','','',0,0,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('010','d','disponibilté et/ou prix','',0,0,'',0,'','','',0,0,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('010','z','ISBN erroné','',0,0,'',0,'','','',0,0,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','t','titre','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','v','numéro de volume','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','t','titre','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','d','disponibilité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','c','support','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','b','numéro d\'éditeur','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','a','source de l\'acquisition, adresse pour l\'abonnement','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('332','a',' note sur les titres choisis','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('330','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('328','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('327','a','texte de la note','',1,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('326','b','dates','',0,0,'',3,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('326','a','périodicité','',0,0,'',3,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('325','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('324','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('321','x','ISSN de la collection','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('321','b','dates','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('321','a','note sur les index, extraits et citations','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('320','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','r','note publique','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','p','note non publique','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','o','type de partie','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','n','extention','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','l','état','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','k','agent de l\'opération','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','j','lieu de l\'opération','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','h','juridiction','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','i','méthode de l\'opération','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','f','autorisation','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','e','contingence de l\'opération','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','d','intervalle entre les opérations','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','c','date de l\'opération','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','b','identification de l\'opération','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','a','opération','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('318','5','institution à laquelle s\'applique cette note','',1,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('317','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('316','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('315','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('314','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('312','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('311','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('310','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('308','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('307','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('306','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('305','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('304','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('303','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('302','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('301','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('300','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','z','langue du titre parallèle','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','x','ISSN de la collection','',0,0,'',2,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','v','numéro du volume','',0,0,'',2,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','i','titre de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','h','numéro de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','f','mention de responsabilité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','e','compléments de titre de la collection','',0,0,'',2,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','d','titre parallèle de la collection','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','e','matériel d\'accompagnement','',0,0,'',2,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','h','date de fabrication','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','g','nom du fabricant','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','f','adresse du fabricant','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','e','lieu de publication de fabrication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','b','adresse de l\'éditeur, du diffuseur','',1,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','a','lieu de publication, de diffusion, etc','',0,0,'',2,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','g','mention de responsabilité suivante','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','f','mention de responsabilité relative à l\'édition','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','b','mention de parution','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','a','mention d\'édition','',0,0,'',2,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','i','titre de partie','',1,0,'',2,'','','',0,0,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','h','numéro de partie','',1,0,'',2,'','','',0,0,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','d','titre parallèle','',1,0,'',2,'','','',0,0,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','z','langue du titre parallèle','',1,0,'',2,'','','',0,0,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','c','titre propre d\'un auteur différent','',1,0,'',2,'','','',0,0,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','b','indication générale du type de document','',1,0,'',2,'','','',0,0,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','5','nom de l\'institution à laquelle s\'applique cette zone','',1,0,'',-1,'','','',0,0,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('122','a','Période : de 9999 avant J.C. à nos jours','',0,1,'',1,'','','unimarc_field_122.pl',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('106','a','données codées - textes - caractéristiques physiques','',0,0,'',1,'','','unimarc_field_106.pl',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('105','a','données codées - monographies','',0,0,'',1,'','','unimarc_field_105.pl',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','b','lieu d\'édition','',0,0,'',1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','a','pays d\'édition','',0,0,'',1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','j','langue des sous-titres','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','i','langue des textes d\'accompagnement','',0,0,'',1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','h','langue d\'un livret','',0,0,'',1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','g','langue du titre propre si elle diffère de la langue du texte ou de la bande son','',0,0,'',1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','f','langue de la page de titre si elle diffère de celle du texte','',0,0,'',1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','e','langue de la table des matières','',0,0,'',1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','d','langue d\'un résumé','',0,0,'',1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','c','langue de l\'?uvre original','',0,0,'',1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','b','langue d\'un texte intermédiaire quand le document n\'est pas une traducti','',0,0,'',1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','a','langue d\'un texte, d\'une bande son, etc','',0,0,'',1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('100','a','données générales de traitement','',0,0,'',1,'','','unimarc_field_100.pl',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','d','mention parallèle d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','t','titre','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','t','titre','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','t','titre','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','t','titre','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','a','auteur','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','t','titre','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','i','titre de section ou de partie','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','t','titre','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('481','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','t','titre','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('482','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','p','collation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','t','titre','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','u','URL','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','a','titre uniforme','titre',0,0,'',5,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','b','indication générale du type de document','',0,0,'',-1,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','h','numéro de section ou de partie','numéro',0,0,'',5,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','i','titre de section ou de partie','',0,0,'',5,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','k','date de publication','publié en',0,0,'',5,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','l','sous-vedette de forme','',0,0,'',5,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','m','langue','langue',0,0,'',5,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','n','autres informations','',0,0,'',5,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','q','version','',0,0,'',5,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','r','mode d\'interprétation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','s','indication du numéro (pour la musique)','',0,0,'',-1,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','u','clé','',0,0,'',-1,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','v','indication du volume','',0,0,'',-1,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','w','mention d\'arrangement (pour la musique)','',0,0,'',-1,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','x','subdivision de sujet','',0,0,'',-1,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','2','code système','',0,0,'',-1,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('500','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('501','a','rubrique de classement','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('501','b','indication générale du type de document','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('501','e','subdivision','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('501','k','date de publication','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('501','m','langue','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('501','r','mode d\'interprétation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('501','s','indication du numéro (pour la musique)','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('501','u','clé','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('501','w','mention d\'arrangement (pour la musique)','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('501','x','subdivision de sujet','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('501','y','subdivision géographique','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('501','z','subdivision chronologique','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('501','2','code système','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('501','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','a','titre de forme','titre',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','b','subdivision','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','d','mois et jour','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','e','nom de personne','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','f','élément(s) de nom rejeté(s)','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','h','qualificatif','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','j','année','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','k','numérotation (chiffres arabes)','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','l','numérotation (chiffres romains)','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','m','localisation','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('503','n','établissement présidant la localisation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','a','titre parallèle','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','j','volume ou dates associés au titre','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','z','langue du titre','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('512','a','titre parallèle','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('512','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('512','h','numéro de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('512','i','titre de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('512','j','volume ou dates associés au titre','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('512','n','autres informations','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('512','z','langue du titre','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('513','a','titre figurant sur une autre page de titre','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('513','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('513','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('513','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('513','j','volume ou dates associés au titre','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('513','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('513','z','langue du titre','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('514','a','titre de départ','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('514','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('514','h','numéro de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('514','i','titre de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('514','j','volume ou dates associés au titre','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('514','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('514','z','langue du titre','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','a','titre courant','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','e','complément du titre','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','h','numéro de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','i','titre de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','j','volume ou dates associés au titre','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','z','langue du titre','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('516','a','titre de dos','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('516','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('516','h','numéro de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('516','i','titre de partie','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('516','j','volume ou dates associés au titre','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('516','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('516','z','langue du titre','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('518','a','titre dans un alphabet moderne','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('518','e','complément du titre','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('518','h','numéro de partie','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('518','i','titre de partie','',0,1,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('518','j','volume ou dates associés au titre','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('518','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('518','z','langue du titre','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('540','a','titre ajouté par le catalogueur','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','a','titre traduit','titre traduit',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','z','langue du titre traduit','',0,0,'',5,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','b','partie autre que l\'élément d\'entrée','',0,0,'',6,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','c','qualificatifs autre que les dates','',0,0,'',6,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','d','chiffres romains','',0,0,'',6,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','f','dates','',0,0,'',6,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','g','forme développée des initiales du prénom','',0,0,'',6,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','b','subdivision','sujet',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','c','élément ajouté au nom','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','d','numéro de congrès et/ou de session','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','e','lieu du congrès','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','f','date du congrès','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','g','élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','h','partie du nom autre que l\'élément d\'entrée ou l\'élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','x','subdivision de sujet','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','a','élément d\'entrée','sujet',0,0,'',6,'','NP','unimarc_field_700-4.pl',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','a','descripteur','sujet',1,0,'',6,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','a','catégorie sujet','sujet',0,0,'',6,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','m','subdivision de la catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','n','catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','x','subdivision de la catégorie sujet','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','v','édition','',0,0,'',6,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','z','langue d\'édition','',0,0,'',6,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('686','b','numéro de livre','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('686','c','subdivision de l\'indice','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('686','2','code du système','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','a','élément d\'entrée','auteur',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','f','dates','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','3','numéro de la notice d\'autorité','',0,0,'',7,'itemtypes','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','f','dates','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','f','dates','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','h','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'MONO','',NULL); diff --git a/misc/sql-datas/fr/optional/framework_MONO.txt b/misc/sql-datas/fr/optional/framework_MONO.txt new file mode 100644 index 0000000000..e5fb2418cb --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_MONO.txt @@ -0,0 +1,2 @@ +Framework for monographies (UNIMARC, in french) +Framework (UNIMARC en français) pour cataloguer les monographies \ No newline at end of file diff --git a/misc/sql-datas/fr/optional/framework_PERI.sql b/misc/sql-datas/fr/optional/framework_PERI.sql new file mode 100644 index 0000000000..86e9a627f7 --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_PERI.sql @@ -0,0 +1,611 @@ +INSERT INTO biblio_framework VALUES ('PERI','Champs propres aux periodiques'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('001','numéro d\'identification de la notice','notice numéro',0,1,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('005','numéro d\'identification de la version','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('100','données générales de traitement','',0,1,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('101','langue du document','langue',0,1,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('102','pays d\'édition ou de production','',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('122','zone de données codées : période historique','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('200','titre et mention de responsabilité','titre',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('205','mention d\'édition','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('210','adresse bibliographique','éditeur',0,0,NULL,'PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('211','date de publication prévue','date de publication prévue',0,0,NULL,'PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('215','collation','description',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('225','collection','collection',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('300','note générale','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('302','note sur les informations codées','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('303','note générale sur la description bibliographique','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('304','note sur le titre et la mention de responsabilité','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('305','note sur l\'édition et l\'histoire bibliographique','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('306','note sur l\'adresse bibliographique','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('307','note sur la collation','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('308','note sur la collection','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('311','note sur les zones de liens','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('312','note sur les titres associés','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('313','note sur les vedettes matières','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('314','note sur la responsabilité intellectuelle','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('315','note sur les informations propres au type de documents','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('324','note sur le document original','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('325','note sur la reproduction','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('327','note de contenu','note',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('330','résumé ou extrait','résumé',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('332','titre choisi pour le document','forme du titre',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('333','note sur le public destinataire','destiné à',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('345','renseignements sur l\'acquisition','note',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('410','collection','collection',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('411','sous-collection','sous-collection',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('451','autre édition sur le même support','autre édition',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('452','autre édition sur un autre support','autre édition',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('453','traduit sous le titre','traduit sous le titre',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('454','traduit de','traduit de',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('455','reproduction de','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('456','reproduit comme','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('461','niveau de l\'ensemble','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('462','niveau du sous-ensemble','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('463','niveau de l\'unité matérielle','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('464','niveau du dépouillement','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('488','autres œuvres en liaison','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('510','titre parallèle','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('515','titre courant','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('517','autres variantes du titre','autres variantes du titre',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('540','titre ajouté par le catalogueur','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('541','titre traduit ajouté par le catalogueur','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('600','nom de personne - vedette matière','sujets',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('601','collectivité - vedette matière','sujets',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('602','nom générique de famille - vedette matière','sujets',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('604','auteur-titre - vedette matière','sujets',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('605','titre - vedette matière','sujets',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('606','nom commun - vedette matière','sujets',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('607','nom géographique - vedette matière','sujets',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('608','vedette matière de forme, de genre ou des caractéristiques physiques','sujets',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('610','indexation en vocabulaire libre','sujets',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('615','catégorie sujet','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('620','accès par le lieu d\'édition','lieu d\'édition',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('661','code de date','',0,1,NULL,'PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('676','classification décimale Dewey','classification',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('700','nom de personne - responsabilité principale','auteur',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('701','nom de personne - coauteur','coauteur',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('702','nom de personne - mention de responsabilité secondaire','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('710','collectivité - mention de responsabilité principale','auteur',0,0,NULL,'PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('711','collectivité - coauteur','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('712','collectivité - mention de responsabilité secondaire','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('720','nom générique de famille - mention de responsabilité principale','',0,0,NULL,'PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('721','nom générique de famille - coauteur','',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('722','nom générique de famille - mention de responsabilité secondaire','',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('801','source de catalogage','',1,1,'SOURCES','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('830','Note generale du catalogueur','Note generale du catalogueur',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('011','ISSN','ISSN',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('040','CODEN (publications en serie)','CODEN (publications en serie)',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('106','zone de donnees codees :textes, caracteristiques physiques','',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('110','zone de donnees codees :publications en serie','',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('207','Zone particuliere a certains types de documents : publications en serie, numerotation','',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('326','Note sur la periodicite','note',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('422','Publication-mere du supplement','supplement de',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('421','Supplement','Supplement',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('430','Suite de','Suite de',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('431','Succede apres scission a','Succede apres scission a',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('432','Remplace','Remplace',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('433','Reprends en partie','Reprends en partie',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('435','Absorbe partiellement','Absorbe partiellement',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('436','Fusion de','Fusion de',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('437','Suite partielle de','Suite partielle de',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('440','Devient','Devient',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('441','Devient partiellement','Devient partiellement',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('442','Remplace par','Remplace par',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('443','Absorbe par','Absorbe par',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('444','Absorbe par','Absorbe par',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('445','Absorbe partiellement part','Absorbe partiellement part',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('446','Scinde en ... et en ...','Scinde en ... et en ...',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('447','Fusionne avec ... pour former ...','Fusionne avec ... pour former ...',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('448','Redevient','Redevient',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('520','Titre precedent (publications en serie)','Titre precedent',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('530','Titre cle (publications en serie)','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('531','Titre abrege (publications en serie)','Titre abrege',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('532','Titre developpe (publications en serie)','',1,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('802','Centre ISSN','',0,0,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('686','type de document et support matériel','Type de document',0,1,'','PERI'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('856','Adresse électronique','',1,0,'','PERI'); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('802','a','Code du centre ISSN','',0,0,'',-1,'','',NULL,0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('531','v','Numero de volume','',0,0,'',5,'','',NULL,0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('532','a','Titre developpe','',0,0,'',5,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('532','z','Langue du titre','',0,0,'',5,'','',NULL,0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('531','b','Qualificatif','',0,0,'',5,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('531','a','Titre abrege','',0,0,'',5,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('530','v','Numero de volume','',0,0,'',5,'','',NULL,0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('530','j','Numero de volume ou dates associes au titre cle','',0,0,'',5,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('530','a','Titre cle','Titre cle',0,0,'biblio.unititle',5,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('530','b','Qualificatif','',0,0,'',5,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('520','x','ISSN precedent','',0,0,'',5,'','',NULL,0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('520','n','Autres informations','',0,0,'',5,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('520','j','Volume ou dates du titre precedent','',0,0,'',5,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('520','h','Numero de partie','',0,0,'',5,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('520','i','Titre de partie','',0,0,'',5,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('520','e','Complement du titre','',0,0,'',5,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','z','CODEN','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('520','a','Titre precedent','',0,0,'',5,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','y','ISBM/numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','x','Numero international normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','u','Identifiant electronique normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','5','Institution a laquelle s\'applique la zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('448','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','y','ISBN/numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','z','CODEN','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','x','Numero international normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','u','Identifiant electronique normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','5','Institution a laquelle s\'applique la zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','z','CODEN','',0,0,'',4,'','',NULL,0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('447','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','y','ISBN/numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','x','Numero international normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','u','Identifiant electronique normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','5','Institution a laquelle s\'applique la zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','z','CODEN','',0,0,'',4,'','',NULL,0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('446','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','x','Numero international normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','y','ISBN/numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','u','Identifiant electronique normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','5','Institution a laquelle s\'applique la zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','z','CODEN','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('445','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','x','Numero international normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','y','ISBN/numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','u','Identifiant electronique normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','5','Institution a laquelle s\'applique la zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('444','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','z','CODEN','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','x','Numero international normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','u','Identifiant electronique normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','5','Institution a laquelle s\'applique la zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','y','ISBN/Numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','z','CODEN','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','y','ISBN/numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','x','Numero international normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','u','Identifiant electronique normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','5','Institution a laquelle s\'applique la zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('440','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('441','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('440','u','Identifiant electronique normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('440','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('440','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('440','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('440','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('440','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('440','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('440','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('440','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('440','5','Institution a laquelle s\'applique la zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('440','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('440','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','y','ISBN/numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','z','CODEN','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','x','Numero international normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','u','Identifiant electronique normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','5','Institution a laquelle s\'applique la zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('437','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','z','CODEN','',0,0,'',4,'','',NULL,0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','y','ISBN/Numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','x','Numero international normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','u','Identifiant electronique normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','5','Institution a laquelle s\'applique la zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('436','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','z','CODEN','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','y','ISBN/numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','x','Numero international normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','u','Identifiant electronique normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','5','Institution a laquelle s\'applique la zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('435','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','z','CODEN','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','y','ISBN/Numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','x','Numero international normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','u','Identifiant electronique normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','5','Institution a laquelle s\'applique la zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('433','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','z','CODEN','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','y','ISBN/numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','x','Numero international normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','u','Identifiant electronique normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','5','Institution a laquelle s\'applique la zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('432','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','z','CODEN','',0,0,'',4,'','',NULL,0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','y','ISBN/numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','x','Numero international normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','u','Identifiant electronique normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','5','Institution a laquelle s\'applique cette zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('431','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','z','CODEN','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','y','ISBN/numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','x','Numero international normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','u','Identifiant electronique normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','c','Lieu de la publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','5','Institution a laquelle s\'applique la zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('430','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','z','CODEN','',0,0,'',4,'','',NULL,0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','y','ISBN/numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','x','ISSN','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','u','URL','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','5','Institution a laquelle s\'applique cette zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','z','CODEN','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('421','0','ISBN/Numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','x','Numero international normalise','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','u','Identifiant electronique normalise (URI)','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','5','Institution a laquelle s\'applique la zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','a','auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','0','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('422','3','Numero de la notice d\'autorite','Numero de la notice d\'autorite',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('326','b','Dates','',0,0,'',3,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('326','a','Periodicite','',0,0,'',3,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('207','z','Source d\'information sur la numerotation','',0,0,'',2,'','',NULL,0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('110','a','Donnees codees pour les periodiques','',0,0,'',1,'','','unimarc_field_110.pl',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('207','a','Numerotation : Indication de date et de volume','',0,0,'',2,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('106','a','Donnees codees - textes - caracteristiques physiques','',0,0,'',1,'','','unimarc_field_106.pl',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('011','z','ISSN errone','ISSN errone',0,0,'',0,'','',NULL,0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('040','a','coden','coden',0,0,'',0,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('040','z','coden errone','coden errone',0,0,'',0,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('011','y','ISSN annule','ISSN annule',0,0,'',0,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('011','d','Disponibilite et/ou prix','Disponibilite et/ou prix',0,0,'',0,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('011','b','Qualificatif','Qualificatif',0,0,'',0,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('011','a','Numero ISSN','Numero ISSN',0,0,'biblioitems.issn',0,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','g','règles de catalogage utilisées','',0,0,'',8,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('830','a','texte de la note','note',0,0,'',8,'','',NULL,NULL,NULL,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','a','pays','',0,0,'',8,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','b','agence de catalogage','',0,1,'',8,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','c','date de la transaction','',0,0,'',8,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','2','code du format utilisé','',0,0,'',-1,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','4','code de fonction','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','a','élément d\'entrée','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','f','dates','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','f','dates','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','5','institution à laquelle s\'applique cette zone','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','h','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','f','dates','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','@','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('443','0','Numero d\'identification de la notice','',0,0,'',4,'','',NULL,0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','@','Numero d\'identification de la notice','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','y','ISBN/numero international normalise de document musical','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','v','Numero de volume','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','x','ISSN','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','t','Titre','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','u','URL','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','i','Titre de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','p','Collation','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','h','Numero de section ou de partie','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','e','Mention d\'edition','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','c','Lieu de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','d','Date de publication','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','a','Auteur','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','5','Institution a laquelle s\'applique cette zone','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','3','Numero de la notice d\'autorite','',0,0,'',4,'','','',0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('442','0','Numero d\'identification de la notice','',0,0,'',-1,'','',NULL,0,0,'PERI','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','f','dates','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','a','élément d\'entrée','auteur',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','3','numéro de la notice d\'autorité','',0,0,'',7,'itemtypes','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','z','langue d\'édition','',0,0,'',6,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','v','édition','',0,0,'',6,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','a','indice Dewey','',0,0,'biblioitems.dewey',6,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('661','a','code de date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','d','ville','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','c','département, comté, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','b','Etat, région, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','a','pays','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','3','numéro de la ville d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','x','subdivision de la catégorie sujet','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','n','catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','m','subdivision de la catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','a','catégorie sujet','sujet',0,0,'',6,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','a','descripteur','sujet',1,0,'',6,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','5','descripteur','sujet',1,0,'bibliosubject.subject',6,'','MC','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','5','institution à laquelle s\'applique cette zone','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','a','élément d\'entrée','sujet',0,0,'',6,'','NP','unimarc_field_700-4.pl',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','q','version','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','n','autres informations','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','m','langue','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','l','sous-vedettes de forme','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','k','date de publication','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','i','nom de partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','h','numéro de la partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('604','1','données de liens','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','z','subdivision chronologique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','y','subdivision géographique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','x','subdivision de sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','x','subdivision de sujet','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','h','partie du nom autre que l\'élément d\'entrée ou l\'élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','g','élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','f','date du congrès','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','e','lieu du congrès','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','d','numéro de congrès et/ou de session','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','c','élément ajouté au nom','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','b','subdivision','sujet',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','g','forme développée des initiales du prénom','',0,0,'',6,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','f','dates','',0,0,'',6,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','d','chiffres romains','',0,0,'',6,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','c','qualificatifs autre que les dates','',0,0,'',6,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','b','partie autre que l\'élément d\'entrée','',0,0,'',6,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','z','langue du titre traduit','',0,0,'',5,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','a','titre traduit','titre traduit',0,0,'',5,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('540','a','titre ajouté par le catalogueur','',0,0,'',5,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','a','Variante du titre','',0,0,'',5,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','z','langue du titre','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','j','volume ou dates associés au titre','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','i','titre de partie','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','h','numéro de partie','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','e','complément du titre','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','a','titre courant','',0,0,'',5,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','z','langue du titre','',0,0,'',5,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','j','volume ou dates associés au titre','',0,0,'',5,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','a','titre parallèle','',0,0,'',5,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','u','URL','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','t','titre','',0,0,'',4,'','','',NULL,NULL,'PERI','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','p','collation','',0,0,'',-1,'','','',NULL,NULL,'PERI','',NULL); diff --git a/misc/sql-datas/fr/optional/framework_PERI.txt b/misc/sql-datas/fr/optional/framework_PERI.txt new file mode 100644 index 0000000000..31549e8dfb --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_PERI.txt @@ -0,0 +1,2 @@ +Framework for serials (UNIMARC, in french) +Framework (UNIMARC en français) pour cataloguer les périodiques \ No newline at end of file diff --git a/misc/sql-datas/fr/optional/framework_PROJ.sql b/misc/sql-datas/fr/optional/framework_PROJ.sql new file mode 100644 index 0000000000..cb20baf369 --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_PROJ.sql @@ -0,0 +1,547 @@ +INSERT INTO biblio_framework VALUES ('PROJ','Images projetees, enregistrements video'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('615','catégorie sujet','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('322','note sur le generique','note',0,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('115','Zone de donnees codees : Images projetees, enregistrements video et films','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('830','Note generale du catalogueur','Note generale du catalogueur',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('801','source de catalogage','',1,1,'SOURCES','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('722','nom générique de famille - mention de responsabilité secondaire','',0,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('721','nom générique de famille - coauteur','',0,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('720','nom générique de famille - mention de responsabilité principale','',0,0,NULL,'PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('712','collectivité - mention de responsabilité secondaire','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('711','collectivité - coauteur','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('710','collectivité - mention de responsabilité principale','auteur',0,0,NULL,'PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('702','nom de personne - mention de responsabilité secondaire','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('701','nom de personne - coauteur','coauteur',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('700','nom de personne - responsabilité principale','auteur',0,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('676','classification décimale Dewey','classification',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('661','code de date','',0,1,NULL,'PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('620','accès par le lieu d\'édition','lieu d\'édition',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('608','vedette matière de forme, de genre ou des caractéristiques physiques','sujets',0,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('607','nom géographique - vedette matière','sujets',0,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('606','nom commun - vedette matière','sujets',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('605','titre - vedette matière','sujets',0,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('604','auteur-titre - vedette matière','sujets',0,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('602','nom générique de famille - vedette matière','sujets',0,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('601','collectivité - vedette matière','sujets',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('600','nom de personne - vedette matière','sujets',0,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('541','titre traduit ajouté par le catalogueur','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('540','titre ajouté par le catalogueur','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('517','autres variantes du titre','autres variantes du titre',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('515','titre courant','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('510','titre parallèle','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('488','autres œuvres en liaison','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('464','niveau du dépouillement','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('463','niveau de l\'unité matérielle','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('462','niveau du sous-ensemble','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('461','niveau de l\'ensemble','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('456','reproduit comme','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('455','reproduction de','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('454','traduit de','traduit de',0,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('453','traduit sous le titre','traduit sous le titre',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('452','autre édition sur un autre support','autre édition',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('451','autre édition sur le même support','autre édition',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('411','sous-collection','sous-collection',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('410','collection','collection',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('345','renseignements sur l\'acquisition','note',0,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('333','note sur le public destinataire','destiné à',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('332','titre choisi pour le document','forme du titre',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('330','résumé ou extrait','résumé',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('327','note de contenu','note',0,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('325','note sur la reproduction','note',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('324','note sur le document original','note',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('315','note sur les informations propres au type de documents','note',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('314','note sur la responsabilité intellectuelle','note',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('313','note sur les vedettes matières','note',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('312','note sur les titres associés','note',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('311','note sur les zones de liens','note',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('308','note sur la collection','note',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('307','note sur la collation','note',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('001','numéro d\'identification de la notice','notice numéro',0,1,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('005','numéro d\'identification de la version','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('100','données générales de traitement','',0,1,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('101','langue du document','langue',0,1,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('102','pays d\'édition ou de production','',0,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('122','zone de données codées : période historique','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('200','titre et mention de responsabilité','titre',0,1,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('205','mention d\'édition','',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('210','adresse bibliographique','éditeur',0,0,NULL,'PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('211','date de publication prévue','date de publication prévue',0,0,NULL,'PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('215','collation','description',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('225','collection','collection',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('300','note générale','note',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('302','note sur les informations codées','note',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('303','note générale sur la description bibliographique','note',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('304','note sur le titre et la mention de responsabilité','note',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('122','zone de données codées : période historique','',1,0,'','BASE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('305','note sur l\'édition et l\'histoire bibliographique','note',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('306','note sur l\'adresse bibliographique','note',1,0,'','PROJ'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('995','Données d\'exemplaires','',1,0,'','PROJ'); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('001','@','Numéro d\'identification notice','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('100','a','données générales de traitement','',0,0,'',1,'','','unimarc_field_100.pl',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','a','langue d\'un texte, d\'une bande son, etc','',0,0,'',1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','b','langue d\'un texte intermédiaire quand le document n\'est pas une traducti','',0,0,'',1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','c','langue de l\'?uvre original','',0,0,'',1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','d','langue d\'un résumé','',0,0,'',1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','e','langue de la table des matières','',0,0,'',1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','f','langue de la page de titre si elle diffère de celle du texte','',0,0,'',1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','g','langue du titre propre si elle diffère de la langue du texte ou de la bande son','',0,0,'',1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','h','langue d\'un livret','',0,0,'',1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','i','langue des textes d\'accompagnement','',0,0,'',1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','j','langue des sous-titres','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','a','pays d\'édition','',0,0,'',1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','b','lieu d\'édition','',0,0,'',1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('122','a','Période : de 9999 avant J.C. à nos jours','',0,1,'',1,'','','unimarc_field_122.pl',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','5','nom de l\'institution à laquelle s\'applique cette zone','',1,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','a','titre propre','',1,1,'biblio.title',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','b','indication générale du type de document','',0,0,'',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','c','titre propre d\'un auteur différent','',0,0,'',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','d','titre parallèle','',0,0,'',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','e','complément du titre','',0,0,'bibliosubtitle.subtitle',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','f','première mention de responsabilité','',0,0,'biblio.author',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','g','première mention de responsabilité suivante','',0,0,'additionalauthors.author',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','h','numéro de partie','',0,0,'',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','i','titre de partie','',0,0,'',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','v','numéro de volume','',0,0,'biblioitems.volume',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','z','langue du titre parallèle','',0,0,'',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','a','mention d\'édition','',0,0,'',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','b','mention de parution','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','d','mention parallèle d\'édition','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','f','mention de responsabilité relative à l\'édition','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','g','mention de responsabilité suivante','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','a','lieu de publication, de diffusion, etc','',0,0,'',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','b','adresse de l\'éditeur, du diffuseur','',1,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','c','nom de l\'éditeur, du diffuseur','',0,0,'biblioitems.publishercode',2,'','EDITORS','unimarc_field_210c.pl',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','d','date de publication, de diffusion','',0,0,'biblioitems.publicationyear',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','e','lieu de publication de fabrication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','f','adresse du fabricant','',0,1,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','g','nom du fabricant','',0,1,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','h','date de fabrication','',0,1,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('211','a','date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','a','indication du type de document et importance matérielle','',0,0,'biblioitems.pages',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','c','autres caractéristiques matérielles','',0,0,'biblioitems.illus',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','d','format','',0,0,'biblioitems.size',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','e','matériel d\'accompagnement','',0,0,'',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','a','titre de la collection','',0,0,'biblio.seriestitle',2,'','','unimarc_field_225a.pl',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','d','titre parallèle de la collection','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','e','compléments de titre de la collection','',0,0,'',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','f','mention de responsabilité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','h','numéro de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','i','titre de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','v','numéro du volume','',0,0,'',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','x','ISSN de la collection','',0,0,'',2,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','z','langue du titre parallèle','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('300','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('302','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('303','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('304','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('305','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('306','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('307','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('308','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('311','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('312','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('313','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('314','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('315','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('324','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('325','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('327','a','texte de la note','',1,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('330','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('332','a',' note sur les titres choisis','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('333','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','a','source de l\'acquisition, adresse pour l\'abonnement','',0,0,'',3,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','b','numéro d\'éditeur','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','c','support','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','d','disponibilité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','p','collation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','t','titre','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','u','URL','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','v','numéro de volume','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','p','collation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','t','titre','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','u','URL','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','p','collation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','t','titre','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','u','URL','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','p','collation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','t','titre','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','u','URL','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','p','collation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','t','titre','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','u','URL','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','p','collation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','t','titre','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','u','URL','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','p','collation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','t','titre','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','u','URL','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','p','collation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','t','titre','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','u','URL','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','p','collation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','t','titre','',0,0,'biblio.serial',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','u','URL','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','p','collation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','t','titre','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','u','URL','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','a','auteur','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','p','collation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','t','titre','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','u','URL','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','p','collation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','t','titre','',1,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','u','URL','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','p','collation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','t','titre','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','u','URL','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','a','titre parallèle','',0,0,'',5,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','j','volume ou dates associés au titre','',0,0,'',5,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','z','langue du titre','',0,0,'',5,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','a','titre courant','',0,0,'',5,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','e','complément du titre','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','h','numéro de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','i','titre de partie','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','j','volume ou dates associés au titre','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','z','langue du titre','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','a','Variante du titre','',0,0,'',5,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('540','a','titre ajouté par le catalogueur','',0,0,'',5,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','a','titre traduit','titre traduit',0,0,'',5,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','z','langue du titre traduit','',0,0,'',5,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','b','partie autre que l\'élément d\'entrée','',0,0,'',6,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','c','qualificatifs autre que les dates','',0,0,'',6,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','d','chiffres romains','',0,0,'',6,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','f','dates','',0,0,'',6,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','g','forme développée des initiales du prénom','',0,0,'',6,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','b','subdivision','sujet',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','c','élément ajouté au nom','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','d','numéro de congrès et/ou de session','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','e','lieu du congrès','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','f','date du congrès','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','g','élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','h','partie du nom autre que l\'élément d\'entrée ou l\'élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','x','subdivision de sujet','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','x','subdivision de sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','y','subdivision géographique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','z','subdivision chronologique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('604','1','données de liens','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','h','numéro de la partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','i','nom de partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','k','date de publication','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','l','sous-vedettes de forme','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','m','langue','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','n','autres informations','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','q','version','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','a','élément d\'entrée','sujet',0,0,'',6,'','NP','unimarc_field_700-4.pl',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','5','institution à laquelle s\'applique cette zone','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','5','descripteur','sujet',1,0,'bibliosubject.subject',6,'','MC','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','a','descripteur','sujet',1,0,'',6,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','a','catégorie sujet','sujet',0,0,'',6,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','m','subdivision de la catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','n','catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','x','subdivision de la catégorie sujet','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','3','numéro de la ville d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','a','pays','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','b','Etat, région, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','c','département, comté, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','d','ville','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('661','a','code de date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','a','indice Dewey','',0,0,'biblioitems.dewey',6,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','v','édition','',0,0,'',6,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','z','langue d\'édition','',0,0,'',6,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','3','numéro de la notice d\'autorité','',0,0,'',7,'itemtypes','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','a','élément d\'entrée','auteur',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','f','dates','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','f','dates','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','f','dates','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','h','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','5','institution à laquelle s\'applique cette zone','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','4','code de fonction','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','a','élément d\'entrée','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','f','dates','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','2','code du format utilisé','',0,0,'',-1,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','a','pays','',0,0,'',8,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','b','agence de catalogage','',0,1,'',8,'SOURCES','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','c','date de la transaction','',0,0,'',8,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','g','règles de catalogage utilisées','',0,0,'',8,'','','',NULL,NULL,'PROJ','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('830','a','texte de la note','note',0,0,'',8,'','',NULL,NULL,NULL,'PROJ','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('115','a','Donnees codees generales','',0,0,'',1,'','','unimarc_field_115a.pl',0,0,'PROJ','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('115','b','Donnees codees pour les films - archivage','',0,0,'',1,'','','unimarc_field_115b.pl',0,0,'PROJ','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('322','a','Texte de la note','',0,0,'',3,'','',NULL,0,0,'PROJ','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','a','origine du document, texte libre','',0,0,'items.homebranch',10,'branches','','',0,0,'PROJ','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','c','Dépositaire permanent','',0,0,'items.holdingbranch',10,'branches','','',0,0,'PROJ','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','e','Localisation','',0,0,'items.location',10,'','','',0,0,'PROJ','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','f','numéro d\'inventaire','',0,0,'',10,'','','',0,0,'PROJ','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','k','Cote','',0,0,'items.itemcallnumber',10,'','','',0,0,'PROJ','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','m','date de prêt ou de dépôt','',0,0,'items.datelastseen',10,'','','',0,0,'PROJ','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','n','date de restitution prévue','',0,0,'items.datelastborrowed',10,'','','',0,0,'PROJ','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','o','catégorie de circulation (0 : empruntable, 1 : exclu du prêt)','',0,0,'items.notforloan',10,'01','','',0,0,'PROJ','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','r','type de document et support matériel','',0,0,'',10,'','','',0,0,'PROJ','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','v','code à barres de l\'exemplaire','',0,0,'items.barcode',10,'','',NULL,0,0,'PROJ','',''); + diff --git a/misc/sql-datas/fr/optional/framework_PROJ.txt b/misc/sql-datas/fr/optional/framework_PROJ.txt new file mode 100644 index 0000000000..481b93e986 --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_PROJ.txt @@ -0,0 +1,2 @@ +Framework for projected images and videos (UNIMARC, in french) +Framework (UNIMARC en français) pour cataloguer les images projetées et vidéos \ No newline at end of file diff --git a/misc/sql-datas/fr/optional/framework_TIRE.sql b/misc/sql-datas/fr/optional/framework_TIRE.sql new file mode 100644 index 0000000000..0a79c1cd4a --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_TIRE.sql @@ -0,0 +1,542 @@ +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('001','numéro d\'identification de la notice','notice numéro',0,1,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('005','numéro d\'identification de la version','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('100','données générales de traitement','',0,1,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('101','langue du document','langue',0,1,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('102','pays d\'édition ou de production','',0,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('122','zone de données codées : période historique','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('200','titre et mention de responsabilité','titre',0,1,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('205','mention d\'édition','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('210','adresse bibliographique','éditeur',0,0,NULL,'TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('211','date de publication prévue','date de publication prévue',0,0,NULL,'TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('215','collation','description',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('225','collection','collection',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('300','note générale','note',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('302','note sur les informations codées','note',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('303','note générale sur la description bibliographique','note',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('304','note sur le titre et la mention de responsabilité','note',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('305','note sur l\'édition et l\'histoire bibliographique','note',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('306','note sur l\'adresse bibliographique','note',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('307','note sur la collation','note',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('308','note sur la collection','note',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('311','note sur les zones de liens','note',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('312','note sur les titres associés','note',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('313','note sur les vedettes matières','note',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('314','note sur la responsabilité intellectuelle','note',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('315','note sur les informations propres au type de documents','note',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('324','note sur le document original','note',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('325','note sur la reproduction','note',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('327','note de contenu','note',0,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('330','résumé ou extrait','résumé',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('332','titre choisi pour le document','forme du titre',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('333','note sur le public destinataire','destiné à',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('345','renseignements sur l\'acquisition','note',0,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('410','collection','collection',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('411','sous-collection','sous-collection',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('451','autre édition sur le même support','autre édition',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('452','autre édition sur un autre support','autre édition',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('453','traduit sous le titre','traduit sous le titre',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('454','traduit de','traduit de',0,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('455','reproduction de','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('456','reproduit comme','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('461','niveau de l\'ensemble','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('462','niveau du sous-ensemble','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('463','niveau de l\'unité matérielle','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('464','niveau du dépouillement','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('488','autres œuvres en liaison','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('510','titre parallèle','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('515','titre courant','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('517','autres variantes du titre','autres variantes du titre',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('540','titre ajouté par le catalogueur','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('541','titre traduit ajouté par le catalogueur','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('600','nom de personne - vedette matière','sujets',0,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('601','collectivité - vedette matière','sujets',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('602','nom générique de famille - vedette matière','sujets',0,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('604','auteur-titre - vedette matière','sujets',0,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('605','titre - vedette matière','sujets',0,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('606','nom commun - vedette matière','sujets',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('607','nom géographique - vedette matière','sujets',0,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('608','vedette matière de forme, de genre ou des caractéristiques physiques','sujets',0,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('610','indexation en vocabulaire libre','sujets',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('615','catégorie sujet','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('620','accès par le lieu d\'édition','lieu d\'édition',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('661','code de date','',0,1,NULL,'TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('676','classification décimale Dewey','classification',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('700','nom de personne - responsabilité principale','auteur',0,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('701','nom de personne - coauteur','coauteur',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('702','nom de personne - mention de responsabilité secondaire','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('710','collectivité - mention de responsabilité principale','auteur',0,0,NULL,'TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('711','collectivité - coauteur','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('712','collectivité - mention de responsabilité secondaire','',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('720','nom générique de famille - mention de responsabilité principale','',0,0,NULL,'TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('721','nom générique de famille - coauteur','',0,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('722','nom générique de famille - mention de responsabilité secondaire','',0,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('801','source de catalogage','',1,1,'SOURCES','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('830','Note generale du catalogueur','Note generale du catalogueur',1,0,'','TIRE'); +INSERT INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) VALUES ('995','Données exemplaires','Exemplaires',1,0,'','TIRE'); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','f','Numero d\'inventaire','',0,0,'',10,'','',NULL,0,0,'TIRE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','u','note sur l\'exemplaire','',0,0,'',10,'','','',0,0,'TIRE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('661','a','code de date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','3','numéro de la ville d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','d','ville','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','b','Etat, région, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','c','département, comté, etc','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('620','a','pays','lieu d\'édition',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','5','institution à laquelle s\'applique cette zone','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('608','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','y','subdivision géographique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','z','subdivision chronologique','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','q','version','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','x','subdivision du sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','n','autres informations','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','l','sous-vedettes de forme','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','m','langue','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','i','nom de partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','k','date de publication','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('605','h','numéro de la partie','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('604','1','données de liens','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','2','code du système d\'indexation','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','z','subdivision chronologique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','y','subdivision géographique','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','x','subdivision de sujet','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('602','a','élément d\'entrée','sujet',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','0','numéro d\'identification de la notice','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('333','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('313','a','texte de la note','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('211','a','date','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('720','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','a','élément d\'entrée','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','f','dates','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','3','numéro de la notice d\'autorité','',0,0,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('722','4','code de fonction','',0,1,NULL,NULL,NULL,NULL,'',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','n','catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','x','subdivision de la catégorie sujet','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','m','subdivision de la catégorie sujet sous forme codée','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','x','subdivision de sujet','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','g','élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','h','partie du nom autre que l\'élément d\'entrée ou l\'élément rejeté','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','f','date du congrès','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','d','numéro de congrès et/ou de session','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','e','lieu du congrès','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','c','élément ajouté au nom','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','b','subdivision','sujet',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','2','code du système d\'indexation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','y','subdivision géographique','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','z','subdivision chronologique','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','x','subdivision du sujet','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','z','langue du titre','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','j','volume ou dates associés au titre','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','i','titre de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','h','numéro de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','e','complément du titre','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','n','autres informations','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','u','URL','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','p','collation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','u','URL','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','t','titre','',1,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','p','collation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('464','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','x','ISSN','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','u','URL','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','p','collation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','u','URL','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','p','collation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','u','URL','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','p','collation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','u','URL','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','p','collation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','u','URL','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','p','collation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','u','URL','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','p','collation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','u','URL','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','p','collation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','p','collation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','u','URL','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','p','collation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','v','numéro de volume','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','u','URL','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','p','collation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','y','ISBN/numéro international normalisé de document musical','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','u','URL','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','p','collation','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','i','titre de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','h','numéro de section ou de partie','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','e','mention d\'édition','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','d','date de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','c','lieu de publication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','a','auteur','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','d','disponibilité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','c','support','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','b','numéro d\'éditeur','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','z','langue du titre parallèle','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','f','mention de responsabilité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','d','titre parallèle de la collection','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','h','date de fabrication','',0,1,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','f','adresse du fabricant','',0,1,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','g','nom du fabricant','',0,1,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','e','lieu de publication de fabrication','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','b','adresse de l\'éditeur, du diffuseur','',1,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','g','mention de responsabilité suivante','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','f','mention de responsabilité relative à l\'édition','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','b','mention de parution','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','d','mention parallèle d\'édition','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','5','nom de l\'institution à laquelle s\'applique cette zone','',1,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','j','langue des sous-titres','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','5','institution à laquelle s\'applique cette zone','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','a','élément d\'entrée','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','f','dates','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','3','numéro de la notice d\'autorité','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('721','4','code de fonction','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','2','code du format utilisé','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('001','@','Numéro d\'identification notice','',0,0,'',-1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('122','a','Période : de 9999 avant J.C. à nos jours','',0,1,'',1,'','','unimarc_field_122.pl',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','b','lieu d\'édition','',0,0,'',1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('102','a','pays d\'édition','',0,0,'',1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','i','langue des textes d\'accompagnement','',0,0,'',1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','h','langue d\'un livret','',0,0,'',1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','g','langue du titre propre si elle diffère de la langue du texte ou de la bande son','',0,0,'',1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','f','langue de la page de titre si elle diffère de celle du texte','',0,0,'',1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','e','langue de la table des matières','',0,0,'',1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','d','langue d\'un résumé','',0,0,'',1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','c','langue de l\'?uvre original','',0,0,'',1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','b','langue d\'un texte intermédiaire quand le document n\'est pas une traducti','',0,0,'',1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('101','a','langue d\'un texte, d\'une bande son, etc','',0,0,'',1,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('100','a','données générales de traitement','',0,0,'',1,'','','unimarc_field_100.pl',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','x','ISSN de la collection','',0,0,'',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','v','numéro du volume','',0,0,'',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','i','titre de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','h','numéro de la sous-collection','',0,0,'',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','e','compléments de titre de la collection','',0,0,'',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('225','a','titre de la collection','',0,0,'biblio.seriestitle',2,'','','unimarc_field_225a.pl',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','d','format','',0,0,'biblioitems.size',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','e','matériel d\'accompagnement','',0,0,'',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','c','autres caractéristiques matérielles','',0,0,'biblioitems.illus',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('215','a','indication du type de document et importance matérielle','',0,0,'biblioitems.pages',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','d','date de publication, de diffusion','',0,0,'biblioitems.publicationyear',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','c','nom de l\'éditeur, du diffuseur','',0,0,'biblioitems.publishercode',2,'','EDITORS','unimarc_field_210c.pl',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('210','a','lieu de publication, de diffusion, etc','',0,0,'',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','z','langue du titre parallèle','',0,0,'',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('205','a','mention d\'édition','',0,0,'',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','i','titre de partie','',0,0,'',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','v','numéro de volume','',0,0,'biblioitems.volume',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','h','numéro de partie','',0,0,'',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','g','première mention de responsabilité suivante','',0,0,'additionalauthors.author',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','e','complément du titre','',0,0,'bibliosubtitle.subtitle',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','f','première mention de responsabilité','',0,0,'biblio.author',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','d','titre parallèle','',0,0,'',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','c','titre propre d\'un auteur différent','',0,0,'',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','b','indication générale du type de document','',0,0,'',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('200','a','titre propre','',1,1,'biblio.title',2,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('345','a','source de l\'acquisition, adresse pour l\'abonnement','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('332','a',' note sur les titres choisis','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('330','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('327','a','texte de la note','',1,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('325','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('324','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('315','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('314','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('312','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('311','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('308','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('307','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('306','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('305','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('304','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('303','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('302','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('300','a','texte de la note','',0,0,'',3,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('488','t','titre','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','t','titre','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('463','a','auteur','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('462','t','titre','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('461','t','titre','',0,0,'biblio.serial',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('456','t','titre','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('455','t','titre','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('454','t','titre','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','y','ISBN/numéro international normalisé de document musical','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('453','t','titre','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','u','URL','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('452','t','titre','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('451','t','titre','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('411','t','titre','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','x','ISSN','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','v','numéro de volume','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('410','t','titre','',0,0,'',4,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','z','langue du titre traduit','',0,0,'',5,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('541','a','titre traduit','titre traduit',0,0,'',5,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('540','a','titre ajouté par le catalogueur','',0,0,'',5,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('515','a','titre courant','',0,0,'',5,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','z','langue du titre','',0,0,'',5,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','j','volume ou dates associés au titre','',0,0,'',5,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','i','titre de partie','',0,0,'',5,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','h','numéro de partie','',0,0,'',5,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('510','a','titre parallèle','',0,0,'',5,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','a','Variante du titre','',0,0,'',5,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('517','e','complément du titre','',0,0,'',5,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','v','édition','',0,0,'',6,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','z','langue d\'édition','',0,0,'',6,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('676','a','indice Dewey','',0,0,'biblioitems.dewey',6,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('615','a','catégorie sujet','sujet',0,0,'',6,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','a','descripteur','sujet',1,0,'',6,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('607','a','élément d\'entrée','sujet',0,0,'',6,'','NP','unimarc_field_700-4.pl',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('606','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('601','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','g','forme développée des initiales du prénom','',0,0,'',6,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','f','dates','',0,0,'',6,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','d','chiffres romains','',0,0,'',6,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','c','qualificatifs autre que les dates','',0,0,'',6,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','b','partie autre que l\'élément d\'entrée','',0,0,'',6,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('600','a','élément d\'entrée','sujet',0,0,'',6,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('610','5','descripteur','sujet',1,0,'bibliosubject.subject',6,'','MC','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','3','numéro de la notice d\'autorité','',0,0,'',7,'itemtypes','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','f','dates','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('700','a','élément d\'entrée','auteur',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','f','dates','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('701','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','a','élément d\'entrée','',0,0,'',7,'','NP','unimarc_field_700_701_702.pl',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','b','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','c','qualificatifs autres que les dates','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','d','chiffres romains','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','f','dates','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','g','forme développée des initiales du prénom','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('702','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','h','partie du nom autre que l\'élément d\'entrée','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('710','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('711','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','a','élément d\'entrée','',0,0,'',7,'','CO','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','b','subdivision','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','c','élément ajouté au nom ou qualificatif','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','d','numéro de congrès et/ou de session','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','e','lieu du congrès','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','f','date du congrès','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','g','élément rejeté','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','h','partie du nom autre que l\'élément d\'entrée et que l\'élément rejeté','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','p','affiliation ou adresse','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','3','numéro de la notice d\'autorité','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','4','code de fonction','',0,0,'',7,'','','unimarc_field_700-4.pl',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('712','5','institution à laquelle s\'applique cette zone','',0,0,'',7,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','a','pays','',0,0,'',8,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','b','agence de catalogage','',0,1,'',8,'SOURCES','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','c','date de la transaction','',0,0,'',8,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('801','g','règles de catalogage utilisées','',0,0,'',8,'','','',NULL,NULL,'TIRE','',NULL); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('830','a','texte de la note','note',0,0,'',8,'','',NULL,NULL,NULL,'TIRE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','a','origine du document, texte libre','',0,0,'items.homebranch',10,'branches','','',0,0,'TIRE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','c','dépositaire permanent, texte libre','',0,0,'items.holdingbranch',10,'branches','','',0,0,'TIRE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','e','niveau de localisation','',0,0,'',10,'','','',0,0,'TIRE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','k','Cote','',0,0,'items.itemcallnumber',10,'','','',0,0,'TIRE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','m','date de prêt ou de dépôt','',0,0,'items.datelastseen',10,'','','',0,0,'TIRE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','n','date de restitution prévue','',0,0,'items.datelastborrowed',10,'','','',0,0,'TIRE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','o','catégorie de circulation (0 : empruntable, 1 : exclu du prêt)','',0,0,'items.notforloan',10,'01','','',0,0,'TIRE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','r','type de document et support matériel','',0,0,'',10,'itemtypes','','',0,0,'TIRE','',''); +INSERT INTO marc_subfield_structure (tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, link, seealso) VALUES ('995','v','code à barres de l\'exemplaire','',0,0,'items.barcode',10,'','','',0,0,'TIRE','',''); + diff --git a/misc/sql-datas/fr/optional/framework_TIRE.txt b/misc/sql-datas/fr/optional/framework_TIRE.txt new file mode 100644 index 0000000000..eed08bbff4 --- /dev/null +++ b/misc/sql-datas/fr/optional/framework_TIRE.txt @@ -0,0 +1,2 @@ +Framework for "Tiré a part" +Framework (UNIMARC en français) pour cataloguer les tiré à part \ No newline at end of file diff --git a/misc/translator/po/prog_intranet_fr_FR.po b/misc/translator/po/prog_intranet_fr_FR.po new file mode 100644 index 0000000000..c73803bccc --- /dev/null +++ b/misc/translator/po/prog_intranet_fr_FR.po @@ -0,0 +1,19966 @@ +# translation of prog_intranet_fr_FR_9.po to fr_FR +# translation of prog_intranet_fr_FR_7bis.po to +# translation of prog_intranet_fr_FR_7.po to +# translation of prog_intranet_fr_FR_6.po to +# translation of prog_intranet_fr_FR_5.po to +# translation of Intranet.po to +# Penbwrdd yn Gymraeg. +# Copyright (C) 2003, 2005, 2006, 2007 Free Software Foundation, Inc. +# +# +# www.kyfieithu.co.uk, www.gyfieithu.co.uk, 2003. +# POULAIN , 2005, 2006, 2007. +msgid "" +msgstr "" +"Project-Id-Version: prog_intranet_fr_FR_9\n" +"POT-Creation-Date: 2007-03-08 18:15+0100\n" +"PO-Revision-Date: 2007-03-08 15:45+0100\n" +"Last-Translator: POULAIN \n" +"Language-Team: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"\n" + +#. For the first occurrence, +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +#, fuzzy +msgid " issues expected " +msgstr "Document(s) attendu(s)" + +# +# +#. For the first occurrence, +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities.tmpl:255 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl:396 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem.tmpl:129 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:324 +msgid " mandatory fields empty (see bold subfields)" +msgstr "champs obligatoires vides (voir les sous-champs en gras)" + +# +# +#. For the first occurrence, +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities.tmpl:255 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl:396 +msgid " mandatory tags empty" +msgstr "Champ(s) obligatoire(s) non renseigné(s)" + +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "" +" were entered.
    Please indicate which date(s) an issue is not " +"expected
    " +msgstr "" + +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "" +" were entered.
    You seem to have indicated more issues per year than " +"expected." +msgstr "" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/categorie.tmpl:11 +msgid "" +"\"A\" (Adult) and \"W\" can be linked as \"guarantors\" to other borrowers " +"who are their dependents." +msgstr "" +"\"A\" (Adultes) and \"W\"(Workers) peuvent être déclarés comme \"garants\" " +"d'autres adhérents dépendant d'eux." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/aqbookfund.tmpl:10 +msgid "" +"\"Book Funds\" are accounts that you establish to keep track of your " +"expenditures for library materials. They may be used for any kind of " +"material, not just books, and should match the lines in your materials " +"budget. For instance, if your library establishes a budget line for books, " +"another for audiovisual materials, a third line for magazines, and a fourth " +"budget line for electronic databases, then you would have four Book Funds." +msgstr "" +"Les \"Budgets sont des comptes que vous établissez pour suivre vos dépenses " +"en documents. Ils peuvent être utilisés pour tous les types de document, pas " +"seulement pour les livres, et devraient recouper les lignes de votre budget " +"d'acquisition. Par exemple, si votre bibliothèque établit une ligne de " +"budget pour les livres, une autre pour les documents audiovisuels, une " +"troisième pour les périodiques et une quatrième pour les bases de données " +"électroniques, vous alors aurez quatre lignes de budget." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/categorie.tmpl:12 +msgid "\"C\" (Children) is a borrower category that has a \"guarantor\"" +msgstr "" +"\"C\"(Children = Enfants) est une catégorie d'adhérent qui a un \"garant\"" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/categorie.tmpl:10 +msgid "" +"\"I\" can be used for institutional members, like other libraries that " +"borrow from you, in which case Koha expects slightly different information " +"about the institution;" +msgstr "" +"\"I\"peut être utilisé pour les adhérents Institutionnels, tels que d'autres " +"bibliothèques qui vous empruntent des documents, dans ce cas Koha demande " +"une information légèrement différente sur la collectivité;" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/itemtypes.tmpl:12 +msgid "" +"\"Renewals allowed\" says how many times an items of this type may be " +"renewed." +msgstr "" +"\"Renouvellements autorisés\" indique combien de fois un document de ce type " +"peut-être renouvelé." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/itemtypes.tmpl:10 +msgid "" +"\"Rental charge\" is any amount you might charge to users for borrowing " +"items of a certain type (like videos)." +msgstr "" +"\"Frais de location\" 'est toute somme que vous pourriez demander à vos " +"adhérents pour le prêt d'un certain type de document (comme des vidéos)." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:248 +msgid "# Subs." +msgstr "# Abt." + +#. %1$s: TMPL_VAR name=subscriptionid +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:150 +#, c-format +msgid "#%s" +msgstr "N° %s" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:27 +msgid "" +"#2004/1, #2004/2, #2004/3, #2004/4, #2005/1, #2005/2, #2005/3, #2005/4, " +"#2006/1" +msgstr "" +"N°2004/1, N°2004/2, N°2004/3, N°2004/4, N°2005/1, N°2005/2, N°2005/3, N° " +"2005/4, N°2006/1" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:26 +msgid "#2004/1,#2004/2,#2004/3,#2004/4,#2005/1,#2005/2,#2005/3,#2005/4,#2006/1" +msgstr "" +"N°2004/1, N°2004/2, N°2004/3, N°2004/4, N°2005/1, N°2005/2, N°2005/3, N° " +"2005/4, N°2006/1" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:32 +msgid "#205||{ ; 205a}{ , 205b}{ = 205d}{ / 205f}{ ; 205g}|" +msgstr "#205||{ ; 205a}{ , 205b}{ = 205d}{ / 205f}{ ; 205g}|" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:33 +msgid "" +"#210|<br/><label>Editeur</label>|{ ; 210a}{ (210b) }{ : " +"210c}{, 210d}|" +msgstr "#210|
    |{ ; 210a}{ (210b) }{ : 210c}{, 210d}|" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:34 +msgid "#210|(|{210e}{(210f)}{ : 210g}{, 210h}|)" +msgstr "#210|(|{210e}{(210f)}{ : 210g}{, 210h}|)" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:35 +msgid "" +"#215|<br/><label> </label>|{ ; 215a}{ : 215c}{ ; 215d}" +"{ + 215e}|" +msgstr "" +"#215|<br/><label> </label>|{ ; 215a}{ : 215c}{ ; " +"215d} { + 215e}|" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:36 +msgid "" +"#225|<br/><label>Description</label>|{ (225a}{ = 225d}{ : " +"225e}{. 225h}{. 225i}{ / 225f}{, I225x}{ ; 225v}|)" +msgstr "" +"#225|
    |{ (225a}{ = 225d}{ : 225e}{. 225h}{. " +"225i}{ / 225f}{, I225x}{ ; 225v}|)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:31 +msgid "#230||{ ; 230a}|" +msgstr "#230||{ ; 230a}|" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:37 +msgid "" +"#606|<br/><label>Sujets</label>|{ 606a - }|<br/><" +"br/>" +msgstr "" +"#606|<br/><label>Sujets</label>|{ 606a - }|<br/>< " +"br/>" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:29 +msgid "" +"#700|<label>Titre/auteur</label>|{700a}{701a}{702a}| ; #200||" +"{200a}{ [200b] }{. 200c}{ : 200e}{. 200h}{. 200i}{ / 200f}{ ; 200g}|" +msgstr "" +"#700|<label>Titre/auteur</label>|{700a}{701a}{702a}| ; #200||" +"{200a}{ [200b] }{. 200c}{ : 200e}{. 200h}{. 200i}{ / 200f}{ ; 200g}|" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:38 +msgid "#995|<br>Exemplaires :|{\\n995b}{ - 995j}{/995k}|" +msgstr "#995|<br>Exemplaires :|{\\n995b}{ - 995j}{/995k}|" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:25 +msgid "#995|<br>Items :|{\\n995b}{ - 995j}{/995k}|" +msgstr "#995|<br>Items :|{\\n995b}{ - 995j}{/995k}|" + +#. SPAN +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:126 +msgid "" +"#-- 1/day 1/week " +" 1/2 weeks 1/3 weeks 1/Month 1/2 Months (6/year) 1/quarter 1/quarter 2/year 1/year 1/2 years -- Number Volume, Number, Issue Volume, Number Volume, Issue Number, Issue Seasonal only None of the above -- ----" +"" +msgstr "" +"#-- 1/day 1/week " +" 1/2 weeks 1/3 weeks 1/Month 1/2 Months (6/year) 1/quarter 1/quarter 2/year 1/year 1/2 years -- Number Volume, Number, Issue Volume, Number Volume, Issue Number, Issue Seasonal only None of the above -- ----" +"" + +#. For the first occurrence, +#. %1$S: type=text name=enrolmentfee +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:97 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:102 +#, c-format +msgid "$ %S" +msgstr "%S €" + +#. For the first occurrence, +#. %1$S: type=text name=amount +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/mancredit.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/maninvoice.tmpl:21 +#, c-format +msgid "$%S" +msgstr "%S €" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=enrolmentfee +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:137 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:139 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/boraccount.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/boraccount.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/boraccount.tmpl:31 +#, c-format +msgid "$%s" +msgstr "%s €" + +#. %1$S: type=text name=biblionumber +#. %2$S: type=text name=title +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:676 +#, c-format +msgid "%S (%S) Search for Biblio" +msgstr "%S (%S) Rechercher notice biblio" + +#. %1$S: type=text name=aqbooksellerid +#. %2$S: type=text name=aqbooksellername +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:671 +#, c-format +msgid "%S (%S) Search for a Supplier" +msgstr "%S (%S) Rechercher fournisseur" + +#. For the first occurrence, +#. %1$S: type=text name=seealso +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:20 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:27 +#, c-format +msgid "%S (example for 200a: '200c','200d','200e'...)" +msgstr "%S (exemple pour 200a : '200c','200d','200e'...)" + +#. %1$S: type=text name=link +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:35 +#, c-format +msgid "%S (exemple:200b)" +msgstr "%S (exemple : 200b)" + +#. %1$S: type=text name=hidden +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:33 +#, c-format +msgid "%S (see online help)" +msgstr "%S (voir aide en ligne)" + +#. %1$S: type=text name=histstartdate +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:253 +#, c-format +msgid "%S (the date of the 1st subscription)" +msgstr "%S (Date du premier abonnement)" + +#. %1$S: type=text name=title +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio-nomarc.tmpl:13 +#, c-format +msgid "%S * Required" +msgstr "%S * Obligatoire" + +#. %1$S: type=text name=pagesize +#. %2$S: type=text name=offset +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:34 +#, c-format +msgid "%S items beginning at offset %S" +msgstr "%S exemplaires commençant au %S" + +#. %1$S: type=text name=dont_export_fields +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl:65 +#, c-format +msgid "%S splitted by a blank. (for example: 100a 200 606)" +msgstr "%S séparé par un blanc. (par exemple : 100a 200 606)" + +#. For the first occurrence, +#. %1$S: type=text name=text_under_label +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl:62 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/barcodes.tmpl:62 +#, c-format +msgid "%S If this field is empty, author and title will be used instead" +msgstr "%S Si ce champ est vide, l'auteur et le titre seront mis à la place" + +#. %1$S: type=text name=member +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl:5 +#, c-format +msgid "%S Ordered by" +msgstr "%S Trié par" + +#. %1$S: type=text name=delay +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/lateorders.tmpl:30 +#, c-format +msgid "%S days" +msgstr "%S jours" + +#. %1$S: type=text name=basename +#. %2$s: TMPL_VAR name=CGIextChoice +#. %3$s: TMPL_VAR name=CGIsepChoice +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:86 +#, c-format +msgid "%S into an application %s %s" +msgstr "%S dans un logiciel %s %s" + +#. %1$S: type=text name=pagesize +#. %2$S: type=text name=offset +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/inventory.tmpl:24 +#, c-format +msgid "%S items beginning at offset %S" +msgstr "%S exemplaires commençant au %S" + +#. %1$S: type=text name=enrolmentperiod +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:94 +#, c-format +msgid "%S months" +msgstr "%S mois" + +#. For the first occurrence, +#. %1$S: type=text name=dateofbirthrequired +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:95 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:96 +#, c-format +msgid "%S years" +msgstr "%S ans" + +#. %1$S: type=text name=prefoptions +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:104 +#, c-format +msgid "%S(a choice list for Choice (separated by |) or cols|rows for Texarea)" +msgstr "" +"%S (liste de choix pour Choice (séparé par |) et colonnes|lignes pour " +"Textarea)" + +#. %1$S: type=text name=enddate +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:254 +#, c-format +msgid "%S(if empty : subscription still active)" +msgstr "%S (si vide : l'abonnement est en cours)" + +#. %1$S: type=text name=invoice +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:233 +#, c-format +msgid "%S(usually empty)" +msgstr "%S (habituellement vide)" + +#. For the first occurrence, +#. %1$S: type=text name=pageType +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl:58 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/barcodes.tmpl:58 +#, c-format +msgid "%S[Go to Printer Configuration]" +msgstr "%S [Aller à la configuration de l'imprimante]" + +#. %1$S: type=text name=auth_tag_to_report +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authtypes.tmpl:79 +#, c-format +msgid "" +"%SEnter here the number of the tag that will be reported in the biblio " +"(subfield by subfield). For example, in UNIMARC, enter 200 to report every " +"200 subfield in the 70x biblio" +msgstr "" +"%S Saisir ici le numero du champ qui sera recopié dans la notice " +"bibliographique (sous-champ par sous-champ).Par exemple, en UNIMARC, saisir " +"200 pour recopier tous les sous-champs du 200 dans le champ 70x de la notice " +"biblio" + +#. %1$p: type=radio name=Cellvalue value=3 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:216 +#, c-format +msgid "%p Circulation rate" +msgstr "%p Taux de circulation" + +#. %1$p: type=radio name=Cellvalue value=1 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:215 +#, c-format +msgid "%p Count issues" +msgstr "%p Décompte des prêts" + +#. %1$p: type=radio name=Cellvalue value=1 +#. %2$p: type=radio name=Cellvalue value=2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:256 +#, c-format +msgid "%p Count items %p Amount

    Output

    " +msgstr "%p Nombre de documents %p Montant

    Débit

    " + +#. %1$p: type=radio name=showOperation value=delete +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/holidays.tmpl:45 +#, c-format +msgid "%p Delete this holiday." +msgstr "%p Supprimer ce jour férié." + +#. %1$p: type=radio name=showOperation value=exception +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/holidays.tmpl:40 +#, c-format +msgid "%p Generate an exception to this holiday" +msgstr "%p Créer une exception à ce jour férié." + +#. %1$p: type=radio name=newOperation value=holiday +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/holidays.tmpl:79 +#, c-format +msgid "%p Holiday only on this day." +msgstr "%p Férié seulement ce jour là." + +#. %1$p: type=radio name=newOperation value=weekday +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/holidays.tmpl:83 +#, c-format +msgid "%p Holiday repeated every same day of the week" +msgstr "%p Jour férié répété toujours le même jour de la semaine" + +#. For the first occurrence, +#. %1$p: type=radio name=label value= +#. %2$s: TMPL_VAR name=labelname +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl:72 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/barcodes.tmpl:72 +#, c-format +msgid "%p Label %s" +msgstr "%p Etiquette %s" + +#. For the first occurrence, +#. %1$p: type=radio name=output value=screen +#. %2$p: type=radio name=output value=file +#. %3$S: type=text name=basename +#. %4$s: TMPL_VAR name=CGIextChoice +#. %5$s: TMPL_VAR name=CGIsepChoice +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:261 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl:268 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl:104 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl:130 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl:269 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_out.tmpl:94 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_stats.tmpl:177 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl:269 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:220 +#, c-format +msgid "%p To screen into the browser %p To file %S into an application %s %s" +msgstr "%p Afficher dans le navigateur %p %S Ouvrir dans un logiciel %s %s" + +#. %1$p: type=radio name=image value=removeImage +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:123 +#, c-format +msgid "%p remove image" +msgstr "%p enlever l'image" + +#. For the first occurrence, +#. %1$p: type=radio name=status value=1 +#. %2$p: type=radio name=status value=0 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:78 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:81 +#, c-format +msgid "%pActive %pInactive" +msgstr "%p Actif %p Inactif" + +#. For the first occurrence, +#. %1$p: type=radio name=sex value=F +#. %2$p: type=radio name=sex value=M +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:107 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:110 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:116 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:119 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:113 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:116 +#, c-format +msgid "%pFemale %pMale" +msgstr "%p Féminin %pMasculin" + +#. %1$p: type=radio name=newOperation value=repeatable +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/holidays.tmpl:86 +#, c-format +msgid "%pHoliday repeated yearly on the same date." +msgstr "%p Jour férié répété chaque année à la même date." + +#. For the first occurrence, +#. %1$p: type=radio name=overwrite_biblio value=0 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl:48 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/import.tmpl:47 +#, c-format +msgid "%pIgnore this one, keep the existing one" +msgstr "%p Ignorer celle-ci, garder l'existante" + +#. For the first occurrence, +#. %1$p: type=radio name=overwrite_biblio value=1 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl:50 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/import.tmpl:49 +#, c-format +msgid "%pOverwrite the existing one with this" +msgstr "%p Écraser la notice existante avec celle-ci" + +#. For the first occurrence, +#. %1$p: type=radio name=gst value=1 +#. %2$p: type=radio name=gst value=0 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:107 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:585 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:636 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:445 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:636 +#, c-format +msgid "%pYes %pNo" +msgstr "%p Oui %pNon" + +#. For the first occurrence, +#. %1$p: type=radio name=list_gst value=1 +#. %2$p: type=radio name=list_gst value=0 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:112 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:117 +#, c-format +msgid "%pinclude GST %pdon't include GST" +msgstr "%p comprend la TVA %p ne comprend pas la TVA" + +#. %1$s: TMPL_VAR name=discount +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:237 +#, c-format +msgid "%s %% " +msgstr "%s %% " + +#. %1$s: TMPL_VAR name=firstname +#. %2$s: TMPL_VAR name=surname +#. %3$s: TMPL_VAR name=cardnumber +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:17 +#, c-format +msgid "%s %s (%s)" +msgstr "%s %s (%s)" + +#. %1$s: TMPL_VAR name=firstname +#. %2$s: TMPL_VAR name=surname +#. %3$s: TMPL_VAR name=cardnumber +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:631 +#, c-format +msgid "%s %s (%s) has" +msgstr "%s %s (%s)a" + +#. %1$s: TMPL_VAR name=borrowersurname +#. %2$s: TMPL_VAR name=borrowerfirstname +#. %3$s: TMPL_VAR name=cardnumber +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:145 +#, c-format +msgid "%s %s (card number: %s)" +msgstr "%s %s (Numéro de carte : %s)" + +#. %1$s: TMPL_VAR name=branchname +#. %2$s: TMPL_VAR name=count +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:228 +#, c-format +msgid "%s (%s" +msgstr "%s (%s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=frameworktext +#. %2$s: TMPL_VAR name=frameworkcode +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:11 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:11 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/overdue.tmpl:20 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/member.tmpl:65 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/routing.tmpl:32 +#, c-format +msgid "%s (%s)" +msgstr "%s (%s)" + +#. %1$s: TMPL_VAR name=title +#. %2$s: TMPL_VAR name=author +#. %3$s: TMPL_VAR name=class +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:6 +#, c-format +msgid "%s (%s) %s" +msgstr "%s (%s) %s" + +#. %1$s: TMPL_VAR name=title +#. %2$s: TMPL_VAR name=itemtype +#. %3$s: TMPL_VAR name=author +#. %4$s: TMPL_VAR name=reservedate +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:618 +#, c-format +msgid "%s (%s), author : %s, reserved the : %s" +msgstr "%s (%s), auteur : %s, réservé le : %s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=title +#. %2$s: TMPL_VAR name=itemtype +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:678 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:320 +#, c-format +msgid "%s ( %s )" +msgstr "%s (%s)" + +#. %1$s: TMPL_VAR name=isurl +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:34 +#, c-format +msgid "%s (if checked, it means that the subfield is an URL and can be clicked" +msgstr "" +" %s (coché, indique que le sous-champ est une URL valide et peut être cliqué" + +#. %1$s: TMPL_VAR name=isurl +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:25 +#, c-format +msgid "" +"%s (if checked, it means that the subfield is an URL and can be clicked)" +msgstr "" +" %s (coché, indique que le sous-champ est une URL valide et peut être cliqué)" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=authorised_value +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:90 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:75 +#, c-format +msgid "" +"%s (if you select a value here, the indicators will be limited to the " +"authorised value list)" +msgstr "" +"%s (si vous sélectionnez une valeur ici, les indicateurs seront limités à la " +"liste des valeurs autorisées)" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=tab +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:32 +#, c-format +msgid "%s (ignore means that the subfield is NOT managed by Koha)" +msgstr "%s (ignore signifie que le sous-champ n'est PAS géré par Koha)" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=subfield +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem.tmpl:58 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:120 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:219 +#, c-format +msgid "%s -" +msgstr "%s -" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=title +#. %2$s: TMPL_VAR name=author +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/newordersuggestion.tmpl:37 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:741 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:792 +#, c-format +msgid "%s - %s" +msgstr "%s - %s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=line +#. %2$s: TMPL_VAR name=column +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_stats.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:264 +#, c-format +msgid "%s / %s" +msgstr "%s / %s" + +#. %1$s: TMPL_VAR name=Supplier +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/lateorders.tmpl:5 +#, c-format +msgid "%s :" +msgstr "%s : " + +#. %1$s: TMPL_VAR name=error +#. %2$s: TMPL_VAR name=message +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:29 +#, c-format +msgid "%s : %s" +msgstr "%s : %s" + +#. %1$s: TMPL_VAR name=subtitle +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:15 +#, c-format +msgid "%s ;" +msgstr "%s ;" + +#. %1$s: TMPL_VAR name=reqsel +#. %2$s: TMPL_VAR name=searchfield +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:167 +#, c-format +msgid "%s

    Confirm Deletion of Server %s

    " +msgstr "%s

    Confirmer la suppression du serveur %s

    " + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=crit +#. %2$s: TMPL_VAR name=filter +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_out.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_stats.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:18 +#, c-format +msgid "%s =%s" +msgstr "%s=%s" + +#. %1$s: TMPL_VAR name=LibraryName +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:2 +#, c-format +msgid "%s Catalog -- Serials" +msgstr " %s Catalogue -- Périodiques" + +#. %1$s: TMPL_VAR name=biblioitemnumber +#. %2$s: TMPL_VAR name=description +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:15 +#, c-format +msgid "%s GROUP - %s" +msgstr "%s GROUPE - %s" + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl:47 +#, c-format +msgid "%s Results found in catalogue." +msgstr "%s réponses trouvées dans le catalogue." + +#. %1$s: TMPL_VAR name=used +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist.tmpl:35 +#, c-format +msgid "%s biblio(s)" +msgstr "%s notice(s)" + +#. %1$s: TMPL_VAR name=TotalDel +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl:108 +#, fuzzy, c-format +msgid "%s borrowers have been successfuly deleted." +msgstr " %s adhérents ont été supprimés avec succès." + +#. %1$s: TMPL_VAR name=TotalDel +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl:106 +#, fuzzy, c-format +msgid "%s borrowers have been successfuly moved to trash." +msgstr " %s adhérents ont été supprimés avec succès." + +#. %1$s: TMPL_VAR name=errorfile +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:53 +#, c-format +msgid "%s can't be opened" +msgstr "%s ne peut être ouvert" + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:2 +#, c-format +msgid "%s errors found" +msgstr "%s erreurs trouvées" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=imported +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl:12 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/import.tmpl:11 +#, c-format +msgid "%s imported records" +msgstr "%s notices importées" + +#. %1$s: TMPL_VAR name=issuecount +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:644 +#, c-format +msgid "%s issue(s)" +msgstr "%s prêt(s)" + +#. %1$s: TMPL_VAR name=numberlength +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:74 +#, c-format +msgid "%s issues" +msgstr "%s numéros" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=shelfbookcount +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:153 +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:199 +#, c-format +msgid "%s item(s)" +msgstr "%s document(s)" + +#. %1$s: TMPL_VAR name=count +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:118 +#, c-format +msgid "%s items" +msgstr "%s exemplaire(s)" + +#. %1$s: TMPL_VAR name=Number +#. %2$s: TMPL_VAR name=date +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:52 +#, c-format +msgid "%s items modified : datelastseen set to %s" +msgstr "%s exemplaires modifiés : vu pour la dernière fois fixé à %s" + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:97 +#, c-format +msgid "%s lines found." +msgstr " %s lignes trouvées." + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/itemslost.tmpl:10 +#, c-format +msgid "%s lost item found." +msgstr "%s document(s) perdu(s) trouvé(s)." + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=enrolmentperiod +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:134 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:192 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:76 +#, c-format +msgid "%s months" +msgstr "%s mois" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=alreadyindb +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl:13 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/import.tmpl:12 +#, c-format +msgid "%s not imported because already in catalog" +msgstr "%s non importé, parce que déjà dans le catalogue" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=alreadyinfarm +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl:14 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/import.tmpl:13 +#, c-format +msgid "%s not imported because already in the reservoir" +msgstr "%s non importé, parce que déjà dans le réservoir" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=notmarcrecord +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl:15 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/import.tmpl:14 +#, c-format +msgid "" +"%s not imported because they seem not to be in MARC format (or ISBN/ISSN " +"missing) !" +msgstr "" +"%s non importé parce qu'ils ne semblent pas être au format MARC (ou ISBN/ " +"ISSN manquant) !" + +#. %1$s: TMPL_VAR name=count +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcels.tmpl:7 +#, c-format +msgid "%s parcels found" +msgstr "%s colis trouvés" + +#. %1$s: TMPL_VAR name=koha_news_count +#: ../../koha-tmpl/intranet-tmpl/prog/en/intranet-main.tmpl:10 +#, c-format +msgid "%s recent news" +msgstr "%s dernières nouvelles" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl:16 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/import.tmpl:15 +#, c-format +msgid "%s records parsed" +msgstr "%s notices traitées" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=used +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl:50 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl:88 +#, c-format +msgid "%s records(s)" +msgstr "%s notice(s)" + +#. %1$s: TMPL_VAR name=countreserv +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:634 +#, c-format +msgid "%s reserve(s)" +msgstr "%s réservation(s)" + +#. %1$s: TMPL_VAR name=total +#. %2$s: TMPL_VAR name=searchdesc +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:19 +#, c-format +msgid "%s results found for '%s' Perform a new search" +msgstr "%s réponses trouvés pour '%s' Nouvelle recherche" + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl:10 +#, c-format +msgid "%s results found." +msgstr "%s réponses trouvées." + +#. %1$s: TMPL_VAR name=suggestion +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:29 +#, c-format +msgid "%s suggestions waiting Manage suggestions" +msgstr "%s suggestions en attente Traiter les suggestions" + +#. %1$s: TMPL_VAR name=renewalsallowed +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:231 +#, c-format +msgid "%s time(s)" +msgstr "%s fois" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=used +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/linkresultlist-auth.tmpl:53 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:108 +#, c-format +msgid "%s times" +msgstr "%s fois" + +#. %1$s: TMPL_VAR name=weeklength +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:75 +#, c-format +msgid "%s weeks" +msgstr "%s semaines" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=dateofbirthrequired +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:135 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:136 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:193 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:194 +#, c-format +msgid "%s years" +msgstr "%s années" + +#. %1$s: TMPL_VAR name=title +#. %2$s: TMPL_VAR name=author +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/issuehistory.tmpl:98 +#, c-format +msgid "%s(%s)" +msgstr "%s (%s)" + +#. %1$s: TMPL_VAR name=itemcallnumber +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:230 +#, c-format +msgid "%s)" +msgstr "%s)" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=author +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl:37 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:96 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:97 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:102 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:108 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:110 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:112 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:31 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:224 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:110 +#, c-format +msgid "%s," +msgstr "%s," + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=wborsurname +#. %2$s: TMPL_VAR name=wborfirstname +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:59 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:81 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:149 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:263 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/member.tmpl:63 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember-print.tmpl:10 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:302 +#, c-format +msgid "%s, %s" +msgstr "%s, %s" + +#. %1$s: TMPL_VAR name=month +#. %2$s: TMPL_VAR name=day +#. %3$s: TMPL_VAR name=year +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:252 +#, c-format +msgid "%s/%s/%s" +msgstr "%s/%s/%s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=itemlib +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:107 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:197 +#, c-format +msgid "%s:" +msgstr "%s : " + +#. %1$s: TMPL_VAR name=host +#. %2$s: TMPL_VAR name=port +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:244 +#, c-format +msgid "%s:%s" +msgstr "%s : %s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=NUMBER_SYSTEM +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl:56 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/barcodes.tmpl:56 +#, c-format +msgid "%s[+]" +msgstr "%s [+]" + +#. %1$s: TMPL_VAR name=tagsubfield +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:48 +#, c-format +msgid "%s?" +msgstr "%s ?" + +#. %1$s: TMPL_VAR name=dig +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl:134 +#, c-format +msgid "%sDig" +msgstr "%s Voir aussi" + +#. %1$s: TMPL_VAR name=related +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl:135 +#, c-format +msgid "%sRelated" +msgstr "%s Voir aussi" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=copyrightdate +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:57 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:104 +#, c-format +msgid "© %s" +msgstr "© %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl:22 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl:83 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/distributedto.tmpl:38 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:242 +msgid ">>" +msgstr ">>" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/inventory.tmpl:89 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:116 +msgid ">>>" +msgstr ">>>" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:73 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:75 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:105 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:107 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:137 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:139 +msgid ">=" +msgstr ">=" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=query +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl:14 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:26 +#, c-format +msgid "“%s”" +msgstr "“%s”" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl:11 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl:73 +msgid "<<" +msgstr "<<" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/currency.tmpl:182 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/printers.tmpl:182 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:259 +msgid "<< Prev" +msgstr "<< Prdt." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authtypes.tmpl:146 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/biblio_framework.tmpl:122 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:196 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:269 +msgid "<< Previous" +msgstr "<< Précédent" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authorised_values.tmpl:87 +msgid "<< Previous Page" +msgstr "<< Page précédente" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/inventory.tmpl:79 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:106 +msgid "<<<" +msgstr "<<<" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl:17 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl:99 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/labs_theses.tmpl:94 +msgid "<<Previous" +msgstr "<<Précédent" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:79 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:81 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:111 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:113 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:143 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:145 +msgid "<=" +msgstr "<=" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl:29 +msgid "  No results found." +msgstr "  Pas de réponse." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:60 +msgid "     Author Phrase" +msgstr "     Auteur (expression)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:74 +msgid "     Call Number" +msgstr "     Cote" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:62 +msgid "     Conference Name" +msgstr "     Nom de congrès" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:64 +msgid "     Conference Name Phrase" +msgstr "     Nom de congrès (expression)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:61 +msgid "     Corporate Name" +msgstr "     Nom de société" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:63 +msgid "     Corporate Name Phrase" +msgstr "     Auteur collectif (expression)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:72 +msgid "     ISBN" +msgstr "     ISBN" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:73 +msgid "     ISSN" +msgstr "     ISSN" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:65 +msgid "     Personal Name" +msgstr "      Nom de personne" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:66 +msgid "     Personal Name Phrase" +msgstr "     Nom de personne (expression)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:79 +msgid "     Series Title" +msgstr "     Titre de collection" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:76 +msgid "     Subject Phrase" +msgstr "     Sujet (expression)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:78 +msgid "     Title Phrase" +msgstr "    Titre (expression)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/linkresultlist-auth.tmpl:30 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:86 +msgid " No results found." +msgstr " Pas de réponse." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:94 +#, c-format +msgid " |  phone  |  letter" +msgstr " |  téléphone  |  lettre" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=barcode +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl:157 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl:165 +#, c-format +msgid "'%s'" +msgstr "'%s'" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:21 +msgid "( ! means 'not visible' or in the case of Collapsed 'not Collapsed')" +msgstr "(! signifie \"pas visible\" ou \"pas plié\" pour plié)" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=note +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/newordersuggestion.tmpl:45 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:231 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/bookcount.tmpl:6 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl:76 +#, c-format +msgid "(%s)" +msgstr "(%s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:103 +msgid "(Choice, YesNo, Integer, Textarea, Float, Themes, or Languages)" +msgstr "(Choice, YesNo,Integer,Textarea,Float,Themes, Languages)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/stopwords.tmpl:8 +msgid "" +"(Hint: If you are proficient at MySQL, it is often faster and easier to find " +"an existing stopwords list, edit it, put it in the correct format, and use " +"the MySQL \"Load Data Infile\" command to import the list into the stopwords " +"table. Many academic libraries publish their stopwords list on the Internet, " +"or you can ask other Koha libraries if they would share their stopword list.)" +msgstr "" +"(Astuce: si vous êtes expert en MySQL, il est souvent plus rapide et plus " +"facile de trouver une liste de mots vides existantes, de la modifier, de la " +"mettre au format adéquat, et d'utiliser la commande MySQL\"Load Data Infile" +"\" pour importer la liste dans la table des mots vides. De nombreuses " +"bibliothèques universitaires publient leurs listes de mots vides sur " +"Internet, ou vous pouvez demander à d'autres bibliothèques Koha s'ils " +"partageraient leur liste de mots vides.)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/printers.tmpl:6 +msgid "" +"(In linux, each printer configuration in your printcap file defines a print " +"queue. The default print queue is \"lp,\" but if you use more than one " +"printer you will have other queues, probably with names like \"text\" or " +"\"postscript.\" Tell Koha which printer queue(s) you want to use for " +"printing reports directly from the server.)" +msgstr "" +"(Sous Linux, chaque configuration d'imprimante dans votre fichier " +"d'impression détermine une file d'attente. La file d'attente par défaut est " +"\"Ip,\" mais si vous utilisez plus d'une imprimante, vous aurez d'autres " +"listes d'attente, probablement avec des noms tels que \text\" ou " +"\"postscript.\"Dites à Koha quelle file d'attente vous voulez utiliser pour " +"effectuer des impressions directement à partir du serveur.)" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/issuingrules.tmpl:18 +msgid "" +"(Note : fines are calculated by the fines2.pl script, located in misc " +"directory. Ask your system administrator to put this script in crontab, " +"after midnight, to have fines calculated every night.)" +msgstr "" +"(Remarque : Les amendes sont calculées par le script fines2.pl, situé dans " +"le répertoire misc. Demandez à votre administrateur système de mettre ce " +"script dans le planificateur de tâches (crontab), après minuit, pour que les " +"amendes soient calculées chaque nuit.)" + +#. %1$s: TMPL_VAR name=biblionumber +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem.tmpl:7 +#, c-format +msgid "(Record #%s)" +msgstr "(Notice #%s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:28 +msgid "(Un)Check All" +msgstr "Tout (dé)cocher" + +#. %1$s: TMPL_VAR name=subscriptionsnumber +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:167 +#, c-format +msgid "(We have %s subscriptions associated with this title)." +msgstr "(Nous avons %s abonnement(s) pour ce titre)." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:14 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:201 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:307 +msgid "(auto-filled)" +msgstr "(auto-rempli)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:36 +msgid "(choose one)" +msgstr "(en choisir un)" + +#. %1$s: TMPL_VAR name=suggestionid +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:78 +#, c-format +msgid "(defined from suggestion #%s)" +msgstr "(créé à partir de la suggestion #%s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio-nomarc.tmpl:20 +msgid "(if applicable)" +msgstr "(si applicable)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/reserve.tmpl:91 +msgid "(inclusive)" +msgstr "(inclus)" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=innerloop1 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:313 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:315 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:317 +#, c-format +msgid "(is %s)" +msgstr "(est %s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/export/marc.tmpl:8 +msgid "(leave blank to export every biblio)" +msgstr "(ne pas remplir pour exporter toutes les notices)" + +#. %1$s: TMPL_VAR name=timestamp +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:219 +#, c-format +msgid "(modified on %s)" +msgstr "(modifié le %s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:121 +msgid "(no categories set)" +msgstr "(pas de catégories définies)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember-print.tmpl:12 +msgid "(no email on file)" +msgstr "(pas d'adresse email enregistrée)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember-print.tmpl:11 +msgid "(no phone number on file)" +msgstr "(pas de numéro de téléphone enregistré)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:103 +msgid "(nothing entered)" +msgstr "(rien d'enregistré)" + +#. %1$s: TMPL_VAR name=ordernumber +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl:7 +#, c-format +msgid "(order #%s)" +msgstr "(Commande N°%s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:694 +msgid "(select a branch)" +msgstr "(Sélectionnez un site)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:713 +msgid "" +"(select a letter & patrons will be able to \"follow\" this subscription " +"and recieve a mail on every new issue)" +msgstr "" +"(choisir un type de message afin que les adhérents inscrits soient prévenus " +"de chaque nouvelle parution par email)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities.tmpl:58 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl:107 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem.tmpl:58 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:120 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:219 +msgid "*" +msgstr "*" + +#. INPUT type=text name=password +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:573 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:624 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:433 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:624 +msgid "****" +msgstr "****" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:174 +msgid "*******" +msgstr "*******" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=authorised_value +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:174 +#, c-format +msgid ", %s" +msgstr ", %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:44 +msgid ", France" +msgstr ", France" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:42 +msgid ", France (Koha 2.0 & 2.2 Release Manager)" +msgstr ",France (Koha 2.0 ; Responsable de la Version 2.2)" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:34 +msgid ", France (Suggestion, stats modules and improved ldap support funding)" +msgstr ", France (Suggestion,module stats support LDAP amélioré)" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:35 +msgid "" +", France (biblio frameworks, MARC authorities, OPAC basket, Serials support " +"funding)" +msgstr ", France (grilles de catalogage, autorités, panier OPAC, bulletinage)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:174 +msgid ", Mandatory" +msgstr ", Obligatoire" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:43 +msgid ", New Zealand (Koha 1.0 & 1.2 Release Manager)" +msgstr "Nouvelle-Zélande (Koha 1.0 ; Responsable de la Version 1.2)" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:32 +msgid ", New Zealand, and Rosalie Blake, Head of Libraries, (Koha 1.0)" +msgstr "" +", Nouvelle-Zélande, et Rosalie Blake, directrice de la bibliothèque (Koha " +"1.0)" + +#. %1$s: TMPL_VAR name=seealso +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:174 +#, c-format +msgid ", See %s" +msgstr ", Voir %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:41 +msgid ", USA (Koha 3.0 Release Manager)" +msgstr ", Etats-Unis (Responsable de la Version 3.0)" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:33 +msgid ", USA, Ohio (MARC support funding)" +msgstr ", USA, Ohio (financement du support MARC)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:188 +msgid ", but managed only by you." +msgstr "" +"Une étagère publique peut être vue par tout le monde, mais est gérée " +"uniquement par vous-même." + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=author +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:56 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:100 +#, c-format +msgid ", by %s" +msgstr ", par %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:174 +msgid ", repeatable" +msgstr ", répétable" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=isbn +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl:58 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl:67 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl:38 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl:39 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl:41 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl:49 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl:51 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:83 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:213 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:214 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:216 +#, c-format +msgid "- %s" +msgstr "- %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl:28 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl:41 +msgid "-- All --" +msgstr "-- Tout --" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:31 +msgid "-- Choose Action --" +msgstr "-- Choisir une action --" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:40 +msgid "-- Choose a reason --" +msgstr "-- Choisir un motif --" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:32 +msgid "-1 => OPAC Intranet Editor Collapsed" +msgstr "-1 => OPAC Intranet Editeur Plié " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:31 +msgid "-2 => OPAC !Intranet Editor !Collapsed" +msgstr "-2 => OPAC !Intranet Editeur !Plié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:30 +msgid "-3 => OPAC !Intranet Editor Collapsed" +msgstr "-3 => OPAC !Intranet Editeur Plié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:29 +msgid "-4 => OPAC !Intranet !Editor !Collapsed" +msgstr "-4 => OPAC !Intranet !Editeur !Plié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:28 +msgid "-5 => OPAC Intranet !Editor Collapsed" +msgstr "-5 => OPAC Intranet !Editeur !Plié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:27 +msgid "-6 => OPAC Intranet !Editor !Collapsed" +msgstr "-6 => OPAC Intranet !Editeur !Plié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:26 +msgid "-7 => OPAC !Intranet !Editor Collapsed" +msgstr "-7 => OPAC !Intranet !Editeur Plié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:25 +msgid "-8 => Flag" +msgstr "-8 => Flag" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:24 +msgid "-9 => Future use" +msgstr "-9 => Usage prochain" + +#. %1$s: TMPL_VAR name=lib.surname +#. %2$s: TMPL_VAR name=lib.firstname +#. %3$s: TMPL_VAR name=reason +#. %4$s: TMPL_VAR name=libemail +#. %5$s: TMPL_VAR name=LibraryName +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_REJECTED.tmpl:3 +#, c-format +msgid "" +". %s %s reviewed your request today, and has decided not to accept the " +"suggestion at this time. The reason given for this reject is: %s If you have " +"any questions, please email us at %s. Thank you, %s" +msgstr "" +". %s %s a traité votre demande aujourd'hui et a décidé de ne pas accepter " +"votre suggestion pour l'instant. La raison du rejet est : %s. Si vous avez " +"une question, prière d'envoyer un email à %s. Merci, %s" + +#. %1$s: TMPL_VAR name=lib.surname +#. %2$s: TMPL_VAR +#. %3$s: TMPL_VAR name=libemail +#. %4$s: TMPL_VAR name=LibraryName +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_ACCEPTED.tmpl:3 +#, c-format +msgid "" +". %s %s reviewed your suggestion today, and found it interesting. The item " +"will be ordered as soon as possible. You will be notified by mail when the " +"order is completed, and again when the book arrives at the library. If you " +"have any questions, please email us at %s. Thank you, %s" +msgstr "" +". %s %s a examiné votre suggestion aujourd'hui, et l'a trouvé intéressante. " +"Le document sera acheté dès que possible. Vous serez alerté par messagerie " +"lorsque l'acquisition sera réalisée, puis à nouveau averti par messagerie " +"lorsque le document sera à la bibliothèque. Pour toute question, adressez un " +"email à %s. Merci, %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:24 +msgid ". Begins with" +msgstr ". Commence au" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:35 +msgid ". Some database servers require" +msgstr "" + +#. %1$s: TMPL_VAR name=libemail +#. %2$s: TMPL_VAR name=LibraryName +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_ORDERED.tmpl:3 +#, c-format +msgid "" +". We are pleased to inform you that the book has now been ordered. It should " +"arrive soon, at which time it will be processed for addition to the " +"collection. You will be notified again when the book is available. If you " +"have any questions, please email us at %s Thank you, %s" +msgstr "" +". Nous avons le plaisir de vous informer que le document a été commandé.Il " +"devrait arriver bientôt, il sera alors traité pour être ajouté à nos " +"collections.Nous vous avertirons à nouveau quand le livre sera disponible. " +"Pour toute question, prière d'envoyer un email à %s. Merci, %s" + +#. %1$s: TMPL_VAR name=LibraryName +#. %2$s: TMPL_VAR name=libemail +#. %3$s: TMPL_VAR name=LibraryName +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_AVAILABLE.tmpl:3 +#, c-format +msgid "" +". We are pleased to inform you that the item is now part of the collection " +"of the %s. If you have any questions, please email us at %s. Thank you, %s" +msgstr "" +". Nous avons le plaisir de vous annoncer que le document demandé fait " +"maintenant partie des collections de %s.Pour toute question, prière " +"d'envoyer un email à %s. Merci, %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl:22 +msgid "...or..." +msgstr "...ou..." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/issuingrules.tmpl:50 +msgid "/" +msgstr "/" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:760 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:812 +msgid "/>" +msgstr "/>" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:33 +msgid "0 => OPAC Intranet Editor !Collapsed" +msgstr "0 => OPAC Intranet Editeur !Plié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:648 +msgid "0 issue(s)" +msgstr "0 prêt(s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:638 +#, fuzzy +msgid "0 reserves" +msgstr "0 Réservation(s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:34 +msgid "1 => !OPAC Intranet Editor Collapsed" +msgstr "1 => !OPAC Intranet Editeur Plié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:212 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:214 +msgid "1- Full level, material not examined" +msgstr "1- Niveau complet, document non dépouillé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:13 +msgid "1-4 Record size" +msgstr "1-4 Taille enregistrement" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:167 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:191 +msgid "1/2 Months (6/year)" +msgstr "Bimestriel (6/an)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:158 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:182 +msgid "1/2 weeks" +msgstr "Bimensuel" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:182 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:206 +msgid "1/2 years" +msgstr "Bisannuel" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:161 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:185 +msgid "1/3 weeks" +msgstr "1/3 semaines" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:164 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:188 +msgid "1/Month" +msgstr "Mensuel" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:152 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:176 +msgid "1/day" +msgstr "Quotidien" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:170 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:173 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:194 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:197 +msgid "1/quarter" +msgstr "Trimestriel" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:155 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:179 +msgid "1/week" +msgstr "Hebdomadaire" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:179 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:203 +msgid "1/year" +msgstr "Annuel" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:200 +msgid "10-16 indicator/subfields/size" +msgstr "10-16 indicateur/sous-champs/taille" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:36 +msgid "127.0.0.1" +msgstr "" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:203 +msgid "17- Encoding" +msgstr "17- Encodage" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:261 +msgid "18 - Descriptive cataloging form" +msgstr "18- Forme de catalogage descriptif" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:289 +msgid "19 - Linked record requirement" +msgstr "19 - Condition de notice liée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:217 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:219 +msgid "2 - Less-than-full level, material not examined" +msgstr "2 - Incomplet, document non examiné" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:35 +msgid "2 => !OPAC !Intranet Editor !Collapsed" +msgstr "2 => !OPAC !Intranet Editeur !Plié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:34 +msgid "2 months" +msgstr "2 mois" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:43 +msgid "2 quarters" +msgstr "2 trimestres" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:25 +msgid "2 weeks" +msgstr "2 semaines" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:49 +msgid "2 years" +msgstr "2 ans" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:176 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:200 +msgid "2/year" +msgstr "Semestriel " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:306 +msgid "20-24 entry map & lengths" +msgstr "20-24 structure et longueur des entrées" + +#. META http-equiv=refresh +#: ../../koha-tmpl/intranet-tmpl/prog/en/z3950/searchresult.tmpl:2 +msgid "2; url=" +msgstr "2; url=" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:36 +msgid "3 => !OPAC !Intranet Editor Collapsed" +msgstr "3 => !OPAC !Intranet Editeur Plié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:37 +msgid "3 months" +msgstr "3 mois" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:28 +msgid "3 weeks" +msgstr "3 semaines" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:222 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:224 +msgid "3- Abbreviated level" +msgstr "3- Niveau abrégé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:37 +msgid "4 => !OPAC Intranet Editor !Collapsed" +msgstr "4 => !OPAC Intranet Editeur !Plié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:227 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:229 +msgid "4- Core level" +msgstr "4- Niveau central" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:38 +msgid "5 => !OPAC !Intranet !Editor Collapsed" +msgstr "5 => !OPAC !Intranet !Editeur Plié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:232 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:234 +msgid "5- Partial (preliminary) level" +msgstr "5- Niveau partiel (préliminaire)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:17 +msgid "5- Record status" +msgstr "5- Statut notice" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:39 +msgid "6 => !OPAC Intranet !Editor !Collapsed" +msgstr "6 => !OPAC Intranet !Editeur !Plié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:50 +msgid "6- Type of record" +msgstr "6- Type de notice" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:40 +msgid "7 => !OPAC Intranet !Editor Collapsed" +msgstr "7 => !OPAC Intranet !Editeur Plié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:122 +msgid "7- Bibliographic level" +msgstr "7- Niveau bibliographique" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:237 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:239 +msgid "7- Minimal level" +msgstr "7- Niveau minimum" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:41 +msgid "8 => !OPAC !Intranet !Editor !Collapsed" +msgstr "8 => !OPAC !Intranet !Editeur !Plié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:165 +msgid "8- Hierarchic level" +msgstr "8- Niveau hiérarchique" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:242 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:244 +msgid "8- Prepublication level" +msgstr "9- Niveau pré-print" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:42 +msgid "9 => Future use" +msgstr "9 => Usage future" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:183 +msgid "9- Encoding" +msgstr "9- Encodage" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=notes +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl:42 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl:52 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:217 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:1 +#, c-format +msgid ": %s" +msgstr ": %s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=surname +#. %2$s: TMPL_VAR name=firstname +#. %3$s: TMPL_VAR name=cardnumber +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:3 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/waitingreservestransfers.tmpl:3 +#, c-format +msgid ": Issuing to %s, %s (%s)" +msgstr ": En prêt à, %s, %s(%s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:57 +msgid ": barcode not found" +msgstr ": code à barres pas trouvé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:59 +msgid ": item was on loan. It was returned before marked as seen" +msgstr "" +": l'exemplaire était en prêt.Il a été rendu avant d'être signalé comme vu" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:60 +msgid ": item was on loan. couldn't be returned." +msgstr " : l'exemplaire était en prêt. ,n'a pas dû être rendu" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:58 +msgid ": item withdrawn" +msgstr ": exemplaire retiré" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=place +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl:40 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl:43 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl:50 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl:53 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl:54 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:215 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:218 +#, c-format +msgid "; %s" +msgstr "; %s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=isbn +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:59 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:110 +#, c-format +msgid "; ISBN :%s" +msgstr "; ISBN : %s" + +# +#. For the first occurrence, +#. %1$s: TMPL_VAR name=publishercode +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:59 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:113 +#, c-format +msgid "; Published by %s" +msgstr "; Edité par %s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=volumedesc +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:58 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:107 +#, c-format +msgid "; Volume:%s" +msgstr "; Volume : %s" + +#. INPUT type=button +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:113 +msgid "" +"Update CategoryAdd " +"Category" +msgstr "" +"Valider les modificationsAjout catégorie" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:98 +msgid "" +"Save ChangesAdd this " +"Preference" +msgstr "" +"Valider modifications" + +#. INPUT type=button +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:155 +msgid "" +"Update Z39.50 ServerAdd " +"Z39.50 Server" +msgstr "" +"Valider modifications" + +#. %1$s: TMPL_VAR name=facet_label_value +#. %2$s: TMPL_VAR name=facet_count +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:135 +#, c-format +msgid " %s (%s)" +msgstr " %s (%s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:60 +#, fuzzy, c-format +msgid "" +" Account Pay Fines Reading Record Renew " +msgstr "" +" Modification mot de passe Habilitations Suppression " +" Compte Règlement amendes Historique des prêts " +" Renouvellement " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/action-catalogue.inc:31 +#, c-format +msgid " Add to shelf Print " +msgstr " Ajouter à l'étagère Imprimer" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/action-catalogue.inc:19 +#, c-format +msgid " Complete Normal ISBD " +msgstr "Complète Normale ISBD" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem.tmpl:10 +#, c-format +msgid "" +" Edit Bibliographic Record Normal view View MARC in " +"Catalog View ISBD in Catalog " +msgstr "" +" Modifier notice biblio Vue normale Vue complète " +"ISBD " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:134 +#, c-format +msgid "" +" Edit Supplier Manage Orders Receive Parcel " +msgstr "" +" Modifier fournisseur Gérer les commandes " +"Réceptionner un colis" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/action-catalogue.inc:4 +#, c-format +msgid "" +" Edit biblio Duplicate Edit item Delete " +msgstr "" +" Modifier notice Dupliquer Modifier exemplaires " +" Supprimer " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:49 +#, fuzzy, c-format +msgid " Set password Privileges Delete " +msgstr "Complète Normale ISBD" + +#. %1$s: TMPL_VAR name=surname +#. %2$s: TMPL_VAR name=firstname +#. %3$s: TMPL_VAR name=categorycode +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/member-quicksearch-results.tmpl:35 +#, c-format +msgid "%s, %s (%s)" +msgstr "%s, %s (%s)" + +#. %1$s: TMPL_VAR name=tag +#. %2$S: type=text name=indicator +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities.tmpl:44 +#, c-format +msgid "%s %S -" +msgstr "%s %S -" + +#. %1$s: TMPL_VAR name=riborcnum +#. %2$s: TMPL_VAR name=riborsurname +#. %3$s: TMPL_VAR name=ribortitle +#. %4$s: TMPL_VAR name=riborfirstname +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:219 +#, c-format +msgid "%s %s, %s %s" +msgstr "%s %s, %s %s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=title +#. %2$s: TMPL_VAR name=itemtype +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/currenttransfers.tmpl:27 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/waitingreservestransfers.tmpl:32 +#, c-format +msgid "%s   (%s )" +msgstr "%s   (%s )" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=title +#. %2$s: TMPL_VAR name=itemtype +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchreserves.tmpl:50 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:61 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:141 +#, c-format +msgid "%s   (%s)" +msgstr "%s   (%s)" + +#. %1$s: TMPL_VAR name=title +#. %2$s: TMPL_VAR name=barcode +#. %3$s: TMPL_VAR name=branchname +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:92 +#, c-format +msgid "%s (%s -- %s)" +msgstr "%s (%s -- %s)" + +#. %1$s: TMPL_VAR name=name +#. %2$s: TMPL_VAR name=phone +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/overdue.tmpl:18 +#, c-format +msgid "%s (%s)" +msgstr " %s (%s)" + +#. %1$s: TMPL_VAR name=label +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl:92 +#, fuzzy, c-format +msgid "+ %s" +msgstr " %s (%s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:9 +#, c-format +msgid "Accepted Waiting Rejected" +msgstr "Accepté En attente Rejeté" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc:44 +#, c-format +msgid "" +"Acquisitions Catalogue Circulation Members " +"Authorities Reports Parameters About " +"Help" +msgstr "" +"Acquisitions Catalogue Circulation Adhérents " +"Autorités Bilans Paramètres A propos " +"Aide" + +#. %1$s: TMPL_VAR name=category +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authorised_values.tmpl:91 +#, c-format +msgid "Add Authorised value for %s Add New Category" +msgstr "" +"Ajouter une nouvelle valeur dans %s Ajouter une nouvelle " +"catégorie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-manager.tmpl:42 +#, c-format +msgid "" +"Add Item    Preview    Delete All" +msgstr "" +"Ajouter exemplaire    Aperçu   Tout " +"supprimer" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/routing.tmpl:56 +#, c-format +msgid "Add List Member   Delete All" +msgstr "Ajouter un membre à la liste   Tout supprimer" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbookfund.tmpl:90 +#, c-format +msgid "Add bookfund Show all budgets" +msgstr "Ajouter un poste budgétaire Afficher tous les budgets" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:145 +#, c-format +msgid "" +"Admin Log Features Acquisitions Authorities " +"Catalogue Circulation Members OPAC OPAC " +"Features Intranet Others" +msgstr "" +"Administration Fonctions de Log Acquisitions " +"Autorités Catalogue Circulation Adhérents " +"OPAC Fonctions OPAC Intranet Autres" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl:175 +#, c-format +msgid "Back   Print" +msgstr " Retour   Imprimer" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menu-admin.inc:15 +#, c-format +msgid "" +"Biblio Framework Thesaurus Framework Authorised values Links Koha-MARC DB MARC Check" +msgstr "" +"Grilles catalogage Grilles Autorités Valeurs autorisées Liens Koha-MARC DBVérification MARC" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/menu-circ.inc:2 +#, c-format +msgid "" +"Circulation Issues Returns Transfers Set " +"branch Waiting reserves Transfers to do Transfers to " +"recieve" +msgstr "" +"Circulation Prêts Retours Transferts " +"Choix du site Réservations en attente Transferts à " +"effectuer Transferts à recevoir" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/menu-tools.inc:2 +#, c-format +msgid "" +"Cities Holidays Export Reservoir " +"Barcodes Log viewer" +msgstr "" +"Communes Jours fériés Exportation Importation Codes à barres Visualiseur de log" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl:153 +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl:158 +#, fuzzy, c-format +msgid "Click here to continue." +msgstr "Cliquer sur suivant pour continuer" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:120 +#, c-format +msgid "Edit subfields Return to Auth Structure" +msgstr "" +"Modifier les sous-champs Retourner à la structure de l'autorité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:168 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:242 +#, c-format +msgid "Edit Delete" +msgstr "Modifier Supprimer" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbookfund.tmpl:74 +#, c-format +msgid "Edit Delete Add budget" +msgstr "Modifier Supprimer Ajouter un budget" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:140 +#, c-format +msgid "" +"Edit Duplicate Renew Receive Serial " +"Collection" +msgstr "" +"Modifier Dupliquer BulletinerEtat de " +"collection" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menu-serials.inc:2 +#, c-format +msgid "" +"Home Claims Add Subscription Check Expiration" +msgstr "" +"Accueil Réclamations Ajout abonnement Dates " +"d'expiration" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menu-tools.inc:2 +#, fuzzy, c-format +msgid "" +"Home Holidays News Inventory/stocktaking " +"Clean borrowers Items lost Export Import " +"Letters Reservoir Barcodes overdue rules " +"Log viewer" +msgstr "" +"Accueil Jours fériés Nouvelles Exportation " +"Importation Codes à barres Visualiseur des logs" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menu-circ.inc:3 +#, c-format +msgid "Issues Returns Transfers Set branch" +msgstr "Prêts Retours Transferts Choix du site" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menu-admin.inc:9 +#, c-format +msgid "" +"Item types Borrower categories Issuing rules " +"Z39.50 Servers" +msgstr "" +"Types documents Catégories d'adhérentRègles de prêtServeurs z3950" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc:64 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/serials-top.inc:34 +#, c-format +msgid "Log In to Koha" +msgstr "Se connecter à Koha" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menu-acqui.inc:2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/menu-acqui.inc:2 +#, c-format +msgid "" +"Main page Add supplier Late orders History " +"search Manage suggestions Parameters" +msgstr "" +"Accueil Ajout fournisseur Commandes en retard " +"Recherche historique Gestion suggestions Paramètres" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/subject.tmpl:25 +#, c-format +msgid "Previous Records Next Records" +msgstr "Notices précédentes / Notices suivantes" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:711 +#, c-format +msgid "Print Page / Print Slip" +msgstr " Imprimer la page / Imprimer un reçu" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/routing-preview-slip.tmpl:19 +#, c-format +msgid "Print   Close" +msgstr " Imprimer  Fermer" + +#. %1$s: TMPL_VAR name=count +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/detail.tmpl:71 +#, c-format +msgid "Print %s biblios" +msgstr " Imprimer %s notices" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/alt_menu-serials.inc:2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/alt_menu-serials.inc:2 +#, c-format +msgid "" +"Search/Add Subscription Create/Edit Routing List " +"Outstanding Issues Claims" +msgstr "" +"Rechercher/Ajouter abonnement Créer/Modifier liste de " +"circulation Périodiques en retardRéclamations" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menu-members.inc:3 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/menu-members.inc:2 +#, c-format +msgid "" +"Search Add adult Add child Add prof Add " +"org" +msgstr "" +"Recherche Inscription adulteInscription enfantInscription professionnelInscription collectivité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menu-catalogue.inc:2 +#, c-format +msgid "" +"Search Cataloging Add Full MARC Record " +"Subscriptions Virtual shelves Manage reviews" +msgstr "" +"Recherche Catalogage Ajout notice MARC " +"Abonnements Etagères virtuelles Gestion des " +"commentaires" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/labs_theses.tmpl:85 +#, c-format +msgid "Select Sel&close" +msgstr "Sélectionner Sélect&fermer" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:8 +#, c-format +msgid "Subscriptions Back to biblio Complete view" +msgstr "Abonnements Retour à la notice Vue complète" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menu-admin.inc:3 +#, c-format +msgid "System pref Branches Funds Currencies" +msgstr "" +"Préférences systèmes Sites Postes budgétaires " +"Devises" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/menu-admin.inc:2 +#, c-format +msgid "" +"System pref Branches Funds Currencies " +"Item types Borrower categories Issuing rules " +"Authorised values Thesaurus Biblio Framework " +"Links Koha-MARC DB MARC Check Printers Stop " +"words Z39.50 Servers Reservoir" +msgstr "" +"Préférences Système Sites Budgets Devises " +"Types de documents Categories d'adhérents Règles de " +"prêt Valeurs autorisées Thesaurus Grilles " +"Bibliographiques Liens Koha-MARC DB Vérification MARC " +"Imprimantes Mots vides Serveurs Z39.50 " +"Réservoir" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:47 +#, c-format +msgid "authorised value." +msgstr "Valeur autorisée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:26 +#, c-format +msgid "details / edit" +msgstr "( détails / modifier)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/menu-serials.inc:2 +#, c-format +msgid "" +"home Serials issues Supplier search Subscription " +"search Search subscription Late issue Add a " +"subscription View alerts" +msgstr "" +"Accueil Bulletinage Recherche fournisseur " +"Recherche abonnement Recherche abonnement Numéros en " +"retard Ajouter abonnement Voir alertes" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menu-barcodes.inc:2 +#, c-format +msgid "home barcodes generator label" +msgstr "Accueil Générateur de code à barres Etiquette" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc:56 +#, c-format +msgid "" +"search Virtual shelves Add biblio Cat " +"maintenance" +msgstr "" +"Recherche Etagères viruelles Ajout notice Mise à " +"jour catalogue" + +#. %1$s: TMPL_VAR name=title +#. %2$s: TMPL_VAR name=author +#. %3$s: TMPL_VAR name=isbn +#. %4$s: TMPL_VAR name=barcode +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-manager.tmpl:28 +#, c-format +msgid " %s: %s: %s: %s" +msgstr " %s: %s : %s %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc:82 +msgid " Librarian Informations :" +msgstr " Identification/Localisation :" + +#. %1$s: TMPL_VAR name=itemcallnumber +#. %2$s: TMPL_VAR name=title +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:87 +#, c-format +msgid "%s - %s" +msgstr "%s - %s" + +# +#. %1$s: TMPL_VAR name=numsubscription +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/checkexpiration.tmpl:47 +#, c-format +msgid "%s subscription(s)" +msgstr "%s abonnement(s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:167 +msgid "" +"<a href=\"[856u]\">open site</a> will show the link just " +"below the title" +msgstr "" +"<a href=\"[856u]\">voir site</a> affichera le lien sous " +"le titre" + +#. %1$s: TMPL_VAR name=dateaccessioned +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:58 +#, c-format +msgid " Accession Date: %s" +msgstr "Date d'acquisition : %s" + +#. %1$s: TMPL_VAR name=issues +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:62 +#, c-format +msgid "Total Issues: %s" +msgstr "Total des prêts : %s" + +#. %1$s: TMPL_VAR name=biblionumber +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:66 +#, c-format +msgid "Biblio number: %s" +msgstr "Numéro de notice : %s" + +#. %1$s: TMPL_VAR name=biblionumber +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:16 +#, c-format +msgid "Biblionumber: %s" +msgstr "Numéro de notice : %s" + +#. %1$s: TMPL_VAR name=classification +#. %2$s: TMPL_VAR name=dewey +#. %3$s: TMPL_VAR name=subclass +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:21 +#, c-format +msgid "Classification: %s%s%s" +msgstr "Indexation : %s%s%s" + +#. %1$s: TMPL_VAR name=holdingbranch +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:46 +#, c-format +msgid "Current Branch: %s" +msgstr "Site actuel : %s" + +#. %1$s: TMPL_VAR name=date_due +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:50 +#, c-format +msgid "Date Due: %s" +msgstr "Date de retour : %s" + +#. %1$s: TMPL_VAR name=publicationyear +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:25 +#, c-format +msgid "Date: %s" +msgstr "Date : %s" + +#. %1$s: TMPL_VAR name=biblioitemnumber +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:65 +#, c-format +msgid "Group Number: %s" +msgstr "Numéro de groupe : %s" + +#. %1$s: TMPL_VAR name=homebranch +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:45 +#, c-format +msgid "Home Branch: %s" +msgstr "Site d'origine : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:23 +msgid "" +"ISBD -- Koha can display records in International Standard " +"Bibliographic Description format. the syntax of this field is quite complex :" +msgstr "" +"ISBD -- Koha peut afficher les notices au format International " +"Standard Bibliographic Description. La syntaxe de ce champ est assez " +"complexe : " + +#. %1$s: TMPL_VAR name=isbn +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:22 +#, c-format +msgid "ISBN: %s" +msgstr "ISBN : %s" + +#. %1$s: TMPL_VAR name=illus +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:28 +#, c-format +msgid "Illus: %s" +msgstr "Illus. : %s" + +#. %1$s: TMPL_VAR name=issue +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/routing-preview.tmpl:13 +#, c-format +msgid "Issue: %s" +msgstr "Numéro : %s" + +#. %1$s: TMPL_VAR name=itemtype +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:17 +#, c-format +msgid "Item type: %s" +msgstr "Type de document : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:42 +msgid "" +"KohaAdminEmailAddress -- The email address that will receive requests " +"from borrowers for modification of their records." +msgstr "" +"KohaAdminEmailAddress --L'adresse électronique à laquelle les " +"adhérents enverront leurs demandes de modification de leurs coordonnées." + +#. %1$s: TMPL_VAR name=card0 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:51 +#, c-format +msgid "Last Borrower 1: %s" +msgstr "Dernier emprunteur 1 : %s" + +#. %1$s: TMPL_VAR name=card1 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:52 +#, c-format +msgid "Last Borrower 2: %s" +msgstr "Dernier emprunteur 2 : %s" + +#. %1$s: TMPL_VAR name=datelastborrowed +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:48 +#, c-format +msgid "Last borrowed: %s" +msgstr "Emprunté pour la dernière fois le : %s" + +#. %1$s: TMPL_VAR name=datelastseen +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:47 +#, c-format +msgid "Last seen: %s" +msgstr "Vu pour la dernière fois le : %s" + +#. %1$s: TMPL_VAR name=loanlength +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:19 +#, c-format +msgid "Loan length: %s" +msgstr "Durée du prêt : %s" + +#. %1$s: TMPL_VAR name=count +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:31 +#, c-format +msgid "No. of Items: %s" +msgstr "N° d'exemplaires : %s" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:29 +msgid "" +"Note: when you add a subscription, Koha consider you already have " +"done the order, or that you will do it soon. So, NO information is sent to " +"the acquisition module. This is not the case when the subscription expires. " +"In this case, a subscription renewal creates a \"suggestion\" that is sent " +"to the acquisition module." +msgstr "" +"Note : lorsque vous ajoutez un abonnement, Koha considère que vous " +"avez déjà passé la commande où que vous allez le faire bientôt. Aussi, " +"AUCUNE information n'est envoyée vers le module acquisition. Ça n'est pas le " +"cas quand l'abonnement arrive à expiration. Dans ce cas,un renouvellement de " +"l'abonnement crée une \"suggestion\" qui est envoyée dans le module " +"acquisition." + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=bnotes +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:30 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:56 +#, c-format +msgid "Notes: %s" +msgstr "Remarques : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/routing-preview-slip.tmpl:15 +msgid "" +"Notes: Please return this journal promptly as others are waiting." +msgstr "" +"Remarques : Prière de rendre ce périodique rapidement, d'autres " +"l'attendent." + +#. %1$s: TMPL_VAR name=pages +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:27 +#, c-format +msgid "Pages: %s" +msgstr "Pages : %s" + +#. %1$s: TMPL_VAR name=paidfor +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:55 +#, c-format +msgid "Paid for: %s" +msgstr "Réglé : %s" + +#. %1$s: TMPL_VAR name=place +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:24 +#, c-format +msgid "Place: %s" +msgstr "Emplacement : %s" + +#. %1$s: TMPL_VAR name=publishercode +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:23 +#, c-format +msgid "Publisher: %s" +msgstr "Editeur : %s" + +#. %1$s: TMPL_VAR name=renewals +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:57 +#, c-format +msgid "Renewals: %s" +msgstr "Renouvellements : %s" + +#. %1$s: TMPL_VAR name=rentalcharge +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:20 +#, c-format +msgid "Rental charge: %s" +msgstr "Frais de location : %s" + +#. %1$s: TMPL_VAR name=replacementprice +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:53 +#, c-format +msgid "Replacement Price: %s" +msgstr "Prix de remplacement : %s" + +#. %1$S: type=text name=recieve +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:79 +#, c-format +msgid "Search ISBN or Title: %S" +msgstr "Cherche ISBN ou titre : %S" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=title +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/routing-preview.tmpl:12 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/routing.tmpl:27 +#, c-format +msgid "Serial Title: %s" +msgstr "Titre de périodique : %s" + +#. %1$s: TMPL_VAR name=size +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:29 +#, c-format +msgid "Size: %s" +msgstr "Format : %s" + +#. %1$s: TMPL_VAR name=subscriptionid +#. %2$S: type=text name=serialseq +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:156 +#, c-format +msgid "Subs. %s New Issue %S" +msgstr "Abt. %s Nouveau numéro %S" + +#. %1$s: TMPL_VAR name=title +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/routing-preview-slip.tmpl:6 +#, c-format +msgid "Title: %s" +msgstr "Titre : %s" + +#. %1$s: TMPL_VAR name=url +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:18 +#, c-format +msgid "URL: %s" +msgstr "URL : %s" + +#. %1$s: TMPL_VAR name=volumeddesc +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:26 +#, c-format +msgid "Volume: %s" +msgstr "Epaisseur : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:17 +msgid "" +"Waiting suggestion, accept or reject these suggestions with a reason." +msgstr "" +"Suggestions en attente, accepter ou rejeter ces suggestions en le " +"justifiant." + +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "Warning irregularity detected<\\/b>
    " +msgstr "" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:6 +msgid "" +"acquisitions -- The choices are either \"normal\" or \"simple.\" " +"\"Normal\" sets the system to track orders and update budgeting and vendor " +"information as you add materials to your collection. \"Simple\" tells Koha " +"that you are going to add materials to the collection without tracking " +"orders." +msgstr "" +"acquisitions -- Les choix sont \"normal\" ou \"simple.\" \"Normal " +"\"règle le système pour suivre les commandes et mettre à jour les " +"informations sur les budgets et les fournisseurs lorsque vous ajoutez des " +"exemplaires à votre collection.\"Simple\"dit à Koha que vous allez ajouter " +"des exemplaires à votre collections sans suivi des commandes." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:8 +msgid "" +"authoritysep -- The separator used in authority/thesaurus. Usually \" " +"-- \". Deprecated and useless in Koha 2.2" +msgstr "" +"authoritysep --Le séparateur utilisé dans le thésaurus/autorités. " +"Habituellement \"--\".A éviter et inutile dans Koha 2.2" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:10 +msgid "" +"autoBarcode -- The barcode number to be assigned to items is " +"automatically assigned (sequentially) by Koha if this is set to \"yes\" (\"1" +"\" = \"yes\")." +msgstr "" +"autoBarcode -- Le numéro de code à barres à affecter aux exemplaires " +"est automatiquement défini (séquentiellement)par Koha si le choix est \"oui" +"\" (\"1\" = \"oui\")." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:12 +msgid "" +"autoMemberNum -- The membership number (patron card number) to be " +"assigned to new library users is automatically assigned by Koha if this is " +"set to \"yes\" (\"1\" = \"yes\")." +msgstr "" +"autoMemberNum -- Le numéro d'adhérent (numéro de carte d'adhérent) " +"attribué aux nouveaux adhérents de la bibliothèque est automatiquement " +"calculé par Koha si vous choisissez le \"yes\" (\"1\" = \"yes\")." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:14 +msgid "" +"checkdigit -- Validity checks on membership number (patron card " +"number): none or \"Katipo\" style checks. In most cases, you will choose " +"\"none\" because you will be using pre-printed barcodes." +msgstr "" +"checkdigit -- Contrôles de validité sur le numéro d'adhérent(Numéro " +"de la carte d'emprunteur) : rien ou contrôle de type\"Katipo\".Dans la " +"plupart des cas vous choisirez \"none\"parce que vous utiliserez des codes à " +"barres pré-imprimés." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:16 +msgid "" +"dateformat -- Choose \"metric,\" \"us,\" or \"iso\" date format (us = " +"mm/dd/yyyy, metric = dd/mm/yyy, ISO = yyyy/mm/dd). This controls how dates " +"are displayed, not how they are stored in the database." +msgstr "" +"dateformat -- Choisir le format de date \"metric,\" \"us,\" ou \"iso " +"\"(us=mm/jj/aaaa, metric=jj/mm/aaaa, ISO=aaaa/mm/jj).Cela contrôle " +"l'affichagedes dates , mais pas leur stockage dans la base de données." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:18 +msgid "" +"gist -- \"gist\" is \"GST\" (Good and Sales Tax) rate. If your local " +"tax laws require you to pay taxes on purchases from your suppliers, enter " +"the tax rate here. Set to \"0\" if you are not required to pay tax." +msgstr "" +"gist -- \"gist\"est le taux de tva. Si vos lois sur les taxes exigent " +"que vous payiez une taxe sur vos achats chez vos fournisseurs, entrez le " +"taux de la taxe ici. Choisissez \"0\"si vous ne devez pas payer de taxe." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:20 +msgid "" +"insecure -- The best choice is \"no.\" If you choose \"yes,\" users " +"do not have to login and all information is open to anyone. Be careful if " +"you set this to \"yes!\"" +msgstr "" +"insecure -- Le meilleur choix est \"non.\"Si vous choisissez \"oui\", " +"les utilisateurs n'auront pas à s'identifier et toute l'interface " +"professionnelle sera accessible à tout un chacun. Soyez vigilant si vous " +"choisissez \"oui!\"" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:44 +msgid "" +"ldapserver and ldapinfos -- Koha 2.0 can use Perl LDAP (Lightweight " +"Directory Access Protocol, see http://search.cpan.org/~gbarr/perl-ldap-" +"0.3202/lib/Net/LDAP.pod) to manage user access and privileges. To avoid a " +"useless Perl package for libraries without ldap, all what is related to LDAP " +"has been moved to KohaInstall/modules/C4/Auth_with_ldap.pm. Ask your system " +"administrator to set up LDAP with Auth_with_ldap.pm (perldoc Auth_with_ldap." +"pm for help). Those 2 parameters are useless in 2.2 and have should not " +"appear on a new install." +msgstr "" +"ldapserver and ldapinfos -- Koha 2.0 sait utiliser Perl LDAP " +"(Lightweight Directory Access Protocol,voir http://search.cpan.org/~gbarr/ " +"perl-ldap- 0.3202/lib/Net/LDAP.pod)pour gérer les accès des utilisateurs et " +"leurs habilitations.Pour obtenir un paquetage Perl utilisable en " +"bibliothèque sans ldap, tout ce qui est relié au LDAP a été déplacé dans " +"KohaInstall/modules/ C4/Auth_with_ldap.pm.Demandez à votre administrateur " +"système de régler le LDAP avec Auth_with_ldap.pm (perldoc Auth_with_ldap. pm " +"for help).Ces 2 paramétrages seront inutiles dans la 2.2 et ne devraient " +"plus apparaître pour une nouvelle installation." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:48 +msgid "" +"marc -- Turn on MARC support. Set to \"no\" if you do not intend to " +"use MARC records." +msgstr "" +"marc -- Active le format MARC.Choisissez le \"no\" si vous n'avez pas " +"l'intention d'utiliser les notices MARC." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:50 +msgid "" +"marcflavour -- Your MARC flavor (MARC21 or UNIMARC). This choice " +"tells Koha how to interpret your MARC records." +msgstr "" +"marcflavour -- Votre version Marc (MARC21 ou UNIMARC).Ce choix dit à " +"Koha comment interpréter vos enregistrements MARC." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:52 +msgid "" +"maxoutstanding -- The maximum amount of outstanding charges a " +"borrower may have before he/she is barred from making reserve requests. The " +"number represents units of your local currency (e.g. \"5\" means $5.00, if " +"the dollar is your local currency.)" +msgstr "" +"maxoutstanding -- Le montant maximum de frais non réglés qu'un " +"adhérent peut avoir avant d'être interdit de réservation. Le nombre " +"représente des unités de votre devise nationale (par exemple \"5\" signifie " +"5 €, si l'Euro est votre devise.)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:54 +msgid "maxreserves -- The maximum number of reserves a member can make." +msgstr "" +" maxreserves -- Le nombre maximum de réservation qu'un adhérent peut " +"faire." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:56 +msgid "" +"noissuescharge -- The maximum amount of outstanding charges a " +"borrower may have before he/she is barred from checking out items. The " +"number represents units of your local currency (e.g. \"5\" means $5.00, if " +"the dollar is your local currency.)" +msgstr "" +"noissuescharge -- Le montant maximum de charges non réglées qu'un " +"adhérent peut avoir avant d'être interdit de prêts. Le nombre représente des " +"unités de votre monnaie locale (par exemple \"5\"signifie 5 €, si l'Euro est " +"votre monnaie locale.)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:58 +msgid "" +"opaclanguages -- Set your language preference. (Despite the name, " +"this choice controls the language used for all Koha screens, not just the " +"OPAC). The top language in your list will be tried first." +msgstr "" +"opaclanguages -- Choisissez votre préférence de langue.(En dépit du " +"nom, ce choix contrôle la langue utilisée pour tous les écrans de Koha, pas " +"seulement pour l'OPAC).La première langue de votre liste sera essayée " +"d'abord." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:60 +msgid "" +"opacthemes -- Set the preferred order for themes. The top theme will " +"be tried first." +msgstr "" +"opacthemes -- Fixe l'ordre préféré pour les thèmes.Le premier thème " +"sera essayé d'abord." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:62 +msgid "" +"printcirculationslips -- if set to 1, circulation \"slips\" are " +"printed on your receipt printer. If set to 0, no slips are printed." +msgstr "" +"printcirculationslips -- si vous choisissez 1, des \"bordereaux\" de " +"prêt sont imprimés sur l'imprimante du prêt. Si vous choisissez 0 , les " +"bordereaux ne sont pas imprimés." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:64 +msgid "" +"suggestion -- If set to 1, the Suggestions feature is activated in " +"the OPAC. This feature allows OPAC users to suggest book purchases. When a " +"suggestion is made in the OPAC, it is assigned the status \"ASKED.\" A " +"librarian then manages the suggestion and can set the status to \"REJECTED\" " +"or \"ORDERED.\" When a book is ordered and has arrived in the library, the " +"status becomes \"AVAILABLE.\" Suggestions that are not yet \"AVAILABLE\" are " +"visible to all users of the OPAC." +msgstr "" +"suggestion -- Si 1 est choisi, la fonction Suggestions est activée à " +"l'OPAC. Cette fonction permet aux adhérents de suggérer des acquisitions. " +"Quand une suggestion est faite via l'OPAC, l'état \"DEMANDE\"lui est " +"affecté. Un bibliothécaire gère alors la suggestion et peut choisir de " +"positionner l'état à \"REJETE\"ou à \"COMMANDE\". Quand un livre est " +"commandé et est arrivé à la bibliothèque, l'état devient \"DISPONIBLE.\"Les " +"suggestions qui ne sont pas encore \"DISPONIBLES\" sont visibles par tous " +"les utilisateurs de l'OPAC." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:66 +msgid "" +"template -- Preference order for screen templates. Koha comes with " +"several different options for templates that control the look and feel of " +"your Koha screens, and you can also write your own templates." +msgstr "" +"template -- Ordre de préférence des modèles d'écran.Koha propose " +"plusieurs options différentes pour les modèles d'écran qui contrôlent " +"l'aspect et la convivialité des écrans Koha, et vous pouvez aussi écrire vos " +"propres modèles." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:68 +msgid "" +"timeout -- Inactivity timeout period (in seconds). If a workstation " +"is idle for longer than this period, the user will have to login again." +msgstr "" +"timeout --Durée d'inactivité (en secondes) avant déconnexion " +"automatique. Si un poste informatique (OPAC ou professionnel) reste inactif " +"pendant une durée supérieure à ce \"timeout\", l'utilisateur devra se " +"connecter à nouveau." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:70 +msgid "" +"virtualshelves -- Set virtual shelves management on or off (\"1\" or " +"\"0\"). Users can set up and manage their own \"virtual bookshelves\" of " +"favorite library items if this feature is turned on." +msgstr "" +"virtualshelves -- Active ou non la gestion des étagères virtuelles " +"(\"1\" or \"0\").Les adhérents peuvent créer et gérer leurs propres \" " +"étagères virtuelles\" de leurs ouvrages préférés si cette fonction est " +"activée." + +#. %1$s: TMPL_VAR name=hostname +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:7 +#, c-format +msgid "database host : %s" +msgstr "Serveur base de données : %s" + +#. %1$s: TMPL_VAR name=dbname +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:6 +#, c-format +msgid "database name : %s" +msgstr "Nom de la base : %s" + +#. %1$s: TMPL_VAR name=port +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:8 +#, fuzzy, c-format +msgid "database port : %s (probably OK if blank)" +msgstr "Port de la base : %s" + +#. %1$s: TMPL_VAR name=user +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:9 +#, c-format +msgid "database user : %s" +msgstr "login BDD : %s" + +#. %1$s: TMPL_VAR name=publicationyear +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/lateorders.tmpl:74 +#, c-format +msgid " in %s" +msgstr "en %s" + +#. %1$s: TMPL_VAR name=biblionumber +#. %2$s: TMPL_VAR name=bibliotitle +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:161 +#, c-format +msgid "(%s) %s" +msgstr "(%s) %s" + +#. %1$s: TMPL_VAR name=author +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/lateorders.tmpl:73 +#, c-format +msgid "Author: %s" +msgstr "Auteur : %s" + +#. %1$s: TMPL_VAR name=publisher +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/lateorders.tmpl:74 +#, c-format +msgid "Published by: %s" +msgstr "Edité par : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:67 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:69 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:99 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:101 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:131 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:133 +msgid "=" +msgstr "=" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/issuingrules.tmpl:15 +msgid "= 1 [USD,EUR,etc] fine after 7 days, every 7 days" +msgstr "= 1 [Eur, USD] d'amende, au bout de 7 jours, par tranche de 7 jours" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:16 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:34 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:41 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:50 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:57 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:163 +msgid ">" +msgstr ">" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=desc +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-edit-template.tmpl:51 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:69 +#, c-format +msgid ">%s" +msgstr ">%s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:79 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:134 +msgid ">>" +msgstr ">>" + +# +#. %1$p: type=radio name=printingtype value=both +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:145 +#, c-format +msgid ">Barcode Labels %p" +msgstr ">Etiquettes de code à barres %p" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:150 +msgid ">Both Labels" +msgstr ">Les deux étiquettes" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:80 +msgid ">COOP2of5" +msgstr ">COOP2of5" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:85 +msgid ">Code39" +msgstr ">Code39" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:90 +msgid ">EAN13(JAN13)" +msgstr ">EAN13(JAN13)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:94 +msgid ">EAN8(JAN8)" +msgstr ">EAN8(JAN8)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:99 +msgid ">ITF(Interleaved2of5)" +msgstr ">ITF(Interleaved2of5)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:104 +msgid ">Industrial2of5" +msgstr ">Industrial2of5" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:109 +msgid ">Matrix2of5" +msgstr ">Matrix2of5" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:114 +msgid ">NW7" +msgstr ">NW7" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:119 +msgid ">QRcode" +msgstr ">QRcode" + +#. %1$p: type=radio name=printingtype value=barcode +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:140 +#, c-format +msgid ">Spine Labels %p" +msgstr ">Etiquettes de dos %p" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:124 +msgid ">UPC-A" +msgstr ">UPC-A" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:129 +msgid ">UPC-E" +msgstr ">UPC-E" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:38 +msgid "" +"A \"thesaurus category\": it refers to a thesaurus category. See the " +"corresponding admin table." +msgstr "" +"Une \" categorie de Thesaurus\" : se rapporte à une catégorie de Thésaurus." +"Voir la Table de gestion correspondante." + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:39 +msgid "" +"A \"value builder\": values builders are perl programs that help you select " +"the value of the field. They are MARC-flavor dependant and sometimes fill " +"another subfield automatically." +msgstr "" +"Un \"value builder\" les constructeurs de valeur sont des programmes Perl " +"qui vous aident à remplir un sous-champ. Ils changent en fonction de votre " +"format MARC et remplissent parfois un autre champ automatiquement." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:130 +#, fuzzy +msgid "" +"A private virtual shelf is managed by you and can be seen only by you." +msgstr "" +"une étagère privée est gérée par vous et peut être vue uniquement par vous- " +"même." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:131 +#, fuzzy +msgid "" +"A public virtual shelf can be seen by everybody, but managed only by " +"you." +msgstr "" +"Une étagère publique peut-être vue par tout le monde, mais gérée uniquement " +"par vous-même." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/tools-home.tmpl:28 +msgid "A basic news system for OPAC & librarian interfaces" +msgstr "" +"Un système simple de nouvelles pour les interfaces OPAC et professionnelle" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/search.marc/search.tmpl:20 +msgid "A biblio is selected if it's field contains the term you entered" +msgstr "" +"Une notice est sélectionnée si son champ contient le terme que vous " +"avez saisi" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/moremember.tmpl:6 +msgid "" +"A patron's annual membership fee payment status also shows on this screen." +msgstr "" +"Un état de paiement de la cotisation annuelle d'adhérent est aussi affiché " +"sur cette page." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/claims.tmpl:136 +msgid "A/C:" +msgstr "A/C : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/printerConfig.tmpl:44 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/printerConfig.tmpl:46 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/printerConfig.tmpl:40 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/printerConfig.tmpl:42 +msgid "A4" +msgstr "A4" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:27 +msgid "ACTUAL" +msgstr "REEL" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:31 +msgid "ALL items fields MUST :" +msgstr "TOUS les champs d'exemplaire DOIVENT : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/error-bottom.inc:12 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/serials-bottom.inc:12 +msgid "About" +msgstr "A propos" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:1 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc:77 +msgid "About Koha" +msgstr "A propos de Koha" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio-nomarc.tmpl:24 +msgid "Abstract:" +msgstr "Résumé : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:174 +msgid "Abstracts/summaries" +msgstr "Résumés/sommaires" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:33 +msgid "Accept" +msgstr "Accepter" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/newordersuggestion.tmpl:13 +msgid "Accepted by" +msgstr "Accepté par" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:79 +msgid "Accepted suggestion" +msgstr "Suggestions acceptées" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/auth.tmpl:2 +msgid "Access Denied" +msgstr "Accès refusé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/maninvoice.tmpl:14 +msgid "Account Management Fee" +msgstr "Gestion de la comptabilité des cotisations" + +#. %1$s: TMPL_VAR name=firstname +#. %2$s: TMPL_VAR name=surname +#. %3$s: TMPL_VAR name=cardnumber +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember-print.tmpl:8 +#, c-format +msgid "Account Summary: %s %s (%s)" +msgstr "Résumé pour : %s %s (%s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/pay.tmpl:13 +msgid "Account Type" +msgstr "Type de compte" + +#. %1$s: TMPL_VAR name=firstname +#. %2$s: TMPL_VAR name=surname +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/boraccount.tmpl:8 +#, c-format +msgid "Account for %s %s" +msgstr "Compte de %s %s" + +#. %1$s: TMPL_VAR name=surname +#. %2$s: TMPL_VAR name=firstname +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/boraccount.tmpl:1 +#, c-format +msgid "Account for %s, %s" +msgstr "Compte de %s, %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl:62 +msgid "Accounting Details" +msgstr "Détails de comptabilité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:180 +msgid "Accounting details" +msgstr "Détails de comptabilité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:5 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/error-bottom.inc:8 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc:59 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/serials-bottom.inc:8 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl:17 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:126 +msgid "Acquisitions" +msgstr "Acquisitions" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:14 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:58 +#, fuzzy +msgid "Acquisitions statistics" +msgstr "Statistiques sur les acquisitions" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchreserves.tmpl:43 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/currenttransfers.tmpl:20 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/waitingreservestransfers.tmpl:25 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:109 +msgid "Action" +msgstr "Action" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:34 +msgid "Action :" +msgstr "Action : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbookfund.tmpl:15 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:35 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:213 +msgid "Actions" +msgstr "Actions" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:208 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-templates.tmpl:19 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-templates.tmpl:36 +msgid "Active" +msgstr "Actif" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-create-template.tmpl:57 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-edit-template.tmpl:63 +msgid "Active:" +msgstr "Actif : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:228 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl:67 +msgid "Actual Cost" +msgstr "Coût réel" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:50 +msgid "Adam Thick" +msgstr "Adam Thick" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl:43 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities-home.tmpl:123 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl:38 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl:62 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/member-search.tmpl:29 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/member-search.tmpl:34 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:293 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:136 +msgid "Add" +msgstr "Ajouter" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:14 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:15 +msgid "Add : the number here is added to XYZ" +msgstr "Ajouter : ce nombre est ajouté à XYZ" + +#. %1$s: TMPL_VAR name=title +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl:5 +#, c-format +msgid "Add %s" +msgstr "Ajouter %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/acqui/newbiblio.tmpl:4 +msgid "Add Bibliographic Record" +msgstr "Ajouter notice bibliographique" + +#. INPUT type=button +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl:14 +msgid "Add Bibliographic Record and go to Items" +msgstr "Valider la notice et aller aux exemplaires" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:204 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:299 +msgid "Add Category" +msgstr "Ajouter une catégorie" + +#. INPUT type=submit name=add +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/maninvoice.tmpl:23 +msgid "Add Charge" +msgstr "Ajouter frais" + +#. INPUT type=submit name=add +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/mancredit.tmpl:21 +msgid "Add Credit" +msgstr "Ajouter crédit" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:62 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/currency.tmpl:177 +msgid "Add Currency" +msgstr "Ajouter une devise" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-manager.tmpl:47 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem.tmpl:52 +msgid "Add Item" +msgstr "Nouvel exemplaire" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:251 +msgid "Add Item type" +msgstr "Ajouter un type de document" + +# +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:39 +msgid "Add Letter" +msgstr "Ajouter une lettre" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/routing.tmpl:64 +msgid "Add List Member" +msgstr "Ajouter un membre à la liste" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc:56 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/menus.inc:65 +msgid "Add MARC" +msgstr "Ajout notice MARC" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl:1 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl:8 +msgid "Add MARC Record" +msgstr "Ajout notice MARC" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/memberentry.tmpl:11 +msgid "Add Member, Institutional" +msgstr "Inscription d'une collectivité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/memberentry.tmpl:4 +msgid "Add Member, person" +msgstr "Inscrire un individuel" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:146 +msgid "Add New Branch" +msgstr "Ajouter un nouveau site" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:187 +msgid "Add New Category" +msgstr "Ajouter une nouvelle catégorie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl:45 +msgid "Add New Item" +msgstr "Ajouter un nouvel exemplaire" + +#. INPUT type=submit name=existinggroup +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl:68 +msgid "Add New Item to Existing Group" +msgstr "Ajouter un nouvel exemplaire à un groupe existant" + +#. INPUT type=submit name=newgroup +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl:111 +msgid "Add New Item to New Group" +msgstr "Ajouter un nouvel exemplaire à un nouveau groupe" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:133 +msgid "Add New Shelf" +msgstr "Ajouter la nouvelle étagère" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/printers.tmpl:180 +msgid "Add Printer" +msgstr "Ajouter une imprimante" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio-nomarc.tmpl:29 +msgid "Add Record" +msgstr "Ajouter une notice" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl:22 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl:37 +msgid "Add Record Without Search" +msgstr "Ajouter une notice sans recherche" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:184 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:202 +msgid "Add Tag" +msgstr "Ajouter un champ" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl:150 +msgid "Add Thesaurus entry" +msgstr "Ajouter une entrée au thésaurus" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl:129 +msgid "Add To Order" +msgstr "Ajouter à une commande" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl:72 +msgid "Add Value" +msgstr "Ajouter valeur" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:86 +msgid "Add Z39.50 Server" +msgstr "Ajouter un serveur Z39.50" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:179 +msgid "Add a System Preference" +msgstr "Ajouter une préférence système" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:73 +msgid "Add a book to the receipt" +msgstr "Ajouter un document à la réception" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/cities.tmpl:10 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/cities.tmpl:125 +msgid "Add a city" +msgstr "Ajouter une commune" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/holidays.tmpl:76 +msgid "Add a description to holiday day" +msgstr "Ajouter la description d'un jour férié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/holidays.tmpl:35 +msgid "Add a description to holiday day." +msgstr "Ajouter la description d'un jour férié." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl:10 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/barcodes.tmpl:10 +msgid "Add a new Country Code" +msgstr "Ajouter un code pays" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl:115 +#, fuzzy +msgid "Add a new subscription" +msgstr "Ajouter un abonnement" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:653 +msgid "Add a subscription (Serial Holdings Record)" +msgstr "Ajout d'un abonnement " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:69 +msgid "Add a system preference" +msgstr "Ajouter une préférence système" + +#. %1$s: TMPL_VAR name=step +#. %2$s: TMPL_VAR name=surname +#. %3$s: TMPL_VAR name=firstname +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:8 +#, c-format +msgid "Add adult member (step %s) %s %s" +msgstr "Inscription d'un adulte (étape %s) %s %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:94 +msgid "Add an Item to this Shelf by Barcode" +msgstr "Ajouter un document à cette étagère par code à barres" + +#. A +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:86 +msgid "Add another field" +msgstr "Ajouter un autre champ" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authorised_values.tmpl:14 +msgid "Add authorised value" +msgstr "Ajout valeur autorisée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities-home.tmpl:100 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities.tmpl:25 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities.tmpl:34 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities.tmpl:92 +msgid "Add authority" +msgstr "Ajouter autorité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authtypes.tmpl:69 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authtypes.tmpl:145 +msgid "Add authority type" +msgstr "Ajout d'un type d'autorité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl:106 +msgid "Add biblio" +msgstr "Ajout notice" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:12 +msgid "Add branch" +msgstr "Ajout site" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:235 +msgid "Add budget" +msgstr "Ajouter un budget" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authorised_values.tmpl:15 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:1 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:84 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:1 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:67 +msgid "Add category" +msgstr "Ajouter une catégorie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:26 +msgid "Add child" +msgstr "Ajouter un enfant" + +#. %1$s: TMPL_VAR name=step +#. %2$s: TMPL_VAR name=surname +#. %3$s: TMPL_VAR name=firstname +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:11 +#, c-format +msgid "Add children member (step %s) %s %s" +msgstr "Inscription d'un enfant (étape %s) %s %s" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/cities.tmpl:125 +msgid "Add city" +msgstr "Ajouter une commune" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/currency.tmpl:2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/currency.tmpl:74 +msgid "Add currency" +msgstr "Ajouter une devise" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/biblio_framework.tmpl:1 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/biblio_framework.tmpl:63 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/biblio_framework.tmpl:121 +msgid "Add framework" +msgstr "Ajouter une grille" + +#. INPUT type=button +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem.tmpl:70 +msgid "Add item" +msgstr "Valider l'exemplaire" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:8 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:41 +msgid "Add item type" +msgstr "Ajouter un type de document" + +#. %1$s: TMPL_VAR name=TITLE +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl:14 +#, c-format +msgid "Add items for %s" +msgstr "Ajouter des exemplaires à %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:140 +msgid "Add letter" +msgstr "Ajouter une lettre" + +#. INPUT type=button name=step4 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:595 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:646 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:455 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:646 +msgid "Add member" +msgstr "Valider l'inscription" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/memberentry.tmpl:3 +msgid "Add member help" +msgstr "Aide pour l'inscription" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/holidays.tmpl:59 +msgid "Add new holiday" +msgstr "Ajouter un nouveau jour férié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/koha-news.tmpl:134 +msgid "Add news" +msgstr "Ajouter des nouvelles" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:202 +msgid "Add or Remove Book Shelves" +msgstr "Ajouter ou supprimer des étagères virtuelles" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/booksellers.tmpl:19 +msgid "Add order" +msgstr "Ajouter une commande" + +#. %1$s: TMPL_VAR name=step +#. %2$s: TMPL_VAR name=surname +#. %3$s: TMPL_VAR name=firstname +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:9 +#, c-format +msgid "Add organisation member (step %s) %s %s" +msgstr "Inscription d'une collectivité (étape %s) %s %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/printers.tmpl:2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/printers.tmpl:72 +msgid "Add printer" +msgstr "Ajouter une imprimante" + +#. %1$s: TMPL_VAR name=step +#. %2$s: TMPL_VAR name=surname +#. %3$s: TMPL_VAR name=firstname +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:9 +#, c-format +msgid "Add professional member (step %s) %s %s" +msgstr "Inscription d'un professionnel (étape %s) %s %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/roadtype.tmpl:10 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/roadtype.tmpl:100 +msgid "Add road type" +msgstr "Ajouter un type de voie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl:118 +msgid "Add subscription" +msgstr "Ajouter un abonnement" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/booksellers.tmpl:71 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:13 +msgid "Add supplier" +msgstr "Ajout d'un fournisseur" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:65 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:69 +msgid "Add tag" +msgstr "Ajouter un champ" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl:35 +msgid "Add thesaurus entry" +msgstr "Ajouter une entrée au thésaurus" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl:24 +msgid "Add to a New Bookshelf:" +msgstr "Ajouter à une nouvelle étagère virtuelle : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl:59 +msgid "Add to existing group" +msgstr "Ajouter au groupe existant" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl:17 +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl:20 +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl:38 +msgid "Add to virtual shelf" +msgstr "Ajouter à l'étagère virtuelle" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:263 +msgid "Add z39.50 Server" +msgstr "Ajouter un serveur Z39.50" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio-nomarc.tmpl:12 +msgid "Adding a new bibliographic record" +msgstr "Ajouter une nouvelle notice bibliographique" + +#. %1$s: TMPL_VAR name=authtypetext +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities.tmpl:12 +#, c-format +msgid "Adding authority (%s)" +msgstr "Ajout autorité (%s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:28 +msgid "Additional Author:" +msgstr "Autre(s) auteur(s) : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:173 +msgid "Additional Content Types" +msgstr "Autres types de contenu" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:19 +msgid "Additional infos" +msgstr "Informations complémentaires" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:42 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:90 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/member-quicksearch-results.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:278 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:316 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:355 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:372 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:234 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:320 +msgid "Address" +msgstr "Adresse" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:325 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:381 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:243 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:329 +msgid "Address 2" +msgstr "Adresse 2" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:115 +msgid "Address2:" +msgstr "Adresse 2 : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:107 +msgid "Address:" +msgstr "Adresse : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:58 +msgid "Address: Patron's address in doubt" +msgstr "Adresse : l'adresse de l'adhérent semble erronée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:449 +msgid "Adress" +msgstr "Adresse" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:105 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:187 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:145 +msgid "Adult" +msgstr "Adulte" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:8 +msgid "Advanced Search" +msgstr "Recherche avancée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:95 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:135 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:173 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:110 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:194 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:269 +msgid "Age Required" +msgstr "Age requis" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:52 +msgid "Al Banks" +msgstr "Al Banks" + +#. %1$s: TMPL_VAR name=bibliotitle +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/viewalerts.tmpl:5 +#, c-format +msgid "Alert subscribers for %s" +msgstr "Alerter inscrits pour %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/koha-news.tmpl:73 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/itemslost.tmpl:64 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/itemslost.tmpl:72 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:123 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:135 +msgid "All" +msgstr "Tous" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:27 +msgid "All departements" +msgstr "Tous départements" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:38 +msgid "All item fields are in the same tag and in item tab" +msgstr "" +"Tous les champs d'exemplaires sont dans le même champ MARC et dans l'onglet " +"exemplaire" + +#. %1$s: TMPL_VAR name=filterdate1 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl:112 +#, c-format +msgid "All user which issue's history older than %s has been anonimized." +msgstr "" +"Tous les adhérents ayant un historique de prêt antérieur à %s ont été rendus " +"anonymes." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_linker.tmpl:33 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_linker.tmpl:44 +msgid "All words" +msgstr "Tous les mots" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:191 +msgid "Allowed" +msgstr "Autorisé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:348 +msgid "Alt Address" +msgstr "Autre adresse" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:92 +msgid "Alt title:" +msgstr "Autre titre : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:185 +msgid "Alternate contact" +msgstr "Autre contact" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:57 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:186 +msgid "Alternative phone" +msgstr "Autre téléphone" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/members-home.tmpl:12 +msgid "" +"Alternatively, you can browse a section of borrowers by selecting the first " +"letter of the Patron's last name from the list on the right." +msgstr "" +"Vous pouvez aussi visualiser une partie des adhérents en sélectionnant " +"l'initiale du nom de famille dans l'alphabet." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:93 +msgid "Ambrose Li" +msgstr "Ambrose Li" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:53 +msgid "Ambrose Li (translation tool)" +msgstr "Ambrose Li (outil de traduction)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/stats.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/boraccount.tmpl:14 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/mancredit.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/maninvoice.tmpl:21 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/pay.tmpl:16 +msgid "Amount" +msgstr "Montant" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/pay.tmpl:17 +msgid "Amount Outstanding" +msgstr "Montant à recouvrer" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:37 +msgid "" +"An \"authorised value\": it refers to a list of authorised values for this " +"subfield. See the corresponding admin table." +msgstr "" +"Une \"valeur autorisée\" : renvoie à une liste de valeurs autorisées pour ce " +"sous-champ. Voir dans la table de gestion correspondante." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/400.tmpl:7 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/401.tmpl:7 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/402.tmpl:7 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/403.tmpl:7 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/404.tmpl:7 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/405.tmpl:7 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/500.tmpl:7 +msgid "An Error has Occurred!" +msgstr "Une erreur s'est produite!" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:94 +msgid "Andres Tarallo" +msgstr "Andes Tarallo" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:54 +msgid "Andrew Arensburger (the small and great C4::Context module)" +msgstr "Andrew Arensburger (le petit et formidable Module C4::Contex.pm)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:51 +msgid "Andrew Hooper" +msgstr "Andrew Hooper" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:348 +msgid "Annuel" +msgstr "Annuel" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl:37 +msgid "Anonymize issue history older than" +msgstr "Rendre anonyme l'historique de prêt antérieur à" + +#. INPUT type=checkbox name=request +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:252 +msgid "Any" +msgstr "Tous" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:141 +msgid "Any Audience" +msgstr "Tout public" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:149 +msgid "Any Content" +msgstr "Tout contenu" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:159 +msgid "Any Format" +msgstr "Tout format" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:62 +msgid "Any Phrase" +msgstr "Toute expression" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:61 +msgid "Any Word" +msgstr "Tout mot" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:690 +msgid "Any branch" +msgstr "Tout site" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/moremember.tmpl:7 +msgid "Any fines a patron has will show up in the top middle of this screen." +msgstr "" +"Toutes les amendes qu'un adhérent a, seront affichées dans la première " +"moitié de cette page." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/moremember.tmpl:10 +msgid "" +"Any items a patron currently has out will show up under \"Items currently on " +"issue\"." +msgstr "" +"Tous les documents qu'un adhérent a actuellement en prêt seront affichés " +"dans \"Documents actuellement en prêt\"." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/moremember.tmpl:8 +msgid "" +"Any materials a patron has requested will show up on the top right of this " +"screen." +msgstr "" +"Tous les documents réservés par un adhérent seront affichés en haut à droite " +"de cet écran." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_finder.tmpl:45 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities-home.tmpl:70 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:44 +msgid "Anywhere" +msgstr "Partout" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:15 +msgid "Apache version:" +msgstr "Version Apache : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/koha-news.tmpl:54 +msgid "Appear in position" +msgstr "" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reviews/reviewswaiting.tmpl:39 +msgid "Approve" +msgstr "Approuver" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:503 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:505 +msgid "Apr" +msgstr "Avr" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:163 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "April" +msgstr "Avril" + +#. %1$s: TMPL_VAR name=totalToAnonymize +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl:83 +#, c-format +msgid "Are you sure you want to anonymize issue history for %s borrowers ?" +msgstr "" +"Êtes vous sur de vouloir rendre l'historique de prêt anonyme pour %s " +"adhérents ?" + +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem.tmpl:129 +msgid "Are you sure you want to delete this item?" +msgstr "Êtes vous sûr de vouloir supprimer cet exemplaire ?" + +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:398 +msgid "Are you sure you want to delete this subscription?" +msgstr "Êtes vous sur de vouloir supprimer cet abonnement ?" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:519 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:570 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:379 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:570 +msgid "Arrival date" +msgstr "Date d'arrivée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:189 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:282 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:69 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:71 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:170 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:172 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/claims.tmpl:85 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues-full.tmpl:41 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:77 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:79 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:177 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:179 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:356 +msgid "Arrived" +msgstr "Arrivé" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/statecollection.tmpl:8 +msgid "" +"Arrived : when an book arrives, you can set it's status to \"arrived\". " +"Then, the issue disappear from this list, and the number of the issue is " +"added to the \"arrived list\" (on the left box)" +msgstr "" +"Arrivé : lorsqu'un numéro arrive, vous pouvez lui mettre le statut \"arrivé" +"\".Le numéro disparaît alors de cette liste et est ajouté à la \"liste " +"d'arrivée\" (dans la case de gauche)" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/statecollection.tmpl:17 +msgid "" +"Arrived numbers : the list of issues you have in your library. Automatically " +"filled when a new number is marked \"arrived\". You can manually change this " +"field if you want, for example, to change a long list (1,2,3,4,...,51) to a " +"shorter one (1-51)" +msgstr "" +"Numéros arrivés : la liste des numéros que vous avez dans votre " +"bibliothèque. Automatiquement rempli quand un nouveau numéro est signalé " +"comme \"arrivé\".Vous pouvez changer ce champ manuellement si vous le " +"souhaitez, pour par exemple changer une longue liste (1,2,3,4,...,51) en une " +"plus courte (1-51)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:22 +#, fuzzy, c-format +msgid "" +"Ask for or make a change in the user's privileges. Need help? See this " +"page. User" +msgstr "" +"Demandez ou faites les changements dans les privilèges de l'utilisateur" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember-receipt.tmpl:8 +msgid "Athens County Library" +msgstr "Bibliothèque du Comté d'Athens" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:527 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:529 +msgid "Aug" +msgstr "Août" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:167 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "August" +msgstr "Août" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/detail.tmpl:97 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl:73 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl:101 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl:129 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl:157 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl:185 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl:213 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl:241 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl:269 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl:297 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl:325 +msgid "Auth" +msgstr "Autor." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authtypes.tmpl:109 +msgid "Auth type Admin" +msgstr "Administration des types d'autorité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:150 +#, fuzzy +msgid "Auth value" +msgstr "Valeur autorisée : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/auth_subfields_structure.tmpl:22 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:45 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marctagstructure.tmpl:21 +msgid "" +"Auth value : means the value is not free, but in the authorised value list " +"of the selected type" +msgstr "" +"Valeur autorisée : signifie que la valeur n'est pas libre, mais dans la " +"liste de valeurs autorisées du type sélectionné" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:108 +msgid "Auth value:" +msgstr "Valeur autorisée : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/histsearch.tmpl:14 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:127 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl:29 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl:90 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl:125 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/search.tmpl:49 +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:33 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:59 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:65 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl:52 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl:91 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/z3950_search.tmpl:47 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl:125 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:660 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/search.marc/search.tmpl:10 +#: ../../koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl:39 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember-print.tmpl:19 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember-print.tmpl:44 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:301 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/readingrec.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/inventory.tmpl:47 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/result.tmpl:10 +#: ../../koha-tmpl/intranet-tmpl/prog/en/z3950/searchresult.tmpl:17 +msgid "Author" +msgstr "Auteur" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:21 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio-nomarc.tmpl:17 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:70 +msgid "Author:" +msgstr "Auteur : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:163 +msgid "Authorised" +msgstr "Autorisé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:90 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authorised_values.tmpl:25 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authorised_values.tmpl:68 +msgid "Authorised value" +msgstr "Valeur autorisée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl:61 +msgid "Authorised values" +msgstr "Valeurs autorisées" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authorised_values.tmpl:8 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authorised_values.tmpl:60 +msgid "Authorised values admin" +msgstr "Gestion des valeurs autorisées" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/authorised_values.tmpl:3 +msgid "Authorised values management" +msgstr "Gestion des valeurs autorisées" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc:57 +msgid "Authorities" +msgstr "Autorités" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl:123 +msgid "Authority" +msgstr "Autorité" + +#. %1$s: TMPL_VAR name=authid +#. %2$s: TMPL_VAR name=authtypetext +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/detail.tmpl:62 +#, c-format +msgid "Authority #%s (%s)" +msgstr "Autorité #%s (%s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:7 +msgid "Authority MARC framework for" +msgstr "Grille d'autorité Marc pour" + +#. %1$s: TMPL_VAR name=tagfield +#. %2$s: TMPL_VAR name=authtypecode +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:72 +#, c-format +msgid "Authority MARC subfield structure admin for %s (authority: %s)" +msgstr "" +"Gestion de la structure des sous-champs Marc autorités pour %s (autorité %s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl:38 +msgid "Authority Results" +msgstr "Réponses autorité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl:53 +msgid "Authority lib" +msgstr "Libellé de l'autorité" + +#. %1$s: TMPL_VAR name=authid +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist.tmpl:39 +#, c-format +msgid "Authority number %s" +msgstr "Autorité numéro %s" + +#. IMG +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/receipt-search-result.tmpl:39 +msgid "Authority number " +msgstr "Autorité numéro " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_finder.tmpl:6 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_linker.tmpl:7 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities-home.tmpl:9 +msgid "Authority search" +msgstr "Recherche autorité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/linkresultlist-auth.tmpl:5 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:5 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist.tmpl:8 +msgid "Authority search results" +msgstr "Résultats recherche autorité" + +#. %1$s: TMPL_VAR name=authtypetext +#. %2$s: TMPL_VAR name=authtypecode +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authtypes.tmpl:88 +#, c-format +msgid "Authority structure definition for %s (%s)" +msgstr "Définition de la structure d'autorité pour %s (%s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authtypes.tmpl:72 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authtypes.tmpl:75 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_finder.tmpl:15 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_linker.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities-home.tmpl:106 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:15 +msgid "Authority type" +msgstr "Type d'autorité" + +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authtypes.tmpl:60 +msgid "Authority type : code missing" +msgstr "Type d'autorité : code absent" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/authtypes.tmpl:3 +msgid "Authority types" +msgstr "Types d'autorité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:110 +msgid "Authority:" +msgstr "Autorité : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:37 +msgid "Authorized Value" +msgstr "Valeur autorisée" + +#. %1$s: TMPL_VAR name=authorised_value +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:28 +#, c-format +msgid "Authorized Value %s" +msgstr "Valeur autorisée : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:75 +msgid "Authorized value" +msgstr "Valeur autorisée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reviews/reviewswaiting.tmpl:14 +msgid "Authors" +msgstr "Auteurs" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:355 +msgid "Autre" +msgstr "Autre" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:309 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:403 +msgid "Autres" +msgstr "Autres" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:233 +msgid "Autres formes de presentation" +msgstr "Autres formes de présentation" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:383 +msgid "Autres types de documents graphique non projetable" +msgstr "Autres types de documents graphiques non projetables" + +# +#. For the first occurrence, +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +#, fuzzy +msgid "Autumn" +msgstr "Autor." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:78 +msgid "Avail" +msgstr "Dispo." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:143 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:49 +msgid "Available" +msgstr "Disponible" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchreserves.tmpl:39 +msgid "Available since" +msgstr "Disponible depuis le" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl:44 +msgid "Average loan time" +msgstr "Durée moyenne du prêt" + +#. %1$s: TMPL_VAR name=barcode +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:40 +#, c-format +msgid "BARCODE %s" +msgstr "CODE A BARRES %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:83 +msgid "BASKET" +msgstr "PANIER" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/borrowers_details.tmpl:3 +msgid "BORROWER DETAILS" +msgstr "COORDONNÉES DE L' 'ADHÉRENT" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl:17 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/import.tmpl:16 +msgid "Back" +msgstr "Retour" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl:53 +#: ../../koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl:71 +msgid "Back to Catalogue Maintenance" +msgstr "Retour à la mise à jour du catalogue" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:138 +msgid "Back to System Preferences" +msgstr "Retour aux préférences système" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:11 +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:163 +msgid "Back to Virtual Shelves" +msgstr "Retour aux étagères virtuelles" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues-full.tmpl:7 +msgid "Back to biblio" +msgstr "Retour à la notice" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:308 +msgid "Bande dessinee" +msgstr "Bande dessinée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl:125 +msgid "Bar Code" +msgstr "Code à barres" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:80 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:126 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:658 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:726 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:778 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:239 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:299 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/inventory.tmpl:44 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:175 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:74 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/itemslost.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/itemslost.tmpl:31 +msgid "Barcode" +msgstr "Code à barres" + +#. %1$s: TMPL_VAR name=barcode +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/bookcount.tmpl:7 +#, c-format +msgid "Barcode %s" +msgstr "Code à barres %s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=barcode +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchreserves.tmpl:52 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/currenttransfers.tmpl:29 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/waitingreservestransfers.tmpl:34 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:63 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:143 +#, c-format +msgid "Barcode : %s" +msgstr "Code à barres : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/search.marc/search.tmpl:11 +msgid "Barcode : the library barcode of the book" +msgstr "Code à barres : le code à barres de la bibliothèque pour le document" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/tools-home.tmpl:11 +msgid "Barcode generator" +msgstr "Générateur de code à barres" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:97 +msgid "Barcode:" +msgstr "Code à barres : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl:22 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/barcodes.tmpl:22 +msgid "Barcodes Generator" +msgstr "Générateur de code à barres" + +#. %1$s: TMPL_VAR name=barcodetype_opt +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl:123 +#, c-format +msgid "Barcodetype:%s" +msgstr "Type de code à barres : %s" + +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "" +"Based on the information
    entered the Numbering Pattern
    will " +"look like this
    \\n" +msgstr "" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl:18 +msgid "Basic parameters" +msgstr "Paramètres de base" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/booksellers.tmpl:32 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl:87 +msgid "Basket" +msgstr "Panier" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl:8 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:82 +msgid "Basket Details" +msgstr "Contenu du panier" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:85 +msgid "Basket Number" +msgstr "Numéro de panier" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl:122 +msgid "Basket empty" +msgstr "Panier vide" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl:9 +msgid "Basket number" +msgstr "Numéro de panier" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/auth.tmpl:35 +msgid "" +"Before we begin, please verify you have the correct credentials to continue. " +"Please log in with the username and password given to you by your systems " +"administrator and located in your" +msgstr "" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/circ/returns.tmpl:6 +msgid "" +"Before you begin, it is very important that you take note of the branch and " +"printer settings and change them if necessary. This should only have to be " +"done the first time you do circulations (or returns) from a workstation, " +"after which a browser cookie will remember the correct settings. If you do " +"returns under the wrong branch settings (for example, your branch setting is " +"\"Suburb,\" but you are actually working at the \"Downtown\" branch), then " +"Koha will reset the location of all items scanned to the incorrect branch " +"(Suburb)." +msgstr "" +"Avant de commencer, il est très important que vous vérifiez le site et " +"l'imprimante choisis et que vous les changiez si nécessaire. Cela devra être " +"fait seulement la première fois que vous ferez du prêt (ou des retours) à " +"partir d'un poste de travail, ensuite un cookie du navigateur mémorisera le " +"réglage correct. Si vous faites des retours avec un site mal choisi (par " +"exemple, votre site est sur \"Banlieue\", mais vous travaillez en réalité au " +"site \"Centre-ville\"), alors Koha changera la localisation de tous les " +"exemplaires pour le site erroné (Banlieue)." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/circ/circulation.tmpl:6 +msgid "" +"Before you begin, it is very important that you take note of the branch and " +"printer settings and change them if necessary. This should only have to be " +"done the first time you do circulations from a workstation, after which a " +"browser cookie will remember the correct settings. If you do circulations " +"under the wrong branch settings (for example, your branch setting is " +"\"Suburb,\" but you are actually working at the \"Downtown\" branch), then " +"Koha will reset the location of all items scanned to the incorrect branch " +"(Suburb) and the statistical reports will credit all circulations to the " +"wrong branch." +msgstr "" +"Avant de commencer, il est très important que vous vérifiez le site et " +"l'imprimante choisis et que vous les changiez si nécessaire. Vous devrez " +"faire cela uniquement la première fois que vous ferez du prêt (ou des " +"retours) à partir d'un poste de travail, ensuite un cookie du navigateur " +"mémorisera le réglage correct. Si vous faites des prêts avec un mauvais " +"paramétrage, alors Koha va modifier la localisation temporaire de tous les " +"exemplaires scannés, et les statistiques de prêt seront erronées." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/claims.tmpl:65 +msgid "Began Claim" +msgstr "Lancer la réclamation" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/branches.tmpl:8 +msgid "" +"Begin by defining your branch categories. If, for example, you have one main " +"library and several branch libraries, you might set up an \"M\" (Main) " +"category and a \"B\" (Branch) category, with descriptions \"Main Library\" " +"and \"Branch Library.\"" +msgstr "" +"Commencez par définir vos catégories de site. Si, par exemple, vous avez une " +"bibliothèque centrale et plusieurs bibliothèques annexes, vous devez créer " +"une catégorie C (Centrale) et une catégorie A (Annexe), avec comme " +"définition Bibliothèque Centrale et Bibliothèque Annexe." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:172 +msgid "Beginnning date:" +msgstr "Date de début : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:275 +msgid "Begins on:" +msgstr "Commence le : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:55 +msgid "Benedykt P. Barszcz (Polish for 2.0)" +msgstr "Benedykt P. Barszcz (Polonais pour version 2.0)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:674 +msgid "Biblio" +msgstr "Notice bibliographique" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/biblio_framework.tmpl:1 +msgid "Biblio Framework" +msgstr "Grille de catalogage" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcels.tmpl:39 +msgid "Biblio count" +msgstr "Nombre de notices" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:11 +msgid "Biblio detail" +msgstr "Détail de la notice" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/biblio_framework.tmpl:91 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/biblio_framework.tmpl:3 +msgid "Biblio framework" +msgstr "Grille de catalogage" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl:69 +msgid "Biblio framework (MARC structure)" +msgstr "Grille de catalogage (structure MARC)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:67 +msgid "Biblio informations" +msgstr "Informations notice" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:161 +msgid "Biblio:" +msgstr "Notice biblio : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl:17 +msgid "Bibliographic Details" +msgstr "Détails bibliographiques" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:289 +msgid "Bibliographie" +msgstr "Bibliographie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:175 +msgid "Bibliographies" +msgstr "Bibliographies" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl:61 +msgid "Biblioitem Number:" +msgstr "Numéro du Biblioitem : " + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl:86 +msgid "Biblios in reservoir" +msgstr "Notices dans le réservoir" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:339 +msgid "Bihebdomadaire" +msgstr "Bihebdomadaire" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:344 +msgid "Bimestriel" +msgstr "Bimestriel" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:253 +msgid "Biographie" +msgstr "Biographie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:259 +msgid "Biographie collective" +msgstr "Biographie collective" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:258 +msgid "Biographie individuelle" +msgstr "Biographie individuelle" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:152 +msgid "Biography" +msgstr "Biographie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:349 +msgid "Bisanuel" +msgstr "Bisannuel" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:395 +msgid "Bois" +msgstr "Bois" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbookfund.tmpl:8 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/aqbookfund.tmpl:4 +msgid "Book Fund Administration" +msgstr "Gestion des postes budgétaires" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/aqbookfund.tmpl:8 +msgid "" +"Book Funds may be ignored if you are setting your System Preferences to " +"\"simple\" acquisitions: the funds are only useful when using \"normal\" " +"acquisitions." +msgstr "" +"Les postes budgétaires peuvent être ignorées si vous avez réglé vos " +"Préférences Système sur acquisitions\"simple\" : les postes budgétaires sont " +"utiles uniquement quand vous utilisez les acquisitions \"normal\"." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbookfund.tmpl:161 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbookfund.tmpl:169 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbookfund.tmpl:223 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:30 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:241 +msgid "Book fund" +msgstr "Ligne de crédit" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl:26 +msgid "" +"Book fund administration. Remember to edit your book funds before you start " +"editing the budgets." +msgstr "" +"Administration des postes budgétaires.Pensez à mettre vos postes budgétaires " +"à jour avant de commencer l'édition des budgets." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl:25 +msgid "Book funds" +msgstr "Postes budgétaires" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/lateorders.tmpl:13 +msgid "Book information" +msgstr "Information document" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/acqui-search-result.tmpl:9 +msgid "Book seller" +msgstr "Fournisseur" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:190 +msgid "Bookfund" +msgstr "Ligne de crédit" + +#. IMG +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:112 +msgid "Books" +msgstr "Livres" + +#. IMG +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:114 +msgid "Books on Tape" +msgstr "Livres-cassettes" + +#. LABEL +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:112 +msgid "" +"Books, Pamphlets, Technical reports, Manuscripts, Legal papers, Theses and " +"dissertations" +msgstr "" +"Livres, Pamphlets, rapports techniques, Manuscrits, Publications légales, " +"Mémoires et thèses" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchreserves.tmpl:41 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/currenttransfers.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/waitingreservestransfers.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:47 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:126 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl:37 +msgid "Borrower" +msgstr "Adhérent" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/categorie.tmpl:3 +msgid "Borrower Categories" +msgstr "Catégories d'adhérent " + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl:242 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl:80 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl:243 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl:221 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:176 +msgid "Borrower Category" +msgstr "Catégorie d'adhérent" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/borrowers_details.tmpl:1 +msgid "Borrower Details" +msgstr "Renseignements sur l'adhérent" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:98 +msgid "Borrower Information" +msgstr "Renseignements sur l'adhérent" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:179 +msgid "Borrower Message:" +msgstr "Message adhérent :" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:150 +msgid "Borrower Number:" +msgstr "N° d'adhérent :" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl:41 +msgid "Borrower categories" +msgstr "Catégories d'adhérent" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl:71 +msgid "Borrower category" +msgstr "Catégorie d'adhérent" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:295 +msgid "Borrower current reserves" +msgstr "Réservation(s) en cours de l'adhérent" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:104 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:113 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:110 +msgid "Borrower identity" +msgstr "Identité de l'adhérent" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:83 +msgid "Borrower is debarred" +msgstr "L'adhérent est suspendu" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/viewalerts.tmpl:11 +msgid "Borrower name" +msgstr "Nom de l'adhérent" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:216 +msgid "Borrower selection" +msgstr "Sélection d'un adhérent" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl:77 +msgid "Borrower status" +msgstr "Statut adhérent" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:178 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:190 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:176 +msgid "Borrower type" +msgstr "Type d'adhérent" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:1 +msgid "Borrower's Details" +msgstr "Informations adhérent" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:91 +msgid "Borrower's address is in doubt." +msgstr "L'adresse de l'adhérent semble erronée." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:92 +msgid "Borrower's card has been reported lost." +msgstr "La carte a été déclarée perdue" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/maninvoice.tmpl:10 +msgid "Borrowernumber" +msgstr "N° d'adhérent" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc:27 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl:18 +msgid "Borrowers" +msgstr "Adhérents" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/itemtypes.tmpl:16 +msgid "Borrowers can search on itemtypes" +msgstr "Les adhérents peuvent faire des recherches par types de document" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/members-home.tmpl:6 +msgid "Borrowers search" +msgstr "Recherche adhérent" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/member.tmpl:6 +msgid "Borrowers search results" +msgstr "Résultats de recherche d'adhérent" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl:14 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl:58 +msgid "Borrowers statistics" +msgstr "Statistiques sur les adhérents" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl:14 +#, fuzzy +msgid "Borrowers with No Issues" +msgstr "Adhérents sans prêt" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl:43 +#, fuzzy +msgid "Borrowers with no Issues" +msgstr "Adhérents sans prêt" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl:31 +msgid "Borrowers without issues" +msgstr "Adhérents sans prêt" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:162 +msgid "Braille" +msgstr "Braille" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/lateorders.tmpl:14 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:171 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbookfund.tmpl:14 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbookfund.tmpl:189 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbookfund.tmpl:227 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:31 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:294 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:413 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/bookcount.tmpl:20 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/stats.tmpl:19 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:285 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:343 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:269 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:356 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl:88 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl:230 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl:89 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl:231 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_out.tmpl:72 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_out.tmpl:80 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl:233 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:188 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:143 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl:21 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:63 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:162 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:687 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:14 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl:39 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/itemslost.tmpl:21 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/itemslost.tmpl:40 +msgid "Branch" +msgstr "Site" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:162 +msgid "Branch :" +msgstr "Site : " + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/search.marc/search.tmpl:15 +msgid "" +"Branch : select here a specific branch. If none selected, the search is done " +"on every branch" +msgstr "" +"Site : Sélectionnez un site précis. Si vous n'en sélectionnez aucun, la " +"recherche se fera sur tous les sites" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:48 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:92 +msgid "Branch IP" +msgstr "Identifiant site " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:49 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:93 +msgid "Branch Printer" +msgstr "Imprimante du site" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:80 +msgid "Branch category added" +msgstr "Catégorie de site ajoutée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:82 +msgid "Branch category deleted" +msgstr "Catégorie de site supprimée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:81 +msgid "Branch category modified" +msgstr "Catégorie de site modifiée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:24 +msgid "Branch code" +msgstr "Code site" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:79 +msgid "Branch deleted" +msgstr "Site supprimé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:77 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:78 +msgid "Branch saved" +msgstr "Site sauvegardé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl:48 +msgid "Branch:" +msgstr "Site : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:151 +msgid "Branches Categories" +msgstr "Catégories de site" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:299 +msgid "Brevet" +msgstr "Brevet" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/bookcount.tmpl:8 +msgid "Brief Display" +msgstr "Affichage abrégé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:56 +msgid "Brig C. McCoy" +msgstr "Brig C. McCoy" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:14 +msgid "Browse system logs" +msgstr "Consultation des logs du système" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/tools-home.tmpl:52 +msgid "Browse the system logs" +msgstr "Permet de consulter les logs du système" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/lateorders.tmpl:19 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:229 +msgid "Budget" +msgstr "Budget" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:348 +msgid "Budget Amount" +msgstr "Montant budget" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:17 +#, c-format +msgid "Budget Data Recorded, return to budget list" +msgstr "" +"Données sur les budgets enregistrées, retourner à la liste des budgets" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:26 +msgid "Budget admin" +msgstr "Gestion du budget" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:34 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:286 +msgid "Budget amount" +msgstr "Montant budget" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:21 +#, c-format +msgid "Budget deleted, return to budget list" +msgstr "Budget supprimé, retourner à la liste des budgets" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:214 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl:66 +msgid "Budgeted Cost" +msgstr "Coût budgété" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:219 +msgid "Budgeted GST" +msgstr "TVA budgetée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:74 +msgid "Budgets" +msgstr "Budgets" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:70 +msgid "Budgets and Bookfunds" +msgstr "Budgets et postes budgétaires" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:122 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:202 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:271 +msgid "Bulk" +msgstr "Epaisseur" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl:67 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl:50 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl:68 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_out.tmpl:50 +msgid "By" +msgstr "Par" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:256 +msgid "C'est pas une biographie" +msgstr "Pas une biographie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:168 +msgid "CD Software" +msgstr "Logiciel sur CD" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:164 +msgid "CD audio" +msgstr "CD Audio" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:110 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authtypes.tmpl:94 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:234 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:276 +msgid "CONFIRM DELETION" +msgstr "CONFIRMEZ SUPPRESSION" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl:94 +msgid "CONFIRM DELETION of this entry and all entries depending on this one" +msgstr "" +"CONFIRMER la SUPPRESSION de cette entrée et de toutes les entrées dépendant " +"de celle-ci" + +#. %1$s: TMPL_VAR name=categorycode +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:129 +#, c-format +msgid "Cagegory %s is in use. Deletion not possible!" +msgstr "Cette catégorie est utilisée %s fois. Suppression impossible!" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/charges.tmpl:7 +msgid "Calculating Fines" +msgstr "Calcul des amendes " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/holidays.tmpl:141 +msgid "Calendar information" +msgstr "Calendrier" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:34 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/readingrec.tmpl:26 +msgid "Call No." +msgstr "Cote" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:144 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:683 +msgid "Call Number" +msgstr "Cote" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:163 +msgid "Call Number:" +msgstr "Cote : " + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:725 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:777 +#, fuzzy +msgid "Call no" +msgstr "Cote" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/inventory.tmpl:45 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:178 +msgid "Call number" +msgstr "Cote" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_stats.tmpl:120 +msgid "Callnumber" +msgstr "Cote" + +#. For the first occurrence, +#. %1$S: type=text name=itemcallnumber +#. %2$S: type=text name=barcode +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:48 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:147 +#, c-format +msgid "Callnumber %S Barcode %S" +msgstr "Cote %S code à barres %S" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:228 +msgid "Can't be cancelled, when item on transfert" +msgstr "Ne peut pas être annulé, lorsqu'il y a un exemplaire en transfert" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl:33 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/barcodes.tmpl:33 +msgid "Can't find inventory codes in that range. Please try again." +msgstr "" +"Numéro d'inventaire introuvable dans cette plage.Prière de recommencer." + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl:325 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:113 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/currency.tmpl:100 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:174 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/printers.tmpl:101 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:98 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:155 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl:16 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl:30 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl:51 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:130 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/mancredit.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/maninvoice.tmpl:26 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/barcodes.tmpl:16 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/holidays.tmpl:50 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/holidays.tmpl:90 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/koha-news.tmpl:65 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl:87 +msgid "Cancel" +msgstr "Annuler" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:232 +msgid "Cancel A reserve" +msgstr "Annuler une réservation" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:163 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:170 +msgid "Cancel Reserve" +msgstr "Annuler réservation" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:180 +msgid "Cancel a Reserve" +msgstr "Annuler une réservation" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authorised_values.tmpl:36 +msgid "Cancel and Return to Authorized Values" +msgstr "Annuler et retourner à valeurs autorisées" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:78 +msgid "Cancel and Return to MARC Tag Structure" +msgstr "Annuler et retourner à la structure des champs MARC" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl:17 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl:36 +msgid "Cancel reservation and then attempt transfer:" +msgstr "Annuler la réservation, puis tenter le transfert : " + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchreserves.tmpl:71 +msgid "Cancel reserve" +msgstr "Annuler réservation" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchreserves.tmpl:69 +msgid "Cancel reserve and return to : " +msgstr "" +"Annuler une réservation et retourner à : " +msgstr "Autorité numéro " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl:6 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/result.tmpl:4 +msgid "Search results" +msgstr "Résultats de la recherche" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/acqui-search.tmpl:13 +msgid "Search supplier for serial subscription" +msgstr "Recherche fournisseur pour un abonnement à un périodique" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:10 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:41 +msgid "Search the Library Catalog" +msgstr "Recherche dans le catalogue" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl:14 +msgid "Search the catalog:" +msgstr "Recherche dans le catalogue : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-bib-search.tmpl:17 +msgid "Search value:" +msgstr "Terme de recherche : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/menus.inc:38 +msgid "Search:" +msgstr "Recherche" + +#. %1$s: TMPL_VAR name=searchfield +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/cities.tmpl:91 +#, c-format +msgid "Searching: %s" +msgstr "Recherche : %s" + +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +#, fuzzy +msgid "Season" +msgstr "Raison" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:201 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:227 +msgid "Seasonal only" +msgstr "Seulement saisonnier" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:83 +msgid "Sebastiaan Durand" +msgstr "Sebastiaan Durand" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/overduerules.tmpl:41 +msgid "Second" +msgstr "Deuxième" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:102 +msgid "See Also:" +msgstr "Voir aussi : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:68 +msgid "See any subscription attached to this biblio" +msgstr "Voir les abonnements attachés à ce titre" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/inventory.tmpl:43 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:73 +msgid "Seen" +msgstr "Vu" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl:54 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl:92 +msgid "Sel. & close" +msgstr "Sélect. & Fermer" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/issuingrules.tmpl:35 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl:42 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl:53 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl:76 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl:91 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/labs_theses.tmpl:73 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:226 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:91 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/acqui-search-result.tmpl:10 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/overduerules.tmpl:19 +msgid "Select" +msgstr "Sélectionner" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:148 +msgid "Select Day :" +msgstr "Sélectionnez un jour : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/claims.tmpl:38 +msgid "Select Letter :" +msgstr "Sélectionner une lettre : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:158 +msgid "Select Month :" +msgstr "Sélectionnez un mois : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:104 +msgid "Select a Category type" +msgstr "Sélectionner un type de catégorie" + +#. %1$S: type=text name=value +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_by_borrower_category.tmpl:50 +#, c-format +msgid "" +"Select a borrower category (or don't if you want to see global status) %S" +msgstr "" +" Sélectionner une catégorie d'adhérent (ou rien si vous souhaitez visualiser " +"l'état global) %S" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:222 +msgid "Select a borrower:" +msgstr "Sélectionner un adhérent : " + +#. %1$s: TMPL_VAR name=CGIbranch +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/itemtypes.tmpl:33 +#, c-format +msgid "Select a branch (or don't if you want the report for all branches) %s" +msgstr "" +"Sélectionner un site (ou pas si vous souhaitez le bilan pour tous les sites) " +"%s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/issuingrules.tmpl:30 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/overduerules.tmpl:14 +msgid "Select a branch :" +msgstr "Sélection d'un site : " + +#. %1$s: TMPL_VAR name=CGIbranch +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_by_borrower_category.tmpl:51 +#, c-format +msgid "Select a branch : %s" +msgstr "Sélectionnez un site : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:195 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:208 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:122 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:194 +msgid "Select a city" +msgstr "Sélectionnez une commune : " + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl:21 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/import.tmpl:20 +msgid "" +"Select a file to import into the reservoir. It will be parsed, and for each " +"ISBN found, a new baby will be created in the reservoir." +msgstr "" +"Sélectionner un fichier à importer dans le réservoir.Il sera analysé, et " +"pour chaque ISBN trouvé, une nouvelle notice sera créée dans le réservoir." + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl:25 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/barcodes.tmpl:25 +msgid "" +"Select a range of inventary codes. You can choose a continuous range or " +"individual inventory codes" +msgstr "" +"Sélectionnez une plage pour les numéros d'inventaire. Vous pouvez " +"sélectionner une série continue ou une liste de codes disjoints" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl:15 +msgid "Select an Existing Bookshelf" +msgstr "Sélectionner une étagère existante" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:142 +msgid "Select an authority framework" +msgstr "Sélectionner une grille d'autorité" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl:8 +msgid "Select biblios to export" +msgstr "Sélectionnez les notices à exporter : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/distributedto.tmpl:4 +msgid "Select borrowers or enter manually the names" +msgstr "Sélectionnez des adhérents ou entrer les noms à la main" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/printerConfig.tmpl:13 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/printerConfig.tmpl:9 +msgid "Select how many columns and rows are in your page type." +msgstr "Entrez le nombre de colonnes et de lignes dans votre page" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/inventory.tmpl:13 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:12 +msgid "Select items you want to check" +msgstr "Sélectionnez les exemplaires que vous souhaitez vérifier" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:18 +msgid "Select local databases" +msgstr "Sélectionnez des bases de données locales" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/checkexpiration.tmpl:18 +msgid "Select record which will expire" +msgstr "Sélectionner les abonnements qui vont expirer" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:31 +msgid "Select remote databases:" +msgstr "Retirer des bases de données : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl:29 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/import.tmpl:28 +msgid "Select the file to import:" +msgstr "Sélectionnez le fichier à importer : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl:26 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/barcodes.tmpl:26 +msgid "Select the standard type to generate barcodes." +msgstr "Sélectionner le style de modèle pour générer des codes à barres" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:313 +msgid "Select title" +msgstr "Civilité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:22 +msgid "Select your departement" +msgstr "Sélectionnez votre département" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl:78 +#, fuzzy +msgid "Selecting Frameworks" +msgstr "Grille de catalogage" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:347 +msgid "Semestriel" +msgstr "Semestriel" + +#. INPUT type=submit name=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/claims.tmpl:113 +msgid "Send letter" +msgstr "Envoyer la lettre" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:44 +msgid "Send this document" +msgstr "Transférer ce document" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:533 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:535 +msgid "Sep" +msgstr "Sept" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:168 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "September" +msgstr "Septembre" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/receipt-search-result.tmpl:28 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:155 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:157 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:196 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:198 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:127 +msgid "Serial" +msgstr "Périodique" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:63 +msgid "Serial Collection information for" +msgstr "Etats de collection pour " + +#. %1$s: TMPL_VAR name=bibliotitle +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:8 +#, c-format +msgid "Serial Edition: %s" +msgstr "Bulletinage de : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:13 +msgid "Serial collection" +msgstr "Etat de collection" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:336 +#, fuzzy +msgid "Serial issues" +msgstr "Périodiques" + +#. IMG +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/receipt-search-result.tmpl:39 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/receipt-search-result.tmpl:44 +msgid "Serial number" +msgstr "Numéro du périodique " +msgstr "Abonnement périodique" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=subscriptionid +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:127 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:15 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:137 +#, c-format +msgid "Subscription #%s" +msgstr "Abonnement N°%s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:10 +msgid "Subscription Details" +msgstr "Détails de l'abonnement" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:208 +msgid "Subscription Expired" +msgstr "L'abonnement a expiré" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:137 +msgid "Subscription Summaries" +msgstr "Récapitulatifs des abonnements" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:135 +msgid "Subscription Summary" +msgstr "Etat de collection" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/statecollection.tmpl:15 +msgid "" +"Subscription beginning date : the date of the beginning of the 1st " +"subscription. Should not be modified and is not modified automatically by " +"subscriptions renewals" +msgstr "" +"Date de début d'abonnement : la date de début du premier abonnement.Ne " +"devrait être modifiée et n'est pas modifié automatiquement lors du " +"renouvellement des abonnements" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/statecollection.tmpl:16 +msgid "" +"Subscription enddate : must be entered manually when the subscription is " +"definetly closed" +msgstr "" +"Date de fin d'abonnement : doit être entré manuellement lorsque l'abonnement " +"est définitivement clos" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:233 +msgid "Subscription has expired." +msgstr "L'abonnement a expiré" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:663 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:158 +msgid "Subscription information" +msgstr "Informations sur l'abonnement" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:5 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:6 +msgid "Subscription information bloc" +msgstr "Bloc d'information d'abonnement" + +#. %1$s: TMPL_VAR name=bibliotitle +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:6 +#, c-format +msgid "Subscription information for %s" +msgstr "Etat de collection pour %s" + +#. %1$s: TMPL_VAR name=biblionumber +#. %2$s: TMPL_VAR name=bibliotitle +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues-full.tmpl:5 +#, c-format +msgid "Subscription information for biblio #%s with title : %s" +msgstr "Information d'abonnement pour notice N°%s titre : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:138 +msgid "Subscription is by its end." +msgstr "L'abonnement va expirer." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:9 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:10 +msgid "Subscription length" +msgstr "Durée d'abonnement" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-renew.tmpl:11 +msgid "Subscription length :" +msgstr "Durée d'abonnement : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/statecollection.tmpl:22 +msgid "Subscription renewals" +msgstr "Renouvellements d'abonnement" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:15 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:246 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:368 +msgid "Subscription summary" +msgstr "Récapitulatif de l'abonnement" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/action-catalogue.inc:39 +msgid "Subscription(s)" +msgstr "Abonnement(s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:13 +msgid "Subtitle(s):" +msgstr "Sous-titre(s) : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio-nomarc.tmpl:15 +msgid "Subtitle:" +msgstr "Sous-titre : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:138 +msgid "Subtype limits" +msgstr "Limites de sous-type" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl:52 +msgid "Succesfully undeleted" +msgstr "Annulation de suppression réussie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl:149 +msgid "Success" +msgstr "" + +#. %1$s: TMPL_VAR name=oldsub +#. %2$s: TMPL_VAR name=sub +#: ../../koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl:27 +#, c-format +msgid "Successfully modified %s is now %s" +msgstr "Modification réussie %s est maintenant %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/suggest.tmpl:7 +msgid "Suggested" +msgstr "Suggéré" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/newordersuggestion.tmpl:12 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:25 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:90 +msgid "Suggested by" +msgstr "Suggéré par" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/newordersuggestion.tmpl:11 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:89 +msgid "Suggestion" +msgstr "Suggestion" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:1 +msgid "Suggestion Management" +msgstr "Suggestion" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/newordersuggestion.tmpl:6 +msgid "Suggestions" +msgstr "Suggestions" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:6 +msgid "Suggestions Management" +msgstr "Gestion suggestions" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:305 +msgid "Sujet d'examen" +msgstr "Sujet d'examen" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl:31 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:84 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authtypes.tmpl:78 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authtypes.tmpl:115 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:162 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/linkresultlist-auth.tmpl:37 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:93 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-manager.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl:36 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl:40 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl:74 +msgid "Summary" +msgstr "Abrégé" + +#. %1$s: TMPL_VAR name=firstname +#. %2$s: TMPL_VAR name=surname +#. %3$s: TMPL_VAR name=cardnumber +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember-print.tmpl:1 +#, c-format +msgid "Summary for %s %s (%s)" +msgstr "Résumé pour : %s %s (%s)" + +#. For the first occurrence, +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +#, fuzzy +msgid "Summer" +msgstr "Abrégé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:156 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "Sunday" +msgstr "Dimanche" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/maninvoice.tmpl:16 +msgid "Sundry" +msgstr "Divers" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:12 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/histsearch.tmpl:15 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/lateorders.tmpl:9 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:223 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/claims.tmpl:60 +msgid "Supplier" +msgstr "Fournisseur" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=booksellerid +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl:12 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:93 +#, c-format +msgid "Supplier Id %s" +msgstr "Identifiant fournisseur %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/acqui-search-result.tmpl:2 +msgid "Supplier Search Results" +msgstr "Résultat de recherche fournisseur" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:76 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:206 +msgid "Supplier is" +msgstr "Le fournisseur est" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/acqui-search.tmpl:15 +msgid "Supplier name :" +msgstr "Nom du fournisseur : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:198 +msgid "Supplier price" +msgstr "Prix fournisseur" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:670 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:160 +msgid "Supplier:" +msgstr "Fournisseur : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:397 +msgid "Support composite" +msgstr "Support composite" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/issuehistory.tmpl:19 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl:7 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:137 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:138 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:325 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:134 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:135 +msgid "Surname" +msgstr "Nom de famille" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:186 +msgid "Surveys" +msgstr "Enquêtes" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:238 +msgid "Syntax" +msgstr "Syntaxe" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:146 +msgid "Syntax (z3950 can send" +msgstr "Syntaxe (Z39-50 peut envoyer" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:306 +msgid "Synthese bibliographique" +msgstr "Synthèse bibliographique" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:398 +msgid "Synthetique (plastique, vinyle...)" +msgstr "Synthétique (plastique, vinyle...)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl:9 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc:69 +msgid "System Preferences" +msgstr "Préférences système" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/printerConfig.tmpl:34 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/printerConfig.tmpl:30 +msgid "System dpi" +msgstr "Système DPI" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl:11 +msgid "System preferences" +msgstr "Préférences système" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:143 +msgid "System preferences admin" +msgstr "Gestion des préférences système" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:3 +msgid "System preferences administration" +msgstr "Gestion des préférences système" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:30 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:66 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:89 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:126 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:28 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:47 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl:27 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl:47 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_stats.tmpl:28 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_stats.tmpl:47 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl:28 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl:45 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_by_borrower_category.tmpl:20 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_by_borrower_category.tmpl:37 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:28 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:47 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/itemtypes.tmpl:26 +msgid "TOTAL" +msgstr "TOTAL" + +#. %1$s: TMPL_VAR name=currency +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl:114 +#, c-format +msgid "TOTAL (%s)" +msgstr "TOTAL (%s)" + +#. %1$s: TMPL_VAR name=categorycode +#. %2$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:167 +#, c-format +msgid "TOTAL : %s : %s" +msgstr "TOTAL : %s : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:96 +msgid "Tab:" +msgstr "Onglet : %s," + +#. %1$s: TMPL_VAR name=tab +#. %2$s: TMPL_VAR name=tagsubfield +#. %3$s: TMPL_VAR name=liblibrarian +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:173 +#, c-format +msgid "Tab:%s | $%s %s" +msgstr "Onglet : %s | $%s %s" + +#. %1$s: TMPL_VAR name=tab +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:98 +#, c-format +msgid "Tab:%s," +msgstr "Onglet : %s," + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:303 +msgid "Table numerique" +msgstr "Table numérique" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:276 +msgid "Tables Genealogique" +msgstr "Tables généalogiques" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:71 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:159 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/koha2marclinks.tmpl:124 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:70 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:146 +msgid "Tag" +msgstr "Champ" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=tagfield +#. %2$s: TMPL_VAR name=tagsubfield +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:17 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:23 +#, c-format +msgid "Tag %s, Subfield %s" +msgstr "Champ %s, sous-champ %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:96 +msgid "Tag Deleted" +msgstr "Champ supprimé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authtypes.tmpl:116 +msgid "Tag reported" +msgstr "Champ reporté" + +#. %1$s: TMPL_VAR name=searchfield +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:88 +#, c-format +msgid "Tag: %s" +msgstr "Champ : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:192 +msgid "Technical reports" +msgstr "Rapports techniques" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-templates.tmpl:15 +msgid "Template Code" +msgstr "Code du template" + +#. For the first occurrence, +#. %1$S: type=text name=tmpl_code +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-create-template.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-edit-template.tmpl:19 +#, c-format +msgid "Template Code: %S" +msgstr "Code du modèle : %S" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-create-template.tmpl:19 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-edit-template.tmpl:20 +msgid "Template Description:" +msgstr "Description du modèle : " + +#. %1$s: TMPL_VAR name=tmpl_id +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-edit-template.tmpl:18 +#, c-format +msgid "Template ID: %s" +msgstr "Identifiant du modèle : %s" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-create-template.tmpl:15 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-edit-template.tmpl:15 +msgid "Template Settings" +msgstr "Calibrage du modèle" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-templates.tmpl:12 +msgid "Templates" +msgstr "Modèles" + +#. A +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/detail.tmpl:46 +msgid "Term" +msgstr "Terme" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:84 +msgid "Term/Phrase" +msgstr "Terme/Phrase" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:11 +msgid "Test" +msgstr "Test" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:79 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:81 +msgid "Text" +msgstr "Texte" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:31 +msgid "Text for OPAC" +msgstr "Texte pour l'OPAC" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/auth_subfields_structure.tmpl:17 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:17 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marctagstructure.tmpl:17 +msgid "" +"Text for OPAC : what appears before the field in the OPAC. If empty, the " +"text for librarian is used instead" +msgstr "" +"Texte pour l'OPAC : c'est ce qui apparaît avant le champ à l'OPAC.S'il est " +"vide, c'est le texte pour les bibliothécaires qui est utilisé à la place" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:22 +msgid "Text for OPAC:" +msgstr "Texte à l'OPAC : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:30 +msgid "Text for librarian" +msgstr "Texte pour le bibliothécaire" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/auth_subfields_structure.tmpl:16 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:16 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marctagstructure.tmpl:16 +msgid "" +"Text for librarian : what appears before the subfield in the librarian " +"interface" +msgstr "" +"Texte pour les bibliothécaires : c'est ce qui est affiché avant le sous- " +"champ dans l'intranet" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:21 +msgid "Text for librarian:" +msgstr "Texte pour bibliothécaire : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:72 +msgid "Text for librarians" +msgstr "Texte pour les bibliothécaires" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:73 +msgid "Text for opac" +msgstr "Texte à l'OPAC" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl:61 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/barcodes.tmpl:61 +msgid "Text under label" +msgstr "Texte sous l'étiquette" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:400 +msgid "Textile" +msgstr "Textile" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:48 +msgid "Thanks to" +msgstr "Merci à" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:33 +msgid "The" +msgstr "La" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:27 +msgid "" +"The # means \"beginning of a block\", the | is the separator of each part, " +"the {} being used for each subfield. A subfield can have up to 3 digits " +"BEFORE and up to 3 digits AFTER each subfield" +msgstr "" +"Le # signifie \"début d'un bloc\", le | est le séparateur de chaque partie, " +"les {} utilisées pour chaque sous-champ.Un champ peut avoir jusqu'à 3 " +"indicateurs AVANT et jusqu'à 3 indicateurs APRES chaque sous-champ" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:239 +msgid "" +"The 2 following fields are available for your own usage. They can be useful " +"for stat purposes" +msgstr "" +"Les deux champs suivants sont disponibles pour votre usage propre. Ils " +"peuvent servir à des usages statistiques." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/issuingrules.tmpl:13 +msgid "" +"The * have a specific meaning. They mean \"any\". If you set 21,5 for " +"itemtype=*, borrower category=student, branch=main, then a student can't " +"issue more than 5 items of ANY item type. This \"any\" box is cumulative " +"with other boxes. It means that 21,5 as itemtype=book, 14,2 as itemtype=CD " +"and 30,6 as itemtype=* (with category=student) means a student can issue up " +"to 5 books, up to 2 CD but a maximum of 6 items (books or CD). In this case " +"the \"30 days\" in itemtype=* is discarded and the issuing length is " +"calculated on the exact itemtype" +msgstr "" +"Les * ont un sens spécial.Ils signifient \"tous\".Si vous choississez " +"21,5 pour le type de document=*, Catégorie d'adhérent=étudiant, " +"Site=centrale, alors un étudiant ne pourra emprunter plus de cinq documents " +"au total.Ce pavé \"tous\"se cumule avec les autres pavés.Cela veut dire " +"qu'avec 21,5 pour le type de document=livre, 14,2 pour le type de " +"document=CD et 30,6 pour le type de document=*(avec la catégorie " +"d'adhérent=étudiant), un étudiant pourra emprunter jusqu'à 5 livres, jusqu'à " +"2 CD, mais dans un maximum de 6 documents au total (livres et CD).Dans ce " +"cas les\"30 jours\"pour le type de document=* est annulé et la durée du prêt " +"est calculée pour chaque type de document" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/members-home.tmpl:5 +msgid "The Members portion stores the information you add about your patrons." +msgstr "" +"Le module Adhérents gère l'information, que vous saisissez sur vos adhérents." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:28 +msgid "The UNIMARC (partial) definition for ISBD is" +msgstr "La définition UNIMARC (partielle) pour l'ISBD est" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:255 +msgid "The barcode was not found" +msgstr "Le code à barres est inconnu" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:99 +msgid "" +"The biblio.biblionumber and biblioitems.biblioitemnumber fields be mapped to " +"a MARC subfield," +msgstr "" +"Les champs du biblio.biblionumber et du biblioitems.biblioitemnumber doivent " +"être liés à un sous-champ MARC," + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:118 +msgid "The borrower isn't in is own library" +msgstr "L'adhérent n'est pas dans son site d'inscription" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:111 +msgid "The card of this member is expired" +msgstr "La carte de cet adhérent a expiré" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/moremember.tmpl:14 +msgid "" +"The change password button allows a user to either set a new password or " +"change their current password. This is useful to patrons that wish to place " +"reserves online from home. You cannot see a password again once you change " +"it, but you can reset a password." +msgstr "" +"Le bouton \"changer mot de passe\" permet à l'utilisateur de modifier un mot " +"de passe. C'est utile pour les =adhérents qui veulent faire des réservations " +"depuis leur domicile. Vous ne pouvez pas voir le mot de passe une fois qu'il " +"a été modifié, mais vous pouvez en mettre un autre." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/memberentry.tmpl:9 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/memberentry.tmpl:16 +msgid "" +"The clear all Fields button will reset the page to a blank form in case you " +"made a mistake." +msgstr "Le bouton \"effacer\" efface tous les champs dans le formulaire." + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:74 +msgid "" +"The column Koha field shows that the subfield is linked with a Koha " +"field. Koha can manage a MARC interface, and a Koha interface. This link " +"ensures that both DB are synchronized" +msgstr "" +"La colonne Champ Koha montre que le sous-champ est lié à un champ " +"Koha. Koha peut présenter une interface MARC ou une interface Koha. Ce lien " +"assure la synchronisation des deux modes (dans la base de données), de cette " +"façon vous pouvez passer du mode MARC au mode non-MARC facilement." + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:76 +msgid "" +"The column Koha field shows that the subfield is linked with a Koha field. " +"Koha can manage a MARC interface, or a Koha interface. This link ensures " +"that both DB are synchronized, thus you can change from a MARC to a Koha " +"interface easily." +msgstr "" +"La colonne Champ Koha montre que le sous-champ est lié à un champ " +"Koha. Koha peut présenter une interface MARC ou une interface Koha. Ce lien " +"assure la synchronisation des deux modes (dans la base de données), de cette " +"façon vous pouvez passer du mode MARC au mode non-MARC facilement." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:19 +msgid "The correspounding subfield MUST be in with -1 (ignore) tab" +msgstr "Le sous-champ DOIT être dans l'onglet -1 (ignore)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl:22 +msgid "The different branches you manage with this Koha server." +msgstr "Les différents sites que vous gérez avec ce serveur Koha" + +#. %1$s: TMPL_VAR name=itemtitle +#. %2$s: TMPL_VAR name=itemauthor +#. %3$s: TMPL_VAR name=itemhomebranch +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:103 +#, c-format +msgid "The document %s (%s) Must be returned to his homebranch(%s)" +msgstr "" +"Le document %s (%s) Doit être retourné à son site d'origine (%s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:252 +msgid "The due date is invalid" +msgstr "La date de retour n'est pas correcte" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:18 +msgid "The field itemnum MUST be mapped" +msgstr "Le champ itemnum DOIT être relié à un sous champ MARC" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/aqbookfund.tmpl:6 +msgid "" +"The first time you access this page, you will be asked to add your first " +"book fund -- thereafter you will also have the option of editing and " +"deleting book funds." +msgstr "" +"La première fois que vous accéderez à cette page, on vous demandera " +"d'ajouter votre première ligne de crédit -- après quoi vous aurez aussi le " +"choix d'éditer ou de supprimer les postes budgétaires." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl:145 +msgid "The following error occcurred while importing the database structure:" +msgstr "" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:39 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:38 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:36 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:36 +msgid "The following fields are wrong. Please fix it/them" +msgstr "" +"Le(s) champ(s) suivant(s) es(son)t incorrect(s). Prière de le(s) corriger" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/overduerules.tmpl:23 +msgid "" +"The following fields have a forbidden value. Correct them and press OK " +"again :" +msgstr "" +"Les champs suivants ont des valeurs interdites. Corrigez-les et tapez OK à " +"nouveau : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/reserve.tmpl:95 +msgid "The following reserves have not be affected to any item." +msgstr "Les réservations suivantes n'ont été affectées à aucun exemplaire." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/itemtypes.tmpl:6 +msgid "" +"The item types are the \"categories\" into which your library items fall. " +"For instance, you probably want to have videocassettes in a different " +"category from non-fiction books, and mysteries in a different category from " +"children's picture books. If you already are using a commercial ILS, you " +"almost certainly already have all of your materials divided up into such " +"categories. Now you need to tell Koha what your categories are." +msgstr "" +"Les types de document sont les \"catégories\" dans lesquelles vous " +"répartisez vos documents.Par exemple, vous voulez probablement mettre les " +"cassettes vidéo dans une catégorie différente des livres documentaires, et " +"les policiers dans une catégorie différente de celle des livres d'images " +"pour enfants.Si vous utilisez déjà un SIGB commercial, vous avez " +"certainement déjà réparti vos collections dans de telles catégories. " +"Maintenant vous devez indiquer à Koha quelles sont ces catégories." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/itemtypes.tmpl:8 +msgid "" +"The itemtype code is limited to four characters. This code is rarely " +"displayed by Koha; instead the description of the type will be what users " +"see." +msgstr "" +"Le code de type de document est limité à quatre caractères.Ce code est " +"rarement affiché par Koha;Les utilisateurs verront à la place la description " +"du type de document." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/statecollection.tmpl:12 +msgid "The left part" +msgstr "La partie gauche" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:46 +msgid "" +"The library name or message that will be shown on the main OPAC page. You " +"may use HTML tags to format the name. Example: Welcome to" +msgstr "" +"Le nom de la bibliothèque ou le message qui s'affichera sur la page " +"d'accueil de l'OPAC.Exemple : Bienvenue à" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:12 +msgid "" +"The numbering of issues recieved can be a complex formulas. The \"numbering " +"formula\" can be filled with any text and/or numbers. 3 special tokens " +"{X} {Y} and {Z} can be user to define the calculation formula. " +"XYZ values are calculated with the following method:" +msgstr "" +"Le numéro des bulletins reçus peut être une formule complexe. La formule " +"peut contenir n'importe quel texte et/ou chiffre. {X} {Y} et {Z} sont particuliers. Vous pouvez les utiliser pour définir une formule de " +"calcul. les valeurs de XYZ sont calculées de la manière suivante : " + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:13 +msgid "" +"The numbering of items recieved can contain complex formulas. The " +"\"numbering formula\" can be filled with any text and/or numbers. 3 special " +"tokens {X} {Y} and {Z} can be user to define the calculation " +"formula. XYZ values are calculated with the following method:" +msgstr "" +"La numérotation des exemplaires reçus peut comprendre une formule complexe. " +"La \"Formule de numérotation\" peut être remplie avec n'importe quel texte " +"et/ ou nombre.{X} {Y} et {Z} peuvent être utilisées pour " +"définir la formule de calcul.Les valeurs de XYZ sont calculées selon la " +"manière suivante : " + +#. %1$s: TMPL_VAR name=DEBT +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:134 +#, c-format +msgid "The patron has a debt of $%s" +msgstr "L'adhérent doit %s €" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/koha2marclinks.tmpl:6 +msgid "" +"The pull-down menu lists all the Koha tables that can receive values from " +"the MARC records. The columns from each table are listed below the pull-down " +"menu." +msgstr "" +"Le menu déroulant liste les tables Koha qui peuvent recevoir des " +"informations à partir d'enregistrements MARC.Les colonnes de chaque table " +"sont listées en dessous du menu déroulant." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/circ/returns.tmpl:10 +msgid "" +"The return is done and if there is something specific for the item or the " +"patron (like patron having debts), a red box will warn you" +msgstr "" +"Le retour est fait et s'il y a quelque chose de particulier sur le document " +"ou l'emprunteur (comme un emprunteur ayant des dettes), un pavé rouge vous " +"en avertira" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/statecollection.tmpl:5 +msgid "The right part" +msgstr "La partie droite" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/statecollection.tmpl:6 +msgid "" +"The right part deals with issues. When you create a new subscription, the " +"1st issue is automatically calculated. When you want/need, you can define " +"issues that have a new status:" +msgstr "" +"La partie droite concerne les parutions.Quand vous créez un nouvel " +"abonnement, le 1er numéro est calculé automatiquement.Lorsque vous voulez/ " +"avez besoin,vous pouvez définir les numéros qui ont un nouveau statut : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/search.marc/search.tmpl:4 +msgid "The search id divided in 2 differents parts :" +msgstr "La recherche est divisée en deux parties différentes : " + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/authtypes.tmpl:8 +msgid "" +"The summary contains an \"ISBD\" like description to explain how the entry " +"must be shown in the result list. The syntax is :" +msgstr "" +"Le récapitulatif contient une description de type\"ISBD\"qui définit comment " +"les données doivent être affichées dans la liste de résultats.La syntaxe " +"est : " + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/authtypes.tmpl:7 +msgid "" +"The tag reported must contain a MARC tag number. Every subfield in the " +"selected tag will be copied to the \"destination tag\" in the biblio. for " +"example, in UNIMARC, the tag 200 ot personal authority will be reported to " +"600, 700, 701, depending on what is cliqued in the biblio MARC editor." +msgstr "" +"Le champ reporté doit contenir un numéro d'étiquette MARC.Chaque sous-champ " +"du champ sélectionné sera copié dans le\"champ destinataire\" de la notice " +"biblio.Par exemple, dans UNIMARC, le champ 200 de l'autorité nom de personne " +"sera reporté dans le 600, 700, 701...selon ce qui aura été coché dans " +"l'éditeur MARC." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:171 +msgid "The three latest issues related to this subscription:" +msgstr "Les trois derniers numéros parus de cet abonnement : " + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:59 +msgid "" +"The total at the bottom of the page should be within a few cents of the " +"total for the invoice." +msgstr "" +"Le total en bas de la page devra être proche de quelques centimes du total " +"de la facture." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/search.marc/search.tmpl:6 +msgid "The usual fields are in the top part of the screen. They contains :" +msgstr "Les champs courants sont en haut de l'écran.Ils comprennent : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:241 +msgid "Theatre, piece televisee" +msgstr "Théatre, pièce télévisée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/claims.tmpl:100 +msgid "There are no missing issues to claim" +msgstr "Il n'y a pas de numéros manquants à réclamer" + +#. %1$s: TMPL_VAR name=itemtags +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:45 +#, c-format +msgid "There is more than 1 MARC tag related to items tab (10) : %s" +msgstr "" +"Il y a plus d'un champ MARC relié à l'onglet des exemplaires (onglet 10) : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:196 +msgid "There is no category type to add a Child." +msgstr "Il manque un type de catégorie pour inscrire un enfant." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:182 +msgid "There is no category type to add a Professional." +msgstr "Il manque un type de catégorie pour inscrire un professionnel" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:184 +msgid "There is no category type to add an Adult." +msgstr "Il manque un type de catégorie pour inscrire un adulte." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:111 +msgid "There is no category type to add an Institution." +msgstr "Il manque une catégorie pour pouvoir inscrire une collectivité." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:116 +msgid "There is no overdues for your library today" +msgstr "Il n'y a pas de retards pour votre site aujourd'hui" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:38 +msgid "Thesaurus" +msgstr "Thésaurus" + +#. %1$s: TMPL_VAR name=frameworkcode +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:29 +#, c-format +msgid "Thesaurus %s" +msgstr "Thésaurus %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl:65 +msgid "Thesaurus Structure" +msgstr "Structure des autorités" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl:9 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl:102 +msgid "Thesaurus management" +msgstr "Gestion du thésaurus" + +#. %1$s: TMPL_VAR name=category +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/thesaurus_popup.tmpl:3 +#, c-format +msgid "Thesaurus value builder for category %s" +msgstr "Constructeur de valeur du thesaurus pour la catégorie %s" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:185 +msgid "Theses" +msgstr "Thèses" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/overduerules.tmpl:41 +msgid "Third" +msgstr "Troisième" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:83 +msgid "Third overdue" +msgstr "Troisième réclamation" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/checkmarc.tmpl:6 +msgid "" +"This MARC check does not guarantee that you will like the first results of " +"your efforts to set up your MARC displays, etc. -- it simply checks for " +"major errors. You will probably revise your MARC setup several times before " +"you are completely pleased with it. Be sure to run checkmarc after every " +"revision." +msgstr "" +"Ce contrôle MARC ne garantie pas que vous apprécierez les premiers résultats " +"de vos efforts pour régler vos affichagesMARC, etc.--c'est une simple " +"vérification des erreurs principales.Vous reverrez probablement votre " +"paramétrage MARC plusieurs fois avant d'en être totalement satisfaits. " +"Assurez-vous de lancer le contrôle MArc après chaque modification." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:10 +msgid "This borrower doesn't exist anymore." +msgstr "Cet adhérent n'existe plus." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:125 +msgid "This borrower had already make a reserve for this document" +msgstr "Cet adhérent a déjà fait une réservation sur ce document" + +#. %1$s: TMPL_VAR name=overduecount +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:52 +#, c-format +msgid "This borrower has %s overdue(s) items" +msgstr "Cet adhérent a %s document(s) en retard" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:614 +#, fuzzy +msgid "This borrower has a waiting reservation :" +msgstr "Cet adhérent à une réservation en attente : " + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:130 +#, c-format +msgid "This category is used %s times. Deletion not possible" +msgstr "Cet enregistrement est utilisé %s fois. Suppression impossible" + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/currency.tmpl:128 +#, c-format +msgid "This currency is used %s times. Deletion not possible" +msgstr "Cet enregistrement est utilisé %s fois. Suppression impossible" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=nextreservsurname +#. %2$s: TMPL_VAR name=nextreservfirstname +#. %3$s: TMPL_VAR name=branchname +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchreserves.tmpl:13 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:57 +#, c-format +msgid "" +"This documen is reserved by : %s %s at the library : %s , " +"Please put this document in transfer ." +msgstr "" +"Ce document est réservé par : %s %sau site de %s ; Prière " +"de mettre ce document en transfert." + +#. %1$s: TMPL_VAR name=nextreservtitle +#. %2$s: TMPL_VAR name=nextreservsurname +#. %3$s: TMPL_VAR name=nextreservfirstname +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchreserves.tmpl:23 +#, c-format +msgid "" +"This document (%s) is reserved by : %s %s, Please keep this document " +"for the next reserve ." +msgstr "" +"Ce document (%s) est réservé par : %s %s; Prière de garder ce " +"document pour la réservation suivante." + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=frombranch +#. %2$s: TMPL_VAR name=datesent +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:686 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:328 +#, c-format +msgid "This document has been transfered from library : %s the : %s" +msgstr "Ce document a été transféré du site : %s le : %s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=nottransferedby +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:692 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:334 +#, c-format +msgid "This document hasn't been transfered yet from library : %s" +msgstr "Ce document n'a pas encore été transféré du site : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:682 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:324 +msgid "This document is available" +msgstr "Ce document est disponible" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchreserves.tmpl:22 +msgid "This document is in Waiting status" +msgstr "ce document est en attente" + +#. %1$s: TMPL_VAR name=notforloanvalue +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:217 +#, c-format +msgid "This document is not for loan (%s)" +msgstr "Ce document est exclu du prêt (%s)" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/400.tmpl:11 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/402.tmpl:11 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/403.tmpl:11 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/404.tmpl:11 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/405.tmpl:11 +msgid "" +"This error means that the link was broken and that the page doesn't exist" +msgstr "" +"Cette erreur signifie que le lien a été rompu et que la page n'existe plus" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/401.tmpl:11 +msgid "This error means that you aren't authorized to view this page" +msgstr "" +"Cette erreur signifie que vous n'êtes pas autorisé à visualiser cette page" + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/biblio_framework.tmpl:81 +#, c-format +msgid "This framework is used %s times" +msgstr "Cette grille est utilisée %s fois" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/koha2marclinks.tmpl:10 +msgid "" +"This is a one-to-one mapping. In other words, a MARC tag/subfield can be " +"mapped to one, and only one, Koha table.column." +msgstr "" +"C'est un lien terme-à-terme.Autrement dit un sous champ MARC ne peut être " +"lié à une et une seule colonne d'une table Koha." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:166 +msgid "This is a serial subscription" +msgstr "Ceci est un abonnement de périodique" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/export/marc.tmpl:6 +msgid "" +"This is a tool to export your bibliographic records in standard MARC " +"communications format (ISO 2709). It exports only the basic bibliographic " +"information with no holdings information other than any holdings information " +"originally loaded into Koha using the bulkmarcimport tool." +msgstr "" +"Ceci est un outil pour exporter vos enregistrements bibliographiques au " +"format standard d'échange MARC (ISO2709).Il exporte seulement les " +"informations bibliographiques de base sans données exemplaires autres que " +"toutes les données exemplaires chargées à l'origine dans Koha en utilisant " +"l'outil \"bulkmarcimport\"." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/import/breeding.tmpl:5 +msgid "" +"This is one of the screens you will see frequently if you are starting from " +"scratch." +msgstr "" +"C'est un des écrans que vous verrez normalement si vous partez de zéro." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/members-home.tmpl:4 +msgid "This is the Members portion of Koha." +msgstr "C'est le module Adhérents de Koha." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/memberentry.tmpl:12 +msgid "" +"This is the form for adding a group of members. Suppose you had a YMCA " +"group, or lend books to other Libraries. This would be the form to use for " +"that purpose." +msgstr "" +"C'est le formulaire pour ajouter une collectivité.Supposez que vous ayiez " +"une Maison des Jeunes, ou que vous prêtiez des livres à une autre " +"bibliothèque.C'est ce formulaire que vous devrez utiliser dans ce cas." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/memberentry.tmpl:5 +msgid "" +"This is the form for adding a new single member to the database. There is " +"also a form for organisations, such as other libraries and non profit " +"organisations you might lend to. You should use the Add Organisation tab at " +"the top of the Member page for that." +msgstr "" +"C'est le formulaire pour ajouter un adhérent individuel à la base de " +"données. Il y a aussi un formulaire pour les collectivités, telles que " +"d'autres bibliothèques ou des associations auquelles vous pouvez faire des " +"prêts. Vous devrez pour cela utiliser l'onglet \"Inscription d'une " +"collectivité\" en haut de la page des adhésions." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:102 +msgid "This item must return to his homebranch :" +msgstr "Merci de retourner le document au site d'origine : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:10 +msgid "This item was not transfered initialy to this library !" +msgstr "Ce document n'a pas encore été transféré vers ce site !" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:4 +msgid "" +"This page allows you to set the system preferences that control much of the " +"basic behavior of Koha. These parameters should be set before any other " +"parameters." +msgstr "" +"Cette page vous permet de choisir les préférences système qui contrôlent la " +"plupart des aspects de Koha.Ces paramètres devraient être fixés avant tous " +"les autres." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/koha2marclinks.tmpl:4 +msgid "" +"This page provides a simplified way to map your MARC tags and subfields to " +"the non-MARC Koha database tables for default biblio framework. This " +"can also be done while setting the MARC tag structure, but it is easier to " +"see the relationship between the MARC database and the Koha database here." +msgstr "" +"Cette page fournit une méthode simplifiée pour lier vos champs et sous- " +"champs MARC à la base non MARC de Koha, pour la grille de catalogage par " +"défaut.On peut aussi le faire en même temps que l'on définit la structure " +"des champs MARC, mais il est plus facile de voir les relations entre la base " +"MARC et la base Koha, ici." + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authtypes.tmpl:91 +#, c-format +msgid "This record is used %s times" +msgstr "Cette notice est utilisée %s fois" + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:181 +#, c-format +msgid "This record is used %s times. Deletion is not possible." +msgstr "Cette notice est utilisé %s fois. Suppression impossible" + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:223 +#, c-format +msgid "This record is used %s times. Deletion not possible" +msgstr "Cette catégorie est utilisée %s fois. Suppression impossible" + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/cities.tmpl:66 +#, c-format +msgid "This record is used %s times. Impossible to delete it" +msgstr "Cette notice est utilisée %s fois. Suppression impossible" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/statecollection.tmpl:4 +msgid "This screen is divided in 2 parts" +msgstr "Cet écran est divisé en 2 parties" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/moremember.tmpl:4 +msgid "This screen shows the information associated with a given patron." +msgstr "Cette page affiche les informations concernant un adhérent donné." + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:73 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:75 +msgid "" +"This screen shows the subfields associated with the selected tag. You can " +"edit subfields or add a new one by clicking on edit." +msgstr "" +"Cette page montre les sous-champs associés au champ sélectionné.Vous pouvez " +"modifier les sous-champs ou en ajouter de nouveaux en cliquant sur " +"\"Modifier les sous-champs\"." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:68 +msgid "This shelf is empty." +msgstr "Cette étagère est vide." + +#. %1$s: TMPL_VAR name=enddate +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:80 +#, c-format +msgid "This subscription is now ended. The last issue was recieved on %s" +msgstr "L'abonnement est terminé. Le dernier numéro a été reçu le %s" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authorised_values.tmpl:61 +msgid "" +"This table is used in MARC definition. You can define as many categories as " +"you want, and as many authorised values as you want in each category." +msgstr "" +"Cette table est utilisée dans la définition de MARC. Vous pouvez définir " +"autant de catégories que vous le souhaitez, et autant de valeurs autorisées " +"que vous souhaitez dans chaque catégorie." + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl:15 +msgid "This will change the subject headings on" +msgstr "" +"Cela changera la vedette-sujet dans toutes les notices où ce sujet est " +"utilisé." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:153 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "Thursday" +msgstr "Jeudi" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:379 +msgid "Tirage photographique" +msgstr "Tirage photographique" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl:33 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/histsearch.tmpl:13 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl:27 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl:89 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/search.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/search.tmpl:48 +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:32 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:77 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:63 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:162 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl:51 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl:90 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/z3950_search.tmpl:46 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchreserves.tmpl:40 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl:125 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:659 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:722 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:774 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/currenttransfers.tmpl:17 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:236 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/waitingreservestransfers.tmpl:22 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:46 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:125 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/overdue.tmpl:11 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/search.marc/search.tmpl:9 +#: ../../koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl:39 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:311 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember-print.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember-print.tmpl:43 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember-receipt.tmpl:16 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember-receipt.tmpl:33 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:222 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:300 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/readingrec.tmpl:21 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:63 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl:63 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_stats.tmpl:63 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/inventory.tmpl:46 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl:61 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:63 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/reservereport.tmpl:4 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/claims.tmpl:61 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/result.tmpl:9 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl:16 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:75 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/koha-news.tmpl:38 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/koha-news.tmpl:98 +#: ../../koha-tmpl/intranet-tmpl/prog/en/z3950/searchresult.tmpl:16 +msgid "Title" +msgstr "Titre" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:231 +msgid "Title (mail subject):" +msgstr "Titre (sujet de l'email) : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:119 +msgid "Title *" +msgstr "Titre *" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:14 +msgid "Title :" +msgstr "Titre : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/reserve.tmpl:113 +#, c-format +msgid "Title Sort" +msgstr "Titre trier" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:64 +msgid "Title Phrase" +msgstr "Expression titre" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:69 +msgid "Title:" +msgstr "Civilité : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio-nomarc.tmpl:13 +msgid "Title: *" +msgstr "Titre : *" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/histsearch.tmpl:55 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl:125 +msgid "To" +msgstr "à" + +#. For the first occurrence, +#. %1$S: type=text name=Filter +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:103 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:179 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl:132 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl:196 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl:133 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl:197 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl:101 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl:177 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:103 +#, c-format +msgid "To %S" +msgstr "au %S" + +#. %1$S: type=text name=dateto +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcels.tmpl:52 +#, c-format +msgid "To :%S" +msgstr "à : %S" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/members-home.tmpl:6 +msgid "" +"To add a patron, type their name into the search box on the left, and click " +"the OK button." +msgstr "" +"Pour ajouter un adhérent, taper son nom dans la boîte de recherche sur la " +"gauche et cliquez sur le bouton Rechercher." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/z3950servers.tmpl:8 +msgid "" +"To add servers, you will need to know the domain name or IP address of the " +"server, the port number to use, and the name of the database to access. This " +"information is available for many servers worldwide by acessing the Index " +"Data website at http://www.indexdata.dk/targettest/. All of the servers " +"listed there accept anonymous connections. (Be sure to choose servers which " +"deliver records in the proper MARC format for your Koha installation.)" +msgstr "" +"Pour ajouter des serveurs, vous aurez besoin de connaître le nom de domaine " +"ou l'adresse IP du serveur, le numéro de port à utiliser, et le nom de la " +"base de données à laquelle accéder.Cette information est disponible pour " +"tous les serveurs du web en se connectant au site web de l'index des bases " +"de données http://www.indexdata.dk/targettest/.Tous les serveurs ici " +"acceptent les connections anonymes.(Assurez-vous de choisir des serveurs qui " +"fournissent des enregistrements au format MARC adapté avotre installation " +"Koha)." + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:107 +msgid "" +"To close off a shopping basket click on \"view shopping baskets\" or search " +"above, and the click on \"confirm basket\"." +msgstr "" +"Pour fermer un panier de commande cliquez sur \"voir les paniers de commande " +"\"ou cherchez au dessus, et cliquez alors sur \"valider le panier\"." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:85 +msgid "To file" +msgstr "Enregistrer" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:105 +msgid "" +"To order an item you need to establish whether a biblio already exists for " +"it, and either add an item, or set up a new biblio then add the item." +msgstr "" +"Pour commander un document, vous avez besoin de déterminer soit qu'une " +"notice existe déjà puis d'y ajouter l'exemplaire, soit de créer une nouvelle " +"notice et d'y ajouter l'exemplaire." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/400.tmpl:12 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/401.tmpl:12 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/402.tmpl:12 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/403.tmpl:12 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/404.tmpl:12 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/405.tmpl:12 +#, c-format +msgid "To report this error, you can email the Koha Administrator." +msgstr "" +"Pour signaler cette erreur, vous pouvez envoyer un email à " +"l'administrateur" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:82 +msgid "To screen into the browser" +msgstr "A afficher dans le navigateur" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:106 +msgid "" +"To start a new shopping basket with a new supplier return to this page and " +"just start a new supplier search." +msgstr "" +"Pour débuter un nouveau panier d'achat chez un autre fournisseur retournez à " +"cette page et commencez simplement une nouvelle recherche de fournisseur." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:104 +msgid "" +"To start an acquisition, whether an order, local purchase or donation first " +"search on the supplier, you will be asked to check their details, and enter " +"your name which will set up a \"shopping basket\" for you. (Why is this you " +"might ask... well because we want to know that it's really you ordering " +"things - not just your computer)." +msgstr "" +"Pour démarrer une acquisition, que ce soit une commande, un achat local ou " +"un don commencez par chercher le fournisseur, dont on vous demandera de " +"vérifier les informations puis entrez votre nom, ce qui sélectionnera un " +"panier d'achat pour vous.(pourquoi cela devez-vous vous demander...parce que " +"nous voulons être sûrs que c'est réellement vous qui commandez - Pas " +"seulement votre ordinateur)." + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl:41 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/barcodes.tmpl:41 +msgid "To:" +msgstr "à : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:731 +#, fuzzy +msgid "Today issues" +msgstr "Prêts du jour" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:387 +msgid "Toile" +msgstr "Toile" + +#. %1$s: TMPL_VAR name=TOO_MANY +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:154 +#, c-format +msgid "Too many issues (already issued / max : %s)" +msgstr "Trop de prêts en cours (prétés / maximum : %s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:102 +msgid "Too many reserves" +msgstr "Trop de réservations" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/tools-home.tmpl:40 +msgid "Tool to inventory (stocktaking) of your catalogue" +msgstr "Permet de réaliser l'inventaire (récolement) de votre catalogue" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc:74 +msgid "Tools" +msgstr "Outils" + +#. %1$s: TMPL_VAR name=limit +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl:20 +#, fuzzy, c-format +msgid "Top %s List On Catalogue Issues" +msgstr "Koha : les %s documents les plus lus" + +#. %1$s: TMPL_VAR name=limit +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl:19 +#, fuzzy, c-format +msgid "Top %s List borrowers for Issues" +msgstr "Koha : le palmarès des %s plus gros emprunteurs" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl:61 +#, fuzzy +msgid "Top List On Catalogue Issues" +msgstr "Koha : les documents les plus lus" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl:60 +#, fuzzy +msgid "Top List borrowers for Issues" +msgstr "Koha : les plus gros emprunteurs" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl:24 +msgid "Top Lists" +msgstr "Les plus" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-create-template.tmpl:30 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-edit-template.tmpl:31 +msgid "Top Page Margin:" +msgstr "Marge de haut de page : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:75 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:90 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl:37 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/lateorders.tmpl:104 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderempty.tmpl:224 +msgid "Total" +msgstr "Total" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/boraccount.tmpl:30 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/pay.tmpl:49 +msgid "Total Due" +msgstr "Total dû" + +#. %1$s: TMPL_VAR name=totaldue +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:211 +#, c-format +msgid "Total Due: %s" +msgstr "Total dû : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:282 +msgid "Total Replacement Cost:" +msgstr "Coût total de remplacement : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/lateorders.tmpl:18 +msgid "Total cost" +msgstr "Coût total" + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/stats.tmpl:31 +#, c-format +msgid "Total paid: %s" +msgstr "Total payé : %s" + +#. %1$s: TMPL_VAR name=totalw +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/stats.tmpl:31 +#, c-format +msgid "Total written off: %s" +msgstr "Total des pertes et profits : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:224 +msgid "Tout format" +msgstr "Tout format" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:210 +msgid "Tout public" +msgstr "Tout public" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:373 +msgid "Tout type" +msgstr "Type de document" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:266 +msgid "Tout type d'illustration" +msgstr "Tout type d'illustration" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:255 +msgid "Tout type de biographie" +msgstr "Tout type de biographie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:288 +msgid "Tout type de contenu" +msgstr "Tout type de contenu" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:327 +msgid "Tout type de periodique" +msgstr "Tout type de périodique" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:315 +msgid "Tout type video" +msgstr "Tout type video" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:337 +msgid "Toute Périodicité" +msgstr "Toute périodicité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:359 +msgid "Toute Régularité" +msgstr "Régularité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:239 +msgid "Toute forme" +msgstr "Toute forme" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:341 +msgid "Toutes les deux semaines" +msgstr "Toutes les deux semaines" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:307 +msgid "Traite" +msgstr "Traité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl:105 +msgid "Transfer" +msgstr "Transfert" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/waitingreservestransfers.tmpl:49 +msgid "Transfer this document" +msgstr "Transférer ce document" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:87 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:155 +msgid "Transfer to:" +msgstr "Transféré à : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/currenttransfers.tmpl:40 +msgid "Transfer without reserv linked" +msgstr "Transfert sans réservation liée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl:124 +msgid "Transfered Items" +msgstr "Exemplaires transférés" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc:22 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/menus.inc:29 +msgid "Transfers" +msgstr "Transferts" + +#. %1$s: TMPL_VAR name=show_date +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/currenttransfers.tmpl:7 +#, c-format +msgid "Transfers in wait for your library the : %s" +msgstr "Transferts attendus par votre site le : %s" + +#. %1$s: TMPL_VAR name=show_date +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/waitingreservestransfers.tmpl:12 +#, c-format +msgid "Transfers to do %s" +msgstr "Transferts à effectuer %s" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:90 +msgid "Translation" +msgstr "Traduction" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:280 +msgid "Transparents" +msgstr "Transparents" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:195 +msgid "Treaties" +msgstr "Traités" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:350 +msgid "Triennal" +msgstr "Triennal" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:345 +msgid "Trimestriel" +msgstr "Trimestriel" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:346 +msgid "Trois fois par an" +msgstr "Trois fois par an" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:352 +msgid "Trois fois par mois" +msgstr "Trois fois par mois" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:351 +msgid "Trois fois par semaine" +msgstr "Trois fois par semaine" + +#. INPUT type=checkbox name=select_display +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:136 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:138 +msgid "True" +msgstr "Vrai" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:151 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "Tuesday" +msgstr "Mardi" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:171 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/printers.tmpl:98 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/printers.tmpl:125 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/printers.tmpl:166 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl:125 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/stats.tmpl:16 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/maninvoice.tmpl:11 +msgid "Type" +msgstr "Type" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:135 +msgid "Type :" +msgstr "Type : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl:36 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/barcodes.tmpl:36 +msgid "Type of Interval:" +msgstr "Type d'intervalle : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:325 +msgid "Type periodique" +msgstr "Type de publication" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:313 +msgid "Type vidéo" +msgstr "Type vidéo" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:151 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl:43 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/import.tmpl:42 +msgid "UNIMARC" +msgstr "UNIMARC" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/auth_subfields_structure.tmpl:21 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:44 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marctagstructure.tmpl:20 +msgid "URL : if checked, the subfield is an URL, and can be clicked" +msgstr "" +"URL si coché, indique que le champ est une URL valide et peut-être cliquée" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:101 +msgid "URL:" +msgstr "URL : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:150 +msgid "USMARC" +msgstr "USMARC" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:176 +msgid "Undefined  " +msgstr "Indéfini  " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl:39 +#: ../../koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl:44 +msgid "Undelete" +msgstr "Récupérer" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl:97 +msgid "Undelete Biblio" +msgstr "Récupérer notice" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/holidays.tmpl:133 +msgid "Unique holiday" +msgstr "Jour férié unique" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/histsearch.tmpl:19 +msgid "Unit cost" +msgstr "Coût unitaire" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-create-template.tmpl:45 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-edit-template.tmpl:47 +msgid "Units:" +msgstr "Unités : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:86 +msgid "Universidad ORT Uruguay (Ernesto Silva, Andres Tarallo)" +msgstr "Université ORT Uruguay (Ernesto Silva, Andres Tarallo)" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/biblio_framework.tmpl:5 +msgid "" +"Unlike Koha 2.0, in this version you can have more than 1 framework to " +"catalogate differently various materials. You can, for example, define 1 " +"framework for monographies, 1 framework for serials, 1 framework for URL..." +msgstr "" +"Contrairement à Koha 2.0, dans cette version, vous pouvez avoir plus d'un " +"framework pour cataloguer différents types de document.Vous pouvez, par " +"exemple, définir une grille pour les monographies, une pour les " +"périodiques, une pour les URL..." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/pay.tmpl:24 +msgid "Unpaid" +msgstr "Impayé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:76 +msgid "Unseen since" +msgstr "Pas vu depuis" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:216 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/currency.tmpl:100 +msgid "Update" +msgstr "Valider" + +#. %1$s: TMPL_VAR name=surname +#. %2$s: TMPL_VAR name=firstname +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/member-password.tmpl:1 +#, c-format +msgid "Update Password for %s, %s" +msgstr "Mettre à jour le mot de passe pour %s %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl:172 +msgid "Update report :" +msgstr "Rapport de mise à jour :" + +#. %1$s: TMPL_VAR name=name +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:11 +#, c-format +msgid "Update: %s" +msgstr "Mettre à jour : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl:70 +msgid "Updated successfully" +msgstr "Mise à jour réussie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl:170 +msgid "Updating Mysql database" +msgstr "Mise à jour base mySQL" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:174 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:268 +msgid "Upper Age Limit" +msgstr "Limite d'âge supérieure" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/categorie.tmpl:18 +msgid "Upper Age Limit and Age Required" +msgstr "Limite d'âge supérieure et âge requis" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/categorie.tmpl:19 +msgid "" +"Upper Age Limit and Age Required set the age parameters for this type of " +"user. If you issue children's cards to users between the ages of 2 and 18, " +"for example, then Age Required would be \"2\" and Upper Age Limit would be " +"\"18.\" If there is no upper age limit, set this value to 99 (the highest " +"allowed)." +msgstr "" +"La limite d'âge supérieure et l'âge requis fixent les critères d'âge pour ce " +"type d'adhérent .Si vous délivrez des cartes enfants pour les adhérents " +"entre 2 et 18 ans, par exemple, alors l'âge requis sera\"2\" et la limite " +"d'âge supérieure \"18.\"S'il n'y a pas d'âge limite supérieure, fixez cette " +"valeur à 99 (la plus grande valeur autorisée)." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:96 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:136 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:104 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:190 +msgid "Upperage limit" +msgstr "Limite d'âge supérieure" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:46 +msgid "Use a barcode file" +msgstr "Utilisez un champ de code à barres" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/auth_subfields_structure.tmpl:27 +msgid "" +"Use field 035$a for your auth_header.authid and 035$8 for auth_header." +"authtypecode. Make sure your zebra authorities index these fields" +msgstr "" +"Utilisez le champ 035$a pour votre auth_header.authid et 035$8 for " +"auth_header.Is a linking field. You may use any subfield for linking as $9 " +"is not hardcoded" +msgstr "" +"Utilisez le champ 7xx$9 (ajoutez le sous-champ si absent) pour lier les " +"vedettes autorités. Choisir Est un champ lié.Vous pouvez " +"utilisern'importe quel sous-champ pour le lien car $9 n'est pas inscrit dans " +"le code" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/400.tmpl:13 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/401.tmpl:13 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/402.tmpl:13 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/403.tmpl:13 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/404.tmpl:13 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/405.tmpl:13 +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/500.tmpl:13 +msgid "Use top menu bar to navigate to another part of Koha." +msgstr "" +"Utilisez la barre de menu principale pour naviguer à nouveau dans Koha." + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:100 +msgid "" +"Use your reload button [ctrl + r] to get the most recent figures. Committed " +"figures are approximate only, as exchange rates will affect the amount " +"actually paid." +msgstr "" +"Utilisez le bouton rafraîchir pour avoir les chiffres les plus récents.Les " +"chiffres communiqués le sont à titre indicatif, dans la mesure où des taux " +"de change affecteront le montant réellement payé." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/linkresultlist-auth.tmpl:38 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:94 +msgid "Used" +msgstr "Utilisé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/suggest.tmpl:8 +msgid "Used X times" +msgstr "Utilisé X fois" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist.tmpl:25 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl:41 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/dictionary.tmpl:75 +msgid "Used in" +msgstr "Utilisé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:19 +#, fuzzy +msgid "User" +msgstr "Identifiant utilisateur" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:124 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:189 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:234 +msgid "Userid" +msgstr "Identifiant utilisateur" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/auth.tmpl:38 +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/auth.tmpl:40 +#, fuzzy +msgid "Username:" +msgstr "nom de famille" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/search.marc/search.tmpl:5 +msgid "Usual fields" +msgstr "Champs courants" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:166 +msgid "VHS tape / Videocassette" +msgstr "Bande VHS / Videocassette" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authorised_values.tmpl:49 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:78 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:162 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl:87 +msgid "Value" +msgstr "Valeur" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:127 +msgid "Value:" +msgstr "Valeur : " + +#. %1$s: TMPL_VAR name=stdlib +#. %2$s: TMPL_VAR name=category +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl:11 +#, c-format +msgid "Values related to %s (%s)" +msgstr "Valeurs liées à %s (%s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authorised_values.tmpl:45 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:76 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:77 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:161 +msgid "Variable" +msgstr "Variable" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:124 +msgid "Variable Name:" +msgstr "Nom de la variable : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:104 +msgid "Variable options:" +msgstr "Options de la variable : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:103 +msgid "Variable type:" +msgstr "Type de la Variable : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl:81 +msgid "Various parameters" +msgstr "Paramètres divers" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/tools-home.tmpl:9 +msgid "Various tools" +msgstr "Outils divers" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:390 +msgid "Verre" +msgstr "Verre" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/booksellers.tmpl:55 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist.tmpl:27 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/receipt-search-result.tmpl:29 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/viewalerts.tmpl:18 +msgid "View" +msgstr "Voir" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/itemtypes.tmpl:31 +msgid "View catalogue group by itemtypes" +msgstr "Visualiser le catalogue par type de document" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull-home.tmpl:8 +msgid "View subscription details" +msgstr "Voir les détails de l'abonnement" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:194 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc:49 +msgid "Virtual Shelves" +msgstr "Étagères virtuelles" + +#. IMG +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:113 +msgid "Visual Materials" +msgstr "Matériels visuels" + +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +#, fuzzy +msgid "Vol {X}, Issue {Y}" +msgstr "Volume, Fascicule" + +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "Vol {X}, No {Y}" +msgstr "" + +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "Vol {X}, No {Y}, Issue {Z}" +msgstr "" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:127 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "Volume" +msgstr "Volume" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl:102 +msgid "Volume Description:" +msgstr "Description du volume : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl:50 +msgid "Volume Info (for serials)" +msgstr "Infos sur le volume (pour les périodiques)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:195 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:221 +msgid "Volume, Issue" +msgstr "Volume, Fascicule" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:192 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:218 +msgid "Volume, Number" +msgstr "Volume, Numéro" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:189 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:215 +msgid "Volume, Number, Issue" +msgstr "Volume, Numéro, Fascicule" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl:98 +msgid "Volume:" +msgstr "Volume : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/errors/500.tmpl:12 +#, c-format +msgid "" +"Wait while system maintenance is being done or email the Koha " +"Administrator." +msgstr "" +"Attendez que la maintenance soit terminée, ou envoyez un email à " +"l'administrateur Koha." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:187 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:281 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:66 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:167 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/claims.tmpl:84 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues-full.tmpl:42 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:74 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:353 +msgid "Waited" +msgstr "Attendu" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:234 +#, c-format +msgid "" +"Waited last issue status can't be changed. Renew your subscription" +msgstr "" +"L'état du prochain numéro attendu ne peut-être changé. Renouvelervotre abonnement" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl:33 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/reserve.tmpl:128 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:292 +msgid "Waiting" +msgstr "En attente" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:53 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:141 +msgid "Waiting Reserve Found in your library" +msgstr "Réservation en attente pour votre site" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=waitingposition +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:673 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:315 +#, c-format +msgid "Waiting position for this document : %s " +msgstr "Ce document %s : est en attente" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:613 +msgid "Waiting reserves" +msgstr "Réservations en attente" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:56 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:581 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:632 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:441 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:632 +msgid "Warning" +msgstr "Mise en garde" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:717 +msgid "Warning:" +msgstr "Attention : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl:62 +msgid "Warnings" +msgstr "Rappels" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:38 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:167 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:169 +msgid "Website" +msgstr "Site Web" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl:88 +msgid "Website URL:" +msgstr "URL du site Web : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:152 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "Wednesday" +msgstr "Mercredi" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl:92 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl:93 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "Week" +msgstr "Semaine" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/intranet-main.tmpl:7 +msgid "Welcome to Koha" +msgstr "Bienvenue sur Koha" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/auth.tmpl:34 +#, fuzzy +msgid "Welcome to the Koha Web Installer" +msgstr "Bienvenue dans l'installation de Koha" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl:22 +msgid "What do you want to do ?" +msgstr "Qu'est-ce que vous voulez faire ?" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl:72 +msgid "What do you want to do for deleted members ?" +msgstr "Que voulez-vous faire des adhérents supprimés ?" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:311 +msgid "When more than" +msgstr "Quand supérieur à" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:16 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:17 +msgid "When more than : if the calculated number is more than the value here" +msgstr "Quand supérieur à : si le chiffre calculé est supérieur à la valeur ci" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/auth_subfields_structure.tmpl:30 +msgid "" +"When you add or modify an authority clicking on ... that will appear next to " +"750$9 will let you search any authority and link it to this record. You may " +"repeat tag 750 and add as many linkages as you like" +msgstr "" +"Lorsque vous ajoutez ou modifiez une autorité un clic sur ...qui s'affichera " +"à côté du 7xx$9 vous permettra de chercher sur toutes les autorités et de " +"les lier à cette notice. Vous pouvez répéter le champ 7xx et ajouter autant " +"de liens que vous le souhaitez." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/memberentry.tmpl:8 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/memberentry.tmpl:15 +msgid "When you are done with the record, click the Save button at the bottom." +msgstr "" +"Lorsque vous avez terminé l'enregistrement cliquez sur le bouton \"Valider\" " +"en bas." + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authorised_values.tmpl:62 +msgid "" +"When you define the MARC subfield structure, you can link a subfield to a " +"authorised-value category. When the user ask for adding of modifying a " +"biblio, the subfield is not entered through a free field, but though a list " +"of authorised values" +msgstr "" +"Lorsque vous déterminez la structure des sous-champs MARC, vous pouvez lier " +"un sous-champ à une catégorie de valeurs autorisées." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl:112 +msgid "" +"When you've made your selections, please click 'Import' below to begin the " +"process. It may take a while to complete, please be patient" +msgstr "" + +#. For the first occurrence, +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +#, fuzzy +msgid "Winter" +msgstr "Imprimante" + +#. %1$s: TMPL_VAR name=framework +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl:16 +#, c-format +msgid "With Framework :%s" +msgstr "Avec la grille : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:79 +msgid "With selected items :" +msgstr "Supprimer les documents cochés : " + +# +#. %1$s: TMPL_VAR name=wthdrawncount +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:243 +#, c-format +msgid "Withdrawn (%s)," +msgstr "Exemplaire retiré (%s)," + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl:86 +msgid "Without issues since" +msgstr "Pas d'emprunt depuis" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/holidays.tmpl:132 +msgid "Working day" +msgstr "Jour ouvrable" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/pay.tmpl:26 +msgid "Writeoff" +msgstr "Pertes et profits" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:111 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/authtypes.tmpl:99 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl:225 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:237 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/cities.tmpl:80 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/roadtype.tmpl:62 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl:95 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/issuehistory.tmpl:70 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:280 +msgid "YES" +msgstr "OUI" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:558 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:140 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:216 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl:94 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl:260 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl:95 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl:261 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl:138 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl:214 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:143 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "Year" +msgstr "Année" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:77 +msgid "Year :" +msgstr "Année : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:225 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:229 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/supplier.tmpl:233 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:171 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:172 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:100 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:138 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:196 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:228 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:160 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:161 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:185 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:186 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:93 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:54 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl:61 +msgid "Yes" +msgstr "Oui" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:129 +msgid "Yes, Delete" +msgstr "Oui, supprimer" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/biblio_framework.tmpl:84 +msgid "Yes, Delete this Framework!" +msgstr "Oui, supprimer cette grille!" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:57 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:59 +msgid "Yes, Delete this Subfield" +msgstr "Oui, supprimer ce sous-champ" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:91 +msgid "Yes, Delete this Tag" +msgstr "Oui, supprimer ce champ" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=searchfield +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categorie.tmpl:161 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:255 +#, c-format +msgid "You Searched for %s" +msgstr "Vous recherchiez %s" + +#. %1$s: TMPL_VAR name=searchfield +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:12 +#, c-format +msgid "You Searched for %s" +msgstr "Vous recherchiez %s" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:721 +msgid "" +"You also must have selected a supplier if you want to ask for late issues" +msgstr "" +" Vous devez sélectionner un fournisseur si vous souhaitez réclamer les " +"périodiques en retard" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step1.tmpl:5 +msgid "You are about to install Koha." +msgstr "Vous êtes sur le point d'installer Koha." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/auth.tmpl:20 +#, fuzzy +msgid "You are accessing Koha from a different IP address! Please login again." +msgstr "Vous accédez à Koha par une adresse IP différente!" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/auth.tmpl:22 +msgid "You are accessing Koha from a different ip address! Please login again." +msgstr "Vous accédez à Koha par une adresse IP différente!" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/export/marc.tmpl:8 +msgid "" +"You are asked to provide a starting bibliographic record number and an " +"ending number for the export. If you want to export all of your records, " +"leave the start and end numbers blank." +msgstr "" +"On vous demande de fournir un numero d'enregistrement de début et de fin " +"pour l'esportation.Si vous voulez exporter tous vos enregistrements, laissez " +"les numeros de début et de fin en blanc." + +#. %1$s: TMPL_VAR name=departement +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:16 +#, c-format +msgid "" +"You are working actually on the overdues for the departement : %s" +msgstr "Vous travaillez sur les retards du département : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/import/breeding.tmpl:17 +msgid "" +"You can \"name\" the import to help you when you need to choose between more " +"than 1 imported biblio (or just want to keep trace on where the biblios " +"comes from)" +msgstr "" +"Vous pouvez donner un nom à l'importation pour vous aider quand vous devez " +"choisir entre plusieurs notices importées (ou simplement pour garder la " +"trace de la provenance des notices)" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/import/breeding.tmpl:19 +msgid "You can also change char encoding between MARC21 and UNIMARC" +msgstr "" +"Vous pouvez aussi choisir le format des données entre MARC21 ou UNIMARC" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/memberentry.tmpl:17 +msgid "" +"You can always come back and edit what you enter in the Add Member screen by " +"searching for the borrower by using their last name or card number, " +"selecting a user by clicking on the entry in the search list, and then " +"clicking the Modify button on the member information screen." +msgstr "" +"Vous pouvez toujours retourner en arrière et modifier ce que vous avez entré " +"à la page d'ajout d'un adhérent en cherchant cet adhérent par son nom de " +"famille ou son numéro de carte, puis en sélectionnant un adhérent en " +"cliquant sur le nom dans la liste de résultats, et enfin en cliquant sur le " +"bouton Modifier de la page d'information sur l'adhérent." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/authtypes.tmpl:4 +msgid "You can define as many Authority types as you want." +msgstr "Vous pouvez définir autant de types d'autorités que vous le souhaitez." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/itemtypes.tmpl:4 +msgid "You can define as many itemtypes as you want." +msgstr "Vous pouvez définir autant de types de document que vous souhaitez." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/auth_subfields_structure.tmpl:5 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:5 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marctagstructure.tmpl:5 +msgid "" +"You can define as the marc tag structure for each biblio framework you have " +"defined" +msgstr "" +"Vous pouvez définir la structure des champs Marc pour chaque grille de " +"catalogage que vous avez spécifiée." + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/breeding.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/import.tmpl:22 +msgid "" +"You can enter a name for this import. It may be useful, when creating a " +"biblio, to remember where the suggested MARC data comes from!" +msgstr "" +"Vous pouvez donner un nom à cette importation. Cela peut être utile, lors de " +"la création d'une notice, pour vous rappeler d'où vient la notice MARC " +"proposée !" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/members/moremember.tmpl:9 +msgid "" +"You can get information on what a patron has read in the past by clicking on " +"the Reading Record button." +msgstr "" +"Vous pouvez avoir des informations sur ce qu'un adhérent a emprunté " +"auparavant en cliquant sur le bouton Historique des prêts" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl:163 +#, c-format +msgid "" +"You can now update your database structure to the latest version if " +"you are upgrading from a previous version of Koha." +msgstr "" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:1 +msgid "You did not specify any search criteria" +msgstr "Vous n'avez indiqué aucun critère de recherche" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:32 +msgid "You did not specify any search criteria." +msgstr "Vous n'avez indiqué aucun critère de recherche." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/import/breeding.tmpl:21 +msgid "" +"You don't need to actually name every import, so you don't need to fill in " +"this box if you don't want to. It is useful for telling imports apart if " +"you've more than one of the same record." +msgstr "" +"Vous n'avez pas vraiment besoin de donner un nom à chaque importation, ainsi " +"vous n'êtes pas obligé de remplir le pavé si vous ne le souhaitez pas.C'est " +"utile de donner un nom aux importations si vous avez plus d'une fois le même " +"enregistrement." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/auth.tmpl:27 +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/auth.tmpl:25 +msgid "You entered an incorrect username or password. Please try again." +msgstr "" +" Vous avez saisi un nom d'utilisateur ou un mot de passe invalide. Merci de " +"réessayer." + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:127 +#, c-format +msgid "" +"You have %s error(s) in your MARC configuration. Please fix them before " +"using Koha" +msgstr "" +"Vous avez %s erreur(s) dans votre configuration MARC.SVP corrigez les " +"avant d'utiliser Koha" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/member-password.tmpl:15 +msgid "" +"You have entered a User ID that already exists. Please choose another one." +msgstr "" +" Vous avez saisi un Identifiant qui existe déjà. Merci d'en choisir un autre." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl:8 +msgid "You must create a new group for your item to be added to" +msgstr "Vous devez créer un nouveau groupe pour y ajouter votre exemplaire" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:10 +msgid "You must define a budget in parameters" +msgstr "Vous devez définir un budget (module paramètres)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities.tmpl:32 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl:52 +msgid "You must either :" +msgstr "Vous devez soit : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem-nomarc.tmpl:4 +msgid "You must give the item a barcode" +msgstr "Vous devez attribuer un code à barres à l'exemplaire" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=searchfield +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/currency.tmpl:155 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/printers.tmpl:156 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:227 +#, c-format +msgid "You searched for %s" +msgstr "Vous recherchiez %s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=supplier +#. %2$s: TMPL_VAR name=count +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/booksellers.tmpl:5 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/acqui-search-result.tmpl:3 +#, c-format +msgid "You searched on supplier %s, %s results found" +msgstr "Vous recherchiez le fournisseur %s, %s résultat(s) trouvé(s)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/currency.tmpl:6 +msgid "" +"You should at least define your local currency here, giving it a name (like " +"US DOLLAR or EURO) and setting the \"rate\" at 1. If you do business with " +"vendors who charge in a different currency, enter a name for that currency " +"(e.g. PESO) and set the approximate exchange rate compared to your currency. " +"(Note: names are limited to 10 characters or less.) The exchange rate is " +"used to calculate the remain balances in your materials budgets when you " +"purchase materials using \"normal\" acquisitions." +msgstr "" +"Ici vous devez au moins indiquer votre devise nationale, en lui donnant un " +"nom(comme US Dollar ou EURO) et en fixant le \"taux\"à 1.Si vous traitez " +"avec des fournisseurs qui facturent dans une autre devise, entrez un nom " +"pour cette devise (par exemple PESO) et fixez un taux de change approximatif " +"par rapport à votre devise.(Remarque : les noms sont limités à 10 caractères " +"ou moins.)le taux de change est utilisé pour calculer le solde de vos " +"budgets d'acquisitions, lorsque vous acquérez des documents en utilisant les " +"acquisitions \"normal\"." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:144 +msgid "Young Adult" +msgstr "Jeune adulte" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/z3950_search.tmpl:5 +#: ../../koha-tmpl/intranet-tmpl/prog/en/z3950/searchresult.tmpl:1 +msgid "Z39.50 Search Results" +msgstr "Résultats de la recherche Z39.50" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:91 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:98 +msgid "Z39.50 Server" +msgstr "Serveur Z39.50" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:160 +msgid "Z39.50 Server Added" +msgstr "Serveur Z39.50 ajouté" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:214 +msgid "Z39.50 Server Deleted" +msgstr "Serveur Z39.50 supprimé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl:88 +msgid "Z39.50 Servers" +msgstr "Serveurs Z39.50" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:221 +msgid "Z39.50 Servers Admininistration" +msgstr "Gestion des serveurs Z39.50" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/z3950servers.tmpl:3 +msgid "Z39.50 servers administration" +msgstr "Gestion des serveurs Z39.50" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/z3950/searchresult.tmpl:11 +msgid "Z3950 Search Results" +msgstr "Résultats de la recherche Z39.50" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:16 +msgid "Zebra version:" +msgstr "Version Zebra : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl:84 +msgid "Zip Code" +msgstr "Code postal" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:119 +msgid "Zip Code:" +msgstr "Code postal : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:334 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:364 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:390 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:252 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:338 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:458 +msgid "Zipcode" +msgstr "Code postal" + +#. A +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:71 +msgid "[ Manage Bookfunds ]" +msgstr "[Gérer les postes budgétaires]" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl:71 +msgid "[ Manage ]" +msgstr "[ Géré par ]" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:441 +msgid "[Fewer Options]" +msgstr "[Moins d'options]" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:443 +msgid "[More options]" +msgstr "Plus d'options" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:445 +msgid "[New Search]" +msgstr "[Nouvelle recherche]" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/authtypes.tmpl:10 +msgid "" +"[xxxFFFSyyy] where xxx are up to 3 digits BEFORE the field, FFF the field " +"number, S the subfield code, yyy up to 3 digits AFTER the field." +msgstr "" +"[xxxFFFSyyy] où xxx représentent 3 caractères AVANT le champ, FFF le numéro " +"de champ, S le code du sous champ, YYY pour 3 caractères APRES le champ." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:270 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:272 +msgid "a- AACR 2" +msgstr "a- AACR 2" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:174 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:176 +msgid "a- Archival" +msgstr "a- Archive" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:21 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:23 +msgid "a- Increase in encoding level" +msgstr "a- Increase in encoding level" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:54 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:56 +msgid "a- Language material (monography)" +msgstr "a- Language material (monography)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:126 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:128 +msgid "a- Monographic component part" +msgstr "a- Partie composante d'une monographie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:133 +msgid "a- Serial component part" +msgstr "a- Partie composante d'un périodique" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:192 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:194 +msgid "a- UCS/Unicode" +msgstr "a- UCS/Unicode" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:141 +msgid "accepted." +msgstr "accepté." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:24 +msgid "add" +msgstr "ajouter" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl:22 +msgid "address" +msgstr "Adresse" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:216 +msgid "adulte, haut niveau" +msgstr "adulte, haut niveau" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities.tmpl:34 +msgid "again)" +msgstr "encore)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl:15 +msgid "all" +msgstr "tout" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:122 +msgid "alt address:" +msgstr "Autre adresse : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:123 +msgid "alt city:" +msgstr "Autre commune : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:124 +msgid "alt zipcode:" +msgstr "Code postal de l'autre commune : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:52 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/checkexpiration.tmpl:50 +msgid "and" +msgstr "et" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:33 +msgid "and they must all be in the 10 (items) tab" +msgstr "et il doivent tous être dans l'onglet 10 (Exemplaires)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:275 +msgid "armoiries" +msgstr "armoiries" + +#. %1$s: TMPL_VAR name=place +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/newordersuggestion.tmpl:44 +#, c-format +msgid "at %s" +msgstr "à %s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=author +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:37 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:97 +#, c-format +msgid "author :%s" +msgstr "auteur : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/authorities/authorities.tmpl:1 +msgid "authority help" +msgstr "Aide autorité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:257 +msgid "autobiographie (y compris correspondance...)" +msgstr "autobiographie (y compris correspondance...)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc:89 +msgid "autolocate activated" +msgstr "autolocalisation activée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:331 +msgid "autres" +msgstr "Autres" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:131 +msgid "b- Serial component part" +msgstr "b- Partie composante d'un périodique" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:52 +msgid "back to list" +msgstr "retour à la liste" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/inventory.tmpl:47 +msgid "barcode filename :" +msgstr "Nom de fichier code à barres : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:58 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:72 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:86 +msgid "be mapped to a MARC subfield," +msgstr "être relié à un sous-champ MARC," + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:32 +msgid "be mapped to the same tag," +msgstr "être relié au même champ," + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=object +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:172 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:187 +#, c-format +msgid "biblio %s" +msgstr "notice %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:98 +msgid "biblio and biblionumber" +msgstr "biblio et biblionumber" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/biblio_framework.tmpl:4 +msgid "biblio frameworks are used to catalogue your biblios." +msgstr "" +" Les frameworks bibliographiques sont utilisés pour cataloguer vos notices " +"bibliographiques." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:64 +msgid "biblioitems.itemtype defined" +msgstr "Biblioitems.itemtype défini" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:104 +msgid "biblionumber and biblioitemnumber mapped correctly" +msgstr "Biblionumber et biblioitemnumber correctement construits" + +#. INPUT type=checkbox name=checkbox +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl:23 +msgid "borrower" +msgstr "adhérent" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/borrowers_details.tmpl:11 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/borrowers_details.tmpl:23 +msgid "borrower categorie" +msgstr "Catégorie d'adhérent" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl:64 +msgid "borrowers will be deleted." +msgstr "adhérents seront supprimés." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl:261 +msgid "branch" +msgstr "Site" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl:134 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl:210 +msgid "by" +msgstr "par" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=author +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl:8 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/additem.tmpl:7 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_ACCEPTED.tmpl:3 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_AVAILABLE.tmpl:3 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_ORDERED.tmpl:3 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_REJECTED.tmpl:3 +#, c-format +msgid "by %s" +msgstr "par %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:187 +msgid "by you." +msgstr "par vous" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:136 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:138 +msgid "c- Collection" +msgstr "c- Collection" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:27 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:29 +msgid "c- Corrected or revised" +msgstr "c- Corrigé ou révisé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:59 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:61 +msgid "c- Notated music" +msgstr "c- musique annotée" + +#. IMG +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/histsearch.tmpl:27 +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/histsearch.tmpl:55 +msgid "calendar" +msgstr "Calendrier" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:172 +msgid "cancel notification" +msgstr "Annuler la notification" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl:8 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl:18 +msgid "cardnumber" +msgstr "Numéro de carte" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:270 +msgid "cartes marines" +msgstr "cartes marines" + +#. INPUT type=submit name=changedepartement +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:17 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:32 +msgid "change departement" +msgstr "Changer de département" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_stats.tmpl:111 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_stats.tmpl:135 +msgid "characters" +msgstr "Caractères" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/currenttransfers.tmpl:24 +msgid "check this transfer" +msgstr "Vérifier ce transfert" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:15 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:33 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:40 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:49 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:56 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:138 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:143 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:148 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:162 +msgid "checked" +msgstr "Vérifié" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:134 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:758 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:810 +msgid "checked=\"checked\"" +msgstr "Vérifié=\\\"vérifié\\\"" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:110 +msgid "choose" +msgstr "choisir" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/cities.tmpl:56 +msgid "city name" +msgstr "Nom de Commune" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl:130 +msgid "class" +msgstr "classe" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:95 +msgid "classification:" +msgstr "classification : " + +#. %1$s: TMPL_VAR name=closedate +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/booksellers.tmpl:49 +#, c-format +msgid "closed on %s View" +msgstr "fermé le %s Visualiser" + +#. INPUT type=reset name=reset +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:260 +msgid "clr" +msgstr "eff" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl:93 +#: ../../koha-tmpl/intranet-tmpl/prog/en/z3950/searchresult.tmpl:19 +msgid "coming from" +msgstr "venant de" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/cities.tmpl:77 +msgid "confirm deletion" +msgstr "Confirmer la suppression" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities.tmpl:34 +msgid "confirm it's not a duplicate (and click on" +msgstr "Confirmer que ce n'est pas un doublon (et cliquer sur" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:163 +msgid "considered lost" +msgstr "considéré comme perdu" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:379 +msgid "contact" +msgstr "Contact " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_finder.tmpl:26 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_finder.tmpl:38 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_finder.tmpl:50 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities-home.tmpl:40 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities-home.tmpl:58 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities-home.tmpl:77 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:25 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:37 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:49 +msgid "contains" +msgstr "contient" + +#. %1$s: TMPL_VAR name=copyrightdate +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/newordersuggestion.tmpl:39 +#, c-format +msgid "copy. year:%s" +msgstr "Année de copyright : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/itemtypes.tmpl:17 +msgid "count" +msgstr "nombre" + +#. %1$s: TMPL_VAR name=branchname +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/currenttransfers.tmpl:13 +#, c-format +msgid "current transfers from the library : %s" +msgstr "transferts actuels depuis le site : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:32 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:34 +msgid "d- Deleted" +msgstr "d- supprimé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:64 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:66 +msgid "d- Manuscript notated music" +msgstr "d- musique manuscrite" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:141 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:143 +msgid "d- Subunit" +msgstr "d- sous-partie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/categoryitem.tmpl:245 +msgid "data deleted" +msgstr "Donnée supprimée" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:420 +msgid "datedue:0000-00-00" +msgstr "Date de retour : 0000-00-00" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:19 +msgid "day" +msgstr "jour" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl:80 +msgid "debarred" +msgstr "Suspendu" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:11 +msgid "default MARC framework" +msgstr "Grille MARC par défaut" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/overduerules.tmpl:36 +msgid "default branch" +msgstr "Site par défaut" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:7 +msgid "default framework" +msgstr "Grille par défaut" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/issuingrules.tmpl:6 +msgid "default issuing rules" +msgstr "règles de prêt par défaut" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/overduerules.tmpl:6 +msgid "default overdue rules" +msgstr "des règles de retard par défaut" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:298 +msgid "del" +msgstr "sup" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/cities.tmpl:118 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/roadtype.tmpl:93 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:152 +msgid "delete" +msgstr "Supprimer" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:12 +msgid "departement selected" +msgstr "Département choisi" + +#. A +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:15 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:10 +msgid "detail of the subscription" +msgstr "Détail de l'abonnement" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:25 +#, fuzzy +msgid "detected." +msgstr "rejeté." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl:129 +msgid "dewey" +msgstr "Dewey" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl:105 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_stats.tmpl:87 +msgid "digits" +msgstr "caractères" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/charges.tmpl:10 +msgid "" +"directory. Ask your administrator to put this script in crontab (after " +"midnight) to have fines calculated every night" +msgstr "" +"Demandez à votre administrateur d'ajouter ce script dans le planificateur de " +"tâches (crontab), après minuit, pour que les amendes soient calculées chaque " +"nuit" + +#. A +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:154 +msgid "display detail for this librarian." +msgstr "afficher les détails pour ce bibliothécaire" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/about.tmpl:60 +msgid "doXulting (Matthieu Branlat) OPAC basket" +msgstr "doXulting (Matthieu Branlat) panier OPAC" + +#. %1$s: TMPL_VAR name=waitingat +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl:620 +#, c-format +msgid "document waiting at : %s" +msgstr "Exemplaire en attente à : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:21 +#, fuzzy +msgid "doesn't have enough privilege on database" +msgstr "L'utilisateur %s n'a pas assez de privilèges sur la base %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc:12 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/menus.inc:15 +msgid "e to:" +msgstr "é à" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:69 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:71 +msgid "e- Cartographic material" +msgstr "e- Document cartographique" + +# Recherche:  +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc:44 +msgid "earch: " +msgstr "Recherche" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/cities.tmpl:117 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/roadtype.tmpl:92 +msgid "edit" +msgstr "Modifier" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/issuingrules.tmpl:15 +msgid "eg 1,7,7" +msgstr "p.ex. 1,7,7" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/charges.tmpl:9 +msgid "eg 1,7,7 = $1 fine, after 7 days, every 7 days" +msgstr "p.ex. 1,7,7 signifie 1 € d'amende, après 7 jours, tous les 7 jours." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:23 +msgid "empty" +msgstr "vide" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/issuingrules.tmpl:10 +msgid "enables 5 issues for 21 days" +msgstr "autorise 5 prêts pour 21 jours" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:294 +msgid "encyclopedie" +msgstr "encyclopédie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:214 +msgid "enfant" +msgstr "enfant" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/issuingrules.tmpl:10 +msgid "eq 21,5" +msgstr "p.ex. 21,5" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc:20 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/menus.inc:23 +msgid "eturns" +msgstr "Retours" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:188 +msgid "everybody" +msgstr "tout le monde" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/issuingrules.tmpl:25 +msgid "everywhere" +msgstr "Partout" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:17 +msgid "exists." +msgstr "" + +#. %1$s: TMPL_VAR name=ExpectedAtLibrary +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:236 +#, c-format +msgid "expected at : %s" +msgstr "Attendu à : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:74 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:76 +msgid "f - Manuscript cartographic material" +msgstr "f- document cartographique manuscrit" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:274 +msgid "fac-similes" +msgstr "fac-similés" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:470 +msgid "fax" +msgstr "fax" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:217 +msgid "fiction ou vulg adulte" +msgstr "fiction ou vulg. adulte" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:240 +msgid "fiction, roman" +msgstr "fiction, roman" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/lateorders.tmpl:41 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl:45 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:115 +msgid "filter" +msgstr "Sélectionner" + +# +#. %1$s: TMPL_VAR name=member +#. %2$s: TMPL_VAR +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl:15 +#, c-format +msgid "filter on %s, %s members found" +msgstr "Sélection par %s, %s adhérents trouvés" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:77 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:157 +msgid "first overdue" +msgstr "première réclamation" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/borrowers_details.tmpl:38 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl:20 +msgid "firstname" +msgstr "prénom" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:73 +msgid "for" +msgstr "pour" + +#. %1$s: TMPL_VAR name=branch +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/itemtypes.tmpl:13 +#, c-format +msgid "for branch = %s" +msgstr "pour le site = %s" + +#. %1$s: TMPL_VAR name=borrower_category +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_by_borrower_category.tmpl:13 +#, c-format +msgid "for category = %s" +msgstr "pour la catégorie = %s" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/search.marc/search.tmpl:26 +msgid "" +"for performance reasons, the * is valid only if you enter a word more than 3 " +"letters long. for words of 3 letters or less, the * is" +msgstr "" +"Pour des raisons d'efficacité l'* est active uniquement si vous entrez un " +"mot d'au moins 3 lettres.pour les mots de 3 lettres ou moins, l'* est " +"ignorée" + +#. %1$s: TMPL_VAR name=subscriptionid +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:663 +#, c-format +msgid "for subscription #%s" +msgstr "pour l'abonnement n° %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl:79 +msgid "format." +msgstr "format." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:249 +msgid "formes variées ou autres formes litteraires" +msgstr "formes variées ou autres formes litteraires" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:110 +msgid "framework values" +msgstr "valeurs de \"framework\"" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:65 +msgid "friday" +msgstr "vendredi" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl:19 +msgid "from biblio number" +msgstr "à partir de la notice numéro" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl:51 +msgid "from itemcallnumber" +msgstr "à partir de la cote" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:207 +msgid "full level" +msgstr "niveau complet" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:79 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:81 +msgid "g - Projected medium" +msgstr "g- média projeté" + +#. A +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl:87 +msgid "go back" +msgstr "reculer" + +#. A +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:18 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:12 +msgid "go to " +msgstr "aller à " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl:80 +msgid "gone no adress" +msgstr "parti sans laisser d'adresse" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:136 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl:212 +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl:139 +msgid "group by" +msgstr "regroupé par" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc:30 +msgid "h: " +msgstr "h :  " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:19 +#, fuzzy +msgid "has all required privileges on database" +msgstr "L'utilisateur %s a tous les privilèges nécessaires sur la base %s OK" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/issuehistory.tmpl:98 +msgid "has never been issued." +msgstr "n'a jamais été emprunté." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:33 +msgid "hidden" +msgstr "caché" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:19 +msgid "" +"hidden : allows you to select from 19 possible visibility conditions, 17 of " +"which are implemented. They are the following:" +msgstr "" +"caché : vous permet de sélectionner parmi 19 conditions de visibilité " +"possibles, 17 d'entre elles sont implémentées.Ce sont les suivantes : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/auth_subfields_structure.tmpl:19 +msgid "" +"hidden : allows you to select possible visibility conditions. Each section " +"OPAC INTRANET or Editor can be set separately:" +msgstr "" +"caché : vous permet de choisir les conditions de visibilité possibles. " +"Chaque session OPAC, INTRANET ou Editeur peuvent être traités séparément : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marctagstructure.tmpl:19 +msgid "" +"hidden : means that the field is managed, but NOT shown in opac. It's " +"usually for internal fields" +msgstr "" +"caché : signifie que le champ est géré, mais PAS affiché à l'opac.C'est en " +"général pour les champs internes" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:104 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:103 +msgid "hidden," +msgstr "caché" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:84 +msgid "holdingbranch NOT mapped" +msgstr "Site de localisation (holdingbranch) non paramétré" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:92 +msgid "holdingbranch defined" +msgstr "Site de localisation(holdingbranch) déterminé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/menu-reports.inc:2 +msgid "home" +msgstr "Accueil" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:70 +msgid "homebranch NOT mapped" +msgstr "Site d'origine (homebranch) non paramétré" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:78 +msgid "homebranch defined" +msgstr "Site d'origine (homebranch) déterminé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:84 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:86 +msgid "i - Nonmusical sound recording" +msgstr "i- enregistrement non musical" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:275 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:277 +msgid "i- ISBD" +msgstr "i- ISBD" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:146 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:148 +msgid "i- Integrating resource" +msgstr "i- Ressource intégrée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/search.marc/search.tmpl:26 +msgid "ignored" +msgstr "ignoré" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:207 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:176 +msgid "image" +msgstr "Image" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl:114 +msgid "import" +msgstr "Importer" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:47 +msgid "in" +msgstr "en" + +#. %1$s: TMPL_VAR name=branch +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/reserve.tmpl:127 +#, c-format +msgid "in %s" +msgstr "à %s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=LibraryName +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl:14 +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl:26 +#, c-format +msgid "in %s Catalog." +msgstr "Dans le catalogue %s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=publicationyear +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/newordersuggestion.tmpl:43 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:59 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:116 +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:119 +#, c-format +msgid "in %s" +msgstr "en %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:218 +msgid "inconnu" +msgstr "inconnu" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:291 +msgid "index" +msgstr "index" + +#. %1$S: type=text name=insert +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/thesaurus_popup.tmpl:31 +#, c-format +msgid "insert a new authority : %S" +msgstr "Ajouter une nouvelle autorité : %S" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl:74 +msgid "into" +msgstr "en" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:106 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:104 +msgid "is an url," +msgstr "est une URL" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_finder.tmpl:28 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_finder.tmpl:40 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_finder.tmpl:52 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities-home.tmpl:42 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities-home.tmpl:60 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities-home.tmpl:79 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:27 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:39 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:51 +msgid "is exactly" +msgstr "est exactement" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl:128 +msgid "isbn" +msgstr "isbn" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/checkexpiration.tmpl:61 +msgid "issn" +msgstr "issn" + +#. %1$s: TMPL_VAR name=issn +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/checkexpiration.tmpl:53 +#, c-format +msgid "issn like %s" +msgstr "issn tel que %s" + +#. INPUT type=checkbox name=checkbox +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl:36 +msgid "issue" +msgstr "prêt" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl:66 +msgid "issue history will be anonymized." +msgstr "l'historique de prêt sera rendu anonyme." + +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +#, fuzzy +msgid "issues expected" +msgstr "Document(s) attendu(s)" + +#. %1$s: TMPL_VAR name=branch +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/issuingrules.tmpl:6 +#, c-format +msgid "issuing rules for %s" +msgstr "règles de prêt pour %s" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:6 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:7 +msgid "" +"it contains the name of the librarian that created the subscription, the " +"name of the supplier providing the subscription, the cost and the budget " +"affected. It also contains the title of the biblio managed by the " +"subscription." +msgstr "" +"Comporte le nom du bibliothécaire qui a créé l'abonnement, le nom du " +"fournisseur qui procure l'abonnement, le prix et le budget affecté.Comporte " +"aussi le titre de la notice concernée par l'abonnement" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:8 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:9 +msgid "it contains various information to calculate arrival dates." +msgstr "Contient des informations diverses pour calculer les dates d'arrivée" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:24 +msgid "" +"it's divided into blocks, that can contain a text before, X fields, each " +"having -or not- a string before, a string after, and a text after :" +msgstr "" +"c'est divisé en blocs, qui peuvent contenir un texte avant, X champs,ayant- " +"ou pas- une chaîne avant, une chaîne après, et un texte après : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:30 +msgid "item fields" +msgstr "Champs exemplaires" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl:132 +msgid "itemcallnumber" +msgstr "cote de l'exemplaire" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:17 +msgid "itemnum" +msgstr "N° " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:24 +msgid "itemnum : the field itemnumber is mapped to a field in tab -1" +msgstr "Itemnumber : le champ itemnumber est relié à un champ dans l'onglet -1" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl:126 +msgid "itemtype" +msgstr "type de document" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:56 +msgid "itemtype NOT mapped" +msgstr "Type de document non paramétré" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:89 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:91 +msgid "j - Musical sound recording" +msgstr "j- Enregistrement musical" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:215 +msgid "jeune adulte" +msgstr "jeune adulte" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:94 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:96 +msgid "k - Two-dimensional nonprojectable graphic" +msgstr "k- image non projetable 2D" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:34 +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:35 +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/auth.tmpl:37 +msgid "koha.xml" +msgstr "" + +#. %1$s: TMPL_VAR name=lastreneweddate +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/issuehistory.tmpl:73 +#, c-format +msgid "last on: %s" +msgstr "dernier prêt le : %s" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:103 +msgid "letter" +msgstr "lettre" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl:84 +msgid "lib" +msgstr "lib" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:48 +msgid "" +"link : If you enter a field/subfield here (200b), a little glass appears " +"after the subfield. If the user click on the glass, a search is done on the " +"DB for the field/subfield with the same value. Can be used for 2 main topic :" +msgstr "" +"lien : si vous entrez un champ/sous-champ ici (200b), une loupe de recherche " +"apparait après le sous-champ. Si l'utilisateur clique sur la loupe de " +"recherche, une recherche est faite dans la base. La recherche est faite sur " +"les champs/sous-champs que vous indiquez ici. Cela est utile dans deux cas" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marctagstructure.tmpl:24 +msgid "link : useless for instance" +msgstr "lien : sans objet actuellement" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:36 +#, fuzzy +msgid "localhost" +msgstr "Coût total" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:41 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl:40 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:38 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:38 +msgid "login/password already exist" +msgstr "Identifiant/mot de passe existant déjà" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl:80 +msgid "lost" +msgstr "carte perdue" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/search.marc/search.tmpl:21 +msgid "lower*" +msgstr "inf*" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:99 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:101 +msgid "m - Computer file" +msgstr "m- Fichier informatique" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:151 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:153 +msgid "m- Monograph/item" +msgstr "m- monographie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:90 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:92 +msgid "mail" +msgstr "email" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl:76 +msgid "marc" +msgstr "marc" + +# +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:118 +msgid "mc-collection:LH" +msgstr "mc-collection:LH" + +# +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:124 +msgid "mc-collection:REF" +msgstr "mc-collection:REF" + +# +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:114 +msgid "mc-rtype:i" +msgstr "mc-rtype:i" + +# +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:122 +msgid "mc-rtype:j" +msgstr "mc-rtype:j" + +# +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:123 +msgid "mc-rtype:o" +msgstr "mc-rtype:o" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:119 +msgid "mc:a" +msgstr "mc:a" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:117 +msgid "mc:c" +msgstr "mc:c" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:112 +msgid "mc:t" +msgstr "mc:t" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:113 +msgid "mc:v" +msgstr "mc:v" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/search.marc/search.tmpl:21 +msgid "means : find biblio that have a" +msgstr "signifie : trouver les notices qui ont un" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl:26 +msgid "" +"means the \"block\" 995 has <br>Items : BEFORE, then fields 995b, 995j " +"and 995k, repeated for each item (995 is an UNIMARC standard), then nothing " +"after the block." +msgstr "" +"Signifie que le \"bloc\"995 a
    Items : AVANT, les champs 995b, 995j, " +"995k, répétés pour chaque exemplaire, puis rien après le bloc." + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=object +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:163 +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:168 +#, c-format +msgid "member %s" +msgstr "adhérent %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/booksellers.tmpl:53 +msgid "modify" +msgstr "modifier" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:261 +msgid "module / Code" +msgstr "module / Code" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:53 +msgid "monday" +msgstr "lundi" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:31 +msgid "month" +msgstr "mois" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:97 +msgid "mt:" +msgstr "mt:" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:22 +msgid "must have USAGE, INSERT, UPDATE, DELETE, DROP and CREATE privileges on" +msgstr "" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:37 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:39 +msgid "n- New" +msgstr "n- Nouveau" + +#. INPUT type=image +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:129 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:131 +msgid "next" +msgstr "suivant" + +#. INPUT type=button name=etapesuiv3 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:490 +msgid "next step" +msgstr "Etape suivante" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:119 +msgid "no NULL value in frameworkcode" +msgstr "Pas de valeur NULL dans le \"frameworkcode\"" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:300 +msgid "norme" +msgstr "norme" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:54 +msgid "not" +msgstr "" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=barcodetype_opt +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl:158 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl:166 +#, c-format +msgid "not '%s' format." +msgstr "Pas de '%s' format" + +#. %1$S: type=text name=datelastseen +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/inventory.tmpl:20 +#, c-format +msgid "not seen since %S" +msgstr "pas vu depuis %S" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:104 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:106 +msgid "o - Kit" +msgstr "o- Kit" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:53 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:56 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:59 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:62 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:65 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:68 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:71 +msgid "on" +msgstr "le" + +#. %1$s: TMPL_VAR name=newdate +#. %2$s: TMPL_VAR name=title +#: ../../koha-tmpl/intranet-tmpl/prog/en/intranet-main.tmpl:15 +#, c-format +msgid "on %s, %s" +msgstr "le %s, %s" + +#. %1$s: TMPL_VAR name=date +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:8 +#, c-format +msgid "on %s" +msgstr "en %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:50 +msgid "" +"on a field like author (200f in UNIMARC), put 200f here, you will be able to " +"see all biblios with the same author" +msgstr "" +"Sur un champ comme l'auteur (200f), mettez 200f ici, et vous pourrez trouver " +"toutes les notices avec cet auteur" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:51 +msgid "" +"on a field that is a link (4xx) to reach another biblio. For example, put " +"011a in 464$x, will find the serial that was previously with this issn. With " +"the 4xx pligin, you get a powerful tool to manage biblios connected to " +"biblios" +msgstr "" +"Sur un champ de lien (4xx), pour \"sauter\" sur d'une notice à une autre. " +"Par exemple, mettez 011a dans le 464$x. Vous trouverez le périodique avec " +"cet ISSN. Avec le plugin 4xx, vous disposez d'un outil performant pour gérer " +"les liens entre notices." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl:37 +msgid "on catalogue" +msgstr "Sur le catalogue" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl:41 +msgid "on issues" +msgstr "Sur les prêts" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl:305 +msgid "once every" +msgstr "Toutes les" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:15 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:16 +msgid "" +"once every : the number before can be added on every issue or less often" +msgstr "" +" toutes les : le nombre avant peut être ajouter à chaque parution ou moins " +"souvent" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:10 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:11 +msgid "" +"one field in this bloc should be filled : the subscription length can be " +"calculated in weeks, months or number of issues to recieve" +msgstr "" +"Un champ de ce bloc doit être rempli : la durée de l'abonnement peut être " +"calculée en semaines, mois ou nombre de numéros à recevoir" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:187 +msgid "only" +msgstr "seulement" + +#. %1$s: TMPL_VAR name=volumeddesc +#. %2$s: TMPL_VAR name=itemtype +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:342 +#, c-format +msgid "only this type :%s %s" +msgstr "uniquement ce type : %s %s" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/statecollection.tmpl:19 +msgid "" +"opac note : the field that appears in the OPAC (with some other subscription " +"information like beginning date and end date. This field must be filled " +"manually. Nothing is put here automatically" +msgstr "" +"note à l'OPAC : le champ qui apparaît à l'OPAC (avec quelques autres " +"informations sur l'abonnement comme la date de début et de fin).Ce champ " +"doit être rempli manuellement.Rien n'est mis ici automatiquement" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/statecollection.tmpl:20 +msgid "" +"opac note : the field that appears in the librarian interface (with some " +"other subscription information like beginning date and end date. This field " +"must be filled manually. Nothing is put here automatically." +msgstr "" +"note à l'OPAC : ce champ apparaît dans l'interface bibliothécaire (avec " +"quelques autres informations sur l'abonnement comme la date de début et de " +"fin).Ce champ doit être rempli manuellement.Rien n'est mis automatiquement " +"ici." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc:55 +msgid "options >>  " +msgstr "options >>" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:53 +#, fuzzy +msgid "or" +msgstr "Pour : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:81 +msgid "or select a pending orders" +msgstr "ou, selectionner une commande en attente" + +#. A +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl:47 +msgid "order this one !" +msgstr "commander celui-ci !" + +#. %1$s: TMPL_VAR name=name +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcel.tmpl:10 +#, c-format +msgid "orders not yet recieved for %s" +msgstr "Commandes en attente pour %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:96 +msgid "organisation identity" +msgstr "Identité collectivité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/borrowers_details.tmpl:16 +msgid "organisation name" +msgstr "Nom de collectivité" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/tools-home.tmpl:35 +msgid "overdue rules" +msgstr "Règles de retard" + +#. %1$s: TMPL_VAR name=branch +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/overduerules.tmpl:6 +#, c-format +msgid "overdue rules for %s" +msgstr "règles de retard pour %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:42 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:44 +msgid "p- Increase in encoding level from prepublication" +msgstr "p- Increase in encoding level from prepublication" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:34 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:33 +msgid "planned for" +msgstr "Prévu le" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:271 +msgid "plans" +msgstr "plans" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/auth_subfields_structure.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:47 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marctagstructure.tmpl:23 +msgid "" +"plugin : means the value is calculated or managed by a plugin. Plugins can " +"do almost anything. For example, in UNIMARC there are plugins for every 1xx " +"fields that are coded fields. The plugin is a huge help for cataloger ! " +"There are also two plugins (unimarc_plugin_210c and unimarc_plugin_225a that " +"can \"magically\" find the editor from an ISBN, and the collection list for " +"the editor)" +msgstr "" +"module d'extension : signifie que la valeur est calculée ou gérée par un " +"module d'extension.Par exemple, dans UNIMARC il y a des modules d'extension " +"pour chaque champ 1xx, qui sont des champs codés.Le module d'extension est " +"une aide considérable pour le catalogueur!" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/popup-top.inc:5 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/popup-top.inc:5 +msgid "popup" +msgstr "fenêtre contextuelle" + +#. INPUT type=image +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:124 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:127 +msgid "previous" +msgstr "précédent" + +#. INPUT type=button name=etapeprec1 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl:489 +msgid "previous step" +msgstr "Etape précédente" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/itemslost.tmpl:24 +msgid "price" +msgstr "prix" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:187 +msgid "private" +msgstr "privé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:188 +msgid "public" +msgstr "publique" + +#. %1$s: TMPL_VAR name=publishercode +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/newordersuggestion.tmpl:42 +#, c-format +msgid "published by:%s" +msgstr "édité par : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl:53 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/result.tmpl:11 +msgid "publisher" +msgstr "éditeur" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:40 +msgid "quarter" +msgstr "trimestre" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:109 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:111 +msgid "r - Three-dimensional artifact or naturally occurring object" +msgstr "r- artefact 3D" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:298 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:300 +msgid "r- Related record required" +msgstr "r- notice lien requise" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:36 +#, fuzzy +msgid "rather than" +msgstr "Quand supérieur à" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:147 +msgid "records in various format. Choose one)" +msgstr "notices dans divers formats. En choisir un)" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:143 +msgid "rejected." +msgstr "rejeté." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:107 +msgid "remote image" +msgstr "retirer l'image" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/auth_subfields_structure.tmpl:12 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:12 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marctagstructure.tmpl:12 +msgid "" +"repeatable : wether it can be repeated or not. If it can be repeated, " +"separate the values by a | in the MARC editor when you want to have the " +"subfield twice" +msgstr "" +"répétable : peut être répété ou non.S'il est répétable, séparez les valeurs " +"par un | dans l'éditeur MARC quand vous voulez doubler le sous-champ" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/authtypes.tmpl:12 +msgid "repeatable fields are manages." +msgstr "les champs répétables sont gérés." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:204 +msgid "reserve this item" +msgstr "Réserver cet exemplaire" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:292 +msgid "resume" +msgstr "résumé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:156 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:158 +msgid "s- Serial" +msgstr "s- Périodique" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/issuingrules.tmpl:22 +msgid "same branch and same borrower category, itemtype *" +msgstr "Même site et même catégorie d'adhérent et type de document*" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/issuingrules.tmpl:23 +msgid "same branch and same itemtype, borrower category *" +msgstr "Même site, même type de document et catégorie d'adhérent *" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/issuingrules.tmpl:24 +msgid "same itemtype and borrower category, branch *" +msgstr "Même type de document, catégorie d'adhérent et site *" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:68 +msgid "saturday" +msgstr "samedi" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/parcels.tmpl:123 +msgid "save" +msgstr "valider" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/distributedto.tmpl:20 +msgid "saved" +msgstr "validé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:213 +msgid "scolaire" +msgstr "scolaire" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/charges.tmpl:10 +msgid "script, located in misc" +msgstr "script, situé dans misc" + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl:16 +msgid "search" +msgstr "Rechercher" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:80 +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl:160 +msgid "second overdue" +msgstr "seconde réclamation" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:114 +msgid "select * from marc_biblio where frameworkcode is NULL" +msgstr "select * from marc_biblio where frameworkcode is NULL" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:112 +msgid "select * from marc_subfield_structure where frameworkcode is NULL" +msgstr "select * from marc_subfield_structure where frameworkcode is NULL" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:113 +msgid "select * from marc_tag_structure where frameworkcode is NULL" +msgstr "select * from marc_tag_structure where frameworkcode is NULL" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:78 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:83 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:88 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:93 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:97 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:102 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:107 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:112 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:117 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:122 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl:127 +msgid "selected" +msgstr "sélectionné" + +#. A +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl:13 +msgid "serial Collection for " +msgstr "Titre de collection pour " + +#. INPUT type=submit +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl:45 +msgid "set a filter on ISSN / title" +msgstr "Sélection sur l'ISSN/titre" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:24 +msgid "set back to" +msgstr "Retourner à" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/reports/inventory.tmpl:23 +msgid "show" +msgstr "afficher" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities-home.tmpl:41 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities-home.tmpl:59 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/authorities-home.tmpl:78 +msgid "start by" +msgstr "commence par" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-renew.tmpl:10 +msgid "start date" +msgstr "date de début" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_finder.tmpl:27 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_finder.tmpl:39 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_finder.tmpl:51 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:26 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:38 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl:50 +msgid "starts by" +msgstr "commence par" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:297 +msgid "statistiques" +msgstr "statistiques" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl:296 +msgid "street number" +msgstr "Numéro dans la rue" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl:131 +msgid "subclass" +msgstr "sous-classe" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl:94 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:96 +msgid "subfield ignored" +msgstr "sous-champ ignoré" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:174 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:163 +msgid "subfields" +msgstr "sous-champs" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/viewalerts.tmpl:6 +msgid "subscription" +msgstr "abonnement" + +#. A +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl:99 +msgid "subscription detail" +msgstr "Détail de l'abonnement" + +#. %1$s: TMPL_VAR name=bibliotitle +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-renew.tmpl:4 +#, c-format +msgid "subscription renewal for %s" +msgstr "renouvellement d'abonnement pour %s" + +#. A +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:14 +msgid "subscription routing list" +msgstr "liste de circulation de l'abonnement" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:71 +msgid "sunday" +msgstr "dimanche" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/borrowers_details.tmpl:32 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl:19 +msgid "surname" +msgstr "nom de famille" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:114 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:116 +msgid "t - Manuscript language material" +msgstr "t- Manuscrit" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:100 +msgid "tag" +msgstr "Champ" + +#. For the first occurrence, +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:58 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marctagstructure.tmpl:62 +msgid "tag number missing" +msgstr "étiquette du champ absente" + +#. META http-equiv=Content-Type +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/blinddetail-biblio-search.tmpl:4 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/z3950_search.tmpl:6 +msgid "text/html; charset=" +msgstr "text/html; charset=" + +#. META http-equiv=Content-Type +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/labs_theses.tmpl:9 +#: ../../koha-tmpl/intranet-tmpl/prog/en/z3950/searchresult.tmpl:3 +msgid "text/html; charset=iso-8859-1" +msgstr "text/html; charset=iso-8859-1" + +#. META http-equiv=Content-Type +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/blinddetail-linker.tmpl:2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/blinddetail-biblio-search.tmpl:6 +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl:4 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/labs_theses.tmpl:6 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:6 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/z3950_search.tmpl:6 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-addbiblio.inc:2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-calendar.inc:2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc:2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc:2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/doc-head-close-calendar.inc:2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/doc-head-close.inc:2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember-print.tmpl:2 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember-receipt.tmpl:2 +msgid "text/html; charset=utf-8" +msgstr "text/html; charset=utf-8" + +#. META http-equiv=Content-Type +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc:6 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes/popup-top.inc:6 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/popup-top.inc:6 +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/serials-top.inc:7 +msgid "text/html; charset=utf8" +msgstr "text/html; charset=utf-8" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:57 +msgid "the biblioitems.itemtype field MUST :" +msgstr "Le champ biblioitems.itemtype DOIT" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:73 +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:87 +msgid "the correspounding subfield MUST have authorised value=branches" +msgstr "le sous-champ correspondant DOIT avoir une valeur autorisée =Sites" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:59 +msgid "the correspounding subfield MUST have authorised_value=itemtype" +msgstr "" +"le sous-champ correspondant DOIT avoir une valeur autorisée=type de document" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl:70 +msgid "" +"the frameworks defined for the MARC editor. Create frameworks, then define " +"the MARC structure (fields & subfields)" +msgstr "" +"Définit des grilles pour l'éditeur MARC.Créer des grilles, puis définissez " +"la structure MARC (Champs & Sous-champs)." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:85 +msgid "the items.holdingbranch field MUST :" +msgstr "Le champ items.holdingbranch DOIT : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:71 +msgid "the items.homebranch field MUST :" +msgstr "le champ items.homebranch DOIT : " + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/statecollection.tmpl:13 +msgid "" +"the left part contains 6 differents informations, that are automatically " +"calculated for some of them, but that you can change" +msgstr "" +"Il y a 6 informations différentes dans la partie gauche, qui sont calculées " +"automatiquement pour la plupart, mais vous pouvez les changer" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/maint/catmaintain.tmpl:15 +msgid "the records this subject is applied to." +msgstr "Les notices dans lesquelles ce sujet est utilisé." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/checkmarc.tmpl:111 +msgid "there is a null value in a frameworkcode. Check the following tables" +msgstr "" +"Il y a une valeur NULL dans frameworkcode. Vérifier les tables suivantes" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl:46 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/marctagstructure.tmpl:22 +msgid "" +"thesaurus : means that the value is not free, but can be searched in " +"authority/thesaurus of the selected category" +msgstr "" +"Liste d'autorité : signifie que la valeur n'est libre, mais doit être " +"choisie dans la liste d'autorité de la catégorie choisie" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/auth_subfields_structure.tmpl:23 +msgid "thesaurus : shows the authority type" +msgstr "Thesaurus : montre le type d'autorité" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/authtypes.tmpl:11 +msgid "things outside [] are kept as is (including HTML)" +msgstr "Les éléments en dehors des []sont pris tels que (y compris HTML)" + +#. %1$s: TMPL_VAR name=TransferWaitingAt +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl:36 +#, c-format +msgid "this document must be transfered to : %s" +msgstr "Ce document doit être transféré à : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:62 +msgid "thursday" +msgstr "jeudi" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:24 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:23 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:24 +msgid "times. When more than" +msgstr "fois.Quand supérieur à" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl:127 +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/borrowers_details.tmpl:27 +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/checkexpiration.tmpl:64 +msgid "title" +msgstr "titre" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/search.marc/search.tmpl:21 +msgid "title containing a word starting by lower" +msgstr "titre contenant un mot commençant par inf" + +#. %1$S: type=text name=title +#. %2$S: type=text name=author +#. %3$S: type=text name=publishercode +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/newordersuggestion.tmpl:20 +#, c-format +msgid "title: %S author: %S publisher: %S" +msgstr "titre : %S auteur : %S éditeur : %S" + +#. %1$S: type=text name=to +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl:50 +#, c-format +msgid "to %S" +msgstr "à %S" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl:9 +msgid "to a Virtual Shelf" +msgstr "à une étagère virtuelle" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl:21 +msgid "to biblio number :" +msgstr "à la notice N° : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl:111 +msgid "to expand." +msgstr "" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl:53 +msgid "to itemcallnumber :" +msgstr "à la cote : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/stats.tmpl:9 +msgid "today" +msgstr "aujourd'hui" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl:386 +msgid "tout support" +msgstr "Tout support" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:56 +msgid "tuesday" +msgstr "mardi" + +#. INPUT type=text name=ISSN_filter +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl:36 +msgid "type ISSN here to filter subscription" +msgstr "Saisir un ISSN pour sélectionner les abonnements" + +#. INPUT type=text name=title_filter +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl:39 +msgid "type a title -complete or partial- to filter subscription" +msgstr "Saisir un titre (complet ou partiel) pour sélectionner les abonnements" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:247 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:249 +msgid "u - Unknown" +msgstr "u- Inconnu" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:280 +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:282 +msgid "u- Unknown" +msgstr "u- Inconnu" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/includes_npl/menus.inc:52 +msgid "uick Search:" +msgstr "Recherche rapide : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:709 +msgid "un-activated" +msgstr "pas activé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl:21 +#, fuzzy +msgid "user" +msgstr "Les moins" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/auth_tag_structure.tmpl:163 +msgid "value" +msgstr "valeur" + +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:62 +msgid "value missing" +msgstr "valeur manquante" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/itemtypes.tmpl:136 +msgid "" +"value=\"1\"> (if checked, no item of this type can be issued. If not " +"checked, every item of this type can be issued unless notforloan is set for " +"a specific item)" +msgstr "" +"valeur=\"1\"(Coché aucun document de ce type ne pourra être prêté.Décoché, " +"tous les documents de ce type pourront être prêtés sauf si l'option exclu du " +"prêt est choisie pour un exemplaire précis.)" + +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl:62 +msgid "variable missing" +msgstr "variable manquante" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl:341 +msgid "view reserves" +msgstr "voir les réservations" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:188 +msgid "virtual shelf can be seen by" +msgstr "étagère virtuelle peut être vue par" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl:187 +msgid "virtual shelf is managed by you and can be seen" +msgstr "" +"une étagère privée est gérée par vous et peut être vue uniquement par vous- " +"même." + +#. %1$s: TMPL_VAR name=volume +#. %2$s: TMPL_VAR name=volumedate +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:63 +#, c-format +msgid "vol. %s %s" +msgstr "vol. %s %s" + +#. %1$s: TMPL_VAR name=volumedesc +#: ../../koha-tmpl/intranet-tmpl/prog/en/acqui/newordersuggestion.tmpl:40 +#, c-format +msgid "volume:%s" +msgstr "volume : %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl:18 +msgid "waited or late numbers" +msgstr "Numéros attendus ou en retard" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl:162 +msgid "we don't have any physical item for this document" +msgstr "Nous n'avons pas d'exemplaire de ce document" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:59 +msgid "wednesday" +msgstr "mercredi" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:22 +msgid "week" +msgstr "semaine" + +#. %1$s: TMPL_VAR name=date +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/checkexpiration.tmpl:55 +#, c-format +msgid "will expirate bebore %s" +msgstr "vont expirer avant %s" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl:26 +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl:25 +msgid "will result in the following issues numbers :" +msgstr "donnera les numéros de parution suivants : " + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/checkexpiration.tmpl:31 +msgid "with expiration date before" +msgstr "Date d'expiration avant le" + +# +#: ../../koha-tmpl/intranet-tmpl/prog/en/help/admin/authtypes.tmpl:6 +msgid "" +"with the MARC structure button, you can define the MARC structure of a given " +"authority type" +msgstr "" +"avec le bouton MARC, vous pouvez déterminer la structure MARC d'un type " +"d'autorité donné" + +#. %1$s: TMPL_VAR name=title +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/checkexpiration.tmpl:49 +#, c-format +msgid "with title like %s" +msgstr "avec comme titre %s" + +#. INPUT type=text name=other-reason +#: ../../koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl:51 +msgid "write your reason here..." +msgstr "écrivez votre raison ici..." + +#: ../../koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl:77 +msgid "xml" +msgstr "xml" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/serial-issues.tmpl:46 +msgid "year" +msgstr "année" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/circ/stats.tmpl:8 +msgid "yesterday" +msgstr "hier" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:252 +msgid "z- Not applicable" +msgstr "z- non applicable" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/value_builder/marc21_leader.tmpl:254 +msgid "z- Not applicableFull level" +msgstr "z- non applicable, niveau complet" + +#. INPUT type=button +#: ../../koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl:16 +msgid "z39.50 Search" +msgstr "Recherche Z39.50" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:4 +msgid "z39.50 Server Added" +msgstr "Serveur Z39.50 ajouté" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:5 +msgid "z39.50 Server Deleted" +msgstr "Serveur Z39.50 supprimé" + +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/z3950servers.tmpl:1 +msgid "z39.50 Servers" +msgstr "Serveurs Z39.50" + +#. SCRIPT +#: ../../koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl:645 +msgid "{Y} {X}" +msgstr "" + +#. %1$s: TMPL_VAR name=authorised_value +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:105 +#, c-format +msgid "| Auth value:%s," +msgstr "| Valeur autorisée : %s," + +#. %1$s: TMPL_VAR name=authtypecode +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:106 +#, c-format +msgid "| Authority:%s," +msgstr "| Autorité : %s," + +#. %1$s: TMPL_VAR name=kohafield +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:99 +#, c-format +msgid "| Koha field: %s," +msgstr "| Champ Koha : %s," + +#. %1$s: TMPL_VAR name=link +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:108 +#, c-format +msgid "| Link:%s," +msgstr "| Lien : %s," + +#. %1$s: TMPL_VAR name=value_builder +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:107 +#, c-format +msgid "| Plugin:%s," +msgstr "| Plugin : %s," + +#. %1$s: TMPL_VAR name=seealso +#: ../../koha-tmpl/intranet-tmpl/prog/en/admin/marc_subfields_structure.tmpl:102 +#, c-format +msgid "| See Also: %s," +msgstr "| Voir aussi : %s," + +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/auth_linker.tmpl:1 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/blinddetail-linker.tmpl:1 +#: ../../koha-tmpl/intranet-tmpl/prog/en/authorities/linkresultlist-auth.tmpl:1 +msgid "" +msgstr "" + +#~ msgid "updateSkip to datasets Import" +#~ msgstr "Mise à jourPasser à l'import de données" + +#~ msgid "Ajouter un type de voie" +#~ msgstr "Ajouter un type de voie" + +#~ msgid "Ask for or create Database in mysql database management system" +#~ msgstr "Demandez ou crééz une base de données dans MySQL" + +#~ msgid "Authorized" +#~ msgstr "Autorisé" + +# +#~ msgid "Book Seller" +#~ msgstr "Fournisseur" + +#~ msgid "Can Connect OK" +#~ msgstr "Connexion OK" + +#~ msgid "Cardnumber:" +#~ msgstr "Numéro de carte : " + +#~ msgid "Check data entered in koha.xml" +#~ msgstr "Vérification des valeurs de koha.xml" + +#~ msgid "Circulation: Transfers To do" +#~ msgstr "Circulation : transferts à effectuer" + +#~ msgid "" +#~ "Click on Finish to close the process, change access lists so that these " +#~ "operations are unreachable, and get to Koha Interface." +#~ msgstr "" +#~ "Cliquer sur Terminer pour terminer le processus, changer les droits " +#~ "d'accès à l'installeur pour que celui-ci soit inaccessible, et accéder à " +#~ "Koha." + +#~ msgid "Database structure OK" +#~ msgstr "Structure BDD OK" + +#~ msgid "Guarantor contact" +#~ msgstr "Coordonnées" + +#~ msgid "Import the database structure ?" +#~ msgstr "Importer la structure de la base de données ?" + +#~ msgid "Koha : Borrowers statistics" +#~ msgstr "Statistiques sur les adhérents" + +#~ msgid "Koha : Borrowers with No Issues" +#~ msgstr "Koha : adhérent(s) n'ayant pas de prêt" + +#~ msgid "Koha : Borrowers with no Issues" +#~ msgstr "Koha : adhérent(s) n'ayant pas de prêt" + +#~ msgid "Koha : Issues by borrower category" +#~ msgstr "Koha : emprunts par catégorie d'adhérent" + +#~ msgid "Koha Installer" +#~ msgstr "Installeur Koha" + +#~ msgid "Log In to Koha" +#~ msgstr "Connectez-vous à Koha" + +#~ msgid "Modifier un type de voie" +#~ msgstr "Modifier un type de voie" + +#~ msgid "Mysql connection information" +#~ msgstr "Information connexion MySQL" + +#~ msgid "No database %s detected on system" +#~ msgstr "La base %s n'a pas été trouvée sur votre système" + +#~ msgid "Pick up your language :" +#~ msgstr "Sélectionner votre langue :" + +#~ msgid "Problem can come out from various reasons :" +#~ msgstr "Des problèmes peuvent apparaitre pour plusieurs raisons :" + +#~ msgid "Receive" +#~ msgstr "Réception" + +#~ msgid "Select Dataset" +#~ msgstr "Sélectionner les jeux de données" + +#~ msgid "Select Language first :" +#~ msgstr "Sélectionner la langue : " + +#~ msgid "" +#~ "Some Linux mysql servers donot use localhost but ip adress :127.0.0.1" +#~ msgstr "" +#~ "Certains serveurs sous linux n'utilisent pas \"localhost\", mais l'adress " +#~ "ip 127.0.0.1" + +#~ msgid "" +#~ "see this page and ask for usage insert update delete drop and " +#~ "create access for user %s on %s" +#~ msgstr "" +#~ "Aller à cette page et demandez les droits insert update delete " +#~ "drop et create pour l'utilisateur %s sur %s" + +#~ msgid "summary" +#~ msgstr "Récapitulatif" + +#~ msgid "text/html; charset=UTF-8" +#~ msgstr "text/html; charset=utf-8" diff --git a/misc/translator/po/prog_opac_fr.po b/misc/translator/po/prog_opac_fr.po new file mode 100644 index 0000000000..75c878821b --- /dev/null +++ b/misc/translator/po/prog_opac_fr.po @@ -0,0 +1,3964 @@ +# translation of prog_opac_fr_10.po to fr_FR +# POULAIN , 2006, 2007. +# translation of prog_opac_fr_6.po to +# translation of prog_opac_fr_5.po~.po to +# translation of prog_opac_fr_5.po to +# translation of prog_opac_fr_4.po to +# Penbwrdd yn Gymraeg. +# Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc. +msgid "" +msgstr "" +"Project-Id-Version: prog_opac_fr_10\n" +"POT-Creation-Date: 2007-01-26 14:52+0100\n" +"PO-Revision-Date: 2007-01-26 14:59+0100\n" +"Last-Translator: POULAIN \n" +"Language-Team: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"\n" + +#. SCRIPT +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc:37 +msgid " item(s) added to your book bag" +msgstr "Document(s) ajouté(s) à votre panier" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-account.tmpl:27 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-account.tmpl:37 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-account.tmpl:38 +#, c-format +msgid "$%s" +msgstr "%s €" + +#. %1$s: TMPL_VAR name=firstname +#. %2$s: TMPL_VAR name=surname +#. %3$s: TMPL_VAR name=cardnumber +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:70 +#, c-format +msgid "%s %s (%s)" +msgstr "%s %s (%s)" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=LibraryNameTitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl:2 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authoritiessearchresultlist.tmpl:1 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authorities-home.tmpl:1 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:1 +#, c-format +msgid "%s -- Library Catalog" +msgstr "%s -- Catalogue de la bibliothèque" + +#. %1$s: TMPL_VAR name=subtitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:53 +#, c-format +msgid "%s ;" +msgstr "%s ;" + +#. %1$s: TMPL_VAR name=description +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-browser.tmpl:10 +#, c-format +msgid "%s Top level" +msgstr "%s Niveau principal" + +#. %1$s: TMPL_VAR name=CGIitemtype +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-recacquisitions.tmpl:18 +#, c-format +msgid "%s Acquired by" +msgstr "%s Acquis par" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=LibraryNameTitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:1 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:1 +#, c-format +msgid "%s Catalog --" +msgstr "Catalogue %s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=LibraryNameTitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-account.tmpl:1 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-passwd.tmpl:1 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-readingrecord.tmpl:1 +#, c-format +msgid "%s Catalog -- Account for" +msgstr "%s Catalogue -- Compte de" + +#. %1$s: TMPL_VAR name=LibraryNameTitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:2 +#, c-format +msgid "%s Catalog -- Add to My Book List" +msgstr "Catalogue %s --Ajouter à mon étagère" + +#. %1$s: TMPL_VAR name=LibraryNameTitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:2 +#, c-format +msgid "%s Catalog -- Advanced Search" +msgstr "%s Catalogue -- Recherche avancée" + +#. %1$s: TMPL_VAR name=LibraryNameTitle +#: ../../koha-tmpl/opac-tmpl/prog/en/kohaerror.tmpl:1 +#, c-format +msgid "%s Catalog -- An Error Has Occurred" +msgstr "%s Catalogue -- Une erreur s'est produite" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=LibraryNameTitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:1 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:1 +#, c-format +msgid "%s Catalog -- Details for:" +msgstr "Catalogue %s -- Détails de :" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=LibraryNameTitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:1 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-tags_subject.tmpl:1 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-browser.tmpl:1 +#, c-format +msgid "%s Catalog -- ISBD" +msgstr "Catalogue %s -- ISBD" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=LibraryName +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-showreviews.tmpl:1 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:2 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-review.tmpl:1 +#, c-format +msgid "%s Catalog -- Library Home for" +msgstr "Catalogue %s -- Accueil bibliothèque de" + +#. %1$s: TMPL_VAR name=LibraryNameTitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-auth.tmpl:1 +#, c-format +msgid "%s Catalog -- Log in to Your Account" +msgstr "Catalogue %s -- Accédez à votre compte" + +#. %1$s: TMPL_VAR name=LibraryNameTitle +#. %2$s: TMPL_VAR name=biblionumber +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-MARCdetail.tmpl:1 +#, c-format +msgid "%s Catalog -- MARC Details for Record No. %s" +msgstr "Catalogue %s -- MARC Détails de la notice N°. %s" + +#. %1$s: TMPL_VAR name=LibraryNameTitle +#. %2$s: TMPL_VAR name=firstname +#. %3$s: TMPL_VAR name=surname +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:1 +#, c-format +msgid "%s Catalog -- Personal Details for %s %s" +msgstr "Catalogue %s -- Informations personnelles de %s %s" + +#. %1$s: TMPL_VAR name=LibraryNameTitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-recacquisitions.tmpl:1 +#, c-format +msgid "%s Catalog -- Recent Acquisitions" +msgstr "%s Catalogue -- Acquisitions récentes" + +#. %1$s: TMPL_VAR name=LibraryNameTitle +#. %2$s: TMPL_VAR name=title +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:1 +#, c-format +msgid "%s Catalog -- Reserving %s for" +msgstr "%s Catalogue -- Réservation(s) %s de" + +#. %1$s: TMPL_VAR name=LibraryNameTitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasketform.tmpl:1 +#, c-format +msgid "%s Catalog -- Sending Your Book Bag" +msgstr "%s Catalogue -- Envoi de votre panier" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=LibraryNameTitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-full-serial-issues.tmpl:1 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:1 +#, c-format +msgid "%s Catalog -- Serials" +msgstr "%s Catalogue -- Périodiques" + +#. %1$s: TMPL_VAR name=LibraryNameTitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userupdate.tmpl:1 +#, c-format +msgid "%s Catalog -- Updating Details for" +msgstr "%s Catalogue -- Mettre à jour les informations de" + +#. %1$s: TMPL_VAR name=LibraryNameTitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:2 +#, c-format +msgid "%s Catalog -- Your Book Bag" +msgstr "%s Catalogue -- Votre panier" + +#. %1$s: TMPL_VAR name=used +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authoritiessearchresultlist.tmpl:52 +#, c-format +msgid "%s biblios" +msgstr "%s documents" + +#. %1$s: TMPL_VAR name=numberlength +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:74 +#, c-format +msgid "%s issues" +msgstr "%s numéros" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=shelfbookcount +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:153 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:200 +#, c-format +msgid "%s item(s)" +msgstr "%s document(s)" + +#. %1$s: TMPL_VAR name=count +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:155 +#, c-format +msgid "%s items" +msgstr "%s exemplaire(s)" + +#. %1$s: TMPL_VAR name=monthlength +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:76 +#, c-format +msgid "%s months" +msgstr "%s mois" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=used +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:54 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:92 +#, c-format +msgid "%s record(s)" +msgstr "%s notice(s)" + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:28 +#, c-format +msgid "%s results found." +msgstr "%s résultat(s)" + +#. %1$s: TMPL_VAR name=weeklength +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:75 +#, c-format +msgid "%s weeks" +msgstr "%s semaines" + +#. %1$s: TMPL_VAR name=author +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:72 +#, c-format +msgid "%s," +msgstr "%s," + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=address +#. %2$s: TMPL_VAR name=city +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:22 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:24 +#, c-format +msgid "%s, %s" +msgstr "%s, %s" + +#. %1$s: TMPL_VAR name=description +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:130 +#, c-format +msgid "%s;" +msgstr "%s;" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authoritiessearchresultlist.tmpl:22 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authoritiessearchresultlist.tmpl:73 +msgid ">>" +msgstr ">>" + +#. %1$s: TMPL_VAR name=searchdesc +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:33 +#, c-format +msgid "“%s”" +msgstr "“%s”" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authoritiessearchresultlist.tmpl:11 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authoritiessearchresultlist.tmpl:65 +msgid "<<" +msgstr "<<" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:278 +msgid "<< Previous" +msgstr "<<Précédent" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:20 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:104 +msgid "<<Previous" +msgstr "<<Précédent" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:56 +msgid "     Author Phrase" +msgstr "    Expression auteur" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:74 +msgid "     Call Number" +msgstr "    Cote" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:58 +msgid "     Conference Name" +msgstr "    Nom de congrès" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:60 +msgid "     Conference Name Phrase" +msgstr "    Expression Nom de congrès" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:57 +msgid "     Corporate Name" +msgstr "    Nom de société" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:59 +msgid "     Corporate Name Phrase" +msgstr "    Expression Nom de société" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:72 +msgid "     ISBN" +msgstr "    ISBN" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:73 +msgid "     ISSN" +msgstr "    ISSN" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:61 +msgid "     Personal Name" +msgstr "     Nom de personne" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:62 +msgid "     Personal Name Phrase" +msgstr "    Expression Nom de personne" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:83 +msgid "     Series Title" +msgstr "    Titre de collection" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:78 +msgid "     Subject Phrase" +msgstr "    Expression Sujet" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:82 +msgid "     Title Phrase" +msgstr "    Expression Titre" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authoritiessearchresultlist.tmpl:29 +msgid " No results found." +msgstr " Pas de résultats" + +#. %1$s: TMPL_VAR name=number +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-browser.tmpl:28 +#, c-format +msgid "(%s biblios)" +msgstr "(%s documents)" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=itemcallnumber +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:166 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:46 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-full-serial-issues.tmpl:51 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:69 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:237 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:238 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:44 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:81 +#, c-format +msgid "(%s)" +msgstr "(%s)" + +#. %1$s: TMPL_VAR name=classification +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:240 +#, c-format +msgid "( %s )" +msgstr "( %s )" + +#. %1$s: TMPL_VAR name=title +#. %2$s: TMPL_VAR name=firstname +#. %3$s: TMPL_VAR name=surname +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:17 +#, c-format +msgid "(Click here if you're not %s %s %s)" +msgstr "(Cliquer ici si vous n'êtes pas %s %s %s)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl:31 +#, c-format +msgid "(more search options)" +msgstr "(Recherche avancée)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-readingrecord.tmpl:28 +msgid "(Checked out)" +msgstr "(En prêt)" + +#. %1$s: TMPL_VAR name=subscriptionsnumber +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:200 +#, c-format +msgid "(We have %s subscriptions associated with this title)." +msgstr "(Nous avons %s abonnement(s) associé(s) à ce titre)." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authorities-home.tmpl:57 +msgid "" +"(add % at the end of your word if you want to use right-truncation : theor" +"% will find theory & theories)" +msgstr "" +"(Ajouter % à la fin du mot si vous souhaitez utiliser une troncature " +"droite : théor% renverra à théorie & théorique)" + +#. %1$s: TMPL_VAR name=timestamp +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:228 +#, c-format +msgid "(modified on %s)" +msgstr "(modifié le %s)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:64 +msgid "(no time limit)" +msgstr "(sans limite de temps)" + +#. %1$s: TMPL_VAR name=newdate +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl:18 +#, c-format +msgid "(published on %s)" +msgstr "(Publié le %s)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:189 +msgid ", but managed only by you." +msgstr ", mais gérée uniquement par vous." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:10 +#, c-format +msgid "" +", you cannot place reserves because the library doesn't have up-to-date " +"contact information on file." +msgstr "" +", vous ne pouvez pas faire de réservations, parce que vos coordonnées ne sont pas à jour." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:25 +msgid ", you cannot place reserves because your account has been frozen." +msgstr "" +", vous ne pouvez pas faire de réservations parce que votre compte a été " +"bloqué." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:17 +msgid "" +", you cannot place reserves because your library card has been marked as " +"lost or stolen." +msgstr "" +", vous ne pouvez pas faire de réservations parce que votre carte de " +"bibliothèque a été signalée comme perdue ou volée." + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=marcnote +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:118 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:204 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:206 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:120 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:222 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:223 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:225 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:74 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:80 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:81 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:83 +#, c-format +msgid "- %s" +msgstr "- %s" + +#. %1$s: TMPL_VAR name=copyrightdate +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:73 +#, c-format +msgid "- %s," +msgstr "- %s," + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:73 +msgid "-- Please choose your branch --" +msgstr "-- Prière de sélectionner votre site --" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:94 +msgid "...Or Choose Acceptable Formats" +msgstr "...ou sélectionnez les types de documents souhaités" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:31 +msgid "...or..." +msgstr "... ou ..." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:46 +msgid "12 months" +msgstr "12 mois" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:31 +msgid "2 months" +msgstr "2 mois" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:40 +msgid "2 quarters" +msgstr "2 trimestres" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:22 +msgid "2 weeks" +msgstr "2 semaines" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:46 +msgid "2 years" +msgstr "2 ans" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:34 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:44 +msgid "3 months" +msgstr "3 mois" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:25 +msgid "3 weeks" +msgstr "3 semaines" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:45 +msgid "6 months" +msgstr "6 mois" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=subtitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:6 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:226 +#, c-format +msgid ": %s" +msgstr ": %s" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=place +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:224 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:227 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:82 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:84 +#, c-format +msgid "; %s" +msgstr "; %s" + +#. %1$s: TMPL_VAR name=author +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:7 +#, c-format +msgid "; By %s" +msgstr "; Par %s" + +#. %1$s: TMPL_VAR name=facet_label_value +#. %2$s: TMPL_VAR name=facet_count +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:142 +#, c-format +msgid " %s (%s)" +msgstr " %s (%s)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:16 +#, c-format +msgid " MARC View ISBD Print " +msgstr " Vue MARC ISBD Imprimer " + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:15 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-MARCdetail.tmpl:15 +#, c-format +msgid " Normal View ISBD Print " +msgstr "Vue normale ISBDImprimer" + +#. %1$s: TMPL_VAR name=facet_label_value +#. %2$s: TMPL_VAR name=facet_count +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc:9 +#, c-format +msgid "%s (%s)" +msgstr "%s (%s)" + +#. %1$s: TMPL_VAR name=subject +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:34 +#, c-format +msgid "%s," +msgstr "%s," + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl:35 +#, c-format +msgid "Browse the Catalogue, through a hierarchy of subjects" +msgstr "Feuilleter le catalogue, grâce à une hiérarchie de sujets" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:77 +#, c-format +msgid "Click here for more information on subscription(s) history" +msgstr "" +"Cliquer ici pour plus d'information sur l'historique de(s) " +"l'abonnement(s)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/opac-basket-bottom.inc:9 +#, c-format +msgid "Log In to Koha" +msgstr "S'identifier dans Koha" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:274 +#, c-format +msgid "Log in to your account to write a review here." +msgstr " Connecter vous à votre compte pour écrire votre commentaire ici." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:7 +#, c-format +msgid "Normal View Full History" +msgstr "Vue normale Historique complet" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:21 +#, c-format +msgid "Send Print Empty and Close Hide Window" +msgstr "" +"Envoyer Imprimer" +"Vider et fermer Fermer la fenêtre" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc:2 +#, c-format +msgid "" +"my summary my fines my personal details change " +"my password" +msgstr "" +"mon compte mes amendes mes renseignements personnels " +"changer mon mot de passe" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:29 +#, c-format +msgid "Selected items : Remove " +msgstr "Documents sélectionnés : Retirer " + +#. A +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead-basic.inc:5 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead_adv.inc:3 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:19 +msgid "A "shopping cart" for your selections" +msgstr "Un \"panier\" pour vos sélections" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:170 +msgid "Abstracts/summaries" +msgstr "Résumés/sommaires" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:79 +msgid "Accepted by the library" +msgstr "Accepté par la bibliothèque" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:28 +#, c-format +msgid "" +"According to our records, we don't have up-to-date contact information on file. Please contact your librarian, or use the online update " +"form to submit current information (Please note: there may be a " +"delay in restoring your account if you submit online)" +msgstr "" +" D'après nos fichiersvos coordonnées ne sont plus à jour. Merci de " +"nous contacter ou d'utiliser la mise à jour en ligne pour nous " +"transmettre vos nouvelles coordonnées (Notez qu'il y aura un délai " +"pour réactiver votre compte si vous le faîtes par la mise à jour en ligne)" + +#. %1$s: TMPL_VAR name=firstname +#. %2$s: TMPL_VAR name=surname +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-account.tmpl:9 +#, c-format +msgid "Account for %s %s" +msgstr "Relevé de compte de %s %s" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:112 +msgid "Add" +msgstr "Ajouter" + +#. %1$s: TMPL_VAR name=title +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:14 +#, c-format +msgid "Add %s" +msgstr "Ajouter %s" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:141 +msgid "Add New Shelf" +msgstr "Créer une étagère" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:103 +msgid "Add an Item to this Shelf by Barcode" +msgstr "Ajouter un document à cette étagère par Code à barres" + +#. A +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:89 +msgid "Add another field" +msgstr "Ajouter un autre champ" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:203 +msgid "Add or Remove Book Shelves" +msgstr "Créer ou Supprimer une (des) étagère(s)" + +#. %1$s: TMPL_VAR name=total +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:7 +#, c-format +msgid "Add these %s biblios to a shelf" +msgstr "Ajouter ces %s documents à l'étagère" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:30 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-MARCdetail.tmpl:30 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:31 +msgid "Add to My Book Bag" +msgstr "Ajouter à mon panier" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:26 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-MARCdetail.tmpl:26 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:27 +msgid "Add to My Book List" +msgstr "Ajouter à mon étagère virtuelle" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:33 +msgid "Add to a New Bookshelf:" +msgstr "Ajouter à une nouvelle étagère :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:34 +msgid "Add to a shelf" +msgstr "Ajouter à une étagère" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:90 +msgid "Add to bookbag" +msgstr "Ajouter à mon panier" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:25 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:28 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:46 +msgid "Add to virtual shelf" +msgstr "Ajouter à l'étagère" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:285 +msgid "Add your own review" +msgstr "Ajoutez votre commentaire" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:66 +msgid "Additional Author:" +msgstr "Autres auteurs:" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:169 +msgid "Additional Content Types" +msgstr "Autres types de contenus" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:141 +msgid "Adult" +msgstr "Adulte" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:5 +msgid "Advanced Search" +msgstr "Recherche avancée" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:409 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:26 +msgid "All branches" +msgstr "Tous sites" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:36 +msgid "All item types" +msgstr "Tous types de documents" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:129 +msgid "Alt title:" +msgstr "Autre titre:" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:60 +msgid "Alternate Contact Details" +msgstr "Coordonnées d'un autre contact" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:63 +msgid "Alternate Contact:" +msgstr "Autre contact :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:281 +msgid "Amazon Reader Reviews:" +msgstr "Les commentaires des lecteurs d'Amazon :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:39 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:50 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:59 +msgid "Amount" +msgstr "Montant" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-account.tmpl:20 +msgid "Amount Outstanding" +msgstr "Montant exeptionnel" + +#: ../../koha-tmpl/opac-tmpl/prog/en/kohaerror.tmpl:8 +msgid "An Error has Occurred" +msgstr "Une erreur s'est produite" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:343 +msgid "Annuel" +msgstr "Annuel" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:127 +msgid "Any" +msgstr "Tous" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:137 +msgid "Any Audience" +msgstr "Tout public" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-recacquisitions.tmpl:27 +msgid "Any Branch" +msgstr "Tout site" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:145 +msgid "Any Content" +msgstr "Tout contenu" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:155 +msgid "Any Format" +msgstr "Tout format" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:69 +msgid "Any Phrase" +msgstr "N'importe quelle expression" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:68 +msgid "Any Word" +msgstr "N'importe quel mot" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:51 +msgid "Anyone" +msgstr "Tout le monde" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authorities-home.tmpl:47 +msgid "Anywhere" +msgstr "Partout" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:59 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:222 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-full-serial-issues.tmpl:47 +msgid "Arrived" +msgstr "Arrivé" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:54 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-readingrecord.tmpl:20 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:72 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:31 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:16 +msgid "Author" +msgstr "Auteur" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:59 +msgid "Author:" +msgstr "Auteur :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:41 +msgid "Authorities" +msgstr "Autorités" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:10 +msgid "Authorities Headings" +msgstr "Vedettes autorités" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authorities-home.tmpl:7 +msgid "Authority search" +msgstr "Recherche autorité" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authoritiessearchresultlist.tmpl:7 +msgid "Authority search results" +msgstr "Résultats de la recherche autorité" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authoritiessearchresultlist.tmpl:36 +msgid "Authorized Headings" +msgstr "Vedettes autorisées" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:67 +msgid "Authors" +msgstr "Auteurs" + +#. %1$s: TMPL_VAR name=value +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:25 +#, c-format +msgid "Authors: %s" +msgstr "Auteurs : %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:350 +msgid "Autre" +msgstr "Autre" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:304 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:398 +msgid "Autres" +msgstr "Autres" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:228 +msgid "Autres formes de presentation" +msgstr "Autres formes de présentation" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:378 +msgid "Autres types de documents graphique non projetable" +msgstr "Autres types de documents graphiques non projetables" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:178 +msgid "Available" +msgstr "Disponible" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:82 +msgid "Available in the library" +msgstr "Disponible à la bibliothèque" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:9 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:159 +msgid "Back to Virtual Shelves" +msgstr "Retour aux étagères virtuelles" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-full-serial-issues.tmpl:10 +msgid "Back to biblio" +msgstr "Retour à la notice" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:303 +msgid "Bande dessinee" +msgstr "Bande dessinée" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:62 +msgid "Barcode" +msgstr "Code à barres" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:106 +msgid "Barcode:" +msgstr "Code à barres :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:40 +msgid "Below is a list of the three latest issues :" +msgstr "Ci-dessous les 3 derniers numéros parus :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authoritiessearchresultlist.tmpl:39 +msgid "Biblio records" +msgstr "Notices bibliographiques" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:284 +msgid "Bibliographie" +msgstr "Bibliographie" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:171 +msgid "Bibliographies" +msgstr "Bibliographies" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:334 +msgid "Bihebdomadaire" +msgstr "Bihebdomadaire" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:339 +msgid "Bimestriel" +msgstr "Bimestriel" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:248 +msgid "Biographie" +msgstr "Biographie" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:254 +msgid "Biographie collective" +msgstr "Biographie collective" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:253 +msgid "Biographie individuelle" +msgstr "Biographie individuelle" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:148 +msgid "Biography" +msgstr "Biographie" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:344 +msgid "Bisanuel" +msgstr "Bisannuel" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:390 +msgid "Bois" +msgstr "Bois" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead_adv.inc:3 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:19 +msgid "Book Bag" +msgstr "Panier" + +#. IMG +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:39 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:41 +msgid "Book Cover Image" +msgstr "Image de couverture" + +#. IMG +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:112 +msgid "Books" +msgstr "Livres" + +#. IMG +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:114 +msgid "Books on Tape" +msgstr "Livres cassette" + +#. LABEL +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:112 +msgid "" +"Books, Pamphlets, Technical reports, Manuscripts, Legal papers, Theses and " +"dissertations" +msgstr "" +"Livres, pamphlets, rapports techniques, manuscrits, Textes de lois, Mémoires " +"et thèses" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:158 +msgid "Braille" +msgstr "Braille" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:408 +msgid "Branch" +msgstr "Site" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:294 +msgid "Brevet" +msgstr "Brevet" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:17 +msgid "Brief Display" +msgstr "Affichage abrégé" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:7 +msgid "Browse Catalogue" +msgstr "Feuilleter le catalogue" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-browser.tmpl:7 +msgid "Browse our catalogue" +msgstr "Feuilleter notre catalogue" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:251 +msgid "C'est pas une biographie" +msgstr "Ce n'est pas une biographie" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:164 +msgid "CD Software" +msgstr "Logiciel sur CD" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:160 +msgid "CD audio" +msgstr "CD audio" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:32 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:109 +msgid "Call No." +msgstr "Cote" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:58 +msgid "Call Number" +msgstr "Cote" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:223 +msgid "Caractere braille et moon" +msgstr "Caractère braille et moon" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:15 +msgid "Card Number:" +msgstr "N° de carte :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead-basic.inc:5 +msgid "Cart" +msgstr "Panier" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:383 +msgid "Carte bristol" +msgstr "Carte bristol" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:263 +msgid "Cartes" +msgstr "Cartes" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:384 +msgid "Carton / carte a dessin" +msgstr "Carton / carte à dessin" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:161 +msgid "Cassette recording" +msgstr "Enregistrement sur cassette" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:69 +msgid "Catalog Search Results" +msgstr "Résultats de la recherche catalogue" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:172 +msgid "Catalogs" +msgstr "Catalogues" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:285 +msgid "Catalogue" +msgstr "Catalogue" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:198 +msgid "Category" +msgstr "Catégorie" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:40 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:134 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:170 +msgid "Category:" +msgstr "Catégorie :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:201 +msgid "Champs Codés" +msgstr "Critères annexes" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl:48 +msgid "Change language" +msgstr "Changer la langue" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-passwd.tmpl:25 +msgid "Change your Password" +msgstr "Modifiez votre mot de passe" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:27 +msgid "Check All" +msgstr "Tout cocher" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:88 +msgid "Choose Either..." +msgstr "Choisissez un exemplaire..." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userupdate.tmpl:19 +msgid "City, State" +msgstr "Ville, Département" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:144 +msgid "Classification" +msgstr "Classification" + +#. %1$s: TMPL_VAR name=classification +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:40 +#, c-format +msgid "Classification: %s" +msgstr "Indexation %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userupdate.tmpl:27 +msgid "" +"Clicking 'Submit Changes' will send an email to a library staff member with " +"the information you've entered. You will then be returned to your patron " +"record." +msgstr "" +"En cliquant sur 'Proposez les ' vous enverrez un mail, contenant les " +"informations, que vous avez saisies, à un membre du personnel de la " +"bibliothèque.Vous serez ensuite redirigé sur votre compte lecteur." + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasketform.tmpl:38 +msgid "Close Window" +msgstr "Fermer la fenêtre" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:369 +msgid "Collage" +msgstr "Collage" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:91 +msgid "Collection" +msgstr "Collection" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:324 +msgid "Collection des monographies" +msgstr "Collection de monographies" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:98 +msgid "Collection:" +msgstr "Collection :" + +#. %1$s: TMPL_VAR name=seriestitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:33 +#, c-format +msgid "Collection: %s" +msgstr "Collection : %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasketform.tmpl:25 +msgid "Comment" +msgstr "Notes/commentaires" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-full-serial-issues.tmpl:18 +msgid "Compact view" +msgstr "Vue compacte" + +#. IMG +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:117 +msgid "Computer Files" +msgstr "Fichiers informatiques" + +#. LABEL +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:117 +msgid "Computer files, Data, Software" +msgstr "Fichiers informatiques, données, logiciel" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:121 +msgid "Confirm Reservation" +msgstr "Confirmer la réservation" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:110 +msgid "Confirm Reservation >>" +msgstr "Confirmer la réservation >>" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:19 +msgid "Contact Details" +msgstr "Coordonnées complètes" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:198 +msgid "Content Size" +msgstr "Nombre de documents" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:149 +msgid "Contents" +msgstr "Contient" + +# +#. For the first occurrence, +#. %1$s: TMPL_VAR name=shelfname +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:1 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:7 +#, c-format +msgid "Contents of %s" +msgstr "Contenu de %s" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:281 +msgid "Contenu" +msgstr "Contenu" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:255 +msgid "Contient des informations biographiques" +msgstr "Contient des informations biographiques" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-MARCdetail.tmpl:137 +msgid "Copies" +msgstr "Exemplaires" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:108 +msgid "Copyright" +msgstr "Copyright" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:17 +msgid "Copyright date" +msgstr "Date de copyright" + +#. %1$s: TMPL_VAR name=copyrightdate +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:35 +#, c-format +msgid "Copyright year: %s" +msgstr "Année de copyright : %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:13 +msgid "Copyright:" +msgstr "Copyright :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:92 +msgid "Count" +msgstr "Nombre" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:130 +msgid "Create a New a Virtual Shelf" +msgstr "Créer une étagère virtuelle" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:57 +msgid "Credits" +msgstr "Crédits" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-passwd.tmpl:27 +msgid "Current Password:" +msgstr "Mot de passe actuel :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:163 +msgid "DVD video / Videodisc" +msgstr "DVD / vidéo disque" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:47 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-account.tmpl:17 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:208 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-full-serial-issues.tmpl:25 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-readingrecord.tmpl:21 +msgid "Date" +msgstr "Date" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:161 +msgid "Date Due" +msgstr "Date de retour" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-full-serial-issues.tmpl:27 +msgid "Date received" +msgstr "Date de réception" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:97 +msgid "Delete Checked Items" +msgstr "Supprimer les références cochées" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:157 +msgid "Delete Shelves" +msgstr "Supprimer les étagères cochées" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:147 +msgid "Delete Virtual Shelves" +msgstr "Supprimer étagère(s) virtuelle(s)" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:74 +msgid "Delete this Shelf" +msgstr "Supprimer cette étagère" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-account.tmpl:18 +msgid "Description" +msgstr "Description" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:291 +msgid "Description projet" +msgstr "Description de projet" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:370 +msgid "Dessin" +msgstr "Dessin" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:377 +msgid "Dessin technique" +msgstr "Dessin technique" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:43 +msgid "Detailed notes:" +msgstr "Notes détaillées :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:85 +msgid "Details" +msgstr "Détails" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:337 +msgid "Deux fois par mois" +msgstr "Deux fois par mois" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:138 +msgid "Dewey" +msgstr "Dewey" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:135 +msgid "Dewey:" +msgstr "Dewey :" + +#. %1$s: TMPL_VAR name=dewey +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:39 +#, c-format +msgid "Dewey: %s" +msgstr "Dewey: %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:173 +msgid "Dictionaries" +msgstr "Dctionnaires" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:1 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:4 +msgid "Dictionary Search" +msgstr "Recherche dictionnaire" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:288 +msgid "Dictionnaire" +msgstr "Dctionnaire" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:16 +msgid "Did you mean:" +msgstr "Vouliez-vous dire :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl:41 +#, c-format +msgid "Dig into tag cloud" +msgstr "Chercher dans le nuage de sujets" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:186 +msgid "Directories" +msgstr "Répertoires" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:179 +msgid "Discographies" +msgstr "Discographies" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:242 +msgid "Discours, art oratoire" +msgstr "Discours, art oratoire" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:55 +msgid "DoB:" +msgstr "Né le :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:312 +msgid "Document à projeter" +msgstr "Document à projeter" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:366 +msgid "Document pictural" +msgstr "Document graphique" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-auth.tmpl:41 +msgid "Don't have a library card?" +msgstr "Pas de carte de la bibliothèque ?" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-auth.tmpl:40 +msgid "Don't have a password yet?" +msgstr "Pas encore de mot de passe ?" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:110 +msgid "Due" +msgstr "Retour le" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:60 +msgid "Due Date" +msgstr "Date de retour" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasketform.tmpl:21 +msgid "E-mail Address:" +msgstr "Adresse Electronique:" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:32 +msgid "E-mail:" +msgstr "E-mail :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:138 +msgid "Easy" +msgstr "Facile" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userupdate.tmpl:25 +msgid "Email" +msgstr "Email" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:174 +msgid "Encyclopedias" +msgstr "Encyclopédies" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:276 +msgid "Enluminures" +msgstr "Enliminures" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:274 +msgid "Enregistrement sonore" +msgstr "Enregistrement sonore" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:313 +msgid "Enregistrement video" +msgstr "Enregistrement video" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:2 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:9 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:105 +msgid "Enter a new purchase suggestion" +msgstr "Créer une suggestion d'achat" + +#. INPUT type=text name=q +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:86 +msgid "Enter search terms" +msgstr "Saisissez les termes de la recherche" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:47 +msgid "Error :" +msgstr "Erreur :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:237 +msgid "Essais" +msgstr "Essais" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:48 +msgid "Expires:" +msgstr "Expire :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:30 +msgid "Fax:" +msgstr "Fax :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:146 +msgid "Fiction" +msgstr "Fiction" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:424 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:121 +msgid "Field-weighted, Relevance Ranked" +msgstr "Champ de tri, classé par pertinence" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:11 +msgid "" +"Fill this form to suggest the library a new acquisition. You will be emailed " +"when the library processes your purchase suggestion" +msgstr "" +"Remplissez ce formulaire pour suggérer une nouvelle acquisition à la " +"bibliothèque. Vous serez prévenu par messagerie électronique lorsque la " +"bibliothèque traitera votre suggestion." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:311 +msgid "Film" +msgstr "Film" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:185 +msgid "Filmographies" +msgstr "Filmographies" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:41 +msgid "Filter by:" +msgstr "Sélectionner :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-account.tmpl:19 +msgid "Fine Amount" +msgstr "Montant de l'amende" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:112 +msgid "Fines" +msgstr "Amendes" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-account.tmpl:13 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:37 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:48 +msgid "Fines and Charges" +msgstr "Amendes et frais" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:137 +msgid "Finish and Place Reservation" +msgstr "Finaliser et localiser la réservation" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userupdate.tmpl:15 +msgid "First Name" +msgstr "Prénom" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:187 +msgid "Fix Itemtype" +msgstr "Choisir le type de document" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:70 +msgid "For:" +msgstr "Pour :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:217 +msgid "Format" +msgstr "Présentation" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:11 +msgid "Format:" +msgstr "Support :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:232 +msgid "Forme" +msgstr "Genre" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:272 +msgid "Formulaires" +msgstr "Formulaires" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:137 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:182 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:184 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:200 +msgid "Free" +msgstr "Libre" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:64 +msgid "Friday" +msgstr "Vendredi" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authoritiessearchresultlist.tmpl:41 +msgid "Full Authorized Heading" +msgstr "Vedettes autorisées complètes" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:94 +msgid "GO" +msgstr "OK" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:376 +msgid "Gravure" +msgstr "Gravure" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:71 +msgid "Guarantor:" +msgstr "Garant :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:175 +msgid "Handbooks" +msgstr "Livres de poche" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:335 +msgid "Hebdomadaire" +msgstr "Hebdomadaire" + +#. %1$s: TMPL_VAR name=email_sender +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:6 +#, c-format +msgid "Hi, Here is your Book Bag, sent from the Koha Online Catalog by %s" +msgstr "" +"Bonjour, voici votre panier de documents, envoyé depuis le catalogue en " +"ligne Koha par %s" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userupdate.tmpl:21 +msgid "Home Phone" +msgstr "Téléphone domicile" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:238 +msgid "Humour, satire" +msgstr "Humour, satire" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:34 +msgid "ISBD" +msgstr "ISBD" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:60 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:79 +msgid "ISBN" +msgstr "ISBN" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:92 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:16 +msgid "ISBN:" +msgstr "ISBN :" + +#. %1$s: TMPL_VAR name=ISBN +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:31 +#, c-format +msgid "ISBN: %s" +msgstr "ISBN : %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:80 +msgid "ISSN" +msgstr "ISSN" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:95 +msgid "ISSN:" +msgstr "ISSN :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:53 +msgid "Identity Details" +msgstr "Etat civil" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:20 +msgid "" +"If this is an error, please take your card to the circulation desk at your " +"local library and the error will be corrected." +msgstr "" +"Si c'est une erreur, prière d'apporter votre carte à la banque de prêt de " +"votre bibliothèque et l'erreur sera corrigée." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-auth.tmpl:41 +msgid "If you don't have a library card, stop by your local library to sign up." +msgstr "" +"Si vous n'êtes pas inscrit, passez à la bibliothèque la plus proche pour le " +"faire." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-auth.tmpl:40 +msgid "" +"If you don't have a password yet, stop by the circulation desk the next time " +"you're in the library. We'll happily set one up for you." +msgstr "" +"Si vous n'avez pas encore de mot de passe, passez par la banque de prêt la " +"prochaine fois que vous viendrez à la bibliothèque. Nous serons ravis de " +"vous en attribuer un." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:180 +msgid "" +"If you no longer want a reserve, please send us an e-mail, or go to the " +"circulation desk at your library to get it removed." +msgstr "" +"Si vous ne voulez plus d'une réservation, merci de nous envoyer un mail, ou " +"passez à la banque de prêt de votre bibliothèque pour l'annuler." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:243 +msgid "Il ne s'agit pas d'un texte litteraire" +msgstr "Il ne s'agit pas d'un texte littéraire" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:75 +msgid "Illus:" +msgstr "Ill.:" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:259 +msgid "Illustration" +msgstr "Illustration" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:262 +msgid "Illustrations" +msgstr "Illustrations" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:375 +msgid "Image" +msgstr "Image" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:221 +msgid "Impression en gros caractere" +msgstr "Impression en gros caractères" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:227 +msgid "Impression en reduction" +msgstr "Impression en réduction" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:220 +msgid "Impression normale" +msgstr "Impression normale" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=holdingbranch +#. %2$s: TMPL_VAR name=branch +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:95 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:176 +#, c-format +msgid "In transit from %s to %s" +msgstr "En transit de %s vers %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:357 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:391 +msgid "Inconnu" +msgstr "Inconnu" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:348 +msgid "Inconnue" +msgstr "Inconnue" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:66 +msgid "Indexed in:" +msgstr "Répertorié dans :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:177 +msgid "Indexes" +msgstr "Index" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:360 +msgid "Irregulier" +msgstr "Irrégulier" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:387 +msgid "Isorel" +msgstr "Isorel" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:207 +msgid "Issue #" +msgstr "Numéro" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:47 +msgid "Issue number" +msgstr "Numéro paru" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:152 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:70 +msgid "Issues" +msgstr "Prêts" + +#. %1$s: TMPL_VAR name=issues_count +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:105 +#, c-format +msgid "Issues (%s total)" +msgstr "En prêt (%s en tout)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:6 +msgid "Issues for a subscription" +msgstr "Numéros d'un abonnement" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:82 +msgid "Issues summary" +msgstr "Etat de collection" + +#. %1$s: TMPL_VAR name=startdate +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:13 +#, c-format +msgid "It began on %s and is issued every" +msgstr "Débute le %s et paraît tous les" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:178 +msgid "Item Cancelled" +msgstr "Document supprimé" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:127 +msgid "Item Type:" +msgstr "Type de document :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:129 +msgid "Item Types:" +msgstr "Types de document :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:176 +msgid "Item lost" +msgstr "Document perdu" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:158 +msgid "Item type" +msgstr "Type de document" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:144 +msgid "Item type :" +msgstr "Type de document :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:43 +msgid "Items :" +msgstr "Documents :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:69 +msgid "Itemtype" +msgstr "Type de document" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:96 +msgid "Itemtype to: match any of the following" +msgstr "Types de document : sélectionner les critères suivants" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:206 +msgid "Jeunesse en général" +msgstr "Jeunesse en général" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:46 +msgid "Joined:" +msgstr "Inscription :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:50 +msgid "Joining Branch:" +msgstr "Site d'inscription :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:222 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:325 +msgid "Journal" +msgstr "Journal" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:139 +msgid "Juvenile" +msgstr "Jeunesse" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:53 +msgid "Keyword" +msgstr "Mot de la notice" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:8 +msgid "Keyword(s):" +msgstr "Mot(s)-clé :" + +#. LABEL +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:123 +msgid "Kits" +msgstr "Kits" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:150 +msgid "LCCN" +msgstr "LCCN" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:19 +msgid "LCCN:" +msgstr "LCCN :" + +#. %1$s: TMPL_VAR name=lccn +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:41 +#, c-format +msgid "LCCN: %s" +msgstr "LCCN : %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:64 +msgid "Language" +msgstr "Langue" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:157 +msgid "Large print" +msgstr "Gros caractères" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userupdate.tmpl:13 +msgid "Last Name" +msgstr "Nom de famille" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:61 +msgid "Last Seen" +msgstr "Vu le" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:61 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:224 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-full-serial-issues.tmpl:48 +msgid "Late" +msgstr "En retard" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:190 +msgid "Law reports and digests" +msgstr "Rapports de loi et recueils de lois" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:176 +msgid "Legal articles" +msgstr "Articles de lois" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:189 +msgid "Legal cases and case notes" +msgstr "Cas juridiques et notes de cas" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:180 +msgid "Legislation" +msgstr "Législation" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:239 +msgid "Lettres" +msgstr "Lettres" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead_adv.inc:2 +msgid "Library Catalog Search" +msgstr "Recherche dans le Catalogue de la bibliothèque" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:34 +msgid "Limit palmares to" +msgstr "Limiter le palmarès à" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:109 +msgid "Limit type to: match any of the following" +msgstr "Limiter le type à : sélectionner ci-dessous" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:1 +msgid "List of Virtual Shelves" +msgstr "Liste des étagères virtuelles" + +#. LABEL +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:118 +msgid "Local History Materials" +msgstr "Documents d'histoire locale" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:160 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:159 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:59 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:170 +msgid "Location" +msgstr "Localisation" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:406 +msgid "Location and availability:" +msgstr "Localisation et disponibilité :" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-auth.tmpl:39 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:53 +msgid "Log In" +msgstr "Se connecter" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-auth.tmpl:9 +msgid "Log In to Your Account" +msgstr "Vous connectez à votre compte" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead-basic.inc:5 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead_adv.inc:13 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:39 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/opac-basket-bottom.inc:5 +msgid "Log Out" +msgstr "Déconnexion" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead_adv.inc:18 +msgid "Log in to access" +msgstr "Se connecter pour accéder" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead-basic.inc:5 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead_adv.inc:10 +msgid "Logged in as" +msgstr "Connecté en tant que" + +#. %1$s: TMPL_VAR name=loggedinusername +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/opac-basket-bottom.inc:4 +#, c-format +msgid "Logged in as %s Members Home" +msgstr "Connecté en tant que %s Accueil Lecteurs" + +#. %1$s: TMPL_VAR name=loggedinusername +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:38 +#, c-format +msgid "Logged in as: %s " +msgstr "Connecté en tant que %s " + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:45 +msgid "Login:" +msgstr "Nom d'utilisateur :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:297 +msgid "Lois et decrets" +msgstr "Lois et décrets" + +#. %1$s: TMPL_VAR name=itemlostcount +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:251 +#, c-format +msgid "Lost (%s)" +msgstr "Perdu (%s)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-MARCdetail.tmpl:34 +msgid "MARC View" +msgstr "Vue MARC" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userupdate.tmpl:17 +msgid "Mailing Address" +msgstr "Adresse E-mail" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:22 +msgid "Mailing Address:" +msgstr "Adresse électronique :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authorities-home.tmpl:36 +msgid "Main entry" +msgstr "Entrée principale" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authorities-home.tmpl:25 +msgid "Main entry ($a only)" +msgstr "Entrée principale (seulement $a)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:35 +msgid "Managed by" +msgstr "Traité par" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:293 +msgid "Manuels d'enseignement programme" +msgstr "Manuels d'enseignement programme" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:225 +msgid "Manuscrit" +msgstr "Manuscrit" + +#. IMG +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:119 +msgid "Maps" +msgstr "Cartes" + +#. LABEL +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:119 +msgid "Maps, Globes" +msgstr "Cartes, Globes" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:52 +msgid "Me" +msgstr "Moi" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:42 +msgid "Membership Category:" +msgstr "Catégorie d'adhérent :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:38 +msgid "Membership Details" +msgstr "Renseignements sur l'adhérent" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:40 +msgid "Membership Number:" +msgstr "N° de lecteur :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:296 +msgid "Memoire ou these" +msgstr "Mémoire ou thèse" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:338 +msgid "Mensuel" +msgstr "Mensuel" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:19 +msgid "Message from the library" +msgstr "Message de la bibliothèque" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:396 +msgid "Metal" +msgstr "Métal" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:224 +msgid "Micro-impression" +msgstr "Micro-impression" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:63 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:226 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-full-serial-issues.tmpl:49 +msgid "Missing" +msgstr "Manquant" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:200 +msgid "Modify" +msgstr "Modifiez" + +#. %1$s: TMPL_VAR name=shelfname +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:166 +#, c-format +msgid "Modify Virtual Shelf %s" +msgstr "Modifiez l'étagère virtuelle %s" + +#. INPUT type=submit name=Modify +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:75 +msgid "Modify Your Record" +msgstr "Modifiez vos informations" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:13 +msgid "Modify this Shelf" +msgstr "Modifier cette étagère" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:52 +msgid "Monday" +msgstr "Lundi" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:19 +msgid "More Details" +msgstr "Plus de détails" + +#. LABEL +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:113 +msgid "" +"Motion pictures, Videorecordings, Filmstrips, Slides, Transparencies, " +"Photos, Cards, Charts, Drawings" +msgstr "" +"Films, Enregistrements vidéos, Film fixe, Diapositives, Transparents, " +"Photos, Cartes, Graphiques, Dessins" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:226 +msgid "Multimedia" +msgstr "Multimédia" + +#. LABEL +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:122 +msgid "Music" +msgstr "Musique" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:149 +msgid "Musical recording" +msgstr "Enregistrement musical" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:268 +msgid "Musique imprimee" +msgstr "Musique imprimée" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead_adv.inc:12 +msgid "My Account" +msgstr "Mon compte" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead_adv.inc:11 +msgid "My Book Lists" +msgstr "Mes listes de livres" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:13 +msgid "Name:" +msgstr "Nom :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:373 +msgid "Negatif photo" +msgstr "Négatif photo" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-passwd.tmpl:28 +msgid "New Password:" +msgstr "Nouveau mot de passe :" + +#. A +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:35 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:41 +msgid "New search" +msgstr "Nouvelle Recherche" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:81 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:292 +msgid "Next >>" +msgstr "Suivant >>" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:91 +msgid "Next Available Copy (any format)" +msgstr "Prochain exemplaire disponible (tout support)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:30 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:114 +msgid "Next>>" +msgstr "Suivant >>" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:146 +msgid "No" +msgstr "Non" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:31 +msgid "No Result found !" +msgstr "Pas de réponse !" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-MARCdetail.tmpl:152 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:76 +msgid "No copies available." +msgstr "Pas d'exemplaire disponible." + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:12 +msgid "" +"No fields are mandatory. Enter whatever information you have. The \"Notes\" " +"field can be used to provide any additional information." +msgstr "" +"Pas de champ obligatoire. Saisissez les informations que vous avez. Le champ " +"\"Note\" peut être utilisé pour ajouter ce que vous voulez." + +#. SCRIPT +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc:37 +msgid "No item was added to your book bag" +msgstr "Aucun document ajouté dans votre panier" + +#. SCRIPT +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc:37 +msgid "No item was selected" +msgstr "Aucun document sélectionné" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:47 +msgid "No limit" +msgstr "Sans limite" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:37 +msgid "No result found !" +msgstr "Pas de résultat !" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:35 +msgid "No results found in Authorities." +msgstr "Pas de résultats dans les autorités." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:72 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:119 +msgid "No results found in the catalog." +msgstr "Pas de résultats dans le catalogue." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:64 +msgid "No results in Authorities" +msgstr "Pas de résultats dans les autorités" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:33 +msgid "No results match your search for" +msgstr "Aucun résultat ne correspond à votre recherche" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:267 +msgid "No reviews has been writed on this biblio." +msgstr "Il n'y a pas de commentaire sur ce document." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:147 +msgid "Non Fiction" +msgstr "Documentaire" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:150 +msgid "Non-musical recording" +msgstr "Enregistrement non-musical" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:359 +msgid "Normalement irregulier" +msgstr "Normalement irrégulier" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:65 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:228 +msgid "Not Issued" +msgstr "Pas en prêt" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-full-serial-issues.tmpl:50 +msgid "Not Published" +msgstr "Pas paru" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:258 +msgid "Not Reserveable" +msgstr "Non réservable" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:143 +msgid "Not renewable" +msgstr "Pas renouvelable" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:210 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:36 +msgid "Note" +msgstr "Note" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-review.tmpl:27 +msgid "Note : Your review will be accepted or rejected by a librarian before." +msgstr "" +"Remarque : Votre commentaire sera accepté ou rejeté par un(e) bibliothécaire " +"avant." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:115 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:77 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:19 +msgid "Notes" +msgstr "Notes" + +#. %1$s: TMPL_VAR name=notes +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:36 +#, c-format +msgid "Notes : %s" +msgstr "Notes : %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:66 +msgid "Notes/Comments" +msgstr "Notes/commentaires" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:117 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:125 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:28 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:69 +msgid "Notes:" +msgstr "Notes :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:240 +msgid "Nouvelles" +msgstr "Nouvelles" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-full-serial-issues.tmpl:29 +msgid "Number" +msgstr "N° de parution" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:49 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-tags_subject.tmpl:13 +msgid "OK" +msgstr "OUI" + +#. %1$s: TMPL_VAR name=cardnumber +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:170 +#, c-format +msgid "On issue to %s" +msgstr "En prêt à (%s)" + +#. %1$s: TMPL_VAR name=onloancount +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:249 +#, c-format +msgid "On loan (%s)," +msgstr "En prêt (%s)," + +#. %1$s: TMPL_VAR name=orderedcount +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:252 +#, c-format +msgid "On order (%s)" +msgstr "En commande (%s)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:416 +msgid "Only items currently available" +msgstr "Seulement les documents actuellement disponibles" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:80 +msgid "Ordered by the library" +msgstr "Commandé par la bibliothèque" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:133 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:169 +msgid "Owner:" +msgstr "Propriétaire :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:330 +msgid "Périodicité" +msgstr "Périodicité" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:318 +msgid "Périodique" +msgstr "Publication en série" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:397 +msgid "Papier" +msgstr "Papier" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:49 +msgid "Pass:" +msgstr "Mot de passe :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-passwd.tmpl:34 +msgid "Password Updated" +msgstr "Mot de passe mis à jour" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-auth.tmpl:37 +msgid "Password or PIN" +msgstr "Mot de passe ou PIN" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-passwd.tmpl:13 +msgid "Passwords do not match. Please re-type your new password." +msgstr "" +"Les mots de passe ne correspondent pas.Prière de retaper votre nouveau mot " +"de passe." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:178 +msgid "Patent document" +msgstr "Brevet" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:394 +msgid "Peau" +msgstr "Peau" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:371 +msgid "Peinture" +msgstr "Peinture" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:57 +msgid "Pending" +msgstr "En attente" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:35 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:41 +msgid "Perform a new search" +msgstr "Nouvelle recherche" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:323 +msgid "Periodique" +msgstr "Périodique" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:24 +msgid "Permanent Address:" +msgstr "Adresse permanente :" + +#. %1$s: TMPL_VAR name=firstname +#. %2$s: TMPL_VAR name=surname +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:9 +#, c-format +msgid "Personal Details: %s %s" +msgstr "Informations personnelles : %s %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:28 +msgid "Phone (Daytime):" +msgstr "Téléphone (travail):" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:26 +msgid "Phone (Home):" +msgstr "Téléphone (domicile) :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:65 +msgid "Phone:" +msgstr "Téléphone :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:25 +msgid "Physical Details:" +msgstr "Caractéristiques physiques :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:73 +msgid "Pick Up Branch" +msgstr "Site de retrait" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:164 +msgid "Pick Up Location" +msgstr "Lieu de retrait" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:134 +msgid "Pick up From:" +msgstr "Lieu de retrait :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:72 +msgid "Pick up from:" +msgstr "A retirer à :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:389 +msgid "Pierre" +msgstr "Pierre" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:11 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-MARCdetail.tmpl:11 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:12 +msgid "Place Reserve" +msgstr "Faire une Réservation" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:163 +msgid "Placed On" +msgstr "Faite le" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:267 +msgid "Planches" +msgstr "Planches" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:386 +msgid "Platre" +msgstr "Plâtre" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:12 +#, c-format +msgid "" +"Please contact your librarian, or use the online update form to " +"submit current information (Please note: there may be a delay in " +"restoring your account if you submit online)" +msgstr "" +"Prière de contacter votre bibliothécaire ou d'utiliser la mise à jour en " +"ligne pour nous transmettre les informations en cours(Veuillez " +"prendre note qu'il peut y avoir un délai pour la mise à jour de votre " +"compte si vous le faites en ligne)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userupdate.tmpl:9 +msgid "" +"Please make any necessary changes to your record. Submitting the form will " +"notify a library staff member, who will make the changes permanent." +msgstr "" +"Prière de signaler ici les changements importants dans vos informations. " +"Proposer le formulaire avertira un membre de l'équipe de la bibliothèque, " +"qui validera ces changements." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:25 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:28 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:31 +msgid "Please note:" +msgstr "Merci de noter :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:241 +msgid "Poesie" +msgstr "Poésie" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:388 +msgid "Porcelaine" +msgstr "Porcelaine" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:264 +msgid "Portraits" +msgstr "Portraits" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:207 +msgid "Pré-scolaire" +msgstr "Pré-scolaire" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:42 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:135 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:172 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:174 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:200 +msgid "Private" +msgstr "Privé" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasketform.tmpl:13 +msgid "Problem sending the book bag..." +msgstr "Problème lors de l'envoi de votre panier..." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:184 +msgid "Programmed texts" +msgstr "Textes de programmes" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:43 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:203 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:136 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:177 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:179 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:200 +msgid "Public" +msgstr "Public" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:78 +msgid "Published by :" +msgstr "Publié par :" + +#. %1$s: TMPL_VAR name=publishercode +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:32 +#, c-format +msgid "Published by: %s" +msgstr "Publié par : %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:68 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:78 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:76 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:18 +msgid "Publisher" +msgstr "Editeur" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:69 +msgid "Publisher Location" +msgstr "Lieu de publication" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:22 +msgid "Publisher:" +msgstr "Editeur :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:3 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:27 +msgid "Purchase Suggestions" +msgstr "Suggestions d'achat" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl:38 +#, c-format +msgid "Query the authorities" +msgstr "Rechercher dans les autorités" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl:29 +msgid "Query the catalogue" +msgstr "Chercher dans le catalogue" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:333 +msgid "Quotidien" +msgstr "Quotidien" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:356 +msgid "Régularité" +msgstr "Régularité" + +#. LINK +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close-results.inc:5 +msgid "RSS" +msgstr "RSS" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:299 +msgid "Rapport technique" +msgstr "Rapport technique" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:290 +msgid "Rating (from Amazon.com):" +msgstr "Classement (de Amazon.com):" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-passwd.tmpl:29 +msgid "Re-Type New Password:" +msgstr "Confirmez votre nouveau mot de passe :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:119 +msgid "Re-sort results" +msgstr "Trier les résultats" + +#. %1$s: TMPL_VAR name=firstname +#. %2$s: TMPL_VAR name=surname +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-readingrecord.tmpl:8 +#, c-format +msgid "Reading History of %s %s" +msgstr "Historique de lecture de %s %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-recacquisitions.tmpl:8 +msgid "Recent Acquisitions" +msgstr "Acquisitions récentes" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:39 +msgid "Record No.:" +msgstr "Notice N° :" + +#. LABEL +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:124 +msgid "Reference" +msgstr "Référence" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:135 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc:4 +msgid "Refine Your Search" +msgstr "Affinez votre recherche" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:156 +msgid "Regular print" +msgstr "Impression normale" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:358 +msgid "Regulier" +msgstr "Régulier" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:48 +msgid "Related links:" +msgstr "Liens connexes:" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:67 +msgid "Relationship:" +msgstr "Lien :" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:111 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:141 +msgid "Renew" +msgstr "Renouveller" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:290 +msgid "Repertoire" +msgstr "Répertoire" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:372 +msgid "Reproduction photomecanique" +msgstr "Reproduction photomécanique" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:78 +msgid "Requested" +msgstr "Demandé" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:172 +msgid "Reservation" +msgstr "Réservation" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:66 +msgid "Reservation Details" +msgstr "Détails de la réservation" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:72 +msgid "Reserve date" +msgstr "Date de réservation" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:68 +msgid "Reserved Items Waiting" +msgstr "Documents réservés en attente" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:261 +msgid "Reserves" +msgstr "Réservation" + +#. %1$s: TMPL_VAR name=reserves_count +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:158 +#, c-format +msgid "Reserves (%s total)" +msgstr "Réservation(s) (%s en tout)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:69 +msgid "Reserving:" +msgstr "Réservation :" + +#. %1$s: TMPL_VAR name=from +#. %2$s: TMPL_VAR name=to +#. %3$s: TMPL_VAR name=total +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authoritiessearchresultlist.tmpl:27 +#, c-format +msgid "Results %s to %s of %s" +msgstr "Résultats %s à %s sur %s" + +#. %1$s: TMPL_VAR name=from +#. %2$s: TMPL_VAR name=to +#. %3$s: TMPL_VAR name=nbresults +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:35 +#, c-format +msgid "Results %s to %s of %s in Authorities." +msgstr "Résultats %s à %s sur %s dans les autorités." + +#. %1$s: TMPL_VAR name=from +#. %2$s: TMPL_VAR name=to +#. %3$s: TMPL_VAR name=total +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:72 +#, c-format +msgid "Results %s to %s of %s in the catalog" +msgstr "Résultats %s à %s sur %s dans le catalogue" + +#. %1$s: TMPL_VAR name=from +#. %2$s: TMPL_VAR name=to +#. %3$s: TMPL_VAR name=total +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:119 +#, c-format +msgid "Results %s to %s of %s in the catalog." +msgstr "Résultats %s à %s sur %s dans le catalogue." + +#. %1$s: TMPL_VAR name=searchdesc +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:5 +#, c-format +msgid "Results of Search for '%s'" +msgstr "Résultat(s) pour la recherche de %s" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:44 +msgid "Return to Item Detail Screen" +msgstr "Retournez à l'écran des exemplaires" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-passwd.tmpl:38 +msgid "Return to Your Record" +msgstr "Retour à vos informations" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-review.tmpl:15 +msgid "Review" +msgstr "Commentaire" + +#. %1$s: TMPL_VAR name=title +#. %2$s: TMPL_VAR name=surname +#. %3$s: TMPL_VAR name=firstname +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:252 +#, c-format +msgid "Review by %s %s %s" +msgstr "Commentaire de %s %s %s" + +#. %1$s: TMPL_VAR name=title +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-review.tmpl:6 +#, c-format +msgid "Review of: %s" +msgstr "Commentaire de: %s" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:183 +msgid "Reviews" +msgstr "Commentaires" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:248 +msgid "Reviews by members:" +msgstr "Commentaires des lecteurs :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:277 +msgid "Sans illustrations" +msgstr "Sans illustrations" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:349 +msgid "Sans periodicite" +msgstr "Sans périodicité" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:67 +msgid "Saturday" +msgstr "Samedi" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:191 +msgid "Save Changes" +msgstr "Enregistrer les modifications" + +#. %1$S: type=text name=qf +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:61 +#, c-format +msgid "Scan Index for: %S" +msgstr "Parcourir l'index pour : %S" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:56 +msgid "Scan Index:" +msgstr "Parcourir l'index :" + +#. INPUT type=submit name=do +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:435 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl:31 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-recacquisitions.tmpl:35 +msgid "Search" +msgstr "Rechercher" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:47 +msgid "Search For:" +msgstr "Rechercher par :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead_adv.inc:3 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:4 +msgid "Search Home" +msgstr "Recherche simple" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authorities-home.tmpl:15 +msgid "Search on" +msgstr "Rechercher" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl:26 +msgid "Search our catalogue" +msgstr "Chercher dans notre catalogue" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:58 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:96 +msgid "Sel & close" +msgstr "Sélect.& fermer" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:46 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:57 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:80 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:95 +msgid "Select" +msgstr "Sélectionner" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:24 +msgid "Select an Existing Bookshelf" +msgstr "Sélectionner une étagère" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:17 +msgid "Select local databases:" +msgstr "Sélectionner des bases de données locales:" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:32 +msgid "Select remote databases:" +msgstr "Sélectionner des bases de données distantes:" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:342 +msgid "Semestriel" +msgstr "Semestriel" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasketform.tmpl:29 +msgid "Send" +msgstr "Envoyer" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-review.tmpl:22 +msgid "Send & close this window" +msgstr "Envoyer et fermer la fenêtre" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasketform.tmpl:5 +msgid "Sending your book bag" +msgstr "Envoyer votre panier" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:132 +msgid "Serial" +msgstr "Périodique" + +#. %1$s: TMPL_VAR name=serial +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:38 +#, c-format +msgid "Serial: %s" +msgstr "Périodique : %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:75 +msgid "Series" +msgstr "Collections" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:78 +msgid "Series Title" +msgstr "Titre de collections" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:59 +msgid "Set Filter" +msgstr "Sélectionner" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl:51 +msgid "Set language to" +msgstr "Changer langue pour" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:57 +msgid "Sex:" +msgstr "Sexe :" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:149 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:198 +msgid "Shelf Name" +msgstr "Nom de l'étagère" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:36 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:132 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:168 +msgid "Shelf Name:" +msgstr "Nom de l'étagère :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:13 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-tags_subject.tmpl:11 +msgid "Show" +msgstr "Montrer" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:150 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc:12 +msgid "Show More" +msgstr "En voir plus" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-readingrecord.tmpl:15 +#, c-format +msgid "Showing All Items | Show Last 50 Items Only" +msgstr "Montrer tout les documents|Seulement les 50 derniers" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-readingrecord.tmpl:16 +#, c-format +msgid "Showing Last 50 Items | Show All Items" +msgstr "Seulement les 50 derniers documents| Montrer tout " + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:88 +msgid "Size:" +msgstr "Taille :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:10 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:17 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:25 +msgid "Sorry" +msgstr "Désolé" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-auth.tmpl:12 +msgid "Sorry, the system doesn't think you have permission to access this page." +msgstr "Désolé, Koha pense que vous n'avez pas les droits pour accéder à cette page." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:306 +msgid "Sorry, there are no reviews available for this title." +msgstr "Désolé, il n'y a pas de commentaire disponible pour ce titre." + +#. %1$s: TMPL_VAR name=too_many_reserves +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:36 +#, c-format +msgid "Sorry, you cannot make more than %s reserves." +msgstr "Désolé, vous ne pouvez faire plus de %s réservations." + +#. %1$s: TMPL_VAR name=too_much_oweing +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:32 +#, c-format +msgid "Sorry, you cannot make reserves because you owe %s." +msgstr "Désolé, vous ne pouvez pas faire de réservations parce que vous devez %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-auth.tmpl:17 +msgid "Sorry, your session has timed out. Please log in again." +msgstr "Désolé, votre session a expiré. Merci de vous reconnecter." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:422 +msgid "Sort by:" +msgstr "Tri par :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:273 +msgid "Specimens" +msgstr "Spécimens" + +#. LABEL +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:114 +msgid "Spoken, Books on CD and Cassette" +msgstr "Discours, livres sur CD et cassette" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:71 +msgid "Standard Number" +msgstr "Numéro normalisé" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:11 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authorities-home.tmpl:59 +msgid "Start search" +msgstr "Rechercher" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:187 +msgid "Statistics" +msgstr "Statistiques" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:47 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:160 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:209 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-full-serial-issues.tmpl:31 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:33 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:165 +msgid "Status" +msgstr "Situation" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:76 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:73 +msgid "Subject" +msgstr "Sujet" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:16 +msgid "Subject Cloud" +msgstr "Nuage de sujets" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:74 +msgid "Subject Phrase" +msgstr "Expression sujet" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-tags_subject.tmpl:7 +msgid "Subject cloud" +msgstr "Nuage de sujets" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:34 +msgid "Subject(s):" +msgstr "Sujet(s) :" + +#. %1$s: TMPL_VAR name=subject +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:34 +#, c-format +msgid "Subject: %s" +msgstr "Sujet : %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:98 +msgid "Subjects" +msgstr "Sujets" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:105 +msgid "Subjects:" +msgstr "Sujets :" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-passwd.tmpl:30 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userupdate.tmpl:28 +msgid "Submit Changes" +msgstr "Proposer les modifications à la bibliothèque" + +#. INPUT type=submit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:21 +msgid "Submit Your Suggestion" +msgstr "Proposer votre suggestion" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=bibliotitle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-full-serial-issues.tmpl:9 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:12 +#, c-format +msgid "Subscription information for %s" +msgstr "Détails de l'abonnement pour %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:51 +msgid "Subtitle(s):" +msgstr "Sous-titre(s) :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:134 +msgid "Subtype limits" +msgstr "Limites secondaires" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:34 +msgid "Suggested by" +msgstr "Suggéré par" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:81 +msgid "Suggestion declined" +msgstr "Suggestion rejetée" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:30 +msgid "Suggestions" +msgstr "Suggestions" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:300 +msgid "Sujet d'examen" +msgstr "Sujet d'examen" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:44 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:78 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:15 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:32 +msgid "Summary" +msgstr "Abrégé" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:70 +msgid "Sunday" +msgstr "Dimanche" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:392 +msgid "Support composite" +msgstr "Support composite" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:182 +msgid "Surveys" +msgstr "Enquêtes" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:301 +msgid "Synthese bibliographique" +msgstr "Synthèse bibliographique" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:393 +msgid "Synthetique (plastique, vinyle...)" +msgstr "Synthétique (plastique, vinyle...)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:298 +msgid "Table numerique" +msgstr "Table numérique" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:271 +msgid "Tables Genealogique" +msgstr "Tables généalogiques" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:188 +msgid "Technical reports" +msgstr "Rapports techniques" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:91 +msgid "Term/Phrase" +msgstr "Terme/Expression" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:395 +msgid "Textile" +msgstr "Textile" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userdetails.tmpl:34 +msgid "Textmessaging:" +msgstr "SMS:" + +#. %1$s: TMPL_VAR name=limit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:54 +#, c-format +msgid "The %s most issued" +msgstr "Les %s les plus empruntés" + +#. %1$s: TMPL_VAR name=email_add +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasketform.tmpl:10 +#, c-format +msgid "The book bag was sent to: %s" +msgstr "Le panier a été envoyé à : %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:204 +msgid "The three latest issues related to this subscription:" +msgstr "Les trois derniers numéros de cet(s) abonnement(s)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:236 +msgid "Theatre, piece televisee" +msgstr "Théâtre, pièce télévisée" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl:102 +msgid "There are no pending purchase suggestions" +msgstr "Il n'y a pas de suggestions d'achat en attente" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-passwd.tmpl:10 +msgid "There was a problem with your submission" +msgstr "Il y a eu un problème avec votre demande" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:181 +msgid "Theses" +msgstr "Mémoires" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-tags_subject.tmpl:8 +msgid "" +"This \"cloud\" show you the most used topics in our catalogue. Click on one " +"of them to see the documents related to it" +msgstr "" +"Cet \"nuage\" vous montre les sujets les plus utilisés dans notre catalogue. " +"Cliquez sur l'un d'entre eux pour voir les documents qui y sont attachés." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:199 +msgid "This is a serial subscription" +msgstr "Il s'agit d'un abonnement" + +#. SCRIPT +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc:37 +msgid "This item has been added to your book bag" +msgstr "Ce document a été ajouté à votre panier" + +#. SCRIPT +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc:37 +msgid "This item is already in your book bag" +msgstr "Ce document est déjà dans votre panier" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:68 +msgid "This shelf is empty." +msgstr "Cette étagère est vide." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:61 +msgid "Thursday" +msgstr "Jeudi" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:374 +msgid "Tirage photographique" +msgstr "Tirage photographique" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:80 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-readingrecord.tmpl:18 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:70 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:169 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:30 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:71 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:108 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:162 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:68 +msgid "Title" +msgstr "Titre" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:71 +msgid "Title Phrase" +msgstr "Expression titre" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:124 +msgid "Title:" +msgstr "Titre :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:382 +msgid "Toile" +msgstr "Toile" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:13 +msgid "Top Issues" +msgstr "Palmarès" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-account.tmpl:26 +msgid "Total Due" +msgstr "Somme due" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:219 +msgid "Tout format" +msgstr "Tout format" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:205 +msgid "Tout public" +msgstr "Tout public" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:368 +msgid "Tout type" +msgstr "Tout type" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:261 +msgid "Tout type d'illustration" +msgstr "Tout type d'illustration" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:250 +msgid "Tout type de biographie" +msgstr "Tout type de biographie" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:283 +msgid "Tout type de contenu" +msgstr "Tout type de contenu" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:322 +msgid "Tout type de periodique" +msgstr "Tout type de périodique" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:310 +msgid "Tout type video" +msgstr "Tout type vidéo" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:332 +msgid "Toute Périodicité" +msgstr "Toute périodicité" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:354 +msgid "Toute Régularité" +msgstr "Toute régularité" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:234 +msgid "Toute forme" +msgstr "Toute forme" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:336 +msgid "Toutes les deux semaines" +msgstr "Toutes les deux semaines" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:302 +msgid "Traite" +msgstr "Traité" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:275 +msgid "Transparents" +msgstr "Transparents" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:191 +msgid "Treaties" +msgstr "Traités" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:345 +msgid "Triennal" +msgstr "Triennal" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:340 +msgid "Trimestriel" +msgstr "Trimestriel" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:341 +msgid "Trois fois par an" +msgstr "Trois fois par an" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:347 +msgid "Trois fois par mois" +msgstr "Trois fois par mois" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:346 +msgid "Trois fois par semaine" +msgstr "Trois fois par semaine" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:55 +msgid "Tuesday" +msgstr "Mardi" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authoritiessearchresultlist.tmpl:37 +msgid "Type of Heading" +msgstr "Type de vedette" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:320 +msgid "Type periodique" +msgstr "Type publication" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:308 +msgid "Type vidéo" +msgstr "Type de vidéo" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detailprint.tmpl:57 +msgid "Type/Format" +msgstr "Type/Support" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:156 +msgid "URL" +msgstr "URL" + +#. %1$s: TMPL_VAR name=url +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:42 +#, c-format +msgid "URL : %s" +msgstr "URL : %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:138 +msgid "URL:" +msgstr "URL :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:126 +msgid "Unified title" +msgstr "Titre uniforme" + +#. %1$s: TMPL_VAR name=unititle +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:37 +#, c-format +msgid "Unified title: %s" +msgstr "Titre uniforme : %s" + +#. %1$s: TMPL_VAR name=firstname +#. %2$s: TMPL_VAR name=surname +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userupdate.tmpl:8 +#, c-format +msgid "Updating Details for %s %s" +msgstr "Mettre à jour les coordonnées de : %s %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:45 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-dictionary.tmpl:79 +msgid "Used in" +msgstr "Utilisé dans" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:37 +msgid "User Info" +msgstr "Info utilisateur" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:27 +#, c-format +msgid "" +"Usually the reason for freezing an account is old overdues or damage fees. " +"If your account page shows your account to be clear, please consult " +"a librarian." +msgstr "" +"En général, la suspension d'un compte est due à des retards anciens ou à des " +"frais de détérioration. Si votre page personnelle montre que votre " +"compte est à jour, merci de contacter un bibliothécaire." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:162 +msgid "VHS tape / Videocassette" +msgstr "Vidéocassette /VHS" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:385 +msgid "Verre" +msgstr "Verre" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authoritiessearchresultlist.tmpl:56 +msgid "View Full Heading" +msgstr "Voir la vedette en entier" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:195 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc:27 +msgid "Virtual Shelves" +msgstr "Etagères virtuelles" + +#. IMG +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:113 +msgid "Visual Materials" +msgstr "Documents visuels" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:162 +msgid "Volume" +msgstr "Volume" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:220 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-full-serial-issues.tmpl:46 +msgid "Waited" +msgstr "Attendu" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:93 +msgid "Waiting" +msgstr "En attente" + +#. %1$s: TMPL_VAR name=branch +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:176 +#, c-format +msgid "Waiting at %s" +msgstr "En attente à %s" + +#. %1$s: TMPL_VAR name=subscriptionsnumber +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl:38 +#, c-format +msgid "We have %s subscription(s) associated with this title." +msgstr "Nous avons %s abonnement(s) associé(s) à ce titre." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:165 +msgid "Website" +msgstr "Site web" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:58 +msgid "Wednesday" +msgstr "Mercredi" + +#. %1$s: TMPL_VAR name=firstname +#. %2$s: TMPL_VAR name=surname +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:15 +#, c-format +msgid "Welcome %s %s" +msgstr "Bonjour %s %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:79 +msgid "With selected items :" +msgstr "Avec les éléments cochés" + +#. %1$s: TMPL_VAR name=wthdrawncount +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:250 +#, c-format +msgid "Withdrawn (%s)," +msgstr "Retiré (%s)," + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-userupdate.tmpl:23 +msgid "Work/Fax phone" +msgstr "N° de téléphone/fax bureau" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:271 +msgid "Write or modify your reviews on this biblio." +msgstr "Ecrivez ou modifiez votre commentaire sur cet ouvrage." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:114 +msgid "Year :" +msgstr "Année :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:146 +msgid "Yes" +msgstr "Oui" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:41 +msgid "You already have a reserve placed on this item." +msgstr "Vous avez déjà une réservation en cours pour ce document." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-auth.tmpl:22 +msgid "You are logging from a different IP address. Please log in again." +msgstr "" +"Vous êtes déjà connecté à Koha depuis une autre adresse IP. Merci de vous " +"reconnecter." + +#. SCRIPT +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc:37 +msgid "You book bag is currently empty" +msgstr "Votre panier est actuellement vide" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:41 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:51 +msgid "You currently owe fines and charges amounting to:" +msgstr "Vous avez des dettes pour amendes et frais pour un montant de :" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:7 +msgid "You did not specify any search criteria" +msgstr "Vous n'avez précisé aucun critère de recherche" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:39 +msgid "You did not specify any search criteria." +msgstr "Vous n'avez précisé aucun critère de recherche." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-auth.tmpl:27 +msgid "" +"You entered an incorrect username or password. Please try again! And " +"remember, usernames and passwords are case sensitive." +msgstr "" +"Vous avez saisi un nom d'utilisateur ou mot de passe invalide, merci de " +"réessayer. Et n'oubliez pas que les noms d'utilisateur et les mots de passe " +"sont sensibles à la casse." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:60 +msgid "You have a credit of:" +msgstr "Vous avez un crédit de:" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-readingrecord.tmpl:11 +msgid "You have never borrowed anything from the library." +msgstr "Vous n'avez jamais emprunté de document à la bibliothèque." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-account.tmpl:45 +msgid "You have no Fines or Charges" +msgstr "Vous n'avez pas d'amendes ou de frais" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:153 +msgid "You have nothing checked out" +msgstr "Vous n'avez pas de prêt en cours" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:55 +msgid "You must select a branch for pickup!" +msgstr "Vous devez sélectionner une annexe de retrait !" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:50 +msgid "You must select at least one item." +msgstr "Vous devez sélectionner au moins un type de document." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:140 +msgid "Young Adult" +msgstr "Jeune adulte" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead-basic.inc:5 +msgid "Your Account" +msgstr "Votre compte" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-basket.tmpl:13 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:2 +msgid "Your Book Bag" +msgstr "Votre panier" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead-basic.inc:5 +msgid "Your Virtual Shelves" +msgstr "Vos étagères virtuelles" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:25 +#, c-format +msgid "" +"Your account has been frozen. Usually the reason for freezing an account is " +"old overdues or damage fees.If your account page shows your account " +"to be clear, please consult a librarian." +msgstr "" +"Votre compte a été bloqué. Habituellement, la suspension est due à des " +"anciensretards ou à des pénalités pour détérioration. Si votre page " +"personnelle montre que votre compte est à jour, contactez un " +"bibliothécaire." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-auth.tmpl:35 +msgid "Your card number" +msgstr "Votre numéro de carte" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-passwd.tmpl:19 +msgid "" +"Your current password was entered incorrectly. If this problem persists, " +"please ask a librarian to re-set your password for you." +msgstr "" +"Votre mot de passe actuel a été mal saisi. Si le problème persiste, " +"contactez un bibliothécaire, qui modifiera votre mot de passe à votre place." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:31 +msgid "" +"Your library card has been marked as lost or stolen. If this is an error, " +"please take your card to the circulation desk at your local library and the " +"error will be corrected." +msgstr "" +"Votre carte de bibliothèque a été signalée comme perdue ou volée. Si c'est " +"une erreur, prière d'apporter votre carte à la banque de prêt de votre " +"bibliothèque et l'erreur sera corrigée." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-passwd.tmpl:16 +msgid "Your new password must be at least 6 characters long" +msgstr "Le nouveau mot de passe doit avoir au moins 6 caractères" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-passwd.tmpl:35 +msgid "Your password has been changed" +msgstr "Votre mot de passe a été modifié" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:437 +msgid "[Fewer Options]" +msgstr "[Moins d'options]" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:439 +msgid "[More options]" +msgstr "[Plus d'options]" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:441 +msgid "[New Search]" +msgstr "[Nouvelle Recherche]" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:43 +msgid "acquired in the last" +msgstr "acquis durant les derniers" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:211 +msgid "adulte, haut niveau" +msgstr "Adulte, haut niveau" + +# +#. SCRIPT +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc:37 +msgid "already in the bag" +msgstr "Déjà dans le panier" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:190 +msgid "any" +msgstr "tout" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:270 +msgid "armoiries" +msgstr "Armoiries" + +#. %1$s: TMPL_VAR name=branch +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-user.tmpl:93 +#, c-format +msgid "at %s" +msgstr "à %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:252 +msgid "autobiographie (y compris correspondance...)" +msgstr "Autobiographie (y compris correspondance...)" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:326 +msgid "autres" +msgstr "autres" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:58 +msgid "available at" +msgstr "disponible à" + +#. For the first occurrence, +#. %1$s: TMPL_VAR name=author +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:10 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:17 +#, c-format +msgid "by %s" +msgstr "par %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:188 +msgid "by you." +msgstr "par vous." + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead_adv.inc:18 +msgid "cardholder features" +msgstr "Fonctionnalités pour les détenteurs d'une carte" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:265 +msgid "cartes marines" +msgstr "Cartes marines" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:132 +msgid "classification:" +msgstr "classification:" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:50 +msgid "close this window." +msgstr "Fermer la fenêtre" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authorities-home.tmpl:27 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authorities-home.tmpl:38 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authorities-home.tmpl:49 +msgid "contains" +msgstr "contient" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:416 +msgid "datedue:0000-00-00" +msgstr "date de retour:0000-00-00" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:16 +msgid "day" +msgstr "jour" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:57 +msgid "documents" +msgstr "documents" + +#. META http-equiv=Content-Language +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close-basket-print.inc:4 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close-basket.inc:3 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close-results.inc:3 +msgid "en-us" +msgstr "Anglais-us" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:289 +msgid "encyclopedie" +msgstr "Encyclopédie" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:209 +msgid "enfant" +msgstr "Enfant" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:189 +msgid "everybody" +msgstr "tout le monde" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:269 +msgid "fac-similes" +msgstr "Fac-similés" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:212 +msgid "fiction ou vulg adulte" +msgstr "Fiction ou vulgarisation adulte" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:235 +msgid "fiction, roman" +msgstr "Fiction, roman" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:73 +msgid "for" +msgstr "pour" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:244 +msgid "formes variées ou autres formes litteraires" +msgstr "formes variées ou autres formes littéraires" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:140 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:190 +msgid "free" +msgstr "libre" + +#. IMG +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:185 +msgid "image" +msgstr "image" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:85 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-sendbasket.tmpl:32 +msgid "in" +msgstr "En :" + +#. %1$s: TMPL_VAR name=LibraryName +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl:33 +#, c-format +msgid "in %s Catalog." +msgstr "dans le catalogue de %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:213 +msgid "inconnu" +msgstr "Inconnu" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:286 +msgid "index" +msgstr "Index" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:210 +msgid "jeune adulte" +msgstr "Jeune adulte" + +#. IMG +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc:5 +msgid "koha logo" +msgstr "logo Koha" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:118 +msgid "mc-collection:LH" +msgstr "mc-collection:LH" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:124 +msgid "mc-collection:REF" +msgstr "mc-collection:REF" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:114 +msgid "mc-rtype:i" +msgstr "mc-rtype:i" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:122 +msgid "mc-rtype:j" +msgstr "mc-rtype:j" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:123 +msgid "mc-rtype:o" +msgstr "mc-rtype:o" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:119 +msgid "mc:a" +msgstr "mc:a" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:117 +msgid "mc:c" +msgstr "mc:c" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:112 +msgid "mc:t" +msgstr "mc:t" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:113 +msgid "mc:v" +msgstr "mc:v" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:28 +msgid "month" +msgstr "mois" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:24 +msgid "most issued documents owned by branch" +msgstr "documents les plus empruntés appartenant au site" + +#. INPUT type=checkbox name=limit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:99 +msgid "mt:" +msgstr "mt:" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc:10 +msgid "my book lists" +msgstr "mes étagères virtuelles" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc:7 +msgid "my reading history" +msgstr "mon historique de lecture" + +#. INPUT type=checkbox name=all +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl:90 +msgid "next-available" +msgstr "prochain disponible" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:295 +msgid "norme" +msgstr "Norme" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:49 +msgid "on" +msgstr "le" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:188 +msgid "only" +msgstr "seulement" + +#. %1$S: type=text name=desc_or_asc +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-recacquisitions.tmpl:33 +#, c-format +msgid "over the last %S days" +msgstr "acquis dans les %S derniers jours" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:266 +msgid "plans" +msgstr "Plans" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:139 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:188 +msgid "private" +msgstr "privé" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:139 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:189 +msgid "public" +msgstr "public" + +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc:13 +msgid "purchase suggestions" +msgstr "suggestions d'achat" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:37 +msgid "quarter" +msgstr "trimestre" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:84 +msgid "remove" +msgstr "retirer" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:287 +msgid "resume" +msgstr "Résumé" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:208 +msgid "scolaire" +msgstr "Scolaire" + +#. %1$s: TMPl_VAR name=startdate +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:78 +#, c-format +msgid "since %s" +msgstr "depuis %s" + +#. %1$s: TMPL_VAR name=timeLimit +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:63 +#, c-format +msgid "since %s months" +msgstr "depuis %s mois" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authorities-home.tmpl:28 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authorities-home.tmpl:39 +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-authorities-home.tmpl:50 +msgid "start by" +msgstr "commence par" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:292 +msgid "statistiques" +msgstr "Statistiques" + +#. META http-equiv=Content-Type +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close-results.inc:2 +msgid "text/html; charset=" +msgstr "text/html; charset=" + +#. META http-equiv=Content-Type +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close-basket-print.inc:2 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close-basket.inc:2 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close-results.inc:2 +#: ../../koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc:2 +msgid "text/html; charset=utf-8" +msgstr "text/html; charset=utf-8" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:15 +msgid "the" +msgstr "le" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl:61 +msgid "the library" +msgstr "la bibliothèque" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl:18 +msgid "to a Virtual Shelf" +msgstr "vers une étagère virtuelle" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl:381 +msgid "tout support" +msgstr "Tout support" + +#. %1$S: type=text name=number +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-tags_subject.tmpl:13 +#, c-format +msgid "up to %S subjects" +msgstr "jusqu'à %S sujets" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:190 +msgid "user." +msgstr "utilisateur." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:140 +msgid "virtual shelf can be added to and changed by any user." +msgstr "étagère virtuelle peut être gérée par tout le monde." + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:190 +msgid "virtual shelf can be added to or changed by" +msgstr "étagère virtuelle peut-être gérée par" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:189 +msgid "virtual shelf can be seen by" +msgstr "étagère virtuelle peut être vue par" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:139 +msgid "virtual shelf can be seen by everybody, but managed only by you." +msgstr "" +"étagère virtuelle peut être gérée par vous seul mais êtrevue par tout le " +"monde." + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:188 +msgid "virtual shelf is managed by you and can be seen" +msgstr "étagère virtuelle est gérée par vous seul, et peut être vue" + +# +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl:139 +msgid "virtual shelf is managed by you and can be seen only by you." +msgstr "étagère virtuelle est gérée et être vue par vous seul." + +#. %1$s: TMPL_VAR name=volume +#. %2$s: TMPL_VAR name=volumedate +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:100 +#, c-format +msgid "vol. %s %s" +msgstr "vol. %s, %s" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl:195 +msgid "we don't have any physical item for this document" +msgstr "nous n'avons aucun exemplaire physique de ce document" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:19 +msgid "week" +msgstr "semaine" + +#: ../../koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl:43 +msgid "year" +msgstr "année" + diff --git a/misc/xslt/MARC21slim2MODS3-1.xsl b/misc/xslt/MARC21slim2MODS3-1.xsl new file mode 100644 index 0000000000..a406b8637d --- /dev/null +++ b/misc/xslt/MARC21slim2MODS3-1.xsl @@ -0,0 +1,2521 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + BK + SE + + + BK + MM + CF + MP + VM + MU + + + + + + + + + b + afgk + + + + + abfgk + + + + + + + + + + + + + + + + + + <xsl:value-of select="substring($titleChop,@ind2+1)"/> + + + + + <xsl:value-of select="$titleChop"/> + + + + + + + + + b + b + afgk + + + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:call-template name="subfieldSelect"> + <xsl:with-param name="codes">a</xsl:with-param> + </xsl:call-template> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:call-template name="subfieldSelect"> + <!-- 1/04 removed $h, b --> + <xsl:with-param name="codes">a</xsl:with-param> + </xsl:call-template> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:call-template name="subfieldSelect"> + <!-- 1/04 removed $h, $b --> + <xsl:with-param name="codes">af</xsl:with-param> + </xsl:call-template> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + <xsl:variable name="str"> + <xsl:for-each select="marc:subfield"> + <xsl:if test="(contains('adfklmor',@code) and (not(../marc:subfield[@code='n' or @code='p']) or (following-sibling::marc:subfield[@code='n' or @code='p'])))"> + <xsl:value-of select="text()"/> + <xsl:text> </xsl:text> + </xsl:if> + </xsl:for-each> + </xsl:variable> + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:value-of select="substring($str,1,string-length($str)-1)"/> + </xsl:with-param> + </xsl:call-template> + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:call-template name="subfieldSelect"> + <xsl:with-param name="codes">ah</xsl:with-param> + </xsl:call-template> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + + creator + + + + + + + + + creator + + + + + + + + + creator + + + + + + + + + + + + + + + + + + + + + + + + + + + personal + + + + + + + + + + yes + + + yes + + + text + cartographic + notated music + sound recording-nonmusical + sound recording-musical + still image + moving image + three dimensional object + software, multimedia + mixed material + + + + globe + + + remote sensing image + + + + + + map + + + atlas + + + + + + + + database + + + loose-leaf + + + series + + + newspaper + + + periodical + + + web site + + + + + + + + abstract or summary + + + bibliography + + + catalog + + + dictionary + + + encyclopedia + + + handbook + + + legal article + + + index + + + discography + + + legislation + + + theses + + + survey of literature + + + review + + + programmed text + + + filmography + + + directory + + + statistics + + + technical report + + + legal case and case notes + + + law report or digest + + + treaty + + + + + + conference publication + + + + + + + + numeric data + + + database + + + font + + + game + + + + + + patent + + + festschrift + + + + biography + + + + + essay + + + drama + + + comic strip + + + fiction + + + humor, satire + + + letter + + + novel + + + short story + + + speech + + + + + + + biography + + + conference publication + + + drama + + + essay + + + fiction + + + folktale + + + history + + + humor, satire + + + memoir + + + poetry + + + rehearsal + + + reporting + + + sound + + + speech + + + + + + + art original + + + kit + + + art reproduction + + + diorama + + + filmstrip + + + legal article + + + picture + + + graphic + + + technical drawing + + + motion picture + + + chart + + + flash card + + + microscope slide + + + model + + + realia + + + slide + + + transparency + + + videorecording + + + toy + + + + + + + + abvxyz + - + + + + + + + + + code + marccountry + + + + + + + + code + iso3166 + + + + + + + + text + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + :,;/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + monographic + continuing + + + + + + + ab + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + reformatted digital + + + + + + + + + + + + + + + +
    braille
    +
    + +
    print
    +
    + +
    electronic
    +
    + +
    microfiche
    +
    + +
    microfilm
    +
    +
    + + +
    + + + + + +
    +
    + +
    + + + + + +
    +
    + +
    + + + + + +
    +
    + +
    + + + + + +
    +
    + +
    + + + + + +
    +
    + +
    + + + + + +
    +
    + +
    + + +
    + + + + access + + + preservation + + + replacement + + + + + + + + + + + + abce + + + +
    + + + + + + + + + + ab + + + + + + + + agrt + + + + + + + ab + + + + + + + + + adolescent + + + adult + + + general + + + juvenile + + + preschool + + + specialized + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + defg + + + + + + + + + + marcgaciso3166 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ab + + + + + + + abx + + + + + + + ab + + + + + + + + + + + + + + + + + + + + + + + + ab + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:call-template name="subfieldSelect"> + <xsl:with-param name="codes">av</xsl:with-param> + </xsl:call-template> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:call-template name="subfieldSelect"> + <xsl:with-param name="codes">av</xsl:with-param> + </xsl:call-template> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + + abcx3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:call-template name="specialSubfieldSelect"> + <xsl:with-param name="anyCodes">tfklmorsv</xsl:with-param> + <xsl:with-param name="axis">t</xsl:with-param> + <xsl:with-param name="afterCodes">g</xsl:with-param> + </xsl:call-template> + </xsl:with-param> + </xsl:call-template> + + + + + + + aq + t + g + + + + + + + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:call-template name="specialSubfieldSelect"> + <xsl:with-param name="anyCodes">tfklmorsv</xsl:with-param> + <xsl:with-param name="axis">t</xsl:with-param> + <xsl:with-param name="afterCodes">dg</xsl:with-param> + </xsl:call-template> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + + + + + + + + + c + t + dgn + + + + + + + + + + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:call-template name="specialSubfieldSelect"> + <xsl:with-param name="anyCodes">tfklsv</xsl:with-param> + <xsl:with-param name="axis">t</xsl:with-param> + <xsl:with-param name="afterCodes">g</xsl:with-param> + </xsl:call-template> + </xsl:with-param> + </xsl:call-template> + + + + + + + aqdc + t + gn + + + + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:call-template name="subfieldSelect"> + <xsl:with-param name="codes">adfgklmorsv</xsl:with-param> + </xsl:call-template> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:value-of select="marc:subfield[@code='a']"/> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:call-template name="specialSubfieldSelect"> + <xsl:with-param name="anyCodes">tfklmorsv</xsl:with-param> + <xsl:with-param name="axis">t</xsl:with-param> + <xsl:with-param name="afterCodes">g</xsl:with-param> + </xsl:call-template> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + aq + t + g + + + + + + + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:call-template name="specialSubfieldSelect"> + <xsl:with-param name="anyCodes">tfklmorsv</xsl:with-param> + <xsl:with-param name="axis">t</xsl:with-param> + <xsl:with-param name="afterCodes">dg</xsl:with-param> + </xsl:call-template> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + + + + + + + + + c + t + dgn + + + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:call-template name="specialSubfieldSelect"> + <xsl:with-param name="anyCodes">tfklsv</xsl:with-param> + <xsl:with-param name="axis">t</xsl:with-param> + <xsl:with-param name="afterCodes">g</xsl:with-param> + </xsl:call-template> + </xsl:with-param> + </xsl:call-template> + + + + + + + aqdc + t + gn + + + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:call-template name="subfieldSelect"> + <xsl:with-param name="codes">adfgklmorsv</xsl:with-param> + </xsl:call-template> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + issue numbermatrix numbermusic platemusic publishervideorecording identifier + + + + ba + ab + + + + + + + + + + ab + + + + + + + + ab + + + + + + doihdluri + + + + + + + + + + + + + y3z + + + + + + + + + + + + + + + + + y3 + + + + + + + + + + + abje + + + + + + + + abcd35 + + + + + + + abcde35 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + n + n + fgkdlmor + + + + + p + p + fgkdlmor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + g + g + pst + + + + + p + p + fgkdlmor + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cdn + + + + + + + + + + aq + + + + :,;/ + + + + + + + + + + acdeq + + + + + + constituent + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:value-of select="."/> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:value-of select="."/> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:value-of select="."/> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:value-of select="."/> + </xsl:with-param> + </xsl:call-template> + + + + + + + + + + + + + + + code + marcgac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + lcshlcshacmeshnalcshrvm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + aq + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cdnp + + + + + + + + + + + + + + + abcdeqnp + + + + + + + + + + + + + + + + + + + <xsl:call-template name="chopPunctuation"> + <xsl:with-param name="chopString"> + <xsl:call-template name="subfieldSelect"> + <xsl:with-param name="codes">adfhklor</xsl:with-param> + </xsl:call-template> + </xsl:with-param> + </xsl:call-template> + <xsl:call-template name="part"/> + + + + + + + + + + + + + abcd + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + bc + + + + + + + + + + + + + + + + + yes + + + + + + + + + + + + + + + + + ArabicLatinChinese, Japanese, KoreanCyrillicHebrewGreek + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + summary or subtitlesung or spoken textlibrettotable of contentsaccompanying materialtranslation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + summary or subtitlesung or spoken textlibrettotable of contentsaccompanying materialtranslation + + + + + + + + + + + + +
    + + \ No newline at end of file diff --git a/misc/zebra/bib1_authorities.att b/misc/zebra/bib1_authorities.att new file mode 100644 index 0000000000..b67124955d --- /dev/null +++ b/misc/zebra/bib1_authorities.att @@ -0,0 +1,173 @@ +# $Id$ +# auth1 Attribute Set +name auth1 +reference Bib-1 +include bib1.att +include gils.att + + +# Koha Specific Stuff + +att 8900 Call-Number +att 8800 date-entered-on-file +att 8801 date1 +att 8802 date2 +att 8805 language +att 8822 ff8-22 +att 8833 ff8-33 +att 8834 ff8-34 + +att 8700 ff7-00 +att 8701 ff7-01 +att 8702 ff7-02 + +###################################################################### +###################################################################### +#Authorities +###################################################################### +###################################################################### + +####################################### +#Coded Entries +####################################### + +#used in $5 for relationships +#Coded field + +att 9200 Auth-RelationShip + +#used in $2 should contain authtypecode if authority is an other type +#Coded field +att 9210 Auth-Internal-authtype + +#used in $3 should contain authid if authority is an other type +#Coded field +att 9220 Auth-Internal-LN + +#used in $7 should contain Script language +#Coded field (Greek, and other alphabets) +att 9230 Auth-Script + +#used in $8 should contain Entity language +#Coded field (Greek, and other alphabets) +att 9240 Auth-Language + +#BUGFIX ?? +# Maybe there could be a problem to define so few types. +# We could have MANY undesired results not to have a specialization by Authtype +# It can be added + +#used in $2 should contain authtypecode if authority is an other type +#Coded field +#Can be found also by Authority/format-id +att 9250 Authority/format-id + + +###################################################### +# Global search (Any AuthorityType) +###################################################### +att 9001 Heading +att 9002 See +att 9003 See-also +att 9004 Parallel +att 9005 Heading-entity +att 9006 See-Entity +att 9007 See-also-Entity +att 9008 Parallel-Entity +#att 9009 Subject-heading is already defined +#att 9000 Name-geographic + +###################################################### +# Main Entries +###################################################### + +att 9011 Personal-heading +att 9012 Corporate-heading +att 9013 Conference-heading +att 9014 Place-heading +att 9015 Trademark-heading +att 9016 Title-uniform +att 9017 Collective-Title-uniform +att 9018 Place-Access +#att 9019 Subject-heading is already defined +#att 9010 Name-geographic + +att 9021 Personal-see +att 9022 Corporate-see +att 9023 Conference-see +att 9024 Place-see +att 9025 Trademark-see +att 9026 Title-uniform-see +att 9027 Collective-Title-uniform-see +att 9028 Place-Access-see +att 9029 Subject-see +att 9020 Name-geographic-see + +att 9031 Personal-see-also +att 9032 Corporate-see-also +att 9033 Conference-see-also +att 9034 Place-see-also +att 9035 Trademark-see-also +att 9036 Title-uniform-see-also +att 9037 Collective-Title-uniform-see-also +att 9038 Place-Access-see-also +att 9039 Subject-see-also +att 9030 Name-geographic-see-also + +att 9041 Personal-parallel +att 9042 Corporate-parallel +att 9043 Conference-parallel +att 9044 Place-parallel +att 9045 Trademark-parallel +att 9046 Title-uniform-parallel +att 9047 Collective-Title-uniform-parallel +att 9048 Place-Access-parallel +att 9049 Subject-parallel +att 9040 Name-geographic-parallel + + +###################################### +#Whole record +###################################### +att 9101 Personal-heading-entity +att 9102 Corporate-heading-entity +att 9103 Conference-heading-entity +att 9104 Place-heading-entity +att 9105 Trademark-heading-entity +att 9106 Title-uniform-entity +att 9107 Collective-Title-uniform-entity +att 9108 Place-Access-entity +att 9109 Subject-heading-entity +att 9130 Name-geographic-entity + +att 9111 Personal-see-entity +att 9112 Corporate-see-entity +att 9113 Conference-see-entity +att 9114 Place-see-entity +att 9115 Trademark-see-entity +att 9116 Title-see-entity +att 9117 Collective-Title-uniform-see-entity +att 9118 Place-Access-see-entity +att 9119 Subject-see-entity + +att 9121 Personal-see-also-entity +att 9122 Corporate-see-also-entity +att 9123 Conference-see-also-entity +att 9124 Place-see-also-entity +att 9125 Trademark-see-also-entity +att 9126 Title-see-also-entity +att 9127 Collective-Title-uniform-see-also-entity +att 9128 Place-Access-see-also-entity +att 9129 Subject-see-also-entity + +att 9131 Personal-parallel-entity +att 9132 Corporate-parallel-entity +att 9133 Conference-parallel-entity +att 9134 Place-parallel-entity +att 9135 Trademark-parallel-entity +att 9136 Title-parallel-entity +att 9137 Collective-Title-uniform-parallel-entity +att 9138 Place-Access-parallel-entity +att 9139 Subject-parallel-entity + + diff --git a/misc/zebra/bib1_biblios.att b/misc/zebra/bib1_biblios.att new file mode 100644 index 0000000000..04dff49853 --- /dev/null +++ b/misc/zebra/bib1_biblios.att @@ -0,0 +1,122 @@ +# $Id$ +# Bib-1 Attribute Set +name bib1 +reference Bib-1 + +att 1 Personal-name +att 2 Corporate-name +att 3 Conference-name +att 4 Title +att 5 Title-series +att 6 Title-uniform +att 7 ISBN +att 8 ISSN +att 9 LC-card-number +att 10 BNB-card-number +att 11 BGF-number +att 12 Local-number +att 13 Dewey-classification +att 14 UDC-classification +att 15 Bliss-classification +att 16 LC-call-number +att 17 NLM-call-number +att 18 NAL-call-number +att 19 MOS-call-number +att 20 Local-classification +att 21 Subject-heading +att 22 Subject-Rameau +att 23 BDI-index-subject +att 24 INSPEC-subject +att 25 MESH-subject +att 26 PA-subject +att 27 LC-subject-heading +att 28 RVM-subject-heading +att 29 Local-subject-index +att 30 Date +att 31 Date-of-publication +att 32 Date-of-acquisition +att 33 Title-key +att 34 Title-collective +att 35 Title-parallel +att 36 Title-cover +att 37 Title-added-title-page +att 38 Title-caption +att 39 Title-running +att 40 Title-spine +att 41 Title-other-variant +att 42 Title-former +att 43 Title-abbreviated +att 44 Title-expanded +att 45 Subject-precis +att 46 Subject-rswk +att 47 Subject-subdivision +att 48 Number-natl-biblio +att 49 Number-legal-deposit +att 50 Number-govt-pub +att 51 Number-music-publisher +att 52 Number-db +att 53 Number-local-call +att 54 Code-language +att 55 Code-geographic +att 56 Code-institution +att 57 Name-and-title +att 58 Name-geographic +att 59 Place-publication +att 60 CODEN +att 61 Microform-generation +att 62 Abstract +att 63 Note +att 1000 Author-title +att 1001 Record-type +att 1002 Name +att 1003 Author +att 1004 Author-name-personal +att 1005 Author-name-corporate +att 1006 Author-name-conference +att 1007 Identifier-standard +att 1008 Subject-LC-childrens +att 1009 Subject-name-personal +att 1010 Body-of-text +att 1011 Date/time-added-to-db +att 1012 Date/time-last-modified +att 1013 Authority/format-id +att 1014 Concept-text +att 1015 Concept-reference +att 1016 Any +att 1017 Server-choice +att 1018 Publisher +att 1019 Record-source +att 1020 Editor +att 1021 Bib-level +att 1022 Geographic-class +att 1023 Indexed-by +att 1024 Map-scale +att 1025 Music-key +att 1026 Related-periodical +att 1027 Report-number +att 1028 Stock-number +att 1030 Thematic-number +att 1031 Material-type +att 1032 Doc-id +att 1033 Host-item +att 1034 Content-type +att 1035 Anywhere +att 1036 Author-Title-Subject + +# Koha Specific Stuff + +att 8900 Call-Number +att 8910 Koha-Auth-Number +att 8800 date-entered-on-file +att 8801 date1 +att 8802 date2 +att 8805 language +att 8822 ff8-22 +att 8833 ff8-33 +att 8834 ff8-34 + +att 8700 ff7-00 +att 8701 ff7-01 +att 8702 ff7-02 + +att 9523 popularity diff --git a/misc/zebra/ccl.properties b/misc/zebra/ccl.properties new file mode 100644 index 0000000000..9c4b5b47fc --- /dev/null +++ b/misc/zebra/ccl.properties @@ -0,0 +1,1043 @@ +# CCL field mappings +# $Id$ +# There are four types of lines in a CCL profile: +# 1. qualifier specification +# qualifier-name [ attributeset ,] type = val [ attributeset ,] type = val ... +# +# 2. qualifier alias +# q q1 q2 q3 +# +# 3. comments +# comments begin with +# +# 4. directives +# @ directive value +# +# see http://indexdata.dk/yaz/doc/tools.tkl#CCL for more details +# +# The rule below is used when no fields are specified +term t=l,r s=al +# +# Simple rule for a field called "clean" +clean t=l,r + +### 1. BIB1 USE ATTRIBUTES MAPPED TO CCL QUALIFIERS +# +# SEE http://www.loc.gov/z3950/agency/bib1.html +# +# The notation '$' following a USMARC tag refers to a +# subfield of the named field. The notation 'i' following a +# USMARC tag refers to values of the second indicator in the named +# field; when the second indicator of the field has the value +# , the data in the field is associated with that Use +# attribute. +# +#Use Value Definition USMARC tag(s) +#-------------------- ----- ------------------------------ ------------------ +#Abstract 62 An abbreviated, accurate 520 +# representation of a work, +# usually without added +# interpretation or criticism. +Abstract 1=62 +ab Abstract + +#Any 1016 The record is selected if there +# exists a Use attribute that the +# target supports (and considers +# appropriate - see note 1) such +# that the record would be +# selected if the target were to +# substitute that attribute. +# Notes: +# (1) When the origin uses 'any' the intent is that the target +# locate records via commonly used access points. The target +# may define 'any' to refer to a selected set of Use +# attributes corresponding to its commonly used access points. +# (2) In set terminology: when Any is the Use attribute, the set +# of records selected is the union of the sets of records +# selected by each of the (appropriate) Use attributes that +# the target supports. +Any 1=1016 +kw Any + +#Anywhere 1035 The record is selected if the +# term value (as qualified by the +# other attributes) occurs anywhere +# in the record. +# +# Note: A target might choose to support 'Anywhere' only in +# combination with specific (non-Use) attributes. For example, a +# target might support 'Anywhere' only in combination with the +# Relation attribute 'AlwaysMatches' (see below), to locate all +# records in a database. +# +# Notes on relationship of Any and Anywhere: +# (1) A target may support Any but not Anywhere, or vice versa, or +# both. However, if a target supports both, then it should +# exclude 'Anywhere' from the list of Use attributes +# corresponding to 'Any' (if it does not do so, then the set +# of records located by 'Any' will be a superset of those +# located by 'Anywhere'). +# (2) A distinction between the two attributes may be informally +# expressed as follows: 'anywhere' might result in more +# expensive searching than 'any'; if the target (and origin) +# support both 'any' and 'anywhere', if the origin uses 'Any' +# (rather than 'Anywhere') it is asking the target to locate +# the term only if it can do so relatively inexpensively. +#Anywhere 1=1035 + +#Author-name 1003 A personal or corporate author, 100, 110, 111, 400 +# or a conference or meeting 410, 411, 700, 710, +# name. (No subject name 711, 800, 810, 811 +# headings are included.) +Author 5=1 1=1003 s=pw +au Author + +#Author-name-and- 1000 A personal or corporate author, 100/2XX, 110/2XX, +#title or a conference or meeting 111/2XX, subfields +# name, and the title of the $a & $t in +# item. (No subject name following: 400,410, +# headings are included.) The 411, 700, 710, 711, +# syntax of the name-title 800, 810, 811 +# combination is up to the +# target, unless used with the +# Structure attribute Key (see +# below). +#Author-title 1=1000 + +#Author-name- 1005 An organization or a group 110, 410, 710, 810 +#corporate of persons that is identified +# by a particular name. (Differs +# from attribute "name-corporate +# (2)" in that corporate name +# subject headings are not +# included.) +#Author-name-corporate 1=1005 + +#Author-name- 1006 A meeting of individuals or 111, 411, 711, 811 +#conference representatives of various +# bodies for the purpose of +# discussing topics of common +# interest. (Differs from +# attribute "name-conference +# (3)" in that conference name +# subject headings are not +# included.) +#Author-name-conference 1=1006 +#af Author-name-conference + +#Author-name-personal 1004 A person's real name, 100, 400, 700, 800 +# pseudonym, title of nobility +# nickname, or initials. +# (Differs from attribute +# "name-personal (1)" in that +# personal name subject headings +# are not included.) +#Author-name-personal 1=1004 + +#Author-Title-Subject 1036 An author or a title or a 1XX, 2XX, 4XX, +# subject. 6XX, 7XX, 8XX +# +# Note: When the Use attribute is Author-name-and-title (1000) +# the term contains both an author name and a title. When the +# Use attribute is Author-Title-Subject (1036), the term +# contains an author name or a title or a subject. +#Author-Title-Subject 1=1036 + +#Body of text 1010 Used in full-text searching to +# indicate that the term is to +# be searched only in that +# portion of the record that the +# target considers the body of +# the text, as opposed to some +# other discriminated part such +# as a headline, title, or +# abstract. +#Body-of-text 1=1010 + +#Classification-Bliss 15 A classification number from +# the Bliss Classification, +# developed by Henry Evelyn +# Bliss. +#Bliss-classification 1=15 + +#Classification-Dewey 13 A classification number from 082 +# the Dewey Decimal +# Classification, developed by +# Melvyl Dewey. +#Dewey-classification 1=13 + +#Classification- 50 A classification number 086 +#government-publication assigned to a government +# document by a government +# agency at any level (e.g., +# state, national, +# international). +#Number-govt-pub 1=50 + +#Classification-LC 16 A classification number from 050 +# the US Library of Congress +# Classification. +#LC-call-number 1=16 +# +#Classification-local 20 A local classification +# number from a system not +# specified elsewhere in this +# list of attributes. +Local-classification 1=20 +lcn Local-classification +callnum Local-classification +#Local-classification cc callnum dewey +# +#Classification-NAL 18 A classification number from 070 +# the US National Agriculture +# Library Classification. +#NAL-call-number 1=18 +# +#Classification-NLM 17 A classification number from 060 +# the US National Library of +# Medicine Classification. +#NLM-call-number 1=17 +# +#Classification-MOS 19 A classification number from +# Mathematics Subject +# Classification, compiled +# in the Editorial Offices of +# Mathematical Reviews and +# Zentralblatt fur Mathematik. +#MOS-call-number 1=19 +# +#Classification-UDC 14 A classification number from 080 +# Universal Decimal +# Classification, a system based +# on the Dewey Decimal +# Classification. +#UDC-classification 1=14 +# +#Code-bib-level 1021 A one-character alphabetic Leader/07 +# code indicating the +# bibliographic level such as +# monograph, serial or collection +# of the record. +#Bib-level 1=1021 +# +#Code-geographic-area 55 A code that indicates the 043 +# geographic area(s) that appear +# or are implied in the headings +# assigned to the item during +# cataloging. +#Code-geographic 1=55 +# +#Code-geographic- 1022 A code that represents the 052 +#class geographic area and if +# applicable the geographic +# subarea covered by an item. +# The codes are derived from +# the LC Classification-Class G +# and the expanded Cutter number +# list. +#Geographic-class 1=1022 +# +#Code-institution 56 An authoritative-agency 040, 852$a +# symbol for an institution +# that is the source of the +# record or the holding +# location. The code space is +# defined by the target. +#Code-institution 1=56 +# +#Code-language 54 A code that indicates the 008/35-37, 041 +# language of the item. +# The codes are defined by the +# target. +language 1=54 +ln language + +#Code-map-scale 1024 Coded form of cartographic 034 +# mathematical data, including +# scale, projection and/or +# coordinates related to the +# item. +#Map-scale 1=1024 + +#Code-microform- 61 The code specifying the 007/11 +#generation generation of a microform. +#Microform-generation 1=61 +#material-designation Microform-generation + +#Code-record-type 1001 A code that specifies the Leader/06 +# characteristics and defines +# the components of the record. +# The codes are target-specific. +Record-type 1=1001 +rtype Record-type +mc-rtype Record-type +mus 1=1001 + +#Concept-reference 1015 Used within Z39.50-1988; +# included here for historical +# reasons but its use is +# deprecated. +#Concept-reference 1=1015 + +#Concept-text 1014 Used within Z39.50-1988; +# included here for historical +# reasons but its use is +# deprecated. +#Concept-text 1=1014 + +#Content-type 1034 The type of materials derived value +# contained in the item or from 008/24-27 +# publication. For example: +# review, catalog, encyclopedia, +# directory. +Content-type 1=1034 t=b +ctype Content-type + +#Control number-BNB 10 Character string that uniquely 015 +# identifies a record in the +# British National Bibliography. +#BNB-card-number 1=10 + +#Control number-BNF 11 Character string that uniquely 015 +# identifies a record in the +# Bibliotheque Nationale Francais. +#BGF-number 1=11 + +#Control number-DB 52 Character string that uniquely 015 +# identifies a record in the +# Deutsche Bibliothek. +#Number-db 1=52 + +#Control number-LC 9 Character string that uniquely 010, 011 +# identifies a record in the +# Library of Congress database. +#LC-card-number 1=9 +#lc-card LC-card-number + +#Control number-local 12 Character string that uniquely 001, 035 +# identifies a record in a local +# system (i.e., any system that +# is not one of the four listed +# above). +Local-number 1=12 + +#Date 30 The point of time at which 005, 008/00-05, +# a transaction or event 008/07-10, 260$c, +# takes place. 008/11-14, 033,etc. +Date 1=30 4=109 r=r +#yr Date + +#Date-publication 31 The date (usually year) in 008/07-10, 260$c +# which a document is published. 046, 533$d +Date-of-publication 1=31 4=109 r=r +#dp Date-of-publication +yr Date-of-publication + +#Date-acquisition 32 The date when a document was 541$d +# acquired. +Date-of-acquisition 1=32 +acqdate Date-of-acquisition +#da Date-of-acquisition + +#Date/time added to 1011 The date and time that a 008/00-05 +#database record was added to the +# database. +#Date-time-added-to-db 1=1011 + +#Date/time last 1012 The date and time a record 005 +#modified was last updated. +#Date-time-last-modified 1=1012 + +#Identifier-- 1013 Used in full-text searching +#authority/format to indicate to the target +# system the format of the +# document that should be +# returned to the originating +# system. The attribute carries +# not only the format code, but +# also the authority (e.g., +# system) that assigned that +# code. +#Authority/format-id 1=1013 + +#Identifier-CODEN 60 A six-character, unique, 030 +# alphanumeric code assigned +# to serial and monographic +# publications by the CODEN +# section of the Chemical +# Abstracts Service. +#CODEN 1=60 + +#Identifier-document 1032 An identifier or Doc-ID, +# assigned by a server, that +# uniquely identifies a document +# on that server. May or may +# not be persistent. May be, +# for example, a URL. +# Note: this definition was modified October 1997. +#Doc-id 1=1032 + +#Identifier-ISBN 7 International Standard Book 020 +# Number -- internationally +# agreed upon number that +# identifies a book uniquely. +# Cf. ANSI/NISO Z39.21 and +# ISO 2108. +ISBN 1=7 +nb ISBN + +#Identifier-ISSN 8 International Standard Serial 022, 4XX$x, +# Number -- internationally 7XX$x +# agreed upon number that +# identifies a serial uniquely. +# Cf. ANSI/NISO z39.9 and +# ISO 3297. +ISSN 1=8 +ns ISSN + +#Identifier-legal- 49 The copyright registration 017 +#deposit number that is assigned to +# an item when the item is +# deposited for copyright. +#Number-legal-deposit 1=49 + +#Identifier-local-call 53 Call number (e.g., shelf location) +# assigned by a local system +# (not a classification number). +#Number-local-call 1=53 + +#Identifier-national- 48 Character string that uniquely 015 +#bibliography identifies a record in a +# national bibliography. +#Number-natl-biblio 1=48 + +#Identifier-publisher- 51 A formatted number assigned 028 +#for-music by a publisher to a sound +# recording or to printed music. +#Number-music-publisher 1=51 + +#Identifier-report 1027 A report number assigned to 027, 088 +# the item. This number could be +# the STRN (Standard Technical +# Report Number) or another +# report number. +# Cf. ANSI/NISO Z39.23 and +# ISO 10444. +#Report-number 1=1027 + +#Identifier-standard 1007 Standard numbers such as ISBN, 010, 011, 015, 017, +# ISSN, music publishers 018, 020, 022, 023, +# numbers, CODEN, etc., that 024, 025, 027, 028, +# are indexed together in many 030, 035, 037 +# online public-access catalogs. +#Identifier-standard 1=1007 4=6 +Local-number 1=12 +#sn Identifier-standard +sn Local-number +# +#Identifier-stock 1028 A stock number that could be 037 +# used for ordering the item. +Stock-number 1=1028 +bc Stock-number + +#Identifier-thematic 1030 The numeric designation for a $n in the following: +# part/section of a work such as 130, 240, 243, 630, +# the serial, opus or thematic 700, 730 +# index number. +#Thematic-number 1=1030 + +#Indexed-by 1023 For serials, a publication 510 +# in which the serial has been +# indexed and/or abstracted. +#Indexed-by 1=1023 + +#Material-type 1031 A free-form string, more derived value from +# specific than the one-letter Leader/06-07, 007, +# code in Leader/06, that 008, and 502 +# describes the material type +# of the item, e.g., cassette, +# kit, computer database, +# computer file. +Material-type 1=1031 +#itemtype Material-type +#collection Material-type +collection-code Material-type +mt Material-type +mc-collection Material-type +#dt-lh Material-type + +#Music-key 1025 A statement of the key in $r in the following: +# which the music is written. 130, 240, 243, 630, +# 700, 730 +#Music-key 1=1025 + +#Name 1002 The name of a person, corporate 100, 110, 111, 400, +# body, conference, or meeting. 410, 411, 600, 610, +# (Subject name headings are 611, 700, 710, 711, +# included.) 800, 810, 811 +#Name 1=1002 + +#Name-and-title 57 The name of a person, corporate 100/2XX, 110/2XX, +# body, conference, or meeting, 111/2XX, subfields +# and the title of an item. $a & $t in +# (Subject name headings are following: 400,410, +# included.) The syntax of the 411, 600, 610, 611, +# name-title combination is up 700, 710, 711, 800, +# to the target, unless used 810, 811 +# with the Structure attribute +# Key (see below). +#Name-and-title 1=57 + +#Name-corporate 2 An organization or a group 110, 410, 610, 710, +# of persons that is identified 810 +# by a particular name. (Subject +# name headings are included.) +#Corporate-name 1=2 +#cpn Corporate-name + +#Name-conference 3 A meeting of individuals or 111, 411, 611, 711 +# representatives of various 811 +# bodies for the purpose of +# discussing topics of common +# interest. (Subject name +# headings are included.) +#Conference-name 1=3 +#cfn Conference-name + +#Name-editor 1020 A person who prepared for 100 $a or 700 $a when +# publication an item that is the corresponding $e +# not his or her own. contains value 'ed.' +#Editor 1=1020 + +#Name-geographic 58 Name of a country, 651 +# jurisdiction, region, or +# geographic feature. +#Name-geographic 1=58 + +#Name-geographic-place- 59 City or town where an item 008/15-17, 260$a +#publication was published. + +#Name-personal 1 A person's real name, 100, 400, 600, 700, +# pseudonym, title of nobility 800 +# nickname, or initials. +#Personal-name 1=1 +#pn Personal-name + +#Name-publisher 1018 The organization responsible 260$b +# for the publication of the +# item. +Publisher 1=1018 +pb Publisher + +#Note 63 A concise statement in which 5XX +# such information as extended +# physical description, +# relationship to other works, +# or contents may be recorded. +Note 1=63 +nt Note + +#Record-source 1019 The USMARC code or name of the 008/39, 040 +# organization(s) that created +# the original record, assigned +# the USMARC content designation +# and transcribed the record into +# machine-readable form, or +# modified the existing USMARC +# record; the cataloging source. +#Record-source 1=1019 + +#Server-choice 1017 The target substitutes one or +# more access points. The origin +# leaves the choice to the target. +# +# +# Notes on relationship of Any and Server-choice: +# (1) When the origin uses 'Server-choice' it is asking the target +# to select one or more access points, and to use its best +# judgment in making that selection. When 'Any' is used, +# there is no selection process involved; the target is to +# apply all of the (appropriate) supported Use attributes. +# The origin is asking the target to make a choice of access +# points. +# (2) The target might support 'Any' and not 'Server-choice', or +# vice versa, or both. If the target supports both, when the +# origin uses 'Server-choice', the target might choose 'Any'; +# however, it might choose any other Use attribute. +#Server-choice 1=1017 + +#Subject 21 The primary topic on which a 600, 610, 611, 630, +# work is focused. 650, 651, 653, 654, +# 655, 656, 657, 69X +Subject 1=21 +su Subject +su-to Subject +su-geo Subject +su-ut Subject +#Subject-BDI 23 Subject headings from +# Bibliotek Dokumentasjon +# Informasjon -- a controlled +# subject vocabulary used and +# maintained by the five Nordic +# countries (Denmark, Finland, +# Iceland, Norway, and Sweden). +#BDI-index-subject 1=23 + +#Subject-INSPEC 24 Subject headings from 600i2, 610i2, +# Information Services for the 611i2, 630i2, +# Physics and Engineering 650i2, 651i2 +# Communities -- the Information +# Services Division of the +# Institution of Electrical +# Engineers. +#INSPEC-subject 1=24 + +#Subject-LC 27 Subject headings from 600i0, 610i0, +# US Library of Congress 611i0, 630i0, +# Subject Headings. 650i0, 651i0 +#LC-subject-heading 1=27 + +#Subject-LC- 1008 Subject headings, for use 600i1, 610i1, +#children's with children's literature, 611i1, 630i1, +# that conform to the 650i1, 651i1 +# formulation guidelines in +# the "AC Subject Headings" +# section of the Library of +# Congress Subject Headings. +#Subject-LC-childrens 1=1008 + +#Subject-local 29 Subjects headings defined +# locally. +#Local-subject-index 1=29 + +#Subject-MESH 25 Subject headings from 600i2, 610i2, +# Medical Subject Headings -- 611i2, 630i2, +# maintained by the US National 650i2, 651i2 +# Library of Medicine. +#MESH-subject 1=25 + +#Subject-name- 1009 A person's real name, 600 +#personal pseudonym, title of nobility +# nickname, or initials that +# appears in a subject heading. +Subject-name-personal 1=1009 +su-na 1=1009 +#Subject-name-personal +#Subject-PA 26 Subject headings from 600i2, 610i2, +# Thesaurus of Psychological 611i2, 630i2, +# Index Terms -- maintained 650i2, 651i2 +# by the Retrieval Services Unit +# of the American Psychological +# Association. +#PA-subject 1=26 + +#Subject-PRECIS 45 Subject headings from +# PREserved Context Index +# System -- a string of indexing +# terms set down in a prescribed +# order, each term being preceded +# by a manipulation code which +# governs the production of +# pre-coordinated subject index +# entries under selected terms -- +# maintained by the British +# Library. +#Subject-precis 1=45 + +#Subject-RAMEAU 22 Subject headings from +# Repertoire d'authorite de +# matieres encyclopedique +# unifie -- maintained by the +# Bibliotheque Nationale +# (France). +#Subject-Rameau 1=22 + +#Subject-RSWK 46 Subject headings from +# Regeln fur den +# Schlagwortkatalog -- +# maintained by the Deutsches +# Bibliotheksinstitut. +#Subject-rswk 1=46 + +#Subject-RVM 28 Subject headings from 600i6, 610i6, +# Repertoire des vedettes- 611i6, 630i6, +# matiere -- maintained by the 650i6, 651i6 +# Bibliotheque de l'Universite +# de Laval. +#RVM-subject-heading 1=28 + +#Subject-subdivision 47 An extension to a subject 6XX$x, 6XX$y, +# heading indicating the form, 6XX$z +# place, period of time treated, +# or aspect of the subject +# treated. +#Subject-subdivision 1=47 + +#Title 4 A word, phrase, character, 130, 21X-24X, 440, +# or group of characters, 490, 730, 740, 830, +# normally appearing in an item, 840, subfield $t +# that names the item or the in the following: +# work contained in it. 400, 410, 410, 600, +# 610, 611, 700, 710, +# 711, 800, 810, 811 +Title 1=4 +#5=1 1=4 s=pw +#1=4 +ti Title + +#Title-abbreviated 43 Shortened form of the title; 210, 211 (obs.), +# either assigned by national 246 +# centers under the auspices of +# the International Serials Data +# System, or a title (such as an +# acronym) that is popularly +# associated with the item. +#Title-abbreviated 1=43 + +#Title-added-title-page 37 A title on a title page 246i5 +# preceding or following the +# title page chosen as the basis +# for the description of the +# item. It may be more general +# (e.g., a series title page), +# or equally general (e.g., a +# title page in another +# language). +#Title-added-title-page 1=37 + +#Title-caption 38 A title given at the beginning 246i6 +# of the first page of the text. +#Title-caption 1=38 + +#Title-collective 34 A title proper that is an 243 +# inclusive title for an item +# containing several works. +#Title-collective 1=34 + +#Title-cover 36 The title printed on the 246i4 +# cover of an item as issued. +Title-cover 1=36 + +#Title-expanded 44 An expanded (or augmented) 214 (obs.), 246 +# title has been enlarged with +# descriptive words by the +# cataloger to provide +# additional indexing and +# searching capabilities. +#Title-expanded 1=44 + +#Title-former 42 A former title or title 247, 780 +# variation when one +# bibliographic record +# represents all issues of +# a serial that has changed +# title. +#Title-former 1=42 + +#Title-host-item 1033 The title of the item 773$t +# containing the part +# described in the record, for +# example, a journal title +# when the record describes an +# article in the journal. +Host-item 1=1033 + +#Title-key 33 The unique name assigned to 222 +# a serial by the International +# Serials Data System (ISDS). +#Title-key 1=33 + +#Title-other-variant 41 A variation from the title 212 (obs.), 246i3, +# page title appearing elsewhere 247, 740 +# in the item (e.g., a variant +# cover title, caption title, +# running title, or title from +# another volume) or in another +# issue. +#Title-other-variant 1=41 + +#Title-parallel 35 The title proper in another 246i1 +# language and/or script. +#Title-parallel 1=35 + +#Title-related- 1026 Serial titles related to this 247, 780, 785 +#periodical item, either the immediate +# predecessor or the immediate +# successor. +#Related-periodical 1=1026 +#Title-running 39 A title, or abbreviated title, 246i7 +# that is repeated at the head +# or foot of each page or leaf. +#Title-running 1=39 + +#Title-series 5 Collective title applying to 440, 490, 830, 840, +# a group of separate, but subfield $t in the +# related, items. following: 400,410, +# 411, 800, 810, 811 +Title-series 1=5 +#series Title-series +se Title-series + +#Title-spine 40 A title appearing on the 246i8 +# spine of an item. +#Title-spine 1=40 + +#Title-uniform 6 The particular title by which 130, 240, 730, +# a work is to be identified subfield $t in the +# for cataloging purposes. following: 700,710, +# 711 +Title-uniform 1=6 +ut Title-uniform +#Authority-number Koha-Auth-Number The Number +# for an authority to be searched subfield $9 in the +# for cataloging purposes. following: 700,701,702,710, +# 711,712 and some 6XX fields (Unimarc) +Authority-number 1=Koha-Auth-Number +an Authority-number + +#Authority/format-id authtypecode The Code +# associated to an authority type +# 152$b in authority records +Authority/format-id 1=Authority/format-id +at Authority/format-id + +#Heading-Entity Information for Heading in an +# authority record +# usually 2.. fields +Heading-Entity 1=Heading-Entity +he Heading-Entity + + +### 2. BIB1 RELATION ATTRIBUTES +lt 2=1 +le 2=2 +eq 2=3 +ge 2=4 +ne 2=5 +phonetic 2=6 +stem 2=100 +relevance 2=102 +rk 2=102 +rank relevance + +AlwaysMatches 2=103 +Within 2=104 + +### 3. BIB1 POSITION ATTRIBUTES +first-in-field 3=1 + +# we have to fake startswith until zebra supports it +# starts with if we want no truncation ... need to ad 'term #' +# finds 'starts with it' but not italian +# see http://lists.indexdata.dk/pipermail/yazlist/2006-July/001664.html +startswithnt 3=1 5=101 6=3 + +# starts with with truncation +first-in-subfield 3=2 +any-position-in-field 3=3 + +### 4. BIB1 STRUCTURE ATTRIBUTES +st-phrase 4=1 +phr st-phrase +st-word 4=2 +st-key 4=3 +st-year 4=4 +st-date-normalized 4=5 +st-word-list 4=6 +wrdl 4=6 + +# there was a reason I didn't want to use this but it's +# escaped me -- JF +wrd 4=6 + +#st-word +st-date-un-normalized 4=100 +st-name-normalized 4=101 +st-name-un-normalized 4=102 +st-structure 4=103 +st-urx 4=104 +st-free-form-text 4=105 +st-document-text 4=106 +st-local number 4=107 +st-string 4=108 +st-numeric 4=109 +#string 109 + +### 5. BIB1 TRUNCATION ATTRIBUTES +right-Truncation 5=1 +rt right-Truncation +left-Truncation 5=2 +left-and-right 5=3 +do-not-truncate 5=100 +process-in-search-term 5=101 +regExpr-1 5=102 +fuzzy 5=103 +regExpr-2 5=103 +Z39-58 5=104 + +### 6. BIB1 STRUCTURE ATTRIBUTES +incomplete-subfield 6=1 +complete-subfield 6=2 +complete-field 6=3 + +### COMBINATIONS OF THE ABOVE +ext 4=1 6=3 + +## ATTRIBUTES NOT IN BIB1 OR ELSE ONES I DON"T KNOW WHERE IN BIB1 THEY BELONG +#Language +#ln 1=8805 +#language 1=8805 + +#Musical Composition +#mc + +# Publisher Location + +Place-publication 1=59 +pl Place-publication +#pl 1=59 + +# Extent +Extent 1=8001 + +#Summary 1=8002 +#att 8900 +#Call-Number 1=8900 +#date-entered-on-file 1=8800 +#date1 1=8801 +#date2 1=8802 +#language 8805 +ff8-22 1=8822 +ff8-23 1=8823 +ff8-34 1=8834 + +#att 8700 ff7-00 +#att 8701 ff7-01 +#att 8702 ff7-02 +#att 9520 withdrawn +#att 9521 lost +lost 1=9521 4=109 +#att 9522 onloan + +############## SUBJECT-RELATED +# Topical Term +#tt +# Descriptor +#de +# Genre/Form +#ge +# Geographic Coverage +#gc + +## Additional Author distinctions needed for field weighting +# lastname,firstname entry in $100$a +Author-personal-bibliography 1=8900 +aub Author-personal-bibliography +# Author-in-order - firstname lastname in 245$c statement of responsibility +Author-in-order 1=8901 +auo Author-in-order + +### LIMITS +# AUDIENCE +audience 1=8822 +aud audience + +# CONTENT and Literary form +fiction 1=8833 +fic fiction +#mystery 1= +biography 1=8834 +bio biography + +# FORMAT +format 1=8823 + +# format limit +l-format 1=8703 + +#fmt format + +# BRANCH (of local library) +branch 1=1033 + +# Item Type + +# Year limit +#yr 1=8801 4=109 r=r + +## STATUSES +onloan 1=9522 +datedue 1=9522 + +popularity 1=9523 + +# Material Category +mc 1=8700 +## TYPE LIMITS +dt-bks 1=8700 +dt-vis 1=8700 +dt-sr 1=8700 +dt-cf 1=8700 +dt-map 1=8700 + +# Rank Weights +r1 9=32 +r2 9=28 +r3 9=26 +r4 9=10 +r5 9=22 +r6 9=20 +r7 9=18 +r8 9=16 +r9 9=14 + +# Sorting +title-sort-za 7=2 1=36 +title-sort-az 7=1 1=36 +# CCL DIRECTIVES +# Truncation characters (it seems to take multiple arguments) +@truncation ? * +# field specifies how multiple fields are to be combined. +# There are two modes: or: multiple qualifier fields are +# ORed, merge: attributes for the qualifier fields are +# merged and assigned to one term. +@field merge +# case specificies if CCL operatores and qualifiers +# should be compared with case sensitivity or not. +# Specify 0 for case sensitive; 1 for case insensitive. +@case 0 +# Tokens for CCL operators (it seems you can assign multiple tokens per operator which is nice) +@and and + +@or or | +# make sure - doesn't conflict with another usage of this token +@not not +@set set +# Not sure if you can specify tokens for prox operators, but here are the defaults +# proximity of a, b - distance n - any order: +# a %n b +# proximity of a, b - distance n - in order: +# a !n b +# Integer n may be omitted - in which case distance is 1. + +# Rules for a few GILS fields +#north gils-attset,u=2040 r=o +#south gils-attset,u=2041 r=o +#east gils-attset,u=2038 r=o +#west gils-attest,u=2039 r=o +#distributor gils-attset,u=2000 s=pw +#distributorname gils-attset,u=2001 s=pw + +# Explain fields +ExplainCategory exp1,1=1 +HumanStringLanguage exp1,1=2 +DatabaseName exp1,1=3 +TargetName exp1,1=4 +AttributeSetOID exp1,1=5 +RecordSyntaxOID exp1,1=6 +TagSetOID exp1,1=7 +ExtededServiceOID exp1,1=8 +DateAdded exp1,1=9 +DateChanged exp1,1=10 +DateExpires exp1,1=11 +ElementSetName exp1,1=12 diff --git a/misc/zebra/default.idx b/misc/zebra/default.idx new file mode 100644 index 0000000000..c88e83684b --- /dev/null +++ b/misc/zebra/default.idx @@ -0,0 +1,56 @@ +# Zebra indexes as referred to from the *.abs-files. +# $Id$ +# + +# Traditional word index +# Used if completenss is 'incomplete field' (@attr 6=1) and +# structure is word/phrase/word-list/free-form-text/document-text +index w +completeness 0 +position 1 +charmap sort-string-utf.chr + +# Phrase index +# Used if completeness is 'complete {sub}field' (@attr 6=2, @attr 6=1) +# and structure is word/phrase/word-list/free-form-text/document-text +index p +completeness 1 +charmap sort-string-utf.chr + +# URX (URL) index +# Used if structure=urx (@attr 4=104) +index u +completeness 0 +charmap urx.chr + +# Numeric index +# Used if structure=numeric (@attr 4=109) +index n +completeness 0 +charmap numeric.chr + +# Null map index (no mapping at all) +# Used if structure=key (@attr 4=3) +index 0 +completeness 0 +position 1 +charmap @ + +# Year +# Used if structure=year (@attr 4=4) +index y +completeness 0 +charmap @ + +# Date +# Used if structure=date (@attr 4=5) +index d +completeness 0 +charmap @ + +# Sort register +sort s +completeness 1 +charmap sort-string-utf.chr + + diff --git a/misc/zebra/pqf.properties b/misc/zebra/pqf.properties new file mode 100644 index 0000000000..9d1ff86747 --- /dev/null +++ b/misc/zebra/pqf.properties @@ -0,0 +1,163 @@ +# $Id$ +# +# Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF() +# back-end and the YAZ CQL-to-PQF converter. This specifies the +# interpretation of various CQL indexes, relations, etc. in terms +# of Type-1 query attributes. +# +# This configuration file generates queries using BIB-1 attributes. +# See http://www.loc.gov/z3950/agency/zing/cql/dc-indexes.html +# for the Maintenance Agency's work-in-progress mapping of Dublin Core +# indexes to Attribute Architecture (util, XD and BIB-2) +# attributes. + +# Identifiers for prefixes used in this file. (index.*) +set.cql = info:srw/cql-context-set/1/cql-v1.1 +set.rec = info:srw/cql-context-set/2/rec-1.0 +set.dc = info:srw/cql-context-set/1/dc-v1.1 +set.bath = http://zing.z3950.org/cql/bath/2.0/ + +# default set (in query) +set = info:srw/cql-context-set/1/dc-v1.1 + +# The default access point and result-set references +index.cql.serverChoice = 1=1016 + # srw.serverChoice is deprecated in favour of cql.serverChoice + # BIB-1 "any" + +index.rec.id = 1=12 + +index.dc.identifier = 1=1007 +index.dc.title = 1=4 +index.dc.subject = 1=21 +index.dc.creator = 1=1003 +index.dc.author = 1=1003 +index.dc.itemtype = 1=1031 +index.dc.barcode = 1=1028 +index.dc.branch = 1=1033 +index.dc.isbn = 1=7 +index.dc.issn = 1=8 +index.dc.any = 1=1016 +index.dc.note = 1=63 + + ### Unofficial synonym for "creator" +index.dc.editor = 1=1020 +index.dc.publisher = 1=1018 +index.dc.description = 1=62 + # "abstract" +index.dc.date = 1=30 +index.dc.resourceType = 1=1031 + # guesswork: "Material-type" +index.dc.format = 1=1034 + # guesswork: "Content-type" +index.dc.resourceIdentifier = 1=12 + # "Local number" +#index.dc.source = 1=1019 + # "Record-source" +index.dc.language = 1=54 + # "Code--language" + +index.dc.Place-publication = 1=59 + # "Place-publication" + +index.dc.relation = 1=? + ### No idea how to represent this +index.dc.coverage = 1=? + ### No idea how to represent this +index.dc.rights = 1=? + ### No idea how to represent this + +# Relation attributes are selected according to the CQL relation by +# looking up the "relation." property: +# +relation.< = 2=1 +relation.le = 2=2 +relation.eq = 2=3 +relation.exact = 2=3 +relation.ge = 2=4 +relation.> = 2=5 +relation.<> = 2=6 + +### These two are not really right: +relation.all = 2=3 +relation.any = 2=3 + +# BIB-1 doesn't have a server choice relation, so we just make the +# choice here, and use equality (which is clearly correct). +relation.scr = 2=3 + +# Relation modifiers. +# +relationModifier.relevant = 2=102 +relationModifier.fuzzy = 5=103 + ### 100 is "phonetic", which is not quite the same thing +relationModifier.stem = 2=101 +relationModifier.phonetic = 2=100 + +# Position attributes may be specified for anchored terms (those +# beginning with "^", which is stripped) and unanchored (those not +# beginning with "^"). This may change when we get a BIB-1 truncation +# attribute that says "do what CQL does". +# +position.first = 3=1 6=1 + # "first in field" +position.any = 3=3 6=1 + # "any position in field" +position.last = 3=4 6=1 + # not a standard BIB-1 attribute +position.firstAndLast = 3=3 6=3 + # search term is anchored to be complete field + +# Structure attributes may be specified for individual relations; a +# default structure attribute my be specified by the pseudo-relation +# "*", to be used whenever a relation not listed here occurs. +# +structure.exact = 4=108 + # string +structure.all = 4=2 +structure.any = 4=2 +structure.* = 4=1 + # phrase + +# Truncation attributes used to implement CQL wildcard patterns. The +# simpler forms, left, right- and both-truncation will be used for the +# simplest patterns, so that we produce PQF queries that conform more +# closely to the Bath Profile. However, when a more complex pattern +# such as "foo*bar" is used, we fall back on Z39.58-style masking. +# +truncation.right = 5=1 +truncation.left = 5=2 +truncation.both = 5=3 +truncation.none = 5=100 +truncation.z3958 = 5=104 + +# Finally, any additional attributes that should always be included +# with each term can be specified in the "always" property. +# +always = 6=1 +# 6=1: completeness = incomplete subfield + + +# Bath Profile support, added Thu Dec 18 13:06:20 GMT 2003 +# See the Bath Profile for SRW at +# http://zing.z3950.org/cql/bath.html +# including the Bath Context Set defined within that document. +# +# In this file, we only map index-names to BIB-1 use attributes, doing +# so in accordance with the specifications of the Z39.50 Bath Profile, +# and leaving the relations, wildcards, etc. to fend for themselves. + +index.bath.keyTitle = 1=33 +index.bath.possessingInstitution = 1=1044 +index.bath.name = 1=1002 +index.bath.personalName = 1=1 +index.bath.corporateName = 1=2 +index.bath.conferenceName = 1=3 +index.bath.uniformTitle = 1=6 +index.bath.isbn = 1=7 +index.bath.issn = 1=8 +index.bath.geographicName = 1=58 +index.bath.notes = 1=63 +index.bath.topicalSubject = 1=1079 +index.bath.genreForm = 1=1075 + diff --git a/misc/zebra/record_authorities_unimarc.abs b/misc/zebra/record_authorities_unimarc.abs new file mode 100644 index 0000000000..c9d37490c9 --- /dev/null +++ b/misc/zebra/record_authorities_unimarc.abs @@ -0,0 +1,183 @@ +# $Id$ + +# indexing rules. It +# results in a server which provides a passable Bath level 0 and 1 service +############################################################################ +# IMPORTANT : this file MUST be renamed record.abs : this name is "hardcoded" in zebra +# the default record.abs is designed for MARC21. +############################################################################ +# NOTE: This is designed to be used with the grs.marcxml input filter +# for ISO2709 (ANSI Z39.2) or grs.xml for MARCXML-formatted records. It +# won't work for the old grs.marc input filter, which yields a different +# internal structure. + +encoding utf-8 +name authorities +attset auth1.att +esetname F @ +esetname B @ + +marc usmarc.mar +systag sysno rank +xpath disable + +all any +melm 001 Local-Number +melm 152$b Authority/format-id +#melm 005 Version-id +#melm 015 IASDN + + +######################## +# Coded fields +######################## +#melm 100$a date-entered-on-file:n:range(data,0,8),date-entered-on-file:s:range(data,0,8),auth-status:n:range(data,8,1),auth-status:s:range(data,8,1),language:n:range(data,9,3),language:s:range(data,9,3),char-encoding:w:range(data,13,4),char-encoding:s:range(data,13,4),ff100-17:w:range(data,17,3),ff100-21:w:range(data,21,2),ff100-23:w:range(data,23,1) + +#melm 101$a Language +#melm 102$a Country-heading +# Subject-Heading +#melm 106$a Vaut 0(inutilisable sujet-matiere),1 (utilisable sujet-matiere)ou 2(utilisable uniquement sujet-matiere) +#melm 120$a Obligatoire sur Autorite NP : Sexe et discrimination +#melm 123$a Obligatoire sur Autorite GEO : Localisation +#melm 150$a Obligatoire sur Autorite CO : Type de collectivite +# 4XX$3 5XX$3 7XX$3 authority number +# 4XX$5 5XX$5 7XX$5 Linking type +# 4XX$7 5XX$7 7XX$7 Script Cataloguing +# 4XX$8 5XX$8 7XX$8 Language + + +############ HEADINGS ################## +melm 200$a Heading,Heading-Entity,Heading:s,personal-heading +melm 210$a Heading,Heading-Entity,Heading:s,corporate-heading,Conference-heading +melm 215$a Heading,Heading-Entity,Heading:s,Name-geographic +#melm 216 Name-corporate +melm 220$a Heading,Heading-Entity,Heading:s,personal-heading +melm 230$a Heading,Heading-Entity,Heading:s,Title-Uniform +melm 235$a Heading,Heading-Entity,Heading:s,Title-Uniform +melm 250$a Heading,Heading-Entity,Heading:s,Subject-heading, Subject-heading:s + +melm 200 Heading-Entity,Heading-Entity:s, personal-Heading-Entity +melm 210 Heading-Entity,Heading-Entity:s,corporate-Heading-Entity +melm 210 Heading-Entity,Heading-Entity:s,Conference-Heading-Entity +melm 215 Heading-Entity,Heading-Entity:s,Name-geographic-Entity +#melm 216 Name-corporate +melm 220 Heading-Entity,Heading-Entity:s,personal-Heading-Entity +melm 230 Heading-Entity,Heading-Entity:s,Title-Uniform-entity +melm 235 Heading-Entity,Heading-Entity:s,Title-Uniform-entity +melm 250 Heading-Entity,Subject-Thesaurus + +#210 Heading - Corporate Body Name +#215 Heading - Territorial or Geographical Name +#216 Heading - Trademark +#220 Heading - Family Name +#230 Heading - Uniform Title +#235 Heading - Collective Uniform Title +#240 Heading - Name/Title +#245 Heading - Name/Collective Uniform Title +#250 Heading - Topical Subject +#260 Heading - Place Access +#280 Heading - Form, Genre or Physical Characteristics +#melm 712 Author,Author:p,Author:s + +############ Rejected forms ################## +melm 400$a See, See:s,See-Entity, personal-see,personal-see:w,personal-see:s,personal-see:p +melm 410$a See, See:s,See-Entity, corporate-see +melm 410$a See, See:s,See-Entity, Conference-see +melm 415$a See, See:s,See-Entity, Name-geographic-see +#melm 416 Name-corporate +melm 440$a See, See:s,See-Entity, personal-see,personal-see:s +melm 430$a See, See:s,See-Entity, Title-Uniform-see,Title-Uniform-see:s +melm 435$a See, See:s,See-Entity, Title-Uniform-see,Title-Uniform-see:s +melm 450$a See, See:s,See-Entity, Subject-see,Subject-see:s +melm 400 See-Entity, personal-See-Entity,personal-See-Entity:s +melm 410 See-Entity, corporate-See-Entity +melm 410 See-Entity, Conference-See-Entity +melm 415 See-Entity, Name-geographic-See-Entity +#melm 416 Name-corporate +melm 440 See-Entity, personal-See-Entity +melm 430 See-Entity, Title-Uniform-See-Entity +melm 435 See-Entity, Title-Uniform-See-Entity +melm 450 See-Entity,Subject-See-Entity + +#410 Heading - Corporate Body Name +#415 Heading - Territorial or Geographical Name +#416 Heading - Trademark +#440 Heading - Family Name +#430 Heading - Uniform Title +#435 Heading - Collective Uniform Title +#440 Heading - Name/Title +#445 Heading - Name/Collective Uniform Title +#450 Heading - Topical Subject +#460 Heading - Place Access +#480 Heading - Form, Genre or Physical Characteristics +#melm 714 Author,Author:p,Author:s + +############ Related forms ################## +melm 500$a personal-see-also,personal-see-also:w,personal-see-also:s,personal-see-also:p +melm 510$a corporate-see-also +melm 510$a Conference-see-also +melm 515$a Name-geographic-see-also +#melm 416 Name-corporate +melm 540$a personal-see-also,personal-see-also:w,personal-see-also:s,personal-see-also:p +melm 530$a Title-Uniform-see-also,Title-Uniform-see-also:w,Title-Uniform-see-also:s,Title-Uniform-see-also:p +melm 535$a Title-Uniform-see-also,Title-Uniform-see-also:w,Title-Uniform-see-also:s,Title-Uniform-see-also:p +melm 550$a Subject-see-also,Subject-see-also:w,Subject-see-also:s,Subject-see-also:p +#510 Heading - Corporate Body Name +#515 Heading - Territorial or Geographical Name +#516 Heading - Trademark +#550 Heading - Family Name +#530 Heading - Uniform Title +#535 Heading - Collective Uniform Title +#540 Heading - Name/Title +#545 Heading - Name/Collective Uniform Title +#550 Heading - Topical Subject +#560 Heading - Place Access +#580 Heading - Form, Genre or Physical Characteristics +#melm 714 Author,Author:p,Author:s + +############ Parallel forms ################## +melm 700$a personal-parallel,personal-parallel:w,personal-parallel:s,personal-parallel:p +melm 710$a corporate-parallel +melm 710$a Conference-parallel +melm 715$a Name-geographic-parallel +#melm 716 Name-corporate +melm 770$a personal-parallel,personal-parallel:w,personal-parallel:s,personal-parallel:p +melm 730$a Title-Uniform-parallel,Title-Uniform-parallel:w,Title-Uniform-parallel:s,Title-Uniform-parallel:p +melm 735$a Title-Uniform-parallel,Title-Uniform-parallel:w,Title-Uniform-parallel:s,Title-Uniform-parallel:p +melm 750$a Subject-parallel,Subject-parallel:w,Subject-parallel:s,Subject-parallel:p + +########## NOTES ################# +melm 300$a Note +melm 301$a Note +melm 302$a Note +melm 303$a Note +melm 304$a Note +melm 305$a Note +melm 306$a Note +melm 307$a Note +melm 308$a Note +melm 310$a Note +melm 311$a Note +melm 312$a Note +melm 313$a Note +melm 314$a Note +melm 315$a Note +melm 316$a Note +melm 317$a Note +melm 318$a Note +melm 320$a Note +melm 321$a Note +melm 322$a Note +melm 323$a Note +melm 324$a Note +melm 325$a Note +melm 326$a Note +melm 327$a Note +melm 328$a Note +melm 330$a Note +melm 332$a Note +melm 333$a Note +melm 336$a Note +melm 337$a Note +melm 345$a Note + diff --git a/misc/zebra/record_authorities_usmarc.abs b/misc/zebra/record_authorities_usmarc.abs new file mode 100644 index 0000000000..db0891e9cb --- /dev/null +++ b/misc/zebra/record_authorities_usmarc.abs @@ -0,0 +1,36 @@ +# $Id$ + +# This is a fairly simple example of a set of MARC21 Authority file indexing rules. +#Although designed for MARC21 most probably very similar with UNIMARC. +encoding utf-8 +name marc21 +attset bib1.att +esetname F @ +esetname B @ + +marc usmarc.mar +systag sysno rank +xpath disable + +all any +melm 035$6 Authority/format-id +melm 035$a Local-number + +melm 100$a Subject-subdivision,Subject-heading:w,Subject-heading:p,Subject-heading:s +melm 100 Subject-subdivision:w,Subject-subdivision:s + +melm 110$a Subject-subdivision,Subject-heading:w,Subject-heading:p,Subject-heading:s +melm 110 Subject-subdivision:w,Subject-subdivision:s + +melm 150$a Subject-subdivision,Subject-heading:w,Subject-heading:p,Subject-heading:s +melm 150 Subject-subdivision:w,Subject-subdivision:s + +melm 151$a Subject-subdivision,Subject-heading:w,Subject-heading:p,Subject-heading:s +melm 151 Subject-subdivision:w,Subject-subdivision:s + +melm 152$a Subject-subdivision,Subject-heading:w,Subject-heading:p,Subject-heading:s +melm 152 Subject-subdivision:w,Subject-subdivision:s + +##Add all possible authority fields to be used +##Authority/format-id is our authtypecode +##Local-number is authid \ No newline at end of file diff --git a/misc/zebra/record_biblios_unimarc.abs b/misc/zebra/record_biblios_unimarc.abs new file mode 100644 index 0000000000..3913be00e0 --- /dev/null +++ b/misc/zebra/record_biblios_unimarc.abs @@ -0,0 +1,208 @@ +# $Id$ + +# indexing rules. It +# results in a server which provides a passable Bath level 0 and 1 service +############################################################################ +# IMPORTANT : this file MUST be renamed record.abs : this name is "hardcoded" in zebra +# the default record.abs is designed for MARC21. +############################################################################ +# NOTE: This is designed to be used with the grs.marcxml input filter +# for ISO2709 (ANSI Z39.2) or grs.xml for MARCXML-formatted records. It +# won't work for the old grs.marc input filter, which yields a different +# internal structure. + +encoding utf-8 +name marc21 +attset bib1.att +attset gils.att +esetname F @ +esetname B @ + +marc usmarc.mar +systag sysno rank +xpath disable + +all any +melm 008 date-entered-on-file:n:range(data,0,6),date-entered-on-file:s:range(data,0,6),date1:n:range(data,7,4),date1:s:range(data,7,4),date2:n:range(data,11,4),date2:s:range(data,11,4),ff8-22:w:range(data,22,1),language:w:range(data,35,3),ff8-33:w:range(data,33,1),ff8-34:w:range(data,34,1) + +melm 007 ff7-00:w:range(data,0,1),ff7-01:w:range(data,1,1),ff7-02:w:range(data,2,1) + +melm 010$a ISBN:w +# wrong ISBN +melm 010$z ISBN:w +melm 011$a ISSN:w +# cancelled ISSN +melm 011$y ISSN:w +# wrong ISSN +melm 011$z ISSN:w + +# Local-number (biblionumber can be either in 090$9 or, on some setup, on 001) +melm 001 Local-number,Local-number:n +melm 090$9 Local-number,Local-number:n +melm 680$b LC-call-number:s +melm 680 LC-call-number +#melm 001 Identifier-standard:w + +melm 200$b Material-type +#melm 200$b Koha-Itemtype + +#melm 100$9 Cross-Reference !:w + +melm 101$a Code-Language:w + +############ AUTHORS ################## +# main author +melm 200$f author,author:p,author:s +# other authors +melm 200$g author,author:p +# physical author +melm 700$9 Koha-Auth-Number,Koha-Auth-Number:n +melm 700$a author +melm 700 author,author:p + +melm 701 author,author:p +melm 702 author,author:p +# collective author +melm 710 author,author:p +melm 711 author,author:p +melm 712 author,author:p + +############## TITLE ################## +# main title +melm 200$a title:w,title:p,title:s +# title 2 +melm 200$c title:w,title:p +# // title +melm 200$d title:w,title:p +# subtitle +melm 200$e title:w,title:p + + + +#Series +melm 225$a Title-series +melm 225$d Title-series +#Subtitle +melm 225$e Title-series +#Authors +melm 225$f Author,Author-Title-series +#Part-Title +melm 225$h Title-series +#Part Number +melm 225$i Title-series +#Volume +melm 225$v Title-series +melm 225$x ISSN + +melm 230$a Electronic-Ressource + +# authorities title +melm 500 title +melm 501 title +melm 503 title +melm 510 title +melm 512 title +melm 513 title +melm 514 title +melm 515 title +melm 516 title +melm 517 title +melm 518 title +melm 519 title +melm 520 title +melm 530 title +melm 531 title +melm 532 title +melm 540 title +melm 541 title +melm 545 title + +melm 210$a Place-publication !:w,!:p +melm 210$x Publisher !:w,!:p +melm 210$d Date,Date:s, !:y + + +########## NOTES ################# +melm 300$a Note !:w,!:p +melm 301$a Note !:w,!:p +melm 302$a Note !:w,!:p +melm 303$a Note !:w,!:p +melm 304$a Note !:w,!:p +melm 305$a Note !:w,!:p +melm 306$a Note !:w,!:p +melm 307$a Note !:w,!:p +melm 308$a Note !:w,!:p +melm 309$a Note !:w,!:p +melm 310$a Note !:w,!:p +melm 311$a Note !:w,!:p +melm 312$a Note !:w,!:p +melm 313$a Note !:w,!:p +melm 314$a Note !:w,!:p +melm 315$a Note !:w,!:p +melm 316$a Note !:w,!:p +melm 317$a Note !:w,!:p +melm 318$a Note !:w,!:p +melm 320$a Note !:w,!:p +melm 321$a Note !:w,!:p +melm 322$a Note !:w,!:p +melm 323$a Note !:w,!:p +melm 324$a Note !:w,!:p +melm 325$a Note !:w,!:p +melm 326$a Note !:w,!:p +melm 327$a Note !:w,!:p +melm 328$a Note !:w,!:p +melm 330$a Note !:w,!:p +melm 332$a Note !:w,!:p +melm 333$a Note !:w,!:p +melm 336$a Note !:w,!:p +melm 337$a Note !:w,!:p +melm 345$a Note !:w,!:p + +########### SUBJECTS (6xx) ################## +melm 600$9 Koha-Auth-Number,Koha-Auth-Number:n +melm 601$9 Koha-Auth-Number,Koha-Auth-Number:n +melm 602$9 Koha-Auth-Number,Koha-Auth-Number:n +melm 603$9 Koha-Auth-Number,Koha-Auth-Number:n +melm 604$9 Koha-Auth-Number,Koha-Auth-Number:n +melm 605$9 Koha-Auth-Number,Koha-Auth-Number:n +melm 606$9 Koha-Auth-Number,Koha-Auth-Number:n +melm 610$9 Koha-Auth-Number,Koha-Auth-Number:n + +melm 600$a author +melm 600 subject-heading,subject-heading:p +melm 601$a author +melm 601 subject-heading,subject-heading:p +melm 604$a author +melm 604$t title +melm 610$t title +melm 605$a title +melm 606 subject-heading,subject-heading:p +melm 610 subject-heading + + + + +###################### + + + + +#melm 650$9 Controlled-Subject-Index + +melm 676$a Dewey-classification:w,Dewey-classification:s + +#############"# item information (based on 995) ############### +#melm 995$j LC-card-number:s + +#melm 995$k Call-Number +melm 995$k Local-classification + +#melm 952$a Local-classification +#melm 995$a Record-source +melm 995$a Host-item +#melm 995$c Host-item +#melm 995$d Host-item +melm 995$f Stock-number +melm 995$s popularity:n,popularity:s +#melm 952$v Date-of-acquisition,Date-of-acquisition:d,Date-of-acquisition:s +#melm 952 Local-classification diff --git a/misc/zebra/record_biblios_usmarc.abs b/misc/zebra/record_biblios_usmarc.abs new file mode 100644 index 0000000000..e269a6b995 --- /dev/null +++ b/misc/zebra/record_biblios_usmarc.abs @@ -0,0 +1,105 @@ +# $Id$ + +# This is a fairly simple example of a set of MARC21 indexing rules. It +# results in a server which provides a passable Bath level 0 and 1 service +# (author, title, subject, keyword and exact services). Feel free to +# elaborate on it, and if you do, please consider sharing your additions. +# NOTE: This is designed to be used with the grs.marcxml input filter +# for ISO2709 (ANSI Z39.2) or grs.xml for MARCXML-formatted records. It +# won't work for the old grs.marc input filter, which yields a different +# internal structure. +encoding utf-8 +name marc21 +attset bib1.att +attset gils.att +esetname F @ +esetname B @ + +marc usmarc.mar +systag sysno rank +xpath disable + +all any +melm 020$a ISBN:w +melm 022$a ISSN:w,ISBN:w +melm 050$b LC-call-number:s +melm 050 LC-call-number +melm 090$a LCalpha:s +melm 090$b LCnumber:s +melm 090$c Identifier-standard:w +melm 100$9 Cross-Reference !:w +melm 100$a author,author:p,author:s +melm 100 author +melm 110 author +melm 111 author +melm 130 title +melm 240 title,title:p +melm 242 title,title:p +melm 243 title,title:p +melm 245$a title:w,title:p,title:s +melm 245$c author +melm 245 title,title:p +melm 246 title,title:p +melm 247 title,title:p +melm 260$a Place-publication !:w,!:p +melm 260$b Publisher !:w,!:p +melm 260$c Date !:y +melm 260 Place-publication +melm 400$t title,author +melm 400 author +melm 410$t title,author +melm 410 author +melm 411$t title,author +melm 411 author +melm 440$a title,title:p +melm 440 title +melm 490$a title,title:p +melm 490 title +melm 600$t title +melm 600 subject-heading,subject-heading:p +melm 610$t title +melm 610 subject-heading +melm 611$t title +melm 611 subject-heading +melm 630 subject-heading +melm 650$9 Controlled-Subject-Index +melm 650 subject-heading,subject-heading:p +melm 651$9 Controlled-Subject-Index +melm 651 subject-heading,subject-heading:p +melm 652$9 Controlled-Subject-Index +melm 652 subject-heading,subject-heading:p +melm 653$9 Controlled-Subject-Index +melm 653 subject-heading,subject-heading:p +melm 654$9 Controlled-Subject-Index +melm 654 subject-heading +melm 655$9 Controlled-Subject-Index +melm 655 subject-heading +melm 656$9 Controlled-Subject-Index +melm 656 subject-heading +melm 657$9 Controlled-Subject-Index +melm 657 subject-heading + +melm 700$9 Cross-Reference +melm 700$t title,author +melm 700$a author,author:p +melm 700 author +melm 710$t title,author +melm 710$a author,author:p +melm 710 author +melm 711$t title,author +melm 711 author +melm 730 title +melm 740 title +melm 800$t title,author +melm 800 author +melm 810$t title,author +melm 810 author +melm 811$t title,author +melm 811 author +melm 830 title +melm 952$a Local-classification +melm 952$b Holding-branch +melm 952$d Shelving +melm 952$p Stock-number +melm 952$s popularity:n,popularity:s +melm 952$v Date-of-acquisition:d diff --git a/misc/zebra/sort-string-utf_french.chr b/misc/zebra/sort-string-utf_french.chr new file mode 100644 index 0000000000..a33fa76805 --- /dev/null +++ b/misc/zebra/sort-string-utf_french.chr @@ -0,0 +1,51 @@ +# Generic character map. +# +# $Id$ + +# Define the basic value-set. *Beware* of changing this without re-indexing +# your databases. +lowercase {0-9}{a-y}üzæäøöå +uppercase {0-9}{A-Y}ÜZÆÄØÖÅ + +# Breaking characters + +# Characters to be considered equivalent for searching purposes. + +equivalent æä(ae) +equivalent øö(oe) +equivalent å(aa) +#equivalent uü +equivalent y(i) + +# Supplemental mappings + +map (ä) ä +map (æ) æ +map (ø) ø +map (å) å +map (ö) ö +map (Ä) Ä +map (&Aelig;) Æ +map (Ø) Ø +map (Å) Å +map (Ö) Ö + +map (âàáäÂÀÂ) a +map (êèéëÊÈÉË) e +map (îïíÎÏ) i +map (ôöóÔÖ) o +map (ûùüÛÜ) u +map (ç) c +#map (y) i + +#map (Aa) (AA) + +#map (aa) a +map (^Le\s) @ +map (^La\s) @ +map (^Les\s) @ +map (^Un\s) @ +map (^Une\s) @ +map (^De\s) @ +map (^Des\s) @ + diff --git a/opac/opac-authorities-home.pl b/opac/opac-authorities-home.pl new file mode 100755 index 0000000000..4cd3fe8ab0 --- /dev/null +++ b/opac/opac-authorities-home.pl @@ -0,0 +1,269 @@ +#!/usr/bin/perl +# WARNING: 4-character tab stops here + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +require Exporter; +use CGI; +use C4::Auth; + +use C4::Context; +use C4::Auth; +use C4::Output; +use C4::Interface::CGI::Output; +use C4::AuthoritiesMarc; +use C4::Koha; # XXX subfield_is_koha_internal_p + +my $query = new CGI; +my $op = $query->param('op'); +my $authtypecode = $query->param('authtypecode'); +my $dbh = C4::Context->dbh; + +my $startfrom = $query->param('startfrom'); +my $authid = $query->param('authid'); +$startfrom = 0 if ( !defined $startfrom ); +my ( $template, $loggedinuser, $cookie ); +my $resultsperpage; + +my $authtypes = getauthtypes; +my @authtypesloop; +foreach my $thisauthtype ( sort { $authtypes->{$a} <=> $authtypes->{$b} } + keys %$authtypes ) +{ + my $selected = 1 if $thisauthtype eq $authtypecode; + my %row = ( + value => $thisauthtype, + selected => $selected, + authtypetext => $authtypes->{$thisauthtype}{'authtypetext'}, + ); + push @authtypesloop, \%row; +} + +if ( $op eq "do_search" ) { + my @marclist = $query->param('marclist'); + my @and_or = $query->param('and_or'); + my @excluding = $query->param('excluding'); + my @operator = $query->param('operator'); + my @value = $query->param('value'); + + $resultsperpage = $query->param('resultsperpage'); + $resultsperpage = 19 if ( !defined $resultsperpage ); + my @tags; + my ( $results, $total, @fields ) = + authoritysearch( $dbh, \@marclist, \@and_or, \@excluding, \@operator, + \@value, $startfrom * $resultsperpage, + $resultsperpage, $authtypecode ); + ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "opac-authoritiessearchresultlist.tmpl", + query => $query, + type => 'opac', + authnotrequired => 1, + debug => 1, + } + ); + + # multi page display gestion + my $displaynext = 0; + my $displayprev = $startfrom; + if ( ( $total - ( ( $startfrom + 1 ) * ($resultsperpage) ) ) > 0 ) { + $displaynext = 1; + } + + my @field_data = (); + +# we must get parameters once again. Because if there is a mainentry, it has been replaced by something else during the search, thus the links next/previous would not work anymore + my @marclist_ini = $query->param('marclist'); + for ( my $i = 0 ; $i <= $#marclist ; $i++ ) { + push @field_data, { term => "marclist", val => $marclist_ini[$i] }; + push @field_data, { term => "and_or", val => $and_or[$i] }; + push @field_data, { term => "excluding", val => $excluding[$i] }; + push @field_data, { term => "operator", val => $operator[$i] }; + push @field_data, { term => "value", val => $value[$i] }; + } + + my @numbers = (); + + if ( $total > $resultsperpage ) { + for ( my $i = 1 ; $i < $total / $resultsperpage + 1 ; $i++ ) { + if ( $i < 16 ) { + my $highlight = 0; + ( $startfrom == ( $i - 1 ) ) && ( $highlight = 1 ); + push @numbers, + { + number => $i, + highlight => $highlight, + searchdata => \@field_data, + startfrom => ( $i - 1 ) + }; + } + } + } + + my $from = $startfrom * $resultsperpage + 1; + my $to; + + if ( $total < ( ( $startfrom + 1 ) * $resultsperpage ) ) { + $to = $total; + } + else { + $to = ( ( $startfrom + 1 ) * $resultsperpage ); + } + $template->param( result => $results ) if $results; + $template->param( FIELDS => \@fields ); + $template->param( + startfrom => $startfrom, + displaynext => $displaynext, + displayprev => $displayprev, + resultsperpage => $resultsperpage, + startfromnext => $startfrom + 1, + startfromprev => $startfrom - 1, + searchdata => \@field_data, + total => $total, + from => $from, + to => $to, + numbers => \@numbers, + authtypecode => $authtypecode, + isEDITORS => $authtypecode eq 'EDITORS', + ); + +} +elsif ( $op eq "delete" ) { + + &AUTHdelauthority( $dbh, $authid, 1 ); + + ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "authorities/authorities-home.tmpl", + query => $query, + type => 'intranet', + authnotrequired => 0, + flagsrequired => { catalogue => 1 }, + debug => 1, + } + ); + + # $template->param("statements" => \@statements, + # "nbstatements" => $nbstatements); +} +elsif ( $op eq "AddStatement" ) { + + ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "authorities/authorities-home.tmpl", + query => $query, + type => 'intranet', + authnotrequired => 0, + flagsrequired => { catalogue => 1 }, + debug => 1, + } + ); + + # Gets the entered information + my @marcfields = $query->param('marclist'); + my @and_or = $query->param('and_or'); + my @excluding = $query->param('excluding'); + my @operator = $query->param('operator'); + my @value = $query->param('value'); + + my @statements = (); + + # List of the marc tags to display + my $marcarray = create_marclist(); + + my $nbstatements = $query->param('nbstatements'); + $nbstatements = 1 if ( !defined $nbstatements ); + + for ( my $i = 0 ; $i < $nbstatements ; $i++ ) { + my %fields = (); + + # Recreates the old scrolling lists with the previously selected values + my $marclist = create_scrolling_list( + { + name => "marclist", + values => $marcarray, + size => 1, + default => $marcfields[$i], + onChange => "sql_update()" + } + ); + + $fields{'marclist'} = $marclist; + $fields{'first'} = 1 if ( $i == 0 ); + +# Restores the and/or parameters (no need to test the 'and' for activation because it's the default value) + $fields{'or'} = 1 if ( $and_or[$i] eq "or" ); + + #Restores the "not" parameters + $fields{'not'} = 1 if ( $excluding[$i] ); + + #Restores the operators (most common operators first); + if ( $operator[$i] eq "=" ) { $fields{'eq'} = 1; } + elsif ( $operator[$i] eq "contains" ) { $fields{'contains'} = 1; } + elsif ( $operator[$i] eq "start" ) { $fields{'start'} = 1; } + elsif ( $operator[$i] eq ">" ) { $fields{'gt'} = 1; } #greater than + elsif ( $operator[$i] eq ">=" ) { $fields{'ge'} = 1; } #greater or equal + elsif ( $operator[$i] eq "<" ) { $fields{'lt'} = 1; } #lower than + elsif ( $operator[$i] eq "<=" ) { $fields{'le'} = 1; } #lower or equal + + #Restores the value + $fields{'value'} = $value[$i]; + + push @statements, \%fields; + } + $nbstatements++; + + # The new scrolling list + my $marclist = create_scrolling_list( + { + name => "marclist", + values => $marcarray, + size => 1, + onChange => "sql_update()" + } + ); + push @statements, { "marclist" => $marclist }; + + $template->param( + "statements" => \@statements, + "nbstatements" => $nbstatements + ); + +} +else { + ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "opac-authorities-home.tmpl", + query => $query, + type => 'opac', + authnotrequired => 1, + debug => 1, + } + ); + +} + +$template->param( authtypesloop => \@authtypesloop ); + +# Print the page +output_html_with_http_headers $query, $cookie, $template->output; + +# Local Variables: +# tab-width: 4 +# End: diff --git a/opac/opac-authoritiesdetail.pl b/opac/opac-authoritiesdetail.pl new file mode 100755 index 0000000000..87cd84a9aa --- /dev/null +++ b/opac/opac-authoritiesdetail.pl @@ -0,0 +1,201 @@ +#!/usr/bin/perl + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +=head1 NAME + +etail.pl : script to show an authority in MARC format + +=head1 SYNOPSIS + + +=head1 DESCRIPTION + +This script needs an authid + +It shows the authority in a (nice) MARC format depending on authority MARC +parameters tables. + +=head1 FUNCTIONS + +=over 2 + +=cut + +use strict; +require Exporter; +use C4::AuthoritiesMarc; +use C4::Auth; +use C4::Context; +use C4::Output; +use C4::Interface::CGI::Output; +use CGI; +use MARC::Record; +use C4::Koha; + + +my $query = new CGI; + +my $dbh = C4::Context->dbh; + +my $authid = $query->param('authid'); +my $authtypecode = &AUTHfind_authtypecode( $dbh, $authid ); +my $tagslib = &AUTHgettagslib( $dbh, 1, $authtypecode ); + +# open template +my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "opac-authoritiesdetail.tmpl", + query => $query, + type => "opac", + authnotrequired => 1, + debug => 1, + } +); + +my $record; +if ( C4::Context->preference("AuthDisplayHierarchy") ) { + my $trees = BuildUnimarcHierarchies($authid); + + # warn "trees :$trees"; + my @trees = split /;/, $trees; + push @trees, $trees unless (@trees); + my @loophierarchies; + foreach my $tree (@trees) { + + # warn "tree :$tree"; + + my @tree = split /,/, $tree; + push @tree, $tree unless (@tree); + my $cnt = 0; + my @loophierarchy; + foreach my $element (@tree) { + + # warn "tree :$element"; + my %cell; + my $elementdata = AUTHgetauthority( $dbh, $element ); + $record = $elementdata if ( $authid == $element ); + push @loophierarchy, + BuildUnimarcHierarchy( $elementdata, "child" . $cnt, $authid ); + $cnt++; + } + push @loophierarchies, { 'loopelement' => \@loophierarchy }; + $template->param( + 'displayhierarchy' => + C4::Context->preference("AuthDisplayHierarchy"), + 'loophierarchies' => \@loophierarchies, + ); + } +} +else { + $record = AUTHgetauthority( $dbh, $authid ); +} +my $count = AUTHcount_usage($authid); + +# find the marc field/subfield used in biblio by this authority +my $sth = + $dbh->prepare( + "select distinct tagfield from marc_subfield_structure where authtypecode=?" + ); +$sth->execute($authtypecode); +my $biblio_fields; +while ( my ($tagfield) = $sth->fetchrow ) { + $biblio_fields .= $tagfield . "9,"; +} +chop $biblio_fields; + +# fill arrays +my @loop_data = (); +my $tag; + +# loop through each tab 0 through 9 +# for (my $tabloop = 0; $tabloop<=10;$tabloop++) { +# loop through each tag +my @fields = $record->fields(); +foreach my $field (@fields) { + my @subfields_data; + + # if tag <10, there's no subfield, use the "@" trick + if ( $field->tag() < 10 ) { + next if ( $tagslib->{ $field->tag() }->{'@'}->{hidden} ); + my %subfield_data; + $subfield_data{marc_lib} = $tagslib->{ $field->tag() }->{'@'}->{lib}; + $subfield_data{marc_value} = $field->data(); + $subfield_data{marc_subfield} = '@'; + $subfield_data{marc_tag} = $field->tag(); + push( @subfields_data, \%subfield_data ); + } + else { + my @subf = $field->subfields; + + # loop through each subfield + for my $i ( 0 .. $#subf ) { + $subf[$i][0] = "@" unless $subf[$i][0]; + next if ( $tagslib->{ $field->tag() }->{ $subf[$i][0] }->{hidden} ); + my %subfield_data; + $subfield_data{marc_lib} = + $tagslib->{ $field->tag() }->{ $subf[$i][0] }->{lib}; + if ( $tagslib->{ $field->tag() }->{ $subf[$i][0] }->{isurl} ) { + $subfield_data{marc_value} = + "$subf[$i][1]"; + } + else { + $subfield_data{marc_value} = $subf[$i][1]; + } + $subfield_data{marc_subfield} = $subf[$i][0]; + $subfield_data{marc_tag} = $field->tag(); + push( @subfields_data, \%subfield_data ); + } + } + if ( $#subfields_data >= 0 ) { + my %tag_data; + $tag_data{tag} = + $field->tag() . ' -' . $tagslib->{ $field->tag() }->{lib}; + $tag_data{subfield} = \@subfields_data; + push( @loop_data, \%tag_data ); + } +} +$template->param( "0XX" => \@loop_data ); + +my $authtypes = getauthtypes; +my @authtypesloop; +foreach my $thisauthtype ( keys %$authtypes ) { + my $selected = 1 if $thisauthtype eq $authtypecode; + my %row = ( + value => $thisauthtype, + selected => $selected, + authtypetext => $authtypes->{$thisauthtype}{'authtypetext'}, + ); + push @authtypesloop, \%row; +} + +$template->param( + authid => $authid, + count => $count, + biblio_fields => $biblio_fields, + authtypetext => $authtypes->{$authtypecode}{'authtypetext'}, + authtypesloop => \@authtypesloop, + LibraryName => C4::Context->preference("LibraryName"), + OpacNav => C4::Context->preference("OpacNav"), + opaccredits => C4::Context->preference("opaccredits"), + opacsmallimage => C4::Context->preference("opacsmallimage"), + opaclayoutstylesheet => C4::Context->preference("opaclayoutstylesheet"), + opaccolorstylesheet => C4::Context->preference("opaccolorstylesheet"), +); +output_html_with_http_headers $query, $cookie, $template->output; + diff --git a/opac/opac-browser.pl b/opac/opac-browser.pl new file mode 100755 index 0000000000..dd9e54471f --- /dev/null +++ b/opac/opac-browser.pl @@ -0,0 +1,85 @@ +#!/usr/bin/perl + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $Id$ + +=head1 opac-tags_subject.pl + +TODO :: Description here + +=cut + +use strict; +require Exporter; +use C4::Auth; +use C4::Context; +use C4::Output; +use C4::Interface::CGI::Output; +use CGI; +use C4::Biblio; +use C4::Koha; # use getitemtypeinfo + +my $query = new CGI; + +my $dbh = C4::Context->dbh; + +# open template +my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "opac-browser.tmpl", + query => $query, + type => "opac", + authnotrequired => 1, + debug => 1, + } +); + +# the level of browser to display +my $level = $query->param('level') || 0; +my $filter = $query->param('filter'); +$level++; # the level passed is the level of the PREVIOUS list, not the current one. Thus the ++ + +# build this level loop +my $sth = $dbh->prepare("SELECT * FROM browser WHERE level=? and classification like ? ORDER BY classification"); +$sth->execute($level,$filter."%"); +my @level_loop; +my $i=0; +while (my $line = $sth->fetchrow_hashref) { + $line->{description} =~ s/\((.*)\)//g; + $i++; + $line->{count3}=1 unless $i %3; + push @level_loop,$line; +} + +# now rebuild hierarchy loop +$sth = $dbh->prepare("SELECT * FROM browser where classification=?"); +$filter =~ s/\.//g; +my @hierarchy_loop; +for (my $i=1;$i <=length($filter);$i++) { + $sth->execute(substr($filter,0,$i)); + my $line = $sth->fetchrow_hashref; + push @hierarchy_loop,$line; +} + +$template->param( + LEVEL_LOOP => \@level_loop, + HIERARCHY_LOOP => \@hierarchy_loop, +); + +output_html_with_http_headers $query, $cookie, $template->output; diff --git a/opac/opac-tags_subject.pl b/opac/opac-tags_subject.pl new file mode 100755 index 0000000000..61af51df28 --- /dev/null +++ b/opac/opac-tags_subject.pl @@ -0,0 +1,82 @@ +#!/usr/bin/perl + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $Id$ + +=head1 opac-tags_subject.pl + +TODO :: Description here + +=cut + +use strict; +require Exporter; +use C4::Auth; +use C4::Context; +use C4::Output; +use C4::Interface::CGI::Output; +use CGI; +use C4::Biblio; +use C4::Koha; # use getitemtypeinfo + +my $query = new CGI; + +my $dbh = C4::Context->dbh; + +# open template +my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "opac-tags_subject.tmpl", + query => $query, + type => "opac", + authnotrequired => 1, + debug => 1, + } +); + +my $number = $query->param('number') || 100; + +my $sth = $dbh->prepare("SELECT entry,weight FROM tags ORDER BY weight DESC LIMIT $number"); +$sth->execute; + +my %result; +my $max=0; +my $min=9999; +my ($entry,$weight); +while (($entry,$weight) = $sth->fetchrow) { + $result{$entry}=$weight; + $max = $weight if $weight > $max; + $min = $weight if $weight < $min; +} + +$min++ if $min == $max; + +my @loop; +foreach my $entry (sort keys %result) { + my %line; + $line{entry} = $entry; + $line{weight} = int(($result{$entry}-$min)/($max-$min)*25)+10; + push @loop, \%line; +} +$template->param( + LOOP => \@loop, + number => $number +); + +output_html_with_http_headers $query, $cookie, $template->output; diff --git a/opac/opac-topissues.pl b/opac/opac-topissues.pl new file mode 100755 index 0000000000..c0c26c8e12 --- /dev/null +++ b/opac/opac-topissues.pl @@ -0,0 +1,120 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; +use C4::Search; +use C4::Output; +use C4::Koha; +use C4::Branch; +use C4::Interface::CGI::Output; +use Date::Manip; + +=head1 NAME + +plugin that shows a stats on borrowers + +=head1 DESCRIPTION + + +=over2 + +=cut + +my $input = new CGI; +my $branches = GetBranches(); +my $itemtypes = GetItemTypes(); + +my ($template, $borrowernumber, $cookie) + = get_template_and_user({template_name => 'opac-topissues.tmpl', + query => $input, + type => "opac", + authnotrequired => 1, + debug => 1, + }); +my $dbh = C4::Context->dbh; +# Displaying results +my $limit = $input->param('limit') || 10; +my $branch = $input->param('branch'); +my $itemtype = $input->param('itemtype'); +my $timeLimit = $input->param('timeLimit') || 3; +my $whereclause; +$whereclause .= 'items.homebranch='.$dbh->quote($branch)." AND " if ($branch); +$whereclause .= 'biblioitems.itemtype='.$dbh->quote($itemtype)." AND " if $itemtype; +$whereclause .= 'TO_DAYS(NOW()) - TO_DAYS(biblio.timestamp) <= '.$timeLimit*30 if $timeLimit; +$whereclause =~ s/ AND $//; +$whereclause = " WHERE ".$whereclause if $whereclause; +my $query = "SELECT biblio.timestamp, biblio.biblionumber, title, + author, sum( items.issues ) AS tot, biblioitems.itemtype, + biblioitems.publishercode,biblioitems.publicationyear, + itemtypes.description + FROM biblio + LEFT JOIN items USING (biblionumber) + LEFT JOIN biblioitems USING (biblionumber) + LEFT JOIN itemtypes ON itemtypes.itemtype = biblioitems.itemtype + $whereclause + GROUP BY biblio.biblionumber + ORDER BY tot DESC + LIMIT $limit + "; + +my $sth = $dbh->prepare($query); +$sth->execute(); +my @results; +while (my $line= $sth->fetchrow_hashref) { + push @results, $line; +} + +$template->param(do_it => 1, + limit => $limit, + branch => $branches->{$branch}->{branchname}, + itemtype => $itemtypes->{$itemtype}->{description}, + timeLimit => $timeLimit, + results_loop => \@results, + ); + +my $branches = GetBranches; +my @branchloop; +foreach my $thisbranch (keys %$branches) { + my %row =(value => $thisbranch, + branchname => $branches->{$thisbranch}->{'branchname'}, + ); + push @branchloop, \%row; +} + +#doctype +my $itemtypes = GetItemTypes; +my @itemtypeloop; +foreach my $thisitemtype (keys %$itemtypes) { + my %row =(value => $thisitemtype, + description => $itemtypes->{$thisitemtype}->{'description'}, + ); + push @itemtypeloop, \%row; +} + +$template->param( + branchloop =>\@branchloop, + itemtypeloop =>\@itemtypeloop, + ); +output_html_with_http_headers $input, $cookie, $template->output; + diff --git a/reserve/renewscript.pl b/reserve/renewscript.pl new file mode 100755 index 0000000000..6452f8c76b --- /dev/null +++ b/reserve/renewscript.pl @@ -0,0 +1,69 @@ +#!/usr/bin/perl + +# $Id$ + +#written 18/1/2000 by chris@katipo.co.nz +#script to renew items from the web + + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use CGI; +use C4::Circulation::Circ2; + +my $input = new CGI; + +# +# find items to renew, all items or a selection of items +# + +my @data; +if ($input->param('renew_all')) { + @data = $input->param('all_items[]'); +} +else { + @data = $input->param('items[]'); +} + +# +# renew items +# +my %env; +my $cardnumber = $input->param("cardnumber"); +my $borrowernumber = $input->param("borrowernumber"); + +foreach my $itemno (@data) { + #check status before renewing issue + if (renewstatus(\%env,$borrowernumber,$itemno)){ + renewbook(\%env,$borrowernumber,$itemno); + } +} + +# +# redirection to the referrer page +# +if ($input->param('destination') eq "circ"){ + print $input->redirect( + '/cgi-bin/koha/circ/circulation.pl?findborrower='.$cardnumber + ); +} +else { + print $input->redirect( + '/cgi-bin/koha/members/moremember.pl?borrowernumber='.$borrowernumber + ); +} diff --git a/serials/checkexpiration.pl b/serials/checkexpiration.pl new file mode 100644 index 0000000000..458beef193 --- /dev/null +++ b/serials/checkexpiration.pl @@ -0,0 +1,100 @@ +#!/usr/bin/perl + +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $Id$ + +=head1 NAME + +checkexpiration.pl + +=head1 DESCRIPTION + +This script check what subscription will expire before C<$datenumber $datelimit> + +=head1 PARAMETERS + +=over 4 + +=item title + To filter subscription on title + +=item issn + To filter subscription on issn + +=item date +The date to filter on. + +=back + +=cut + +use strict; +use CGI; +use C4::Auth; +use C4::Serials; # GetExpirationDate +use C4::Output; +use C4::Interface::CGI::Output; +use C4::Context; +use Date::Calc qw/Today Date_to_Days/; + +my $query = new CGI; + +my ( $template, $loggedinuser, $cookie ) = get_template_and_user ( + { + template_name => "serials/checkexpiration.tmpl", + query => $query, + type => "intranet", + authnotrequired => 0, + flagsrequired => { serials => 1 }, + debug => 1, + } +); + +my $title = $query->param('title'); +my $issn = $query->param('issn'); +my $date = $query->param('date'); +my $today = join "-",&Today; + +if ($date) { + + my @subscriptions = GetSubscriptions( $title, $issn ); + my @subscriptions_loop; + + foreach my $subscription ( @subscriptions ) { + my $subscriptionid = $subscription->{'subscriptionid'}; + my $expirationdate = GetExpirationDate($subscriptionid); + + $subscription->{expirationdate} = $expirationdate; + next if $expirationdate !~ /\d{4}-\d{2}-\d{2}/; # next if not in good format. + if ( Date_to_Days(split "-",$expirationdate) < Date_to_Days(split "-",$date) && + Date_to_Days(split "-",$expirationdate) > Date_to_Days(split "-",$today) ) { + push @subscriptions_loop,$subscription; + } + } + + $template->param ( + title => $title, + issn => $issn, + numsubscription => scalar @subscriptions_loop, + date => $date, + subscriptions_loop => \@subscriptions_loop, + "BiblioDefaultView".C4::Context->preference("BiblioDefaultView") => 1, + ); +} + +output_html_with_http_headers $query, $cookie, $template->output; diff --git a/serials/receipt.pl b/serials/receipt.pl new file mode 100755 index 0000000000..2ad8cb5efb --- /dev/null +++ b/serials/receipt.pl @@ -0,0 +1,154 @@ +#!/usr/bin/perl + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $Id$ + +use strict; +use CGI; +use C4::Auth; +use C4::Output; +use C4::Interface::CGI::Output; +use C4::Context; + + +my $query = new CGI; + +my $op = $query->param('op'); +my $search = $query->param('titleorissn'); +my $startfrom=$query->param('startfrom'); + +if ($op eq 'search') +{ + my $total; + my $results; + my $dbh = C4::Context->dbh; + my @marclist = $query->param('marclist'); + my @and_or = $query->param('and_or'); + my @excluding = $query->param('excluding'); + my @operator = $query->param('operator'); + my @value = $query->param('value'); + + my $resultsperpage= $query->param('resultsperpage'); + $resultsperpage = 19 unless $resultsperpage; + + + my $sth = $dbh->prepare("select subscriptionid, biblionumber from subscription"); + $sth->execute(); + my @finalsolution; + while (my $first_step = $sth->fetchrow_hashref) + { + my $sth2 = $dbh->prepare("select b3.title from biblioitems b2, biblio b3 where b3.biblionumber = ? and b2.biblionumber = b3.biblionumber and (b2.issn = ? or b3.title like ?)"); + $sth2->execute($first_step->{'biblionumber'},$search, "%$search%"); + my @answear; + @answear = $sth2->fetchrow_array; + $total = scalar @answear; + if ($total >= 1) + { + $first_step->{'serial'} = $answear[0]; + push @finalsolution ,$first_step; + } + } +my ($template, $loggedinuser, $cookie) += get_template_and_user({template_name => "serials/receipt-search-result.tmpl", + query => $query, + type => "intranet", + authnotrequired => 0, + flagsrequired => {serials => 1}, + debug => 1, + }); + $template->param(subtable => \@finalsolution, total => $total + ,); + + my $displaynext=0; + my $displayprev=$startfrom; + if(($total - (($startfrom+1)*($resultsperpage))) > 0 ){ + $displaynext = 1; + } + + my @field_data = (); + + + for(my $i = 0 ; $i <= $#marclist ; $i++) + { + push @field_data, { term => "marclist", val=>$marclist[$i] }; + push @field_data, { term => "and_or", val=>$and_or[$i] }; + push @field_data, { term => "excluding", val=>$excluding[$i] }; + push @field_data, { term => "operator", val=>$operator[$i] }; + push @field_data, { term => "value", val=>$value[$i] }; + } + + my @numbers = (); + + if ($total>$resultsperpage) + { + for (my $i=1; $i<$total/$resultsperpage+1; $i++) + { + if ($i<16) + { + my $highlight=0; + ($startfrom==($i-1)) && ($highlight=1); + push @numbers, { number => $i, + highlight => $highlight , + searchdata=> \@field_data, + startfrom => ($i-1)}; + } + } + } + + my $from = $startfrom*$resultsperpage+1; + my $to; + + if($total < (($startfrom+1)*$resultsperpage)) + { + $to = $total; + } else { + $to = (($startfrom+1)*$resultsperpage); + } + $results = \@finalsolution; + $template->param(result => $results) if $results; + $template->param( + startfrom=> $startfrom, + displaynext=> $displaynext, + displayprev=> $displayprev, + resultsperpage => $resultsperpage, + startfromnext => $startfrom+1, + startfromprev => $startfrom-1, + searchdata=>\@field_data, + total=>$total, + from=>$from, + to=>$to, + numbers=>\@numbers, + intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), + ); +output_html_with_http_headers $query, $cookie, $template->output; + +} +else{ +my ($template, $loggedinuser, $cookie) += get_template_and_user({template_name => "serials/receipt.tmpl", + query => $query, + type => "intranet", + authnotrequired => 0, + flagsrequired => {serials => 1}, + debug => 1, + }); +output_html_with_http_headers $query, $cookie, $template->output; +} diff --git a/serials/serials-collection.pl b/serials/serials-collection.pl new file mode 100755 index 0000000000..3b0704a3be --- /dev/null +++ b/serials/serials-collection.pl @@ -0,0 +1,112 @@ +#!/usr/bin/perl + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $Id$ + +use strict; +use CGI; +use C4::Auth; +use C4::Koha; +use C4::Date; +use C4::Serials; +use C4::Letters; +use C4::Output; +use C4::Interface::CGI::Output; +use C4::Context; + + +my $query = new CGI; +my $op = $query->param('op'); +my $dbh = C4::Context->dbh; + +my $sth; +# my $id; +my ($template, $loggedinuser, $cookie); +($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "serials/serials-collection.tmpl", + query => $query, + type => "intranet", + authnotrequired => 0, + flagsrequired => {serials => 1}, + debug => 1, + }); +my $biblionumber = $query->param('biblionumber'); +my @subscriptionid = $query->param('subscriptionid'); + +my $subscriptiondescs ; +my $subscriptions; +if (@subscriptionid){ + my @subscriptioninformation=(); + foreach my $subscriptionid (@subscriptionid){ + my $subs= GetSubscription($subscriptionid); + $subs->{opacnote} =~ s/\n/\/g; + $subs->{missinglist} =~ s/\n/\/g; + $subs->{recievedlist} =~ s/\n/\/g; + ##these are display information + $subs->{ "periodicity" . $subs->{periodicity} } = 1; + $subs->{ "numberpattern" . $subs->{numberpattern} } = 1; + $subs->{ "status" . $subs->{'status'} } = 1; + $subs->{startdate} = format_date( $subs->{startdate} ); + $subs->{histstartdate} = format_date( $subs->{histstartdate} ); + if ( $subs->{enddate} eq '0000-00-00' ) { + $subs->{enddate} = ''; + } + else { + $subs->{enddate} = format_date( $subs->{enddate} ); + } + $subs->{'abouttoexpire'}=abouttoexpire($subs->{'subscriptionid'}); + $subs->{'subscriptionexpired'}=HasSubscriptionExpired($subs->{'subscriptionid'}); + push @$subscriptiondescs,$subs; + my $tmpsubscription= GetFullSubscription($subscriptionid); + @subscriptioninformation=(@$tmpsubscription,@subscriptioninformation); + } + $subscriptions=PrepareSerialsData(\@subscriptioninformation); +} else { + $subscriptiondescs = GetSubscriptionsFromBiblionumber($biblionumber) ; + my $subscriptioninformation = GetFullSubscriptionsFromBiblionumber($biblionumber); + $subscriptions=PrepareSerialsData($subscriptioninformation); +} + +my $title = $subscriptiondescs->[0]{bibliotitle}; +my $yearmax=($subscriptions->[0]{year} eq "manage" && scalar(@$subscriptions)>1)? $subscriptions->[1]{year} :$subscriptions->[0]{year}; +my $yearmin=$subscriptions->[scalar(@$subscriptions)-1]{year}; +my $subscriptionidlist=""; +foreach my $subscription (@$subscriptiondescs){ + $subscriptionidlist.=$subscription->{'subscriptionid'}."," ; + $biblionumber = $subscription->{'bibnum'} unless ($biblionumber); +} + +# warn "title : $title yearmax : $yearmax nombre d'elements dans le tableau :".scalar(@$subscriptions); +# use Data::Dumper; warn Dumper($subscriptions); +chop $subscriptionidlist; +$template->param( + onesubscription => (scalar(@$subscriptiondescs)==1), + subscriptionidlist => $subscriptionidlist, + biblionumber => $biblionumber, + subscriptions => $subscriptiondescs, + years => $subscriptions, + yearmin => $yearmin, + yearmax =>$yearmax, + bibliotitle => $title, + suggestion => C4::Context->preference("suggestion"), + virtualshelves => C4::Context->preference("virtualshelves"), + subscr=>$query->param('subscriptionid'), + ); + +output_html_with_http_headers $query, $cookie, $template->output; diff --git a/serials/serials-edit.pl b/serials/serials-edit.pl new file mode 100755 index 0000000000..2277174c49 --- /dev/null +++ b/serials/serials-edit.pl @@ -0,0 +1,259 @@ +#!/usr/bin/perl + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $Id$ + +=head1 NAME + +serials-recieve.pl + +=head1 Parameters + +=over 4 + +=item op +op can be : + * modsubscriptionhistory :to modify the subscription history + * serialchangestatus :to modify the status of this subscription + +=item subscriptionid + +=item user + +=item histstartdate + +=item enddate + +=item recievedlist + +=item missinglist + +=item opacnote + +=item librariannote + +=item serialid + +=item serialseq + +=item planneddate + +=item notes + +=item status + +=back + +=cut + + +use strict; +use CGI; +use C4::Auth; +use C4::Date; +use C4::Biblio; +use C4::Koha; +use C4::Output; +use C4::Interface::CGI::Output; +use C4::Context; +use C4::Serials; + +my $query = new CGI; +my $dbh = C4::Context->dbh; +my @serialids = $query->param('serialid'); +my @serialseqs = $query->param('serialseq'); +my @planneddates = $query->param('planneddate'); +my @publisheddates = $query->param('publisheddate'); +my @status = $query->param('status'); +my @notes = $query->param('notes'); +my @subscriptionids = $query->param('subscriptionid'); +my $op = $query->param('op'); +# warn "op : $op"; +if (scalar(@subscriptionids)==1 && index($subscriptionids[0],",")>0){ + @subscriptionids =split /,/,$subscriptionids[0]; +} +my $redirectstring; +# If user comes from subscription details +unless (@serialids){ + foreach my $subscriptionid (@subscriptionids){ + my $serstatus=$query->param('serstatus'); + if ($serstatus){ + my ($count,@tmpser)=GetSerials2($subscriptionid,$serstatus); + foreach (@tmpser) { + push @serialids, $_->{'serialid'}; + } + } + } +} + +my ($template, $loggedinuser, $cookie) += get_template_and_user({template_name => "serials/serials-edit.tmpl", + query => $query, + type => "intranet", + authnotrequired => 0, + flagsrequired => {serials => 1}, + debug => 1, + }); + +my @serialdatalist; +foreach my $tmpserialid (@serialids){ + my $data=GetSerialInformation($tmpserialid); + $data->{publisheddate}=format_date($data->{publisheddate}); + $data->{planneddate}=format_date($data->{planneddate}); + push @serialdatalist,$data; +} + +my @newserialloop; +my @subscriptionloop; +foreach my $subscriptionid (@subscriptionids){ + my $cell; + if (C4::Context->preference("serialsadditems")){ + #Create New empty item + $cell = + PrepareItemrecordDisplay( $serialdatalist[0]->{'biblionumber'} ); + } + $cell->{'subscriptionid'}=$subscriptionid; + $cell->{'subscriptionexpired'}=HasSubscriptionExpired($subscriptionid); + $cell->{'itemid'} = "NNEW"; + $cell->{'serialid'} = "NEW"; + $cell->{'issuesatonce'} = 1; + push @newserialloop,$cell; + push @subscriptionloop, {'subscriptionid'=>$subscriptionid}; +} +$template->param(newserialloop=>\@newserialloop); +$template->param(subscriptions=>\@subscriptionloop); + +if ($op eq 'serialchangestatus') { +# my $sth = $dbh->prepare("select status from serial where serialid=?"); + my $newserial; + for (my $i=0;$i<=$#serialids;$i++) { +# $sth->execute($serialids[$i]); +# my ($oldstatus) = $sth->fetchrow; + if ($serialids[$i] && $serialids[$i] eq "NEW") { + if ($serialseqs[$i]){ + #IF newserial was provided a name Then we have to create a newSerial + ### FIXME if NewIssue is modified to use subscription biblionumber, then biblionumber would not be useful. + $newserial = NewIssue( $serialseqs[$i],$subscriptionids[$i],$serialdatalist[0]->{'biblionumber'}, + $status[$i], + format_date_in_iso($planneddates[$i]), + format_date_in_iso($publisheddates[$i]), + $notes[$i]); + } + }elsif ($serialids[$i]){ + ModSerialStatus($serialids[$i], + $serialseqs[$i], + format_date_in_iso($planneddates[$i]), + format_date_in_iso($publisheddates[$i]), + $status[$i], + $notes[$i]); + } + } + if (C4::Context->preference("serialsadditems")){ + my @moditems = $query->param('moditem'); + my @tags = $query->param('tag'); + my @subfields = $query->param('subfield'); + my @field_values = $query->param('field_value'); + my @serials = $query->param('serial'); + my @bibnums = $query->param('bibnum'); + my @itemid = $query->param('itemid'); + my @ind_tag = $query->param('ind_tag'); + my @indicator = $query->param('indicator'); + #Rebuilding ALL the data for items into a hash + # parting them on $itemid. + my %itemhash; + my $countdistinct; + my $range=scalar(@itemid); + for (my $i=0; $i<$range; $i++){ + unless ($itemhash{$itemid[$i]}){ + if ($serials[$countdistinct] && $serials[$countdistinct] ne "NEW"){ + $itemhash{$itemid[$i]}->{'serial'}=$serials[$countdistinct]; + } else { + $itemhash{$itemid[$i]}->{'serial'}=$newserial; + } + $itemhash{$itemid[$i]}->{'bibnum'}=$bibnums[$countdistinct]; + $countdistinct++; + } + push @{$itemhash{$itemid[$i]}->{'tags'}},$tags[$i]; + push @{$itemhash{$itemid[$i]}->{'subfields'}},$subfields[$i]; + push @{$itemhash{$itemid[$i]}->{'field_values'}},$field_values[$i]; + push @{$itemhash{$itemid[$i]}->{'ind_tag'}},$ind_tag[$i]; + push @{$itemhash{$itemid[$i]}->{'indicator'}},$indicator[$i]; + } + foreach my $item (keys %itemhash){ + # Verify Itemization is "Valid", i.e. serial status is Arrived or Missing + my $index; + for (my $i=0; $i{'serial'} eq $serialids[$i]); + } + if ($status[$index]==2){ + my $xml = MARChtml2xml( $itemhash{$item}->{'tags'}, + $itemhash{$item}->{'subfields'}, + $itemhash{$item}->{'field_values'}, + $itemhash{$item}->{'ind_tag'}, + $itemhash{$item}->{'indicator'}); +# warn $xml; + my $record=MARC::Record::new_from_xml($xml, 'UTF-8'); + if ($item=~/^N/){ + #New Item + # if autoBarcode is ON, calculate barcode... + my ($tagfield,$tagsubfield) = &MARCfind_marc_from_kohafield($dbh,"items.barcode"); + if (C4::Context->preference('autoBarcode')) { + unless ($record->field($tagfield)->subfield($tagsubfield)) { + my $sth_barcode = $dbh->prepare("select max(abs(barcode)) from items"); + $sth_barcode->execute; + my ($newbarcode) = $sth_barcode->fetchrow; + $newbarcode++; + # OK, we have the new barcode, now create the entry in MARC record + my $fieldItem = $record->field($tagfield); + $record->delete_field($fieldItem); + $fieldItem->add_subfields($tagsubfield => $newbarcode); + $record->insert_fields_ordered($fieldItem); + } + } + # check for item barcode # being unique + my $exists = GetItemFromBarcode($record->subfield($tagfield,$tagsubfield)) if ($record->subfield($tagfield,$tagsubfield)); + # push @errors,"barcode_not_unique" if($exists); + $template->param("barcode_not_unique" => 1,'errserialseq'=>$serialseqs[$index]); + # if barcode exists, don't create, but report The problem. + unless ($exists){ + my ($biblionumber,$bibitemnum,$itemnumber) = AddItem($record,$itemhash{$item}->{'bibnum'}); + AddItem2Serial($itemhash{$item}->{'serial'},$itemnumber); + } + } else { + #modify item + my ($oldbiblionumber,$oldbibnum,$itemnumber) = ModItem($record,$itemhash{$item}->{'bibnum'},$item,0); + } + } + } + } + print $query->redirect("serials-collection.pl?biblionumber=".$serialdatalist[0]->{biblionumber}); +} + +$template->param(serialsadditems =>C4::Context->preference("serialsadditems")); + + + +$template->param( + biblionumber =>$serialdatalist[0]->{'biblionumber'}, + serialslist => \@serialdatalist, + intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), + ); +output_html_with_http_headers $query, $cookie, $template->output; diff --git a/serials/serials-recieve.pl b/serials/serials-recieve.pl new file mode 100755 index 0000000000..8342122a32 --- /dev/null +++ b/serials/serials-recieve.pl @@ -0,0 +1,288 @@ +#!/usr/bin/perl + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $Id$ + +=head1 NAME + +serials-recieve.pl + +=head1 Parameters + +=over 4 + +=item op +op can be : + * modsubscriptionhistory :to modify the subscription history + * serialchangestatus :to modify the status of this subscription + +=item subscriptionid + +=item user + +=item histstartdate + +=item enddate + +=item recievedlist + +=item missinglist + +=item opacnote + +=item librariannote + +=item serialid + +=item serialseq + +=item planneddate + +=item notes + +=item status + +=back + +=cut + + +use strict; +use CGI; +use C4::Auth; +use C4::Date; +use C4::Biblio; +use C4::Koha; +use C4::Output; +use C4::Interface::CGI::Output; +use C4::Context; +use C4::Serials; +use C4::Branch; # GetBranches + +my $query = new CGI; +my $op = $query->param('op'); +my $dbh = C4::Context->dbh; +my $subscriptionid = $query->param('subscriptionid'); +# my $auser = $query->param('user'); +my $histstartdate = format_date_in_iso($query->param('histstartdate')); +my $enddate = format_date_in_iso($query->param('enddate')); +my $recievedlist = $query->param('recievedlist'); +my $missinglist = $query->param('missinglist'); +my $opacnote = $query->param('opacnote'); +my $librariannote = $query->param('librariannote'); +my @serialids = $query->param('serialid'); +my @serialseqs = $query->param('serialseq'); +my @planneddates = $query->param('planneddate'); +my @publisheddates = $query->param('publisheddate'); +my @status = $query->param('status'); +my @notes = $query->param('notes'); +my @barcodes = $query->param('barcode'); +my @itemcallnumbers = $query->param('itemcallnumber'); +my @locations = $query->param('location'); +my @itemstatus = $query->param('itemstatus'); +my @homebranches = $query->param('branch'); +my $hassubscriptionexpired = HasSubscriptionExpired($subscriptionid); +my $abouttoexpire = abouttoexpire($subscriptionid); + +my $subscription=GetSubscription($subscriptionid); + + +my $auser = $subscription->{'librarian'}; # bob +my $routing = check_routing($subscriptionid); # to see if routing list exists +my $manualdate =''; +my $manualissue =''; +my $manualstatus =0; +my $manualid =''; +if ($op eq 'found'){ + $manualdate = $query->param('planneddate'); + $manualissue = $query->param('missingissue'); + $manualstatus = 1; + my $sth = $dbh->prepare("select serialid from serial where subscriptionid = ? AND serialseq = ? AND planneddate = ?"); + $sth->execute($subscriptionid,$manualissue,format_date_in_iso($manualdate)); + $manualid = $sth->fetchrow; +} +if ($op eq 'modsubscriptionhistory') { + ModSubscriptionHistory($subscriptionid,$histstartdate,$enddate,$recievedlist,$missinglist,$opacnote,$librariannote); +} + +# change status except, if subscription has expired, for the "waited" issue. +if ($op eq 'serialchangestatus') { + my $sth = $dbh->prepare("select status from serial where serialid=?"); + for (my $i=0;$i<=$#serialids;$i++) { + $sth->execute($serialids[$i]); + + my ($oldstatus) = $sth->fetchrow; + if ($serialids[$i]) { + ModSerialStatus($serialids[$i],$serialseqs[$i],format_date_in_iso($planneddates[$i]),format_date_in_iso($publisheddates[$i]),$status[$i],$notes[$i]) unless ($hassubscriptionexpired && $oldstatus == 1); + if (($status[$i]==2) && C4::Context->preference("serialsadditems")){ + my %info; + $info{branch}=$homebranches[$i]; + $info{barcode}=$barcodes[$i]; + $info{itemcallnumber}=$itemcallnumbers[$i]; + $info{location}=$locations[$i]; + $info{status}=$itemstatus[$i]; + $info{notes}=$serialseqs[$i]." (".$planneddates[$i].")"; + my ($status2, @errors)= ItemizeSerials($serialids[$i],\%info); + my $sth2 = $dbh->prepare("UPDATE subscriptionhistory SET lastbranch = ? WHERE subscriptionid = ?"); + $sth2->execute($homebranches[$i],$subscriptionid); + $sth2->finish; + # remove from missing list if item being checked in is on it + if ($status2 ==1){ + removeMissingIssue($serialseqs[$i],$subscriptionid); + } + } + } else { + # add a special issue + if ($serialseqs[$i]) { + NewIssue($serialseqs[$i],$subscriptionid,$subscription->{biblionumber},$status[$i] ,format_date_in_iso($publisheddates[$i]),format_date_in_iso($planneddates[$i])); + } + if (($status[$i]==2) && C4::Context->preference("serialsadditems") && !hassubscriptionexpired($subscriptionid)){ + my %info; + $info{branch}=$homebranches[$i]; + $info{barcode}=$barcodes[$i]; + $info{itemcallnumber}=$itemcallnumbers[$i]; + $info{location}=$locations[$i]; + $info{status}=$itemstatus[$i]; + $info{notes}=$serialseqs[$i]." (".$planneddates[$i].")"; + my ($status2, @errors)= ItemizeSerials($serialids[$i],\%info); + my $sth2 = $dbh->prepare("UPDATE subscriptionhistory SET lastbranch = ? WHERE subscriptionid = ?"); + $sth2->execute($homebranches[$i],$subscriptionid); + $sth2->finish; + # remove from missing list if item being checked in is on it + if ($status2 ==1){ + removeMissingIssue($serialseqs[$i],$subscriptionid); + } + } + + } + } +} +my ($template, $loggedinuser, $cookie) += get_template_and_user({template_name => "serials/serials-recieve.tmpl", + query => $query, + type => "intranet", + authnotrequired => 0, + flagsrequired => {serials => 1}, + debug => 1, + }); + +my $subs = &GetSubscription($subscriptionid); +my ($totalissues,@serialslist) = GetSerials($subscriptionid); +my $count = @serialslist; +for(my $i=0;$i<$count;$i++){ + warn "la : $i"; + $serialslist[$i]->{'callnumber'} = $subscription->{'callnumber'}; + my $temp = rand(10000000); + $serialslist[$i]->{'barcode'} = "TEMP" . sprintf("%.0f",$temp); +} + +my $sth= C4::Serials::GetSubscriptionHistoryFromSubscriptionId(); + +$sth->execute($subscriptionid); +my $solhistory = $sth->fetchrow_hashref; + +my $subs = &GetSubscription($subscriptionid); +my ($totalissues,@serialslist) = GetSerials($subscriptionid); + +if (C4::Context->preference("serialsadditems")){ + my $fwk=MARCfind_frameworkcode($subscription->{biblionumber}); + + my $branches = GetBranches; + my @branchloop; + foreach my $thisbranch (keys %$branches) { + my $selected = 0; + if($thisbranch eq $solhistory->{'lastbranch'}){ + $selected = 1; + } + my %row =(value => $thisbranch, + branchname => $branches->{$thisbranch}->{'branchname'}, + selected => $selected, + ); + push @branchloop, \%row; + } + my $itemstatushash = GetItemStatus($fwk); + my @itemstatusloop; + my $itemstatusloopcount=0; + foreach my $thisitemstatus (keys %$itemstatushash) { + my %row =(itemval => $thisitemstatus, + itemlib => $itemstatushash->{$thisitemstatus}, + ); +# warn "".$row{'itemval'}.", ". $row{"itemlib"}; + $itemstatusloopcount++; + push @itemstatusloop, \%row; + } + my $itemlocationhash = GetItemLocation($fwk); + my @itemlocationloop; + foreach my $thisitemlocation (keys %$itemlocationhash) { + my %row =(value => $thisitemlocation, + itemlocationname => $itemlocationhash->{$thisitemlocation}, + ); + push @itemlocationloop, \%row; + } + + my $choice = 0; + if($itemstatusloopcount == 1){ $choice = 1;} + foreach my $data (@serialslist){ + if (scalar(@itemstatusloop)){$data->{"itemstatusloop"}=\@itemstatusloop;} + else { $data->{"itemstatusloop"}=[];} + if (scalar(@itemlocationloop)){$data->{"itemlocationloop"}=\@itemlocationloop;} + else {$data->{"itemlocationloop"}=[];} + $data->{"branchloop"}=\@branchloop ; + } +# warn "Choice: $choice"; + $template->param(choice => $choice); + $template->param(serialadditems =>C4::Context->preference("serialsadditems"), + branchloop => \@branchloop, + ) ; + $template->param(itemstatus=>1,itemstatusloop=>\@itemstatusloop) if (scalar(@itemstatusloop)); + $template->param(itemlocation=>1,itemlocationloop=>\@itemlocationloop) if (scalar(@itemlocationloop)); +}else{ + $template->param(branchloop=>[],itemstatusloop=>[],itemlocationloop=>[]) ; +} + +my $sth= C4::Serials::GetSubscriptionHistoryFromSubscriptionId(); +$sth->execute($subscriptionid); +my $solhistory = $sth->fetchrow_hashref; + +$template->param( + user => $auser, + serialslist => \@serialslist, + count => $count, + biblionumber => $subscription->{biblionumber}, + histstartdate => format_date($solhistory->{'histstartdate'}), + enddate => format_date($solhistory->{'enddate'}), + recievedlist => $solhistory->{'recievedlist'}, + missinglist => $solhistory->{'missinglist'}, + opacnote => $solhistory->{'opacnote'}, + librariannote => $solhistory->{'librariannote'}, + subscriptionid => $subscriptionid, + bibliotitle => $subs->{bibliotitle}, + biblionumber => $subs->{biblionumber}, + hassubscriptionexpired =>$hassubscriptionexpired, + abouttoexpire =>$abouttoexpire, + intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), + routing => $routing, + missingseq => $manualissue, + frommissing => $manualstatus, + missingdate => $manualdate, + missingid => $manualid, + ); +output_html_with_http_headers $query, $cookie, $template->output; diff --git a/serials/statecollection.pl b/serials/statecollection.pl new file mode 100755 index 0000000000..9b1608a42c --- /dev/null +++ b/serials/statecollection.pl @@ -0,0 +1,98 @@ +#!/usr/bin/perl + +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +# $Id$ + +use strict; +use CGI; +use C4::Auth; +use C4::Date; +use C4::Output; +use C4::Interface::CGI::Output; +use C4::Context; +use C4::Serials; + +my $query = new CGI; +my $op = $query->param('op'); +my $dbh = C4::Context->dbh; +my $subscriptionid = $query->param('subscriptionid'); +my $auser = $query->param('user'); +my $histstartdate = format_date_in_iso($query->param('histstartdate')); +my $enddate = format_date_in_iso($query->param('enddate')); +my $recievedlist = $query->param('recievedlist'); +my $missinglist = $query->param('missinglist'); +my $opacnote = $query->param('opacnote'); +my $librariannote = $query->param('librariannote'); +my @serialids = $query->param('serialid'); +my @serialseqs = $query->param('serialseq'); +my @planneddates = $query->param('planneddate'); +my @notes = $query->param('notes'); +my @status = $query->param('status'); + +my ($template, $loggedinuser, $cookie) += get_template_and_user({template_name => "serials/statecollection.tmpl", + query => $query, + type => "intranet", + authnotrequired => 0, + flagsrequired => {serials => 1}, + debug => 1, + }); + +my $HasSubscriptionExpired = HasSubscriptionExpired($subscriptionid); +my $subscription=GetSubscription($subscriptionid); +if ($op eq 'modsubscriptionhistory') { + modsubscriptionhistory($subscriptionid,$histstartdate,$enddate,$recievedlist,$missinglist,$opacnote,$librariannote); +} +# change status except, if subscription has expired, for the "waited" issue. +if ($op eq 'serialchangestatus') { + my $sth = $dbh->prepare("select status from serial where serialid=?"); + for (my $i=0;$i<=$#serialids;$i++) { + $sth->execute($serialids[$i]); + my ($oldstatus) = $sth->fetchrow; + if ($serialids[$i]) { + serialchangestatus($serialids[$i],$serialseqs[$i],format_date_in_iso($planneddates[$i]),$status[$i],$notes[$i]) unless ($HasSubscriptionExpired && $oldstatus == 1); + } else { + # add a special issue + if ($serialseqs[$i]) { + my $subscription=getsubscription($subscriptionid); + newissue($serialseqs[$i],$subscriptionid,$subscription->{biblionumber},$status[$i], format_date_in_iso($planneddates[$i])); + } + } + } +} +my $subs = &GetSubscription($subscriptionid); +my ($totalissues,@serialslist) = GetSerials($subscriptionid,10); + +my $sth=$dbh->prepare("select * from subscriptionhistory where subscriptionid = ?"); +$sth->execute($subscriptionid); +my $solhistory = $sth->fetchrow_hashref; + + $template->param( + serialslist => \@serialslist, + biblionumber => $subscription->{biblionumber}, + histstartdate => format_date($solhistory->{'histstartdate'}), + enddate => format_date($solhistory->{'enddate'}), + recievedlist => $solhistory->{'recievedlist'}, + missinglist => $solhistory->{'missinglist'}, + opacnote => $solhistory->{'opacnote'}, + librariannote => $solhistory->{'librariannote'}, + subscriptionid => $subscriptionid, + bibliotitle => $subs->{bibliotitle}, + biblionumber => $subs->{biblionumber}, + hassubscriptionexpired =>$HasSubscriptionExpired, + ); +output_html_with_http_headers $query, $cookie, $template->output; diff --git a/t/BookShelves.t b/t/BookShelves.t new file mode 100644 index 0000000000..40c6f77828 --- /dev/null +++ b/t/BookShelves.t @@ -0,0 +1,159 @@ +#!/usr/bin/perl + +# +# This file is a test script for C4::BookShelves.pm +# Author : Antoine Farnault, antoine@koha-fr.org +# + +use Test; +use strict; +use C4::Context; + +# Making 30 tests. +BEGIN { plan tests => 30 } + +# Getting some borrowers from database. +my $dbh = C4::Context->dbh; +my $query = qq/ + SELECT borrowernumber + FROM borrowers + LIMIT 10 +/; +my $sth = $dbh->prepare($query); +$sth->execute; +my @borrowers; +while(my $borrower = $sth->fetchrow){ + push @borrowers, $borrower; +} + +# Getting some itemnumber from database +my $query = qq/ + SELECT itemnumber + FROM items + LIMIT 10 +/; +my $sth = $dbh->prepare($query); +$sth->execute; +my @items; +while(my $item = $sth->fetchrow){ + push @items, $item; +} + +# Getting some biblionumbers from database +my $query = qq/ + SELECT biblionumber + FROM biblio + LIMIT 10 +/; +my $sth = $dbh->prepare($query); +$sth->execute; +my @biblionumbers; +while(my $biblionumber = $sth->fetchrow){ + push @biblionumbers, $biblionumber; +} + +# --- +my $delete_bookshelf = qq/ + DELETE FROM bookshelf WHERE 1 +/; +my $delete_bookshelfcontent =qq/ + DELETE FROM shelfcontents WHERE 1 +/; + +my $sth = $dbh->prepare($delete_bookshelf); +$sth->execute; +my $sth = $dbh->prepare($delete_bookshelfcontent); +$sth->execute; +# --- + +#----------------------------------------------------------------------# +# +# TESTS START HERE +# +#----------------------------------------------------------------------# + +use C4::BookShelves; +my $version = C4::BookShelves->VERSION; +print "\n----------Testing C4::BookShelves version ".$version."--------\n"; + +ok($version); # First test: the module is loaded & the version is readable. + + +#-----------------------TEST AddShelf function------------------------# +# usage : $shelfnumber = &AddShelf( $shelfname, $owner, $category); + +# creating 10 good shelves. +my @shelves; +for(my $i=0; $i<10;$i++){ + my $ShelfNumber = AddShelf("Shelf_".$i,$borrowers[$i],int(rand(3))+1); + die "test Not ok, remove some shelves before" if ($ShelfNumber == -1); + ok($ShelfNumber); # Shelf creation successful; + push @shelves, $ShelfNumber if ok($ShelfNumber); +} + +ok(10,scalar @shelves); # 10 shelves in @shelves; + +# try to create some shelf which already exists. +for(my $i=0;$i<10;$i++){ + my $badNumShelf = AddShelf("Shelf_".int(rand(9)),'',''); + ok(-1,$badNumShelf); # AddShelf returns -1 if name already exist. +} + +#-----------TEST AddToShelf & &AddToShelfFromBiblio & GetShelfContents & DelFromShelf functions--------------# +# usage : &AddToShelf($itemnumber, $shelfnumber); +# usage : $itemlist = &GetShelfContents($shelfnumber); +# usage : $itemlist = GetShelfContents($shelfnumber); + +for(my $i=0; $i<10;$i++){ + my $item = $items[int(rand(9))]; + my $shelfnumber = $shelves[int(rand(9))]; + + my $itemlistBefore = GetShelfContents($shelfnumber); + AddToShelf($item,$shelfnumber); + my $itemlistAfter = GetShelfContents($shelfnumber); + ok(scalar @$itemlistBefore,scalar (@$itemlistAfter - 1)); # the item has been successfuly added. + + + # same thing with AddToShelfFromBiblio + my $biblionumber = $biblionumbers[int(rand(10))]; + &AddToShelfFromBiblio($biblionumber, $shelfnumber); + my $AfterAgain = GetShelfContents($shelfnumber); + ok(scalar @$itemlistAfter, scalar (@$AfterAgain -1)); +} + +#-----------------------TEST ModShelf & GetShelf functions------------------------# +# usage : ModShelf($shelfnumber, $shelfname, $owner, $category ) +# usage : (shelfnumber,shelfname,owner,category) = GetShelf($shelfnumber); + +for(my $i=0; $i<10;$i++){ + my $rand = int(rand(9)); + my $numA = $shelves[$rand]; + my $nameA = "NewName_".$rand; + my $ownerA = $borrowers[$rand]; + my $categoryA = int(rand(3))+1; + + ModShelf($numA,$nameA,$ownerA,$categoryA); + my ($numB,$nameB,$ownerB,$categoryB) = GetShelf($numA); + + ok($numA,$numB); + ok($nameA,$nameB); + ok($ownerB,$ownerA); + ok($categoryA,$categoryB); +} + +#-----------------------TEST DelShelf & DelFromShelf functions------------------------# +# usage : ($status) = &DelShelf($shelfnumber); +# usage : &DelFromShelf( $itemnumber, $shelfnumber); + +for(my $i=0; $i<10;$i++){ + my $shelfnumber = $shelves[$i]; + my $status = DelShelf($shelfnumber); + if($status){ + my $items = GetShelfContents($shelfnumber); + ok($status,scalar @$items); + foreach (@$items){ # delete all the item in this shelf + DelFromShelf($_{'itemnumber'},$shelfnumber); + } + ok(DelShelf($shelfnumber)); + } +} diff --git a/tools/breeding.pl b/tools/breeding.pl new file mode 100755 index 0000000000..89849207db --- /dev/null +++ b/tools/breeding.pl @@ -0,0 +1,227 @@ +#!/usr/bin/perl + +# $Id$ + +# Script for handling import of MARC data into Koha db +# and Z39.50 lookups + +# Koha library project www.koha.org + +# Licensed under the GPL + + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; + +# standard or CPAN modules used +use CGI; +use DBI; + +# Koha modules used +use C4::Context; +use C4::Output; +use C4::Interface::CGI::Output; +use C4::Input; +use C4::Biblio; +use MARC::File::USMARC; + +use C4::Output; +use C4::Auth; +use C4::Breeding; + +#------------------ +# Constants + +my $includes = C4::Context->config('includes') || + "/usr/local/www/hdl/htdocs/includes"; + +# HTML colors for alternating lines +my $lc1='#dddddd'; +my $lc2='#ddaaaa'; + +#------------- +#------------- +# Initialize + +my $userid=$ENV{'REMOTE_USER'}; + +my $input = new CGI; +my $dbh = C4::Context->dbh; + +my $uploadmarc=$input->param('uploadmarc'); +my $overwrite_biblio = $input->param('overwrite_biblio'); +my $filename = $input->param('filename'); +my $syntax = $input->param('syntax'); +my ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "tools/breeding.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {tools => 1}, + debug => 1, + }); + +$template->param(SCRIPT_NAME => $ENV{'SCRIPT_NAME'}, + uploadmarc => $uploadmarc); +if ($uploadmarc && length($uploadmarc)>0) { + my $marcrecord=''; + while (<$uploadmarc>) { + $marcrecord.=$_; + } + my ($notmarcrecord,$alreadyindb,$alreadyinfarm,$imported) = ImportBreeding($marcrecord,$overwrite_biblio,$filename,$syntax,int(rand(99999))); + + $template->param(imported => $imported, + alreadyindb => $alreadyindb, + alreadyinfarm => $alreadyinfarm, + notmarcrecord => $notmarcrecord, + total => $imported+$alreadyindb+$alreadyinfarm+$notmarcrecord, + ); + +} + +output_html_with_http_headers $input, $cookie, $template->output; +my $menu; +my $file; + + +#--------------- +# log cleared, as marcimport is (almost) rewritten from scratch. +# $Log$ +# Revision 1.2 2007/03/09 15:47:55 tipaul +# rel_3_0 moved to HEAD (introducing new files) +# +# Revision 1.1.2.3 2006/12/22 17:13:49 tipaul +# removing "management" permission, that is useless (replaced by tools & admin) +# +# Revision 1.1.2.2 2006/12/18 16:35:20 toins +# removing use HTML::Template from *.pl. +# +# Revision 1.1.2.1 2006/09/26 13:35:33 toins +# breeding.pl moving from import/ to tools/ +# +# Revision 1.5.2.1 2006/09/26 13:10:35 toins +# script was writed 2 times on the same file ! +# +# Revision 1.5 2006/07/04 14:36:52 toins +# Head & rel_2_2 merged +# +# Revision 1.4 2005/05/04 08:52:13 tipaul +# synch'ing 2.2 and head +# +# Revision 1.2.4.1 2005/04/07 10:10:52 tipaul +# copying processz3950queue from 2.0 branch. The 2.2 version misses an important fix +# +# Revision 1.2 2003/10/06 09:10:38 slef +# Removing config info from z3950*sh and using C4::Context in processz3950queue (Fixed bug 39) +# +# Revision 1.1 2003/06/04 13:46:25 tipaul +# moving breeding farm import to parameters page (GUI) and to new import/ directory (code structure) +# +# Revision 1.33 2003/04/29 16:48:36 tipaul +# really proud of this commit :-) +# z3950 search and import seems to works fine. +# Let me explain how : +# * a "search z3950" button is added in the addbiblio template. +# * when clicked, a popup appears and z3950/search.pl is called +# * z3950/search.pl calls addz3950search in the DB +# * the z3950 daemon retrieve the records and stores them in z3950results AND in marc_breeding table. +# * as long as there as searches pending, the popup auto refresh every 2 seconds, and says how many searches are pending. +# * when the user clicks on a z3950 result => the parent popup is called with the requested biblio, and auto-filled +# +# Note : +# * character encoding support : (It's a nightmare...) In the z3950servers table, a "encoding" column has been added. You can put "UNIMARC" or "USMARC" in this column. Depending on this, the char_decode in C4::Biblio.pm replaces marc-char-encode by an iso 8859-1 encoding. Note that in the breeding import this value has been added too, for a better support. +# * the marc_breeding and z3950* tables have been modified : they have an encoding column and the random z3950 number is stored too for convenience => it's the key I use to list only requested biblios in the popup. +# +# Revision 1.32 2003/04/22 12:22:54 tipaul +# 1st draft for z3950 client import. +# moving Breeding farm script to a perl package C4/Breeding.pm +# +# Revision 1.31 2003/02/19 01:01:07 wolfpac444 +# Removed the unecessary $dbh argument from being passed. +# Resolved a few minor FIXMEs. +# +# Revision 1.30 2003/02/02 07:18:38 acli +# Moved C4/Charset.pm to C4/Interface/CGI/Output.pm +# +# Create output_html_with_http_headers function to contain the "print $query +# ->header(-type => guesstype...),..." call. This is in preparation for +# non-HTML output (e.g., text/xml) and charset conversion before output in +# the future. +# +# Created C4/Interface/CGI/Template.pm to hold convenience functions specific +# to the CGI interface using HTML::Template +# +# Modified moremembers.pl to make the "sex" field localizable for languages +# where M and F doesn't make sense +# +# Revision 1.29 2003/01/28 15:28:31 tipaul +# removing use MARC::Charset +# Was a buggy test +# +# Revision 1.28 2003/01/28 15:00:31 tipaul +# user can now search in breeding farm with isbn/issn or title. Title/name are stored in breeding farm and showed when a search is done +# +# Revision 1.27 2003/01/26 23:21:49 acli +# Handle non-latin1 charsets +# +# Revision 1.26 2003/01/23 12:26:41 tipaul +# upgrading import in breeding farm (you can now search on ISBN or on title) AND character encoding. +# +# Revision 1.25 2003/01/21 08:13:50 tipaul +# character encoding ISO646 => 8859-1, first draft +# +# Revision 1.24 2003/01/14 16:41:17 tipaul +# bugfix : use gettemplate_and_user instead of gettemplate. +# fix a blank screen in 1.3.3 in "import in breeding farm" +# +# Revision 1.23 2003/01/06 13:06:28 tipaul +# removing trailing # +# +# Revision 1.22 2002/11/12 15:58:43 tipaul +# road to 1.3.2 : +# * many bugfixes +# * adding value_builder : you can map a subfield in the marc_subfield_structure to a sub stored in "value_builder" directory. In this directory you can create screen used to build values with any method. In this commit is a 1st draft of the builder for 100$a unimarc french subfield, which is composed of 35 digits, with 12 differents values (only the 4th first are provided for instance) +# +# Revision 1.21 2002/10/22 15:50:23 tipaul +# road to 1.3.2 : adding a biblio in MARC format. +# seems to work a few. +# still to do : +# * manage html checks (mandatory subfields...) +# * add list of acceptable values (authorities) +# * manage ## in MARC format +# * manage correctly repeatable fields +# and probably a LOT of bugfixes +# +# Revision 1.20 2002/10/16 12:46:19 arensb +# Added a FIXME comment. +# +# Revision 1.19 2002/10/15 10:14:44 tipaul +# road to 1.3.2. Full rewrite of marcimport.pl. +# The acquisition system in MARC version will work like this : +# * marcimport will put marc records into a "breeding farm" table. +# * when the user want to add a biblio, he enters first the ISBN/ISSN of the biblio. koha searches into breeding farm and if the record exists, it is shown to the user to help him adding the biblio. When the biblio is added, it's deleted from the breeding farm. +# +# This commit : +# * modify acqui.simple home page (addbooks.pl) +# * adds import into breeding farm +# +# Please note that : +# * z3950 functionnality is dropped from "marcimport" will be added somewhere else. +# * templates are in a new acqui.simple sub directory, and the marcimport template directory will become obsolete soon.I think this is more logic +# diff --git a/tools/cleanborrowers.pl b/tools/cleanborrowers.pl new file mode 100755 index 0000000000..d845d1d968 --- /dev/null +++ b/tools/cleanborrowers.pl @@ -0,0 +1,165 @@ +#!/usr/bin/perl + +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA +# +# Written by Antoine Farnault antoine@koha-fr.org on Nov. 2006. + +# $Id$ + +=head1 cleanborrowers.pl + +This script allows to do 2 things. + +=over 2 + +=item * Anonymise the borrowers' issues if issue is older than a given date. see C. + +=item * Delete the borrowers who has not borrowered since a given date. see C. + +=back + +=cut + +use strict; +use CGI; +use C4::Auth; +use C4::Interface::CGI::Output; + + +use C4::Members; # GetBorrowersWhoHavexxxBorrowed. +use C4::Circulation::Circ2; # AnonymiseIssueHistory. +use Date::Calc qw/Date_to_Days Today/; + +my $cgi = new CGI; + +# Fetch the paramater list as a hash in scalar context: +# * returns paramater list as tied hash ref +# * we can edit the values by changing the key +# * multivalued CGI paramaters are returned as a packaged string separated by "\0" (null) +my $params = $cgi->Vars; + +my $filterdate1; # the date which filter on issue history. +my $filterdate2; # the date which filter on borrowers last issue. + +# getting the template +my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "tools/cleanborrowers.tmpl", + query => $cgi, + type => "intranet", + authnotrequired => 0, + flagsrequired => { tools => 1, catalogue => 1 }, + } +); + +if ( $params->{'step2'} ) { + $filterdate1 = $params->{'filterdate1'}; + $filterdate2 = $params->{'filterdate2'}; + my $checkbox = $params->{'checkbox'}; + + my $totalDel; + if ($checkbox eq "borrower") { + $filterdate1 = $params->{'filterdate1'}; + my $membersToDelete = GetBorrowersWhoHaveNotBorrowedSince($filterdate1); + $totalDel = scalar @$membersToDelete; + } + + my $totalAno; + if ($checkbox eq "issue") { + $filterdate2 = $params->{'filterdate2'}; + my $membersToAnonymize = + GetBorrowersWithIssuesHistoryOlderThan($filterdate2); + $totalAno = scalar @$membersToAnonymize; + } + + $template->param( + step2 => 1, + totalToDelete => $totalDel, + totalToAnonymize => $totalAno, + filterdate1 => $filterdate1, + filterdate2 => $filterdate2 + ); + + #writing the template + output_html_with_http_headers $cgi, $cookie, $template->output; + exit; +} + +if ( $params->{'step3'} ) { + $filterdate1 = $params->{'filterdate1'}; + $filterdate2 = $params->{'filterdate2'}; + my $do_delete = $params->{'do_delete'}; + my $do_anonym = $params->{'do_anonym'}; + + my ( $totalDel, $totalAno, $radio ) = ( 0, 0, 0 ); + + # delete members + if ($do_delete) { + my $membersToDelete = GetBorrowersWhoHaveNotBorrowedSince($filterdate1); + $totalDel = scalar(@$membersToDelete); + $radio = $params->{'radio'}; + if ( $radio eq 'trash' ) { + my $i; + for ( $i = 0 ; $i < $totalDel ; $i++ ) { + DeleteBorrower( $membersToDelete->[$i]->{'borrowernumber'} ); + } + } + else { # delete completly. + my $i; + for ( $i = 0 ; $i < $totalDel ; $i++ ) { + DelBorrowerCompletly($membersToDelete->[$i]->{'borrowernumber'}); + } + } + $template->param( + do_delete => '1', + TotalDel => $totalDel + ); + } + + # Anonymising all members + if ($do_anonym) { + $totalAno = AnonymiseIssueHistory($filterdate2); + $template->param( + filterdate1 => $filterdate2, + do_anonym => '1', + ); + } + + $template->param( + step3 => '1', + trash => ( $radio eq "trash" ) ? (1) : (0), + ); + + #writing the template + output_html_with_http_headers $cgi, $cookie, $template->output; + exit; +} + +#default value set to the template are the 'CNIL' value. +my ( $year, $month, $day ) = &Today(); +my $tmpyear = $year - 1; +my $tmpmonth = $month - 3; +$filterdate1 = $year . "-" . $tmpmonth . "-" . $day; +$filterdate2 = $tmpyear . "-" . $month . "-" . $day; + +$template->param( + step1 => '1', + filterdate1 => $filterdate1, + filterdate2 => $filterdate2 +); + +#writing the template +output_html_with_http_headers $cgi, $cookie, $template->output; diff --git a/tools/inventory.pl b/tools/inventory.pl new file mode 100755 index 0000000000..94983f6c7f --- /dev/null +++ b/tools/inventory.pl @@ -0,0 +1,136 @@ +#!/usr/bin/perl + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use CGI; +use C4::Auth; +use C4::Context; +use C4::Output; +use C4::Interface::CGI::Output; +use C4::Circulation::Circ2; +use C4::Date; +use C4::Koha; +use C4::Branch; # GetBranches + +my $input = new CGI; +my $minlocation=$input->param('minlocation') || 'A'; +my $maxlocation=$input->param('maxlocation'); +$maxlocation=$minlocation.'Z' unless $maxlocation; +my $datelastseen = $input->param('datelastseen'); +$datelastseen = format_date_in_iso($datelastseen); +my $offset = $input->param('offset'); +my $markseen = $input->param('markseen'); +$offset=0 unless $offset; +my $pagesize = $input->param('pagesize'); +$pagesize=50 unless $pagesize; +my $uploadbarcodes = $input->param('uploadbarcodes'); +my $branchcode = $input->param('branchcode'); +my $op = $input->param('op'); +# warn "uploadbarcodes : ".$uploadbarcodes; + +my ($template, $borrowernumber, $cookie) + = get_template_and_user({template_name => "tools/inventory.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => {tools => 1}, + debug => 1, + }); + +my $branches = GetBranches(); +my @branch_loop; +push @branch_loop, {value => "", branchname => "All Branches", }; +for my $branch_hash (keys %$branches) { + push @branch_loop, {value => "$branch_hash", + branchname => $branches->{$branch_hash}->{'branchname'}, + selected => ($branch_hash eq $branchcode?1:0)}; +} +$template->param(branchloop => \@branch_loop,); + +$template->param(minlocation => $minlocation, + maxlocation => $maxlocation, + offset => $offset, + pagesize => $pagesize, + datelastseen => $datelastseen, + intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), + ); +if ($uploadbarcodes && length($uploadbarcodes)>0){ + my $dbh=C4::Context->dbh; + my $date=format_date($input->param('setdate')); + $date = format_date("today") unless $date; +# warn "$date"; + my $strsth="update items set (datelastseen = $date) where items.barcode =?"; + my $qupdate = $dbh->prepare($strsth); + my $strsth="select * from issues, items where items.itemnumber=issues.itemnumber and items.barcode =? and issues.returndate is null"; + my $qonloan = $dbh->prepare($strsth); + my $strsth="select * from items where items.barcode =? and issues.wthdrawn=1"; + my $qwthdrawn = $dbh->prepare($strsth); + my @errorloop; + my $count=0; + while (my $barcode=<$uploadbarcodes>){ + chomp $barcode; +# warn "$barcode"; + if ($qwthdrawn->execute($barcode) &&$qwthdrawn->rows){ + push @errorloop, {'barcode'=>$barcode,'ERR_WTHDRAWN'=>1}; + }else{ + $qupdate->execute($barcode); + $count += $qupdate->rows; +# warn "$count"; + if ($count){ + $qonloan->execute($barcode); + if ($qonloan->rows){ + my $data = $qonloan->fetchrow_hashref; + my ($doreturn, $messages, $iteminformation, $borrower) =returnbook($barcode, $data->{homebranch}); + if ($doreturn){push @errorloop, {'barcode'=>$barcode,'ERR_ONLOAN_RET'=>1}} + else {push @errorloop, {'barcode'=>$barcode,'ERR_ONLOAN_NOT_RET'=>1}} + } + } else { + push @errorloop, {'barcode'=>$barcode,'ERR_BARCODE'=>1}; + } + } + } + $qupdate->finish; + $qonloan->finish; + $qwthdrawn->finish; + $template->param(date=>$date,Number=>$count); +# $template->param(errorfile=>$errorfile) if ($errorfile); + $template->param(errorloop=>\@errorloop) if (@errorloop); +}else{ + if ($markseen) { + foreach my $field ($input->param) { + if ($field =~ /SEEN-(.*)/) { + &itemseen($1); + } + } + } + if ($op) { + my $res = C4::Circulation::Circ2::GetItemsForInventory($minlocation,$maxlocation,$datelastseen,$branchcode,$offset,$pagesize); + $template->param(loop =>$res, + nextoffset => ($offset+$pagesize), + prevoffset => ($offset?$offset-$pagesize:0), + ); + } +} +output_html_with_http_headers $input, $cookie, $template->output; + +# Local Variables: +# tab-width: 8 +# End: diff --git a/tools/itemslost.pl b/tools/itemslost.pl new file mode 100755 index 0000000000..80b5a03395 --- /dev/null +++ b/tools/itemslost.pl @@ -0,0 +1,97 @@ +#!/usr/bin/perl + +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +#$Id$ + +=head1 itemslost + +This script displays lost items. + +=cut + +use strict; +use CGI; +use C4::Auth; +use C4::Interface::CGI::Output; +use C4::Circulation::Circ2; # GetLostItems +use C4::Koha; # GetItemTypes +use C4::Branch; # GetBranches + +my $query = new CGI; +my ( $template, $loggedinuser, $cookie ) = get_template_and_user( + { + template_name => "tools/itemslost.tmpl", + query => $query, + type => "intranet", + authnotrequired => 0, + flagsrequired => { tools => 1 }, + debug => 1, + } +); + +my $params = $query->Vars; + +if ( $params->{'get_items'} ) { + my $orderbyfilter = $params->{'orderbyfilter'} || undef; + my $branchfilter = $params->{'branchfilter'} || undef; + my $barcodefilter = $params->{'barcodefilter'} || undef; + my $itemtypesfilter = $params->{'itemtypesfilter'} || undef; + + my %where; + $where{homebranch} = $branchfilter if defined $branchfilter; + $where{barcode} = $barcodefilter if defined $barcodefilter; + $where{itemtype} = $itemtypesfilter if defined $itemtypesfilter; + + my $items = GetLostItems( \%where, $orderbyfilter ); + $template->param( + total => scalar @$items, + itemsloop => $items + ); +} + +# getting all branches. +my $branches = GetBranches; +my $branch = C4::Context->userenv->{"branchname"}; +my @branchloop; +foreach my $thisbranch ( keys %$branches ) { + my $selected = 1 if $thisbranch eq $branch; + my %row = ( + value => $thisbranch, + selected => $selected, + branchname => $branches->{$thisbranch}->{'branchname'}, + ); + push @branchloop, \%row; +} + +# getting all itemtypes +my $itemtypes = &GetItemTypes(); +my @itemtypesloop; +foreach my $thisitemtype ( sort keys %$itemtypes ) { + my %row = ( + value => $thisitemtype, + description => $itemtypes->{$thisitemtype}->{'description'}, + ); + push @itemtypesloop, \%row; +} + +$template->param( + branchloop => \@branchloop, + itemtypeloop => \@itemtypesloop, +); + +# writing the template +output_html_with_http_headers $query, $cookie, $template->output; diff --git a/tools/viewlog.pl b/tools/viewlog.pl new file mode 100755 index 0000000000..691fe35529 --- /dev/null +++ b/tools/viewlog.pl @@ -0,0 +1,144 @@ +#!/usr/bin/perl + +# $Id$ + +# Copyright 2000-2002 Katipo Communications +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA + +use strict; +use C4::Auth; +use CGI; +use C4::Context; +use C4::Koha; +use C4::Interface::CGI::Output; +use C4::Log; +use Date::Manip; + +=head1 viewlog.pl + +plugin that shows a stats on borrowers + +=cut + +my $input = new CGI; +my $do_it = $input->param('do_it'); +my $module = $input->param("module"); +my $user = $input->param("user"); +my $action = $input->param("action"); +my $object = $input->param("object"); +my $info = $input->param("info"); +my $datefrom = $input->param("from"); +my $dateto = $input->param("to"); +my $basename = $input->param("basename"); +my $mime = $input->param("MIME"); +my $del = $input->param("sep"); +my $output = $input->param("output") || "screen"; + +my ( $template, $borrowernumber, $cookie ) = get_template_and_user( + { + template_name => "tools/viewlog.tmpl", + query => $input, + type => "intranet", + authnotrequired => 0, + flagsrequired => { tools => 1 }, + debug => 1, + } +); + +if ($do_it) { + + my $results = GetLogs($datefrom,$dateto,$user,$module,$action,$object,$info); + my $total = scalar @$results; + + if ( $output eq "screen" ) { + + # Printing results to screen + $template->param ( + total => $total, + $module => 1, + looprow => $results, + do_it => 1, + datefrom => $datefrom, + dateto => $dateto, + user => $user, + module => $module, + object => $object, + action => $action, + info => $info, + ); + output_html_with_http_headers $input, $cookie, $template->output; + exit; + } + else { + + # Printing to a csv file + print $input->header( + -type => 'application/vnd.sun.xml.calc', + -attachment => "$basename.csv", + -filename => "$basename.csv" + ); + my $sep; + $sep = C4::Context->preference("delimiter"); + + foreach my $line (@$results) { + if ( $module eq "catalogue" ) { + print $line->{timestamp} . $sep; + print $line->{firstname} . $sep; + print $line->{surname} . $sep; + print $line->{action} . $sep; + print $line->{info} . $sep; + print $line->{title} . $sep; + print $line->{author} . $sep; + } + } + + exit; + } +} +else { + my $dbh = C4::Context->dbh; + my @values; + my %labels; + my %select; + my $req; + + my @mime = ( C4::Context->preference("MIME") ); + + my $CGIextChoice = CGI::scrolling_list( + -name => 'MIME', + -id => 'MIME', + -values => \@mime, + -size => 1, + -multiple => 0 + ); + + my @dels = ( C4::Context->preference("delimiter") ); + my $CGIsepChoice = CGI::scrolling_list( + -name => 'sep', + -id => 'sep', + -values => \@dels, + -size => 1, + -multiple => 0 + ); + + $template->param( + total => 0, + CGIextChoice => $CGIextChoice, + CGIsepChoice => $CGIsepChoice + ); + output_html_with_http_headers $input, $cookie, $template->output; +} -- 2.39.2