~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to statistics/index.php

  • Committer: Keith Hughitt
  • Date: 2011-05-26 19:27:36 UTC
  • mto: This revision was merged to the branch mainline in revision 567.
  • Revision ID: keith.hughitt@nasa.gov-20110526192736-qyr0ltaiak33loik
Updated release notes and sample configuration file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<html lang="en">
 
3
    <head>
 
4
    <script type="text/javascript" src="https://www.google.com/jsapi"></script>
 
5
    <script type="text/javascript" src="statistics.js"></script>
 
6
    <title>Helioviewer.org - Usage Statistics</title>
 
7
    <link rel='stylesheet' href='statistics.css' />
 
8
    <script type="text/javascript">
 
9
        google.load("jquery", "1.5");
 
10
        google.load("visualization", "1", {packages:["corechart"]});
 
11
        google.setOnLoadCallback(function (e) {
 
12
            getUsageStatistics("daily");
 
13
        });
 
14
    </script>
 
15
</head>
 
16
 
 
17
<body>
 
18
        <div id="main">
 
19
                <div id="header">
 
20
            <img src="../resources/images/logos/hvlogo1s_transparent_logo.png" alt="Helioviewer logo" />
 
21
            <div id='headerText'>The Helioviewer Project - Recent Activity</div>
 
22
        </div>
 
23
                <div id="overview"></div>
 
24
        <div id="visualizations">
 
25
            <div id="pieChart"></div>
 
26
            <div id="barCharts"></div>
 
27
        </div>
 
28
        <div id="footer">
 
29
            Note: Helioviewer.org only collects information about types of queries made.  Helioviewer.org does not collect or store any information that could be used to identify users.
 
30
        </div>
 
31
        </div>
 
32
</body>
 
33
</html>
 
 
b'\\ No newline at end of file'