-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (94 loc) · 2.59 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Tantsukarussell Tähed Laval Põlvas</title>
<script type="text/javascript" src="js/jquery-1.7.min.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--<script type="text/javascript"src="http://www.totallylayouts.com/tumblr/cursors/mouse-cursors/cursors.js?cat=mouse-cursors&theme=mickey_mouse_finger&path=cartoon"></script>
-->
</head>
<body>
<div id="forms" >
<form name="numbs" action="" method="" id="placeholder" style="float:left">
<div id="placeh1" >
<table id='placehold' border='0' >
<thead>
<tr>
<th style="opacity: 0">.</th>
<tr><td>1</td></tr>
<tr><td>2</td></tr>
<tr><td>3</td></tr>
<tr><td>4</td></tr>
<tr><td>5</td></tr>
<tr><td>6</td></tr>
<tr><td>7</td></tr>
<tr><td>8</td></tr>
<tr><td>9</td></tr>
<tr><td>10</td></tr>
<tr><td>11</td></tr>
<tr><td>12</td></tr>
<tr><td>13</td></tr>
<tr><td>14</td></tr>
</tr>
</thead>
</table>
</div>
</form>
<form name="form" action="" method="post" id="pointsTable" style="float:left">
<div id="insert_response" >
<table id='tants1' border='0' >
<thead>
<tr>
<th>Maakond/Linn</th>
<th>Punktid.</th>
<th>Kokku</th>
</tr>
</thead>
</table>
</div>
</form>
<form name="numbs" action="" method="" id="placeholder" style="float:left">
<div id="placeh2" >
<table id='placehold' border='0' >
<thead>
<tr>
<th style="opacity: 0">.</th>
<tr><td>1</td></tr>
<tr><td>2</td></tr>
<tr><td>3</td></tr>
<tr><td>4</td></tr>
<tr><td>5</td></tr>
<tr><td>6</td></tr>
<tr><td>7</td></tr>
<tr><td>8</td></tr>
<tr><td>9</td></tr>
<tr><td>10</td></tr>
<tr><td>11</td></tr>
<tr><td>12</td></tr>
<tr><td>13</td></tr>
<tr><td>14</td></tr>
</tr>
</thead>
</table>
</div>
</form>
<form name="form2" action="" method="post" id="pointsTable2" style="float:left">
<div id="insert_response2t" >
<table id='tants2' border='0' >
<thead>
<tr>
<th>Maakond/Linn</th>
<th>Punktid.</th>
<th>Kokku</th>
</tr>
</thead>
</table>
</div>
<input type="button" name="pointsButton" value="Anna punktid" onClick="givePoints()" style="float:right; opacity: 0.5" class="form-control"/>
</form>
</div>
<img src="css/img/back.png" width="320px" align="right">
</body>
</html>