* @license MIT License, see LICENSE.txt * @link http://svnweb.mageia.org/svn/soft/dashboard/ */ /** */ class Report_Box_Downloads extends Report_Box { /** */ var $title = "Downloads"; /** */ function _get_var_definitions() { return array( 'mirrors' => '%d mirrors', 'out-of-sync' => '%d are out-of-sync', 'isos' => '%d ISOs published', 'iso-downloads' => '%d downloaded ISOs' ); } /** */ function _get_links() { return 'View youri-check report'; } }