~lss-team/lilsoftstats/trunk

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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
	<!--  start page-heading -->
	<div id="page-heading">
		<h1>Map Overlay</h1>
	</div>
	<!-- end page-heading -->

	<!-- start stats graph -->
	<table id="content-table" border="0" cellspacing="0" cellpadding="0" width="100%">
		<tbody>
			<tr>
				<th class="sized" rowspan="3"><img height="300" width="20" alt="" src="images/shared/side_shadowleft.jpg"></th>
				<th class="topleft"></th>
				<td id="tbl-border-top">&nbsp;</td>
				<th class="topright"></th>
				<th class="sized" rowspan="3"><img height="300" width="20" alt="" src="images/shared/side_shadowright.jpg"></th>
			</tr>
			<tr>
				<td id="tbl-border-left"></td>
				<td>
					<div id="content-table-inner">
						<div id="map" style="width: 100%; height: 500px;"></div>
					</div>
				</td>
				<td id="tbl-border-right"></td>
			</tr>
			<tr>
				<th class="sized bottomleft"></th>
				<td id="tbl-border-bottom">&nbsp;</td>
				<th class="sized bottomright"></th>
			</tr>
		</tbody>
	</table>
	<!-- end stats graph -->
	
	<div class="clear">&nbsp;</div>
	<div class="clear">&nbsp;</div>
	
	<div class="contentcontainers">
		<!-- Logs Start -->
		<div class="contentcontainer">
			<div class="headings alt">
				<h2>Logs</h2>
			</div>
			<div class="contentbox">
					<table style="width: 100%" class="datatable">
						<thead>
							<tr>
								<th>#</th>
								<th>Country</th>
								<th>Executions</th>
								<th>Unique</th>
								<th>Percentage of Executions</th>
							</tr>
						</thead>
						<tbody>
							<tr>
								<td>1</td>
								<td>Canada</td>
								<td>124</td>
								<td>104</td>
								<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>
							</tr>
						</tbody>
					</table>
			</div>
		</div>
		<!-- Logs End -->
	</div>