Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 48 → Rev 49

/trunk/actions/resume.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: resume.php,v 1.2 2005-09-27 16:43:53 alexandre_tb Exp $
// CVS : $Id: resume.php,v 1.3 2005-10-21 21:42:04 ddelon Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.2 $
*@version $Revision: 1.3 $
// +------------------------------------------------------------------------------------------------------+
*/
 
101,7 → 101,12
$wiki_res = '' ;
// Les wikinis associƩs au projet
if ($projet->getWikini()) {
$wiki_res .= '<div><a href="'.PROJET_URL_WIKINI.'wakka.php?wiki=PagePrincipale&wikini='.$projet->getWikini().'" target="_blank">'.PROJET_URL_WIKINI.'</a>' ;
$url = $GLOBALS['_GEN_commun']['url'] ;
$url->addQueryString ('act',PROJET_ACTION_VOIR_WIKINI);
$link=$url->getURL();
// $wiki_res .= '<div><a href="'.PROJET_URL_WIKINI.'wakka.php?wiki=PagePrincipale&wikini='.$projet->getWikini().'" target="_blank">'.PROJET_URL_WIKINI.'</a>' ;
$wiki_res .= '<div><a href="'.$link.'">'.PROJET_WIKI_ASSOCIE.'</a>' ;
$wiki_res .= '</div>' ;
} else {
$wiki_res .= '<div>'.PROJET_WIKINI_PAS.'</div>'."\n" ;