Subversion Repositories Applications.projet

Rev

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

Rev 144 Rev 159
Line 13... Line 13...
13
  `p_date_creation` date NOT NULL default '0000-00-00',
13
  `p_date_creation` date NOT NULL default '0000-00-00',
14
  `p_nom_repertoire` varchar(255) NOT NULL default '',
14
  `p_nom_repertoire` varchar(255) NOT NULL default '',
15
  `p_type` smallint(5) unsigned NOT NULL default '0',
15
  `p_type` smallint(5) unsigned NOT NULL default '0',
16
  `p_modere` tinyint(3) unsigned NOT NULL default '0',
16
  `p_modere` tinyint(3) unsigned NOT NULL default '0',
17
  PRIMARY KEY  (`p_id`)
17
  PRIMARY KEY  (`p_id`)
18
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-
 
-
 
18
);
Line 19... Line 19...
19
 
19
 
20
 
20
 
Line 164... Line 164...
164
CREATE TABLE `projet_template` (
164
CREATE TABLE `projet_template` (
165
  `pt_id_template` smallint(5) unsigned NOT NULL default '0',
165
  `pt_id_template` smallint(5) unsigned NOT NULL default '0',
166
  `pt_i18n` varchar(5) NOT NULL default '',
166
  `pt_i18n` varchar(5) NOT NULL default '',
167
  `pt_template` text NOT NULL,
167
  `pt_template` text NOT NULL,
168
  PRIMARY KEY  (`pt_id_template`)
168
  PRIMARY KEY  (`pt_id_template`)
169
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-
 
-
 
169
);
Line 170... Line 170...
170
 
170
 
171
#
171
#
172
# Contenu de la table `projet_template`
172
# Contenu de la table `projet_template`
Line 173... Line 173...
173
#
173
#
Line 174... Line 174...
174
 
174
 
175
INSERT INTO `projet_template` VALUES (1, 'fr-FR', 'L\'utilisateur {nom} {prenom} souhaite être inscrit au projet {nom_projet} dont vous êtes modérateur.\r\nCliquez sur le lien suivant pour modérer son inscription.\r\n{lien}\r\n');
175
INSERT INTO `projet_template` VALUES (1, 'fr-FR', 'L\'utilisateur {nom} {prenom} souhaite être inscrit au projet {nom_projet} dont vous êtes modérateur.\r\nCliquez sur le lien suivant pour modérer son inscription.\r\n{lien}\r\n');