Subversion Repositories Applications.papyrus

Rev

Rev 1279 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1279 Rev 1282
Line 842... Line 842...
842
-- 
842
-- 
843
-- Contenu de la table `bazar_url`
843
-- Contenu de la table `bazar_url`
844
-- 
844
-- 
Line 845... Line 845...
845
 
845
 
846
-- --------------------------------------------------------
846
-- --------------------------------------------------------
847
 
-
 
848
-- 
847
#
849
-- Structure de la table `bazar_template`
848
# Structure de la table `bazar_template`
Line 850... Line 849...
850
-- 
849
#
851
 
850
 
852
CREATE TABLE `bazar_template` (
851
CREATE TABLE `bazar_template` (
853
  `bt_id_template` int(10) unsigned NOT NULL,
852
  `bt_id_template` int(10) unsigned NOT NULL,
854
  `bt_id_i18n` varchar(5) NOT NULL default '',
853
  `bt_id_i18n` varchar(5) NOT NULL default '',
855
  `bt_template` text NOT NULL,
854
  `bt_template` text NOT NULL,
856
  `bt_documentation` text NOT NULL,
855
  `bt_documentation` text NOT NULL,
857
  `bt_categorie_nature` tinyint(3) unsigned NOT NULL default '0',
856
  `bt_categorie_nature` tinyint(3) unsigned NOT NULL default '0',
Line 858... Line -...
858
  PRIMARY KEY  (`bt_id_template`,`bt_id_i18n`,`bt_categorie_nature`)
-
 
859
);
857
  PRIMARY KEY  (`bt_id_template`,`bt_id_i18n`,`bt_categorie_nature`)
860
 
858
);
861
 
859
 
Line 862... Line -...
862
#
-
 
863
# Contenu de la table `bazar_template`
-
 
864
#
860
#
865
 
861
# Contenu de la table `bazar_template`
866
 
862
#
867
INSERT INTO `bazar_template` VALUES (1, 'fr-FR', '{formulaire}\r\n<p class="zone_info">Pr&eacute;cisez vos crit&egrave;res de recherche et appuyez sur le bouton "Rechercher" pour consulter les fiches.\r\n</p>\r\n', '', 2);
863