[Koha-cvs] CVS: koha/misc/sql-datas/french authorites_norme_unimarc.txt,NONE,1.1 authorites_norme_unimarc.sql,1.1,1.2

Paul POULAIN tipaul at users.sourceforge.net
Tue Nov 16 14:38:13 CET 2004


Update of /cvsroot/koha/koha/misc/sql-datas/french
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20896/misc/sql-datas/french

Modified Files:
	authorites_norme_unimarc.sql 
Added Files:
	authorites_norme_unimarc.txt 
Log Message:
sql datas for authorities

--- NEW FILE ---
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.
Index: authorites_norme_unimarc.sql
===================================================================
RCS file: /cvsroot/koha/koha/misc/sql-datas/french/authorites_norme_unimarc.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** authorites_norme_unimarc.sql	18 Aug 2004 16:00:02 -0000	1.1
--- authorites_norme_unimarc.sql	16 Nov 2004 13:38:11 -0000	1.2
***************
*** 1,16 ****
- # phpMyAdmin MySQL-Dump
- # version 2.4.0
- # http://www.phpmyadmin.net/ (download page)
- #
- # Serveur: localhost
- # Généré le : Mercredi 18 Août 2004 à 17:31
- # Version du serveur: 4.0.18
- # Version de PHP: 4.3.4
- # Base de données: `EMN`
- 
- #
- # Contenu de la table `auth_subfield_structure`
- #
- 
  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);
--- 1,2 ----
***************
*** 692,700 ****
  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, '');
- 
- #
- # Contenu de la table `auth_tag_structure`
- #
- 
  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);
--- 678,681 ----





More information about the Koha-cvs mailing list