Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 496 → Rev 497

/trunk/client/integrateur_wikini/integrateur_wikini.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: integrateur_wikini.php,v 1.9 2005-09-23 13:58:07 ddelon Exp $
// CVS : $Id: integrateur_wikini.php,v 1.10 2005-10-01 11:13:43 ddelon Exp $
/**
* Integrateur de page Wikini
*
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.9 $ $Date: 2005-09-23 13:58:07 $
*@version $Revision: 1.10 $ $Date: 2005-10-01 11:13:43 $
*
// +------------------------------------------------------------------------------------------------------+
// | ENTETE du PROGRAMME |
275,12 → 275,7
 
$server=$_SERVER['PHP_SELF'];
$_SERVER['PHP_SELF']="wakka.php";
// Affichage par defaut :
$sortie=$wiki->Format("\n----PagePrincipale\nDerniersChangements\nDerniersCommentaires----");
$sortie.="<a href=\"".$wiki->href("edit",$page)."\" title=\"Cliquez pour &eacute;diter cette page.\">&Eacute;diter cette page</a>";
// Sinon Affichage Page Menu (configurable TODO ?)
$contenu=$wiki->LoadPage("PageMenu");