displayDescription($description); /** * */ // $dir = getcwd(); $dir = substr($dir, 0, strlen($dir) - 4)."/sql/".$f->phptype."/"; $dossier = opendir($dir); $tab = array(); while ($entree = readdir($dossier)) { if (strstr($entree, "pdf.")) { array_push($tab, array('file' => substr($entree, 0, strlen($entree) - 8))); } } closedir($dossier); asort($tab); /** * */ // echo "\n
\n"; // echo "
\n"; // echo "\t"; echo _("Choix de l'edtion"); echo "\n"; // echo "\t
\n"; // foreach ($tab as $elem) { echo "
"; echo ""; // echo ""; echo _($elem['file']); echo ""; // echo ""; echo "
\n"; } // echo "
\n"; // echo "
\n"; echo "
\n"; ?>