Subversion Repositories Applications.papyrus

Rev

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

Rev 1149 Rev 1155
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: nouveaute.php,v 1.1 2006-12-12 17:16:22 jp_milcent Exp $
24
// CVS : $Id: nouveaute.php,v 1.2 2006-12-13 09:26:44 jp_milcent Exp $
25
/**
25
/**
26
* papyrus_bp - nouveaute.php
26
* papyrus_bp - nouveaute.php
27
*
27
*
28
* Description :
28
* Description :
29
*
29
*
Line 31... Line 31...
31
//Auteur original :
31
//Auteur original :
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        Aucun
34
*@author        Aucun
35
*@copyright     Tela-Botanica 1999-2006
35
*@copyright     Tela-Botanica 1999-2006
36
*@version       $Revision: 1.1 $ $Date: 2006-12-12 17:16:22 $
36
*@version       $Revision: 1.2 $ $Date: 2006-12-13 09:26:44 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 138... Line 138...
138
				
138
				
139
		        // Initialisation
139
		        // Initialisation
140
		        $aso_page = array();
140
		        $aso_page = array();
141
				$aso_page['url'] = '#';
141
				$aso_page['url'] = '#';
142
				$aso_page['auteur'] = NOUV_LG_INCONNU_AUTEUR;
142
				$aso_page['auteur'] = NOUV_LG_INCONNU_AUTEUR;
143
				$aso_page['contributeur'] = '';
143
				$aso_page['contributeur'] = NOUV_LG_INCONNU_GENERAL;
144
				$aso_page['titre'] = NOUV_LG_INCONNU_TITRE;
144
				$aso_page['titre'] = NOUV_LG_INCONNU_TITRE;
145
				$aso_page['heure'] = '';
145
				$aso_page['heure'] = NOUV_LG_INCONNU_GENERAL;
146
				$aso_page['minute'] = '';
146
				$aso_page['minute'] = NOUV_LG_INCONNU_GENERAL;
147
				$aso_page['seconde'] = '';
147
				$aso_page['seconde'] = NOUV_LG_INCONNU_GENERAL;
148
				$aso_page['jours'] = '';
148
				$aso_page['jours'] = NOUV_LG_INCONNU_GENERAL;
149
				$aso_page['mois'] = '';
149
				$aso_page['mois'] = NOUV_LG_INCONNU_GENERAL;
150
				$aso_page['annee'] = '';
150
				$aso_page['annee'] = NOUV_LG_INCONNU_GENERAL;
151
				$aso_page['description'] = '';
151
				$aso_page['description'] = NOUV_LG_INCONNU_GENERAL;
Line 152... Line 152...
152
				$aso_page['resumer'] = '';
152
				$aso_page['resumer'] = NOUV_LG_INCONNU_GENERAL;
153
				
153
				
154
				// Création de l'url
154
				// Création de l'url
155
				$une_url =& new Pap_URL();
155
				$une_url =& new Pap_URL();
Line 273... Line 273...
273
}
273
}
Line 274... Line 274...
274
 
274
 
275
/* +--Fin du code ----------------------------------------------------------------------------------------+
275
/* +--Fin du code ----------------------------------------------------------------------------------------+
276
*
276
*
-
 
277
* $Log: not supported by cvs2svn $
-
 
278
* Revision 1.1  2006/12/12 17:16:22  jp_milcent
-
 
279
* Ajout de l'applette Nouveaute.
277
* $Log: not supported by cvs2svn $
280
*
278
*
281
*
279
* +-- Fin du code ----------------------------------------------------------------------------------------+
282
* +-- Fin du code ----------------------------------------------------------------------------------------+
280
*/
283
*/