Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 66 → Rev 67

/trunk/projet.php
19,7 → 19,7
// | 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: projet.php,v 1.8 2005-10-25 13:50:13 alexandre_tb Exp $
// CVS : $Id: projet.php,v 1.9 2005-11-25 14:48:44 alexandre_tb Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.8 $
*@version $Revision: 1.9 $
// +------------------------------------------------------------------------------------------------------+
*/
 
68,7 → 68,8
$res = '' ;
if (isset($GLOBALS['_GEN_commun']['info_application']->presentation) &&
(($GLOBALS['_GEN_commun']['info_application']->presentation == 'arbre')
||($GLOBALS['_GEN_commun']['info_application']->presentation == 'liste'))) {
||($GLOBALS['_GEN_commun']['info_application']->presentation == 'liste'
||($GLOBALS['_GEN_commun']['info_application']->presentation == 'tela')))) {
$res .= '<ul class="onglets">';
$GLOBALS['url']->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_VOIR_RESUME);
$res .= '<li class="'.cma(PROJET_ACTION_VOIR_RESUME).'"><a href="'.$GLOBALS['url']->getURL().'">'.PROJET_SYNTHESE.'</a></li>';
119,7 → 120,8
// Dans le cas de la présentation par arbre, on met les menus
if (isset($GLOBALS['_GEN_commun']['info_application']->presentation) &&
(($GLOBALS['_GEN_commun']['info_application']->presentation == 'arbre') ||
($GLOBALS['_GEN_commun']['info_application']->presentation == 'liste'))){
($GLOBALS['_GEN_commun']['info_application']->presentation == 'liste')
||($GLOBALS['_GEN_commun']['info_application']->presentation == 'tela'))){
$sortie .= $controleur->menuGeneral() ;
}
178,7 → 180,6
if (isset ($GLOBALS['_GEN_commun']['info_application']->seulement_forum)) {
$controleur->setIdProjet($GLOBALS['_GEN_commun']['info_application']->seulement_forum) ;
// S'il n'y a pas d'action en mode forum, on affiche l'onglet Forum
echo $_REQUEST[PROJET_VARIABLE_ACTION];
if (!isset($_REQUEST[PROJET_VARIABLE_ACTION])) $controleur->setAction (PROJET_ACTION_VOIR_FORUM) ;
}
209,6 → 210,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.8 2005/10/25 13:50:13 alexandre_tb
* Ajout de la gestion des projets privés
*
* Revision 1.7 2005/10/17 16:22:28 alexandre_tb
* rien
*