aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/reports/index.php
blob: c0d6c8777ebae99236d49bd5c88cd8ceafacbc1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?php
define('HLANG', true);
define('ALIGNMENT', 'Center');
require '../../../langs.php';
$dictionary = read_translation_file($locale, array('about/reports', 'common_footer'));
?><!DOCTYPE html>
<html dir="ltr" lang="<?php echo $locale; ?>">
<head>
    <meta charset="utf-8">
    <title><?php _g('Mageia activity &amp; financial reports')?></title>
    <meta name="description" content="<?php _g('Mageia reports, every year.')?>">
    <meta name="keywords" content="<?php _g('mageia, reports, activity, financial')?>">
    <meta name="author" content="Mageia">
    <?php include '../../../analytics.php'; ?>
    <?php echo common_header(); ?>
</head>
<body class="about">
    <?php echo $hsnav; ?>
    <h1 id="mgnavt"><?php _g('Activity Reports')?></h1>
    <div id="doc" class="yui-t7" style="margin-bottom: 0px;">
        <div id="bd" role="main">
            <div class="yui-g">
                <div class="para values">
                    <p><?php _g('Here you will find our various activity and financial reports for every year.')?></p>

                    <ul>
                        <li>2016: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2016.html">', ' ' . _r('(in progress)')));?></li>
                        <li>2015: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2015.html">', ''));?></li>
                        <li>2014: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2014.html">', ''));?></li>
                        <li>2013: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2013.html">', ''));?></li>
                        <li>2012: <?php _g('%sFinancial report</a>%s.', array('<a href="2012/">', ''));?></li>
                        <li>2011: <?php _g('<a href="https://wiki.mageia.org/en/Rapport_moral_2011">Moral report</a> (in French &amp; English), <a href="2011/">financial report</a>.')?></li>
                        <li>2010: <?php _g('Moral report, <a href="2010/">financial report</a>.')?></li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
<?php echo common_footer($locale); ?>
</body>
</html>