bonjour
merci de votre aide car votre programme est vraiment ce qu'il nous faut
voici mes champs
1		thème 	           liste prédéfinie	  	  		  	  	  	  
2		code 	                    champ simple	  	  	  		  	  	  
3		titre 	                    champ simple		  	  		  	  	  
4		auteur 	           champ simple	  	  	  		  	  	  
5		édition 	           champ simple	  	  	  		  	  	  
6		sommaire résumé 	   champ texte	  	  			  		  
7		année 	            champ simple	  	  			  	  	  
8		format 	            champ simple	  	  	  		  	  	  
9		pages 	              nombre	  	  			  	  	  
10		nombre exemplaires    nombre	  	  			  	  	  
11		nom emprunteur 	     champ simple	  	    		  		  
12		date emprunt 	      champ simple	  	  	  		  		  
13		couleur 	             champ simple	  	  	  		  	  	  
14		localisation 	           champ simple	  	  	  		  	  	  
15		divers 	          champ texte	
et l'export de la table 
-- phpMyAdmin SQL Dump
-- version 3.1.5
-- 
http://www.phpmyadmin.net
--
-- Serveur: coordonnet.sql.free.fr
-- Généré le : Ven 25 Mars 2011 à 13:06
-- Version du serveur: 5.0.83
-- Version de PHP: 5.2.9
/*!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 */;
--
-- Base de données: `coordonnet`
--
-- --------------------------------------------------------
--
-- Structure de la table `jos_collector_fields`
--
CREATE TABLE IF NOT EXISTS `jos_collector_fields` (
  `id` int(11) NOT NULL auto_increment,
  `collection` int(11) NOT NULL,
  `field` varchar(30) NOT NULL,
  `type` int(11) NOT NULL,
  `defined` int(11) NOT NULL,
  `ordering` int(11) NOT NULL,
  `state` tinyint(3) NOT NULL default '0',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `created_by_alias` varchar(255) NOT NULL default '',
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  `checked_out` int(11) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `access` int(11) NOT NULL default '0',
  `home` int(1) NOT NULL default '0',
  `unik` int(1) NOT NULL default '0',
  `edit` int(1) NOT NULL default '0',
  `listing` int(1) NOT NULL default '0',
  `filter` int(1) NOT NULL default '0',
  `sort` int(1) NOT NULL default '0',
  `template` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `fk_collection` (`collection`),
  KEY `fk_type` (`type`),
  KEY `fk_defined` (`defined`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_modifiedby` (`modified_by`)
) ENGINE=MyISAM  AUTO_INCREMENT=28 ;
--
-- Contenu de la table `jos_collector_fields`
--
INSERT INTO `jos_collector_fields` (`id`, `collection`, `field`, `type`, `defined`, `ordering`, `state`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `publish_up`, `publish_down`, `checked_out`, `checked_out_time`, `access`, `home`, `unik`, `edit`, `listing`, `filter`, `sort`, `template`) VALUES
(19, 4, 'numero', 6, 0, 1, 1, '2011-03-24 14:20:23', 62, '', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, 1, 0, 1, 1, 0, 1, ''),
(18, 3, 'sommaire résumé', 2, 0, 6, 1, '2011-03-23 13:21:45', 62, '', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 62, '2011-03-25 10:54:20', 0, 0, 0, 1, 0, 0, 0, ''),
(17, 3, 'date emprunt', 1, 0, 12, 1, '2011-03-23 13:20:35', 62, '', '2011-03-23 13:26:22', 62, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, 0, 0, 1, 0, 0, 0, ''),
(16, 3, 'nom emprunteur', 1, 0, 11, 1, '2011-03-23 13:19:41', 62, '', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, 0, 0, 1, 0, 0, 0, ''),
(8, 3, 'thème', 3, 11, 1, 1, '2011-03-23 12:59:30', 62, '', '2011-03-23 13:11:15', 62, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, 0, 0, 1, 1, 1, 1, ''),
(9, 3, 'titre', 1, 0, 3, 1, '2011-03-23 12:59:54', 62, '', '2011-03-23 13:21:08', 62, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, 1, 0, 1, 1, 0, 1, ''),
(10, 3, 'auteur', 1, 0, 4, 1, '2011-03-23 13:00:08', 62, '', '2011-03-23 13:21:21', 62, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, 0, 0, 1, 1, 0, 1, ''),
(11, 3, 'édition', 1, 0, 5, 1, '2011-03-23 13:03:21', 62, '', '2011-03-23 13:21:34', 62, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, 0, 0, 1, 1, 0, 1, ''),
(12, 3, 'année', 6, 0, 7, 1, '2011-03-23 13:03:37', 62, '', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, 0, 0, 1, 1, 0, 1, ''),
(13, 3, 'format', 1, 0, 8, 1, '2011-03-23 13:04:18', 62, '', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 62, '2011-03-25 10:54:55', 0, 0, 0, 1, 1, 0, 1, ''),
(14, 3, 'pages', 6, 0, 9, 1, '2011-03-23 13:04:47', 62, '', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 62, '2011-03-25 10:55:13', 0, 0, 0, 1, 1, 0, 1, ''),
(15, 3, 'nombre exemplaires', 6, 0, 10, 1, '2011-03-23 13:05:00', 62, '', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 62, '2011-03-25 10:55:42', 0, 0, 0, 1, 1, 0, 1, ''),
(20, 4, 'mois/année', 1, 0, 2, 1, '2011-03-24 14:20:45', 62, '', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, 0, 0, 1, 1, 0, 1, ''),
(21, 4, 'sommaire résumé', 2, 0, 3, 1, '2011-03-24 14:21:02', 62, '', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, 0, 0, 1, 0, 0, 0, ''),
(22, 4, 'couverture', 5, 0, 4, 1, '2011-03-24 14:21:45', 62, '', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, 0, 0, 1, 1, 0, 0, ''),
(23, 3, 'code', 1, 0, 2, 1, '2011-03-25 10:26:39', 62, '', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 62, '2011-03-25 10:53:36', 0, 0, 0, 1, 1, 0, 1, ''),
(24, 3, 'couleur', 1, 0, 13, 1, '2011-03-25 10:28:09', 62, '', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, 0, 0, 1, 1, 0, 1, ''),
(25, 3, 'localisation', 1, 0, 14, 1, '2011-03-25 10:30:29', 62, '', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, 0, 0, 1, 1, 0, 1, ''),
(27, 3, 'divers', 2, 0, 15, 1, '2011-03-25 10:37:13', 62, '', '2011-03-25 10:57:02', 62, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, 0, 0, 1, 0, 0, 0, '');
/*!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 */;
merci d'avance !
corinne bourrillon