\n"; echo "\n"; echo "\n"; echo ""; echo "\n"; // list of tools and descriptions $tools = array(); // profile editor $tools[] = array( "name" => _("Profile editor"), "description" => _("Here you can manage your account profiles."), "link" => "profedit/profilemain.php" ); // file upload $tools[] = array( "name" => _("File upload"), "description" => _("Creates accounts by uploading a CSV formated file."), "link" => "masscreate.php" ); // OU editor $tools[] = array( "name" => _("OU editor"), "description" => _("Manages OU objects in your LDAP tree."), "link" => "ou_edit.php" ); // PDF editor $tools[] = array( "name" => _("PDF editor"), "description" => _("This tool allows you to customize the PDF pages."), "link" => "pdfedit/pdfmain.php" ); // schema browser $tools[] = array( "name" => _("Schema browser"), "description" => _("Here you can browse LDAP object classes and attributes."), "link" => "schema/schema.php" ); echo "

 

\n"; // print tools table echo "\n"; for ($i = 0; $i < sizeof($tools); $i++) { echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; } echo "
   
"; echo "" . $tools[$i]['name'] . ""; echo "

     "; echo $tools[$i]['description']; echo "   
\n"; echo "\n"; echo "\n"; ?>