\"Pourquoi?\"
"; echo "
Sommaire
"; echo "

 

"; if(isset($page) && strlen($page) && $page!="intro") { include("level.php3"); include("category.php3"); readfile($page.".dat"); } else { echo "

 
 
 

"; if(isset($list)) { include("category.php3"); echo "Liste des articles de la catégorie sélectionnée : ".show_category($list)."
"; } else { include("intro.dat"); } } echo "

"; if(!isset($list)) { $nbr=count($articles); $i=1; foreach($articles as $pagex => $descx) { if($pagex==$page) { if($i>1) /* pour éviter de dépasser la borne inf */ { prev($articles); $back=key($articles); next($articles); } if($i<$nbr) /* " " la borne sup */ { next($articles); $next=key($articles); } } else next($articles); $i++; } if($back) { echo "\"Précédent\" "; echo "\"Introduction\" "; } if(isset($page) && $page!="intro") { echo "\"Version "; } if($next) { echo "\"Suivant\""; } echo "

"; } echo ""; echo "\"index\"
"; include("../copy.php3"); echo "
"; } else { echo "Niveau : ".$articles["$page"][1]."
Catégorie(s) : ".$articles["$page"][2]."

"; readfile($page.".dat"); include("../copy.php3"); } ?>