forked from WikiProject-Kerala/Panchayat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
168 lines (165 loc) · 11.7 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Gram-panchayat, Wikidata">
<meta property="og:description" content="powered by Wikidata">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="./style.css" rel="stylesheet">
<title>കേരളത്തിലെ പഞ്ചായത്തുകൾ</title>
</head>
<body>
<div class="lang-switch hide-on-print">
<label for="language-select">Select Language:</label>
<select id="language-select" onchange="switchLanguage()">
<option value="ml">Malayalam</option>
<option value="en">English</option>
</select>
</div>
<section class="section hide-on-print"">
<div class="container">
<div align=center>
<div class="columns is-mobile is-multiline is-centered">
<h1 class="title is-4 lang" data-ml="കേരളത്തിലെ പഞ്ചായത്തുകൾ ഒറ്റനോട്ടത്തിൽ">കേരളത്തിലെ പഞ്ചായത്തുകൾ ഒറ്റനോട്ടത്തിൽ</h1>
<h1 class="title is-4 lang" data-en="Panchayats of Kerala at a Glance"></h1>
</div>
</div>
</div>
</section>
<div id="mySidenav" class="sidenav hide-on-print">
<a href="#" onclick="window.print(); return false;">Print <i class="fa fa-print"></i>
</a>
</div>
<section>
<div align=center>
<div class="columns is-mobile is-multiline is-centered hide-on-print">
<div class="column is-narrow">
<div class="dropdown">
<p class="hide-on-print lang" data-ml="ജില്ല:">ജില്ല:</p>
<p class="hide-on-print lang" data-en="District:"></p>
<select id="location-select" onchange="switchLanguage()">
<option value="">------</option>
<option value="Q1419703" class="lang" data-en="Kasaragod" data-ml="കാസർഗോഡ്">കാസർഗോഡ്</option>
<option value="Q2980652" class="lang" data-en="Kannur" data-ml="കണ്ണൂർ">കണ്ണൂർ</option>
<option value="Q1142979" class="lang" data-en="Kozhikode" data-ml="കോഴിക്കോട്">കോഴിക്കോട്</option>
<option value="Q1364427" class="lang" data-en="Wayanad" data-ml="വയനാട്">വയനാട്</option>
<option value="Q1030918" class="lang" data-en="Malappuram" data-ml="മലപ്പുറം">മലപ്പുറം</option>
<option value="Q1535742" class="lang" data-en="Palakkad" data-ml="പാലക്കാട്">പാലക്കാട്</option>
<option value="Q2429655" class="lang" data-en="Thrissur" data-ml="തൃശ്ശൂർ">തൃശ്ശൂർ</option>
<option value="Q1356097" class="lang" data-en="Ernakulam" data-ml="എറണാകുളം">എറണാകുളം</option>
<option value="Q928959" class="lang" data-en="Alappuzha" data-ml="ആലപ്പുഴ">ആലപ്പുഴ</option>
<option value="Q1353354" class="lang" data-en="Kottayam" data-ml="കോട്ടയം">കോട്ടയം</option>
<option value="Q301821" class="lang" data-en="Idukki" data-ml="ഇടുക്കി">ഇടുക്കി</option>
<option value="Q634935" class="lang" data-en="Pathanamthitta" data-ml="പത്തനംതിട്ട">പത്തനംതിട്ട</option>
<option value="Q1356124" class="lang" data-en="Kollam" data-ml="കൊല്ലം">കൊല്ലം</option>
<option value="Q162612" class="lang" data-en="Thiruvananthapuram" data-ml="തിരുവനന്തപുരം">തിരുവനന്തപുരം</option>
</select>
</div>
</br></br>
<div class="dropdown">
<label for="panchayat-select" class="hide-on-print lang" data-ml="പഞ്ചായത്ത്:">പഞ്ചായത്ത്:</label>
<label for="panchayat-select" class="hide-on-print lang" data-en="Panchayat:"></label>
<select id="panchayat-select">
<option value=""></option>
</select>
</div>
</div>
</div>
</br>
<h2 class="title is-4" id="selected-panchayat"></h2>
<h3 class="title is-5" id="selected-location"></h3>
</br>
</div>
</section>
<section>
<div align=center>
<div class="columns is-mobile is-multiline is-centered">
<div class="column is-narrow">
<h4 class="subtitle is-5 lang" data-en="Wards (Count)" data-ml="വാർഡുകൾ (എണ്ണം)">വാർഡുകൾ (എണ്ണം)</h4>
<p class="subtitle is-5" id="wards-count"></p>
</div>
</div>
</div>
</section>
</br>
<div class="container">
<div align=center>
<div class="columns is-mobile is-multiline is-centered">
<div class="popup-container hide-on-print"><span> 🛈</span><div class="popup-content">
<p class="lang" data-en="Codes given by Government of India for Central, State, Revenue and Local Self-Government bodies and their wards in Local Government Directory" data-ml="ലോക്കൽ ഗവൺമെന്റ് ഡയറക്ടറിയിൽ കേന്ദ്ര, സംസ്ഥാന, റവന്യൂ, തദ്ദേശസ്വയംഭരണ സ്ഥാപനങ്ങളുടെയും അവയുടെ വാർഡുകൾക്കും ഇന്ത്യ സർക്കാർ നൽകുന്ന കോഡ്">ലോക്കൽ ഗവൺമെന്റ് ഡയറക്ടറിയിൽ കേന്ദ്ര, സംസ്ഥാന, റവന്യൂ, തദ്ദേശസ്വയംഭരണ സ്ഥാപനങ്ങളുടെയും അവയുടെ വാർഡുകൾക്കും ഇന്ത്യ സർക്കാർ നൽകുന്ന കോഡ്</p></div></div>
<div class="popup-container hide-on-print"><span> 🛈</span><div class="popup-content">
<p class="lang" data-en="Kerala Local Self-Government Department Code issued for the local bodies in Kerala" data-ml="കേരള തദ്ദേശ സ്വയംഭരണ വകുപ്പ് തദ്ദേശ സ്ഥാപനങ്ങൾ നൽകുന്ന കോഡ്">കേരള തദ്ദേശ സ്വയംഭരണ വകുപ്പ് തദ്ദേശ സ്ഥാപനങ്ങൾ നൽകുന്ന കോഡ്</p></div></div>
<div class="popup-container hide-on-print"><span> 🛈</span><div class="popup-content">
<p class="lang" data-en="Code issued by Kerala State Election Commission to local bodies and wards for election purposes" data-ml="കേരള സംസ്ഥാന തിരഞ്ഞെടുപ്പ് കമ്മീഷൻ തദ്ദേശ സ്ഥാപനങ്ങൾക്കും വാർഡുകൾക്കും നൽകുന്ന കോഡ്">കേരള സംസ്ഥാന തിരഞ്ഞെടുപ്പ് കമ്മീഷൻ തദ്ദേശ സ്ഥാപനങ്ങൾക്കും വാർഡുകൾക്കും നൽകുന്ന കോഡ്</p></div></div>
</div>
</br>
<div class="columns is-mobile is-multiline is-centered">
<table class="table is-bordered centered-table" id="panchayat-table">
<thead>
<th class="lang" data-en="LGD Code" data-ml="LGD കോഡ്">LGD കോഡ്</th>
<th class="lang" data-en="LSG Code" data-ml="LSG കോഡ്">LSG കോഡ്</th>
<th class="lang" data-en="SEC Code" data-ml="SEC കോഡ്">SEC കോഡ്</th>
</thead>
<tbody id="panchayat-data">
</tbody>
</table>
</div>
</div>
</div>
</br>
</br>
<div class="container">
<div align=center>
<div class="columns is-mobile is-multiline is-centered">
<table class="table is-bordered centered-table" id="population-table">
<thead>
<tr>
<th class="lang" data-en="Population" data-ml="ജനസംഖ്യ">ജനസംഖ്യ</th>
<th class="lang" data-en="Male Population" data-ml="പുരുഷജനസംഖ്യ">പുരുഷജനസംഖ്യ</th>
<th class="lang" data-en="Female Population" data-ml="സ്ത്രീജനസംഖ്യ">സ്ത്രീജനസംഖ്യ</th>
</tr>
</thead>
<tbody id="population-data">
</tbody>
</table>
</div>
</div>
<div class="loading" id="loading-animation">
<div class="loading-icon"></div>
</div>
</div>
<section class="section">
<div class="container">
<button class="btn"><a href="https://map.opendatakerala.org/" style="color:white; text-decoration: none; right: 0;"><p class="hide-on-print">View and Download the Map</p></a></button>
</div>
</section>
<section>
<div class="container">
<div class="content has-text-centered print-only">
<p class="lang" data-ml="LGD കോഡ്: ലോക്കൽ ഗവൺമെന്റ് ഡയറക്ടറിയിൽ കേന്ദ്ര, സംസ്ഥാന, റവന്യൂ, തദ്ദേശസ്വയംഭരണ സ്ഥാപനങ്ങളുടെയും അവയുടെ വാർഡുകൾക്കും ഇന്ത്യ സർക്കാർ നൽകുന്ന കോഡ്">LGD കോഡ്: ലോക്കൽ ഗവൺമെന്റ് ഡയറക്ടറിയിൽ കേന്ദ്ര, സംസ്ഥാന, റവന്യൂ, തദ്ദേശസ്വയംഭരണ സ്ഥാപനങ്ങളുടെയും അവയുടെ വാർഡുകൾക്കും ഇന്ത്യ സർക്കാർ നൽകുന്ന കോഡ്</p>
<p class="lang" data-en="LGD Code: Codes given by Government of India for Central, State, Revenue and Local Self-Government bodies and their wards in Local Government Directory"></p>
<p class="lang" data-ml="LSG കോഡ്: കേരള തദ്ദേശ സ്വയംഭരണ വകുപ്പ് തദ്ദേശ സ്ഥാപനങ്ങൾ നൽകുന്ന കോഡ്">LSG കോഡ്: കേരള തദ്ദേശ സ്വയംഭരണ വകുപ്പ് തദ്ദേശ സ്ഥാപനങ്ങൾ നൽകുന്ന കോഡ്</p>
<p class="lang" data-en="LSG Code: Kerala Local Self-Government Department Code issued for the local bodies in Kerala"></p>
<p class="lang" data-ml="SEC കോഡ്: കേരള സംസ്ഥാന തിരഞ്ഞെടുപ്പ് കമ്മീഷൻ തദ്ദേശ സ്ഥാപനങ്ങൾക്കും വാർഡുകൾക്കും നൽകുന്ന കോഡ്">SEC കോഡ്: കേരള സംസ്ഥാന തിരഞ്ഞെടുപ്പ് കമ്മീഷൻ തദ്ദേശ സ്ഥാപനങ്ങൾക്കും വാർഡുകൾക്കും നൽകുന്ന കോഡ്</p>
<p class="lang" data-en="SEC Code: Code issued by Kerala State Election Commission to local bodies and wards for election purposes"></p>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>
<p><a href="https://www.wikidata.org/"><img src="./Images/Wikidata_Stamp_Rec_Light.png"></a></p>
<p>The content is licensed <a href="https://creativecommons.org/publicdomain/zero/1.0/">under Creative Commons CC0</a></p>
<p class="hide-on-print"> <strong>Dashboard</strong> designed and developed by <a href="https://www.wikidata.org/wiki/User:Gnoeee">Gnoeee</a>
</p></p>
<p class="print-only"> Printed from the dashboard designed and developed by<a href="https://www.wikidata.org/wiki/User:Gnoeee"> Gnoeee</a>
</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>