-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
137 lines (130 loc) · 7.24 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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<title>
คำนวณผลการเลือกตั้ง 2562 อย่างไม่เป็นทางการ
</title>
<head>
<meta charset="utf-8">
<!-- Bootstrap related -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
<!-- main script -->
<script src="assets/js/ui.js"></script>
<script src="assets/js/calculation.js"></script>
</head>
<body>
<div class="partyListNum form-inline" style="width: 90%; margin: 10px 0 0 5%">
<!-- textbox for partylist num -->
<label style="padding-right: 15px">จำนวนสส.บัญชีรายชื่อทั้งหมดที่มีได้:</label>
<input type="number" class="form-control" id="partyListNum"
style="width: 60%; padding-left: 5px;"
onkeypress="return isInteger(event)"
placeholder="การเลือกตั้ง 2562 มีสส.บัญชีรายชื่อ 150 คน"
>
<button class="btn btn-primary"
onclick="return calculateResult();"
style="margin-left: 15px;"
>
คำนวณใหม่
</button>
</div>
<div class="insertNewElement form-inline" style="width: 90%; margin: 10px 0 0 5%">
<label style="padding-right: 15px">เพิ่มพรรค:</label>
<input type="text" class="form-control" id="newPartyName"
style="width: 30%; padding-left: 5px;"
placeholder="ชื่อพรรคที่จะเพิ่ม">
<label style="padding-right: 15px; margin-left: 15px">จำนวนผู้สมัครสส.บัญชีรายชื่อของพรรค: </label>
<input type="number" class="form-control" id="newPartyNumPartylist"
style="width: 25%; padding-left: 5px; margin-left: 5px;"
onkeypress="return isInteger(event)"
placeholder="จำนวนผู้สมัครสส.บัญชีรายชื่อของพรรคที่จะเพิ่ม"
value=150
>
<button class="btn btn-primary"
onclick="return createNewPartyUI();"
style="margin-left: 15px;"
>
เพิ่มพรรค
</button>
</div>
<div class="insertNewElement form-inline" style="width: 90%; margin: 10px 0 0 5%">
<label style="padding-right: 15px">เพิ่มเขตเลือกตั้ง:</label>
<input type="text" class="form-control" id="newDistrictName"
style="width: 60%; padding-left: 5px;"
placeholder="ชื่อเขตที่จะเพิ่ม">
<button class="btn btn-primary"
onclick="return createNewDistrictUI();"
style="margin-left: 15px;"
>เพิ่มเขต</button>
</div>
<div class="csvInput" style="width: 90%; margin: 30px 30px 0 5%">
<!-- fill table input -->
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text">หรือนำเข้าข้อมูลคะแนนจาก csv file ที่นี่:</span>
</div>
<div class="custom-file">
<input type="file" class="custom-file-input" id="csvScoreFile">
<label class="custom-file-label" for="csvScoreFile">นำเข้าไฟล์</label>
</div>
</div>
<!-- explain csv format -->
<br/>
# , (ชื่อพรรคที่ 1):(จำนวนสส.บัญชีรายชื่อ) , (ชื่อพรรคที่ 2):(จำนวนสส.บัญชีรายชื่อ) , ...<br/>
(ชื่อเขตที่ 1), (คะแนนพรรคที่ 1 ในเขตที่ 1), (คะแนนพรรคที่ 2 ในเขตที่ 1), ...<br/>
<br/>
<a href="assets/example.csv" download="example.csv">ดาวน์โหลดตัวอย่างไฟล์ csv ที่รองรับ</a>
<label style="padding-left: 15px; cursor: pointer; color: blue;" onclick="exportCSV()">
ดาวน์โหลดไฟล์ csv จากข้อมูลปัจจุบัน
</label>
</div>
<div class="tableInput form-inline" style="width: 98%; margin: 30px 0 0 1%">
<!-- party as column, district as row -->
<!-- highlight winner -->
<!-- last 2 rows count localWon, partylistWon -->
<table class="table">
<thead>
<tr id="partyNameColumn">
<th scope="col">คะแนนที่ได้รับ</th>
<!--<th scope="col">ไม่ออกเสียง</th>-->
</tr>
</thead>
<tbody id="districtNameRow">
<tr id="localWonColumn" style="color: darkred">
<th scope="row">จำนวนที่นั่งแบบแบ่งเขต</th>
<!--<td>0</td>-->
</tr>
<tr id="partylistWonColumn" style="color: darkred">
<th scope="row">จำนวนที่นั่งแบบบัญชีรายชื่อ</th>
<!--<td>0</td>-->
</tr>
<tr id="sumWonColumn" style="color: red">
<th scope="row">จำนวนที่นั่งรวม</th>
<!--<td>0</td>-->
</tr>
</tbody>
</table>
</div>
<div class="form-inline" id="sortedResult" style="width: 98%; margin: 30px 0 0 1%">
<!-- list party, sortby name, localWon, partylistWon, sumWon -->
<table class="table">
<thead>
<tr>
<th scope="col">สรุปผลการเลือกตั้ง</th>
<th scope="col" onclick="updateSortType('local')" style="cursor: pointer">จำนวนที่นั่งแบบแบ่งเขต (คลิกเพื่อเรียง)</th>
<th scope="col" onclick="updateSortType('partylist')" style="cursor: pointer">จำนวนที่นั่งแบบบัญชีรายชื่อ (คลิกเพื่อเรียง)</th>
<th scope="col" onclick="updateSortType('sum')" style="cursor: pointer">จำนวนที่นั่งรวม (คลิกเพื่อเรียง)</th>
</tr>
</thead>
<tbody id="resultRow">
<!--<tr id="localWonColumn">
<th scope="row">จำนวนที่นั่งแบบแบ่งเขต</th>
<td>0</td>
</tr>-->
</tbody>
</table>
</div>
</body>
</html>