-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGameResult.htm
More file actions
124 lines (121 loc) · 3.59 KB
/
GameResult.htm
File metadata and controls
124 lines (121 loc) · 3.59 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<div id = "GameFullPage">
<div id="GameTeams" class="center">
<div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix ui-draggable-handle">
<div id ="GameDate"></div>
<div class = "HomeResultAvrg">
<div id="HomeResult"></div>
<div id="HomeAvrage" title = "Pelien keskiarvo"></div>
</div>
<div><b class = "Nimi"><span id="Teams1"></span> vs. <span id="Teams2"></span></b></div>
<div class = "AwayResultAvrg">
<div id="AwayResult"></div>
<div id="AwayAvrage" title = "Pelien keskiarvo"></div>
</div>
</div>
</div>
<div id="GamePreGames">
<div><b>Edelliset tulokset</b></div>
</div>
<div class= "TeamGameResults">
<div class ="GameInfo">
<table id= "GameInfo" class = "display compact">
<thead>
<tr>
<th title = "eräkeskiarvo">EK</th>
<th title = "heittokeskiarvo">HK</th>
<th title = "Paras heitto">PH</th>
<th >Lämpötila</th>
<th >Lumen syvyys</th>
</tr>
</thead>
<tbody>
<tr>
<td id="GameAvrageRound"></td>
<td id="GameAvrageTrow"></td>
<td id="GameBestTrowa"></td>
<td id="GameEarTemper"></td>
<td id="GameSnow"></td>
</tr>
</tbody>
</table>
</div>
<div class="FirstRound"><h2> Ensimmäinen erä </h2></div>
<div class = "HomeFirst">
<table id= "HomeFirst" class = "compact row-border">
<thead>
<tr>
<th>Nimi</th>
<th title = "Ensimmäinen heitto">1.</th>
<th title = "Toinen heitto">2.</th>
<th title = "Kolmas heitto">3.</th>
<th title = "Neljäs heitto">4.</th>
<th title = "Kyykät yhteensä">yht.</th>
<th title = "Heittokeskiarvo">HK</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class = "AwayFirst">
<table id= "AwayFirst" class = "compact row-border">
<thead>
<tr>
<th>Nimi</th>
<th title = "Ensimmäinen heitto">1.</th>
<th title = "Toinen heitto">2.</th>
<th title = "Kolmas heitto">3.</th>
<th title = "Neljäs heitto">4.</th>
<th title = "Kyykät yhteensä">yht.</th>
<th title = "Heittokeskiarvo">HK</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class="FirstRound"><h2> Toinen erä </h2></div>
<div class = "HomeSecond">
<table id= "HomeSecond" class = "compact row-border">
<thead>
<tr>
<th>Nimi</th>
<th title = "Ensimmäinen heitto">1.</th>
<th title = "Toinen heitto">2.</th>
<th title = "Kolmas heitto">3.</th>
<th title = "Neljäs heitto">4.</th>
<th title = "Kyykät yhteensä">yht.</th>
<th title = "Heittokeskiarvo">HK</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class = "AwaySecond">
<table id= "AwaySecond" class = "compact row-border">
<thead>
<tr>
<th>Nimi</th>
<th title = "Ensimmäinen heitto">1.</th>
<th title = "Toinen heitto">2.</th>
<th title = "Kolmas heitto">3.</th>
<th title = "Neljäs heitto">4.</th>
<th title = "Kyykät yhteensä">yht.</th>
<th title = "Heittokeskiarvo">HK</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class = "GamePies">
<div class ="HomeFirst" >
<canvas id="GameHomeTrows" height="150"></canvas>
</div>
<div class ="AwayFirst">
<canvas id="GameAwayTrows" height="150"></canvas>
</div>
</div>
</div>
</div>