19,11 → 19,11 |
// | License along with this library; if not, write to the Free Software | |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
// +------------------------------------------------------------------------------------------------------+ |
// CVS : $Id: tela.php,v 1.6.4.1 2007-11-19 14:15:41 alexandre_tb Exp $ |
// CVS : $Id: tela.php,v 1.6.4.2 2007-11-19 14:25:41 alexandre_tb Exp $ |
/** |
* Application projet |
* |
* Fichier de présentation de la liste des projets pour Tela Botanica |
* Fichier de presentation de la liste des projets pour Tela Botanica |
* |
*@package projet |
//Auteur original : |
31,7 → 31,7 |
//Autres auteurs : |
*@author Aucun |
*@copyright Tela-Botanica 2000-2004 |
*@version $Revision: 1.6.4.1 $ |
*@version $Revision: 1.6.4.2 $ |
// +------------------------------------------------------------------------------------------------------+ |
*/ |
|
62,11 → 62,11 |
} |
|
$res = '<h1>Liste des projets et forums de Tela Botanica</h1>'."\n" ; |
// Ajout du cartouche résumant la création d'un projet. |
// Ajout du cartouche resumant la creation d'un projet. |
$res .= '<div class="notes"> |
<h4>Cràez votre projet...</h4> |
<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 /> |
<a href="http://www.tela-botanica.org/page:creez_votre_projet">Voir la démarche en détail</a></p> |
<h4>Créez votre projet...</h4> |
<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 /> |
<a href="http://www.tela-botanica.org/page:creez_votre_projet">Voir la démarche en détail</a></p> |
</div>'; |
// On inclue un fichier local |
if (file_exists(PROJET_CHEMIN_APPLI.'langues/pro_langues_fr.local.inc.php')) |
152,6 → 152,9 |
/* +--Fin du code ----------------------------------------------------------------------------------------+ |
* |
* $Log: not supported by cvs2svn $ |
* Revision 1.6.4.1 2007-11-19 14:15:41 alexandre_tb |
* bug PROJET_LISTE_RESUME defini 2 fois |
* |
* Revision 1.6 2007/04/19 15:34:35 neiluj |
* préparration release (livraison) "Narmer" - v0.25 |
* |