Subversion Repositories Applications.papyrus

Rev

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

Rev 1155 Rev 1156
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.2 2006-12-13 09:26:44 jp_milcent Exp $
24
// CVS : $Id: nouveaute.php,v 1.3 2006-12-13 09:27:42 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.2 $ $Date: 2006-12-13 09:26:44 $
36
*@version       $Revision: 1.3 $ $Date: 2006-12-13 09:27:42 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 136... Line 136...
136
					$i++;
136
					$i++;
137
				}
137
				}
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'] = NOUV_LG_INCONNU_URL;
142
				$aso_page['auteur'] = NOUV_LG_INCONNU_AUTEUR;
142
				$aso_page['auteur'] = NOUV_LG_INCONNU_AUTEUR;
143
				$aso_page['contributeur'] = NOUV_LG_INCONNU_GENERAL;
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'] = NOUV_LG_INCONNU_GENERAL;
145
				$aso_page['heure'] = NOUV_LG_INCONNU_GENERAL;
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.2  2006/12/13 09:26:44  jp_milcent
-
 
279
* Ajout d'une valeur pour les champs vides.
277
* $Log: not supported by cvs2svn $
280
*
278
* Revision 1.1  2006/12/12 17:16:22  jp_milcent
281
* Revision 1.1  2006/12/12 17:16:22  jp_milcent
279
* Ajout de l'applette Nouveaute.
282
* Ajout de l'applette Nouveaute.
280
*
283
*
281
*
284
*