~lss-team/lilsoftstats/trunk

« back to all changes in this revision

Viewing changes to pages/mapoverlay.php

  • Committer: Nick
  • Date: 2011-11-14 04:10:28 UTC
  • Revision ID: nick@little-apps.org-20111114041028-cvmpwq6z6hx3pkya
first commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        <!--  start page-heading -->
 
2
        <div id="page-heading">
 
3
                <h1>Map Overlay</h1>
 
4
        </div>
 
5
        <!-- end page-heading -->
 
6
 
 
7
        <!-- start stats graph -->
 
8
        <table id="content-table" border="0" cellspacing="0" cellpadding="0" width="100%">
 
9
                <tbody>
 
10
                        <tr>
 
11
                                <th class="sized" rowspan="3"><img height="300" width="20" alt="" src="images/shared/side_shadowleft.jpg"></th>
 
12
                                <th class="topleft"></th>
 
13
                                <td id="tbl-border-top">&nbsp;</td>
 
14
                                <th class="topright"></th>
 
15
                                <th class="sized" rowspan="3"><img height="300" width="20" alt="" src="images/shared/side_shadowright.jpg"></th>
 
16
                        </tr>
 
17
                        <tr>
 
18
                                <td id="tbl-border-left"></td>
 
19
                                <td>
 
20
                                        <div id="content-table-inner">
 
21
                                                <div id="map" style="width: 100%; height: 500px;"></div>
 
22
                                        </div>
 
23
                                </td>
 
24
                                <td id="tbl-border-right"></td>
 
25
                        </tr>
 
26
                        <tr>
 
27
                                <th class="sized bottomleft"></th>
 
28
                                <td id="tbl-border-bottom">&nbsp;</td>
 
29
                                <th class="sized bottomright"></th>
 
30
                        </tr>
 
31
                </tbody>
 
32
        </table>
 
33
        <!-- end stats graph -->
 
34
        
 
35
        <div class="clear">&nbsp;</div>
 
36
        <div class="clear">&nbsp;</div>
 
37
        
 
38
        <div class="contentcontainers">
 
39
                <!-- Logs Start -->
 
40
                <div class="contentcontainer">
 
41
                        <div class="headings alt">
 
42
                                <h2>Logs</h2>
 
43
                        </div>
 
44
                        <div class="contentbox">
 
45
                                        <table style="width: 100%" class="datatable">
 
46
                                                <thead>
 
47
                                                        <tr>
 
48
                                                                <th>#</th>
 
49
                                                                <th>Country</th>
 
50
                                                                <th>Executions</th>
 
51
                                                                <th>Unique</th>
 
52
                                                                <th>Percentage of Executions</th>
 
53
                                                        </tr>
 
54
                                                </thead>
 
55
                                                <tbody>
 
56
                                                        <tr>
 
57
                                                                <td>1</td>
 
58
                                                                <td>Canada</td>
 
59
                                                                <td>124</td>
 
60
                                                                <td>104</td>
 
61
                                                                <td><div class="usagebox left" style="width: 85%"><div class="lowbar" style="width:7.28%"></div></div><span class="right" style="padding: 8px">7.28%</span></td>
 
62
                                                        </tr>
 
63
                                                </tbody>
 
64
                                        </table>
 
65
                        </div>
 
66
                </div>
 
67
                <!-- Logs End -->
 
68
        </div>
 
69
        
 
 
b'\\ No newline at end of file'