diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-01 21:30:42 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-01 21:30:42 +0000 |
commit | bbc20228c0ebdf41cbac05983c7024bac1ed8555 (patch) | |
tree | 9f0d84d434da4135bff0b37f2da2f39643215755 /en/thank-you | |
parent | fe50163cf7be2a2701c49c7d5fa2c509d03f4b52 (diff) | |
download | www-bbc20228c0ebdf41cbac05983c7024bac1ed8555.tar www-bbc20228c0ebdf41cbac05983c7024bac1ed8555.tar.gz www-bbc20228c0ebdf41cbac05983c7024bac1ed8555.tar.bz2 www-bbc20228c0ebdf41cbac05983c7024bac1ed8555.tar.xz www-bbc20228c0ebdf41cbac05983c7024bac1ed8555.zip |
Use treasurer.mageia.org data to update donators list
Diffstat (limited to 'en/thank-you')
-rw-r--r-- | en/thank-you/index.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/en/thank-you/index.php b/en/thank-you/index.php index c40407059..5ad86ca97 100644 --- a/en/thank-you/index.php +++ b/en/thank-you/index.php @@ -17,6 +17,8 @@ include '../../donators.inc.php'; <meta name="author" content="Mageia"> <link rel="stylesheet" type="text/css" href="/g/style/all.css"> <?php include '../../analytics.php'; ?> + <script src="http://static.mageia.org/g/js/jquery-1.10.1.min.js"></script> + <script src="http://static.mageia.org/g/js/donators-list.js"></script> </head> <body class="about"> <?php echo $hsnav; ?> @@ -35,7 +37,10 @@ include '../../donators.inc.php'; echo sprintf(_t('%d amazing people %sdonated money%s to Mageia.Org:'), $pp['count'], '<a href="../donate/">', '</a>'); ?></p> - <?php echo $pp['list']; ?> + <ul id="donlist" class="ty-ppl-list"></ul> + <p> + <?php _e('Last update:') ?> <span id="last_update"></span> + </p> </section> <section class="para" style="width: 20%; text-align: left; float: left;"> <p><?php _e('Since September 2010, Mageia would not have come to a reality without the enthusiasm, advice and involvement of hundreds of people.')?></p> |