diff --git a/htdocs/projet/tasks/fiche.php b/htdocs/projet/tasks/fiche.php
new file mode 100644
index 00000000000..39ffb905823
--- /dev/null
+++ b/htdocs/projet/tasks/fiche.php
@@ -0,0 +1,296 @@
+
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Id$
+ * $Source$
+ *
+ */
+
+/**
+ \file htdocs/projet/tasks/fiche.php
+ \ingroup projet
+ \brief Fiche tāches d'un projet
+ \version $Revision$
+*/
+
+require("./pre.inc.php");
+
+if (!$user->rights->projet->lire) accessforbidden();
+
+Function PLines(&$inc, $parent, $lines, &$level)
+{
+ $form = new Form($db); // $db est null ici mais inutile pour la fonction select_date()
+ global $bc, $langs;
+ for ($i = 0 ; $i < sizeof($lines) ; $i++)
+ {
+ if ($parent == 0)
+ $level = 0;
+
+ if ($lines[$i][1] == $parent)
+ {
+ $var = !$var;
+ print "