Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/statistics/index.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/statistics/index.thtml')
-rw-r--r--site/app/views/statistics/index.thtml35
1 files changed, 4 insertions, 31 deletions
diff --git a/site/app/views/statistics/index.thtml b/site/app/views/statistics/index.thtml
index 5b40a4d..4fc7aaa 100644
--- a/site/app/views/statistics/index.thtml
+++ b/site/app/views/statistics/index.thtml
@@ -35,38 +35,12 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
-
-echo '<h1>'._('statistics_index_title').'</h1>';
-echo '<div class="secondary" role="complementary">';
+echo '<div id="content">';
echo $this->renderElement('developers/myaddons', array('addons' => $addons));
-echo '</div>';
-echo '<div class="primary">';
-
- echo '<div id="content-main" class="article">';
- echo '<h4>Current Review Queue Stats:</h4>';
- echo '<ul>';
- echo '<li>'.$dailyStats['nomination'].' add-ons currently nominated to become public</li>';
- echo '<li>'.$dailyStats['pending'].' files currently pending review</li>';
- echo '<li>'.$dailyStats['flagged'].' add-ons flagged for admin review</li>';
- echo '<li>'.$dailyStats['reviews'].' user reviews currently flagged</li>';
- echo '</ul>';
-
- echo '<h4>Daily Totals for '.$dailyStats['after'].' thru '.$dailyStats['before'].':</h4>';
- echo '<ul>';
- echo '<li>'.$dailyStats['dailyAddons'].' new add-ons ('.$dailyStats['totalAddons'].' total)</li>';
- echo '<li>'.$dailyStats['dailyVersions'].' new add-on versions</li>';
- echo '<li>'.$dailyStats['dailyUsers'].' new user accounts total</li>';
- echo '<li>'.$dailyStats['dailyReviews'].' new user reviews</li>';
- echo '<li>'.$dailyStats['dailyImages'].' new preview images</li>';
- echo '<li>'.$dailyStats['dailyDownloads'].' add-on downloads yesterday</li>';
- echo '</ul>';
- echo '</div>';
-
- echo '<h3>Add-on statistics</h3>';
- echo '<div class="featured prose">';
- echo '<div class="featured-inner article">';
+ echo '<div id="content-main">';
+ echo '<h3>'._('statistics_index_title').'</h3>';
if (!empty($addons)) {
echo '<p>'._('statistics_index_myaddons').':</p>';
echo '<ul>';
@@ -97,7 +71,6 @@ echo '<div class="primary">';
echo '<noscript><input type="submit" value="'._('statistics_index_view_button').'"></noscript>';
echo '</form>';
}
- echo '</div>';
- echo '</div>';
?>
</div>
+</div> \ No newline at end of file