Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU General Public |
|
18 |
// | You should have received a copy of the GNU General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: tela.php,v 1.4 2006-01-09 21:55:19 ddelon Exp $
|
22 |
// CVS : $Id: tela.php,v 1.5 2006-10-30 11:26:11 jp_milcent Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Application projet
|
24 |
* Application projet
|
25 |
*
|
25 |
*
|
26 |
* Fichier de présentation de la liste des projets pour Tela Botanica
|
26 |
* Fichier de présentation de la liste des projets pour Tela Botanica
|
27 |
*
|
27 |
*
|
Line 29... |
Line 29... |
29 |
//Auteur original :
|
29 |
//Auteur original :
|
30 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
30 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
31 |
//Autres auteurs :
|
31 |
//Autres auteurs :
|
32 |
*@author Aucun
|
32 |
*@author Aucun
|
33 |
*@copyright Tela-Botanica 2000-2004
|
33 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@version $Revision: 1.4 $
|
34 |
*@version $Revision: 1.5 $
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
*/
|
36 |
*/
|
Line 37... |
Line 37... |
37 |
|
37 |
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// | ENTETE du PROGRAMME |
|
39 |
// | ENTETE du PROGRAMME |
|
Line 40... |
Line 40... |
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
Line 41... |
Line 41... |
41 |
|
41 |
|
- |
|
42 |
define ('PROJET_LISTE_RESUME', false) ;
|
42 |
define ('PROJET_LISTE_RESUME', false) ;
|
43 |
|
43 |
|
44 |
$res = '<h1>Liste des projets et forums de Tela Botanica</h1>'."\n" ;
|
44 |
$res = '<h1>Liste des projets et forums de Tela Botanica</h1>'."\n" ;
|
45 |
// Ajout du cartouche résumant la création d'un projet.
|
- |
|
46 |
$res .= '<div class="notes">
|
45 |
$res .= '<div class="notes">
|
47 |
<h4>Créez votre projet...</h4>
|
46 |
<h4>Créez votre projet...</h4>
|
48 |
<p class="last"> Toute personne inscrite au réseau Tela Botanica peut demander à créer un forum de discussion ou monter un projet collaboratif. <br />
|
47 |
<p class="last"> Toute personne inscrite au réseau Tela Botanica peut demander à créer un forum de discussion ou monter projet collaboratif. <br /><a href="http://www.tela-botanica.org/papyrus.php?menu=340">Voir la démarche en détail</a></p>
|
49 |
<a href="http://www.tela-botanica.org/page:creez_votre_projet">Voir la démarche en détail</a></p>
|
48 |
</div>';
|
50 |
</div>';
|
49 |
// On inclue un fichier local
|
51 |
// On inclue un fichier local
|
Line 128... |
Line 130... |
128 |
return $res ;
|
130 |
return $res ;
|
Line 129... |
Line 131... |
129 |
|
131 |
|
130 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
132 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
131 |
*
|
133 |
*
|
- |
|
134 |
* $Log: not supported by cvs2svn $
|
- |
|
135 |
* Revision 1.4 2006/01/09 21:55:19 ddelon
|
- |
|
136 |
* flux rss dans liste des projets
|
132 |
* $Log: not supported by cvs2svn $
|
137 |
*
|
133 |
* Revision 1.3 2005/12/07 11:02:35 jp_milcent
|
138 |
* Revision 1.3 2005/12/07 11:02:35 jp_milcent
|
134 |
* Ajout d'attribut alt aux images.
|
139 |
* Ajout d'attribut alt aux images.
|
135 |
*
|
140 |
*
|
136 |
* Revision 1.2 2005/11/28 11:15:22 alexandre_tb
|
141 |
* Revision 1.2 2005/11/28 11:15:22 alexandre_tb
|