From f5384103924907b239b204bdee8d63a8be872ade Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 25 May 2011 16:34:29 +0000 Subject: downloads report - placeholder --- Report/Box/06_Downloads.php | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Report/Box/06_Downloads.php diff --git a/Report/Box/06_Downloads.php b/Report/Box/06_Downloads.php new file mode 100644 index 0000000..22951be --- /dev/null +++ b/Report/Box/06_Downloads.php @@ -0,0 +1,41 @@ + + * @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'; + } + + +} -- cgit v1.2.1