-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
611 lines (570 loc) · 26.6 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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
<!-- Copyright (C) 2022 NCHU OSA <[email protected]>.
Portions of this page are modifications based on work created and
shared by Google and used according to terms described in the
Creative Commons 4.0 Attribution License.
-->
<!DOCTYPE html>
<html>
<head>
<title>2022 中興大學抽獎系統</title>
<meta name="description" content="2022 中興大學抽獎系統">
<meta charset="utf-8">
<meta property="og:image" content="https://www.nchu.edu.tw/favicon.ico">
<link rel="apple-touch-icon" href="https://www.nchu.edu.tw/favicon.ico">
<link rel="icon" href="https://www.nchu.edu.tw/favicon.ico">
<!-- google api -->
<script src="lib/gapi.js"></script>
<script src="lib/gclient.js"></script>
<!-- jquery -->
<script src="lib/jquery-3.6.0.min.js"></script>
<!-- semantic-ui css, js -->
<link rel="stylesheet" href="lib/semantic.min.css">
<script src="lib/semantic.min.js"></script>
<!-- font-awesome css, js -->
<link rel="stylesheet" href="lib/fa.all.min.css">
<script src="lib/fa.all.min.js"></script>
<!-- React JS 嵌入 https://zh-hant.reactjs.org/docs/add-react-to-a-website.html -->
<script src="lib/react.production.min.js" crossorigin></script>
<script src="lib/react-dom.production.min.js" crossorigin></script>
<script src="lib/babel.min.js"></script>
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js" type="text/javascript"></script>
<![endif]-->
<!-- css樣式 -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="開啟導覽" class="ui vertical animated black button">
<div class="hidden content">設定</div>
<div class="visible content">
<i class="fa fa-lg fa-sliders"></i>
</div>
</div>
<!-- 導覽列 -->
<div id="導覽列">
<div class="ui grid stackable compact menu secondary attached">
<a id="使用說明頁籤" class="icon item blue">
<i class="fa fa-question circle outline
" aria-hidden="true"></i>
<span> 系統說明</span>
</a>
<a id="抽獎系統頁籤" class="icon item blue active">
<i class="fa fa-vote-yea" aria-hidden="true"></i>
<span> 抽獎系統</span>
</a>
<a id="編輯資料頁籤" class="icon item blue">
<i class="fa fa-edit " aria-hidden="true"></i>
<span> 編輯資料</span>
</a>
<a id="抽獎結果頁籤" class="icon item blue">
<i class="fa fa-file alternate" aria-hidden="true"></i>
<span> 抽獎結果</span>
</a>
<div class="right menu">
<a class="icon item" data-tooltip="獎品選單" data-position="bottom left">
<i class="fa fa-gift" aria-hidden="true"></i>
<span>
<select id="獎品選單" class="ui search dropdown">
<option class="default text" value>搜尋獎品...</option>
</select>
</span>
</a>
<!-- 聲音開啟/靜音 -->
<div id="靜音切換按鈕" class="cursor_pointer item ui header" data-tooltip="靜音/僅點選音效/播放背景音樂"
data-position="bottom right">
<i class="fa fa-volume-off"></i>
</div>
<div id="audio_container">
<audio type="audio/mpeg" controlslist="nodownload" id="map_background_music" loop src="">你的瀏覽器不支援音訊</audio>
<audio type="audio/mpeg" controlslist="nodownload" id="fight_background_music" loop src="">你的瀏覽器不支援音訊</audio>
<audio type="audio/mpeg" controlslist="nodownload" id="victory_sound_effect" src="">
你的瀏覽器不支援音訊</audio>
<audio type="audio/mpeg" controlslist="nodownload" id="keep_going_sound_effect" src="">你的瀏覽器不支援音訊</audio>
<audio type="audio/mpeg" controlslist="nodownload" id="panel_btn_click_sound_effect" src="">你的瀏覽器不支援音訊</audio>
</div>
<div id="使用者頭像" class="ui item header" data-tooltip="尚未登入" data-position="bottom center">
<i class="fa fa-question-circle"></i>
</div>
<div id="登入按鈕區塊" class="icon item" data-tooltip="登入 Google 帳號 以存取試算表" data-position="bottom center">
<div id="登入按鈕" class="positive ui button" style="display:none">登入</div>
<div id="登出按鈕" class="google plus ui vertical animated black button" style="display:none">
<div class="visible content"><span id="使用者名稱"></span></div>
<div class="hidden content">登出</div>
</div>
<div id="載入按鈕" class="ui loading button">載入</div>
</div>
<div id="關閉導覽" class="ui icon item" data-tooltip="收合設定欄" data-position="bottom right">
<i class="fa fa-lg fa-square-minus"></i>
</div>
</div>
</div>
</div>
<!-- 使用說明分頁 -->
<div id="使用說明分頁" style="display:none">
<div class="vh100">
<!-- hackmd 使用說明-->
<iframe id="說明" frame-border="0" src="https://hackmd.io/@nchu-it/OSA-draw">說明載入中...</iframe>
</div>
</div>
<!-- 抽獎系統分頁 -->
<div id="抽獎系統分頁">
<iframe frameborder="0" noresize="noresize">
<!-- 載入畫面說明框 -->
<div id="載入提示" class="ui active dimmer" style="display:none">
<div class="ui massive text loader">
抽獎系統載入中...
</div>
</div>
</iframe>
</div>
<!-- 編輯資料分頁 -->
<div id="編輯資料分頁" style="display:none">
<div>
<ul>
<li>
<h3>填寫新增資料表單</h3>
<button id="新增同學名單按鈕" class="edit_btn">新增同學名單</button>
<button id="新增獎品資料按鈕" class="edit_btn">新增獎品資料</button>
</li>
<li>
<h3>使用試算表新增/刪除資料</h3>
<a class="icon item" target="_blank"
href="https://docs.google.com/spreadsheets/d/1uPs6CBFz1edahBCSY8HzUTmippmlutsDuhFfvM1tsiw">
<img src="https://i.imgur.com/ky2ykVM.png">
</a>
</li>
<li>
<h3>使用試算表 csv 檔案載入「同學」資料</h3>
<input id="同學檔案輸入框" type="file">
<label id="同學檔案資料框" for="同學檔案輸入框">未放置檔案</label>
</li>
<li>
<h3>使用試算表 csv 檔案載入「獎品」資料</h3>
<input id="獎品檔案輸入框" type="file">
<label id="獎品檔案資料框" for="獎品檔案輸入框">未實作</label>
</li>
</ul>
</div>
<!-- google表單填寫-同學名單 -->
<iframe id="新增同學表單" class="ui segment" frameborder="0" scrolling="no"
src="https://docs.google.com/forms/d/e/1FAIpQLSfMexnj15dM3iVNx0CV5Jq46yBfB51AenZmMiWmPRjo-yIMeA/viewform?embedded=true">載入中…</iframe>
<!-- google表單填寫-獎品編輯 -->
<iframe id="新增獎品表單" class="ui segment" frameborder="0" scrolling="no"
src="https://docs.google.com/forms/d/e/1FAIpQLSfPC-JJJOaR8dMcbSJqO03xcDDnIgWok56eQoqXG5mm3-PH7A/viewform?embedded=true">載入中…</iframe>
</div>
<!-- 抽獎結果分頁 -->
<div id="抽獎結果分頁" style="display:none">
<div class="ui segment">
<pre id="狀態欄" class="ui container">👉資料載入中…<br></pre>
</div>
</div>
<!-- 至頂按鈕 -->
<div id="至頂按鈕" class="cursor_pointer circular massive ui negative icon button" data-tooltip="回到最上面"
data-position="top right" data-inverted><i class="angle double up icon"></i></div>
<!-- footer -->
<div class="ui inverted footer bottom text menu">
<div class="ui container">
<div class="item">
©Copyright 2022 Office of Student Affairs NCHU All Rights Reserved
</div>
</div>
</div>
<!-- 錯誤訊息提示框 -->
<div id="錯誤訊息視窗" class="ui tiny modal">
<div class="header">⚠️錯誤訊息</div>
<pre id="錯誤訊息視窗內文" class="content"></pre>
<div class="actions">
<div id="錯誤訊息視窗登入按鈕" class="ui positive button">重新登入</div>
<div class="ui negative button">關閉</div>
</div>
</div>
<!-- 載入畫面說明框 -->
<div id="載入提示" class="ui active dimmer" style="display:none">
<div class="ui massive text loader">
載入中<br>
未登入請至右上方登入<br>
已登入遲遲未載入請點我<br>
滑鼠移到上方按鈕無反應時<br>
請鍵 <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>Delete</kbd><br>
並清除瀏覽器 Cookie
</div>
</div>
<iframe name="formResponse" sandbox="allow-scripts allow-same-origin" tabindex="-1" aria-hidden="true"
frame-border="0"></iframe>
<script>//宣穎
"use strict";
$(document).ready(() => {
$('#獎品選單').dropdown();
$('#開啟導覽').hide();
$('#關閉導覽').click(() => {
$('#導覽列').transition('fade down');
$('#開啟導覽').show();
})
$('#開啟導覽').click(() => {
$('#導覽列').transition('fade up');
$('#開啟導覽').css('display', 'none');
})
})
$('#新增同學名單按鈕').click(() => {
var position = document.getElementById("新增同學表單");
position.scrollIntoView();
})
$('#新增獎品資料按鈕').click(() => {
var position = document.getElementById("新增獎品表單");
position.scrollIntoView();
})
const 靜音切換按鈕 = document.getElementById("靜音切換按鈕");//TO-DO
function 靜音切換() {//TO-DO
switch (靜音狀態) {
default:
case 0: 靜音狀態 = 1;
靜音切換按鈕.innerHTML = `<i class="fa fa-volume-down"></i>`;
靜音切換按鈕.setAttribute("data-tooltip", "僅點選音效");
正解音效.muted = 錯題音效.muted = 點擊音效.muted = false;
return 1;
case 1: 靜音狀態 = 2;
靜音切換按鈕.innerHTML = `<i class="fa fa-volume-up"></i>`;
靜音切換按鈕.setAttribute("data-tooltip", "播放背景音樂");
目前背景音樂.muted = false;
目前背景音樂.play();
return 2;
case 2: 靜音狀態 = 0;
靜音切換按鈕.innerHTML = `<i class="fa fa-volume-mute"></i>`;
靜音切換按鈕.setAttribute("data-tooltip", "靜音");
正解音效.muted = 錯題音效.muted = 點擊音效.muted = true;
目前背景音樂.muted = true;
return 0;
}
}
</script>
<script>//維傑
'use strict';
var 目前頁面 = '抽獎系統';
function 切換分頁(啥 = '') {
$(`#${目前頁面}分頁`).hide();
$(`#${目前頁面}頁籤`).removeClass('active');
目前頁面 = 啥;
$(`#${啥}分頁`).show();
$(`#${啥}頁籤`).addClass('active');
}
for (const 啥 of ['使用說明', '抽獎系統', '編輯資料', '抽獎結果'])
$(`#${啥}頁籤`).click(ev => 切換分頁(啥));
const 同學檔案資料框 = document.getElementById('同學檔案資料框');
const 讀檔器 = new FileReader();
讀檔器.onload = () => {
// this will then display a text file
var 檔案資料 = 讀檔器.result.split('\r\n');
檔案資料.shift();
檔案資料 = 檔案資料.map(行 => {
const 轉換 = 行.split(',');
轉換.shift();
return 轉換;
});
console.log(檔案資料);
同學檔案資料框.innerText = `共載入${檔案資料.length}筆學生資料`;
重載資料庫(檔案資料);
};
document.getElementById("同學檔案輸入框").onchange = ev => {
const [檔案] = ev.target.files;
if (檔案) 讀檔器.readAsText(檔案);
};
var 獎品資料庫 = [], 暫存同學資料庫 = [], 同學資料庫 = [], 目前中獎同學 = [], 已中獎暫存資料庫 = [], 登入狀態;
const 使用者名稱 = document.getElementById('使用者名稱'),
使用者頭像 = document.getElementById('使用者頭像'),
登入按鈕區塊 = document.getElementById('登入按鈕區塊'),
登入按鈕 = document.getElementById('登入按鈕'),
登出按鈕 = document.getElementById('登出按鈕'),
載入按鈕 = document.getElementById('載入按鈕'),
載入提示 = document.getElementById('載入提示'),
至頂按鈕 = document.getElementById('至頂按鈕'),
狀態欄 = document.getElementById('狀態欄'),
錯誤訊息視窗 = document.getElementById('錯誤訊息視窗'),
錯誤訊息視窗內文 = document.getElementById('錯誤訊息視窗內文'),
錯誤訊息視窗登入按鈕 = document.getElementById('錯誤訊息視窗登入按鈕');
// From https://stackoverflow.com/questions/951021/what-is-the-javascript-version-of-sleep
const sleep = (ms = 0) => new Promise(r => setTimeout(r, ms));
/** From https://developers.google.com/sheets/api/quickstart/js
* Called when the signed in status changes, to update the UI
* appropriately. After a sign-in, the API is called.
*/
function 更新登入狀態(isSignedIn = Boolean(gapi.auth2.getAuthInstance().isSignedIn.get()), 只是看看 = false) {
載入按鈕.style.display = 'none';
if (isSignedIn) {
登入按鈕.style.display = 'none';
登出按鈕.style.display = 'block';
if (只是看看) return isSignedIn;
重載資料庫();
} else {
登入按鈕.style.display = 'block';
登出按鈕.style.display = 'none';
}
// From https://developers.google.com/identity/sign-in/web/people
if (gapi.auth2.getAuthInstance().isSignedIn.get()) {
const profile = gapi.auth2.getAuthInstance().currentUser.get().getBasicProfile();
window.profile = profile;
使用者名稱.innerHTML = profile.getGivenName();
使用者頭像.innerHTML = `<i><img src="${profile.getImageUrl()}"></i>`;
使用者頭像.setAttribute("data-tooltip", profile.getEmail());
登入按鈕區塊.setAttribute("data-tooltip", "已登入 " + profile.getEmail());
} else {
使用者名稱.innerHTML = "登出";
使用者頭像.innerHTML = `<i class="fa fa-question-circle"></i>`;
使用者頭像.setAttribute("data-tooltip", "尚未登入");
登入按鈕區塊.setAttribute("data-tooltip", "登入 Google 帳號 以存取試算表");
}
return isSignedIn;
}
// From https://stackoverflow.com/a/12646864/13189986
function 打亂陣列(陣列 = []) {
for (let i = 陣列.length - 1; i > 0; i--) {
let j = Math.floor(Math.random() * (i + 1));
[陣列[i], 陣列[j]] = [陣列[j], 陣列[i]];
}
return 陣列;
}
function 抽獎(人數 = 1) {// TO-DO
if (暫存同學資料庫.length < 1 && !更新登入狀態()) 登入();
打亂陣列(暫存同學資料庫);
目前中獎同學 = [];
for(let i = 0; i < 人數 && 暫存同學資料庫.length > 0; ++i)
目前中獎同學.push(暫存同學資料庫.pop());
for(const 中獎同學 of 目前中獎同學)
已中獎暫存資料庫.push(中獎同學);
if(暫存同學資料庫.length < 1)
彈出錯誤訊息('沒有同學可以抽了');
重設狀態欄(目前中獎同學.reduce(
(str, row) => `${str}${row[0]}, ${row[1]}, ${row[2]}, ${row[3]}, ${row[4]}\n`,
`👉這次中獎同學,共${目前中獎同學.length}人\n科系, 姓名, 學號, 電話, 座位\n`
)+已中獎暫存資料庫.reduce(
(str, row) => `${str}${row[0]}, ${row[1]}, ${row[2]}, ${row[3]}, ${row[4]}\n`,
`👉所有中獎同學,共${已中獎暫存資料庫.length}人\n科系, 姓名, 學號, 電話, 座位\n`
)+暫存同學資料庫.reduce(
(str, row) => `${str}${row[0]}, ${row[1]}, ${row[2]}, ${row[3]}, ${row[4]}\n`,
`🙅未中獎同學,共${暫存同學資料庫.length}人\n科系, 姓名, 學號, 電話, 座位\n`
));
}
// From https://developers.google.com/sheets/api/quickstart/js
function 狀態欄續寫(訊息 = '') {
狀態欄.appendChild(document.createTextNode(訊息 + '\n'));
return 訊息;
}
function 重設狀態欄(訊息 = `👉共載入${同學資料庫.length}筆(新到舊)`) {
狀態欄.innerHTML = 訊息 + '\n';
return 訊息;
}
function 彈出錯誤訊息(訊息 = '', 不顯示登入鈕 = false) {
重設狀態欄('⚠️錯誤訊息');
狀態欄續寫(訊息);
錯誤訊息視窗內文.innerHTML = 訊息;
$('#錯誤訊息視窗').modal('show');
錯誤訊息視窗登入按鈕.style.display = 不顯示登入鈕 ? 'none' : 'block';
錯誤訊息視窗.style.left = 'unset';
return 訊息;
}
// From https://developers.google.com/sheets/api/quickstart/js
async function 重載資料庫(預載資料) {
載入提示.style.display = 'flex';
重設狀態欄();
const 載入成功 = 回應 => {
載入提示.style.display = 'flex';
var 資料 = 預載資料 ? 預載資料 : 回應.result.values;
if (資料.length > 0) {
同學資料庫 = 資料;
// 按最後收到的同學資料篩選資料表
for(let 列=-1; ++列 < 同學資料庫.length-1;){
const 檢查列 = 同學資料庫[列];
for(const 其後列 of 同學資料庫.slice(列+1)){
if(其後列[0] && 其後列[0] === 檢查列[0]){ // 檢查學號
for(let 欄=0; ++欄 < 5;){ // 一樣就全部欄位替換掉
// console.log(檢查列,其後列);
if(!其後列[欄] && 檢查列[欄])
其後列[欄] = 檢查列[欄];
}
同學資料庫.splice(列--,1); // 列--:splice後下面所有列像上位移
break;
}
}
}
同學資料庫.reverse();
暫存同學資料庫 = 同學資料庫;
重設狀態欄();
const 欄位標題 = [];
狀態欄續寫(同學資料庫.reduce(
(str, row) => `${str}${row[0]}, ${row[1]}, ${row[2]}, ${row[3]}, ${row[4]}\n`,
'科系, 姓名, 學號, 電話, 座位\n'
));
打亂陣列(暫存同學資料庫);
載入提示.style.display = 'none';
} else 彈出錯誤訊息('查無資料');
document.getElementById(`抽獎系統分頁`).firstElementChild.src = `draw.html`;
}
if(預載資料) 載入成功();
// 取出同學資料
await gapi.client.sheets.spreadsheets.values.get({
spreadsheetId: '1uPs6CBFz1edahBCSY8HzUTmippmlutsDuhFfvM1tsiw',
range: '同學資料!B2:F',
}).then(載入成功, 回應 => 彈出錯誤訊息('Error: ' + 回應.result.error.message));
// 取出所有獎品資料
await gapi.client.sheets.spreadsheets.values.get({
spreadsheetId: "1uPs6CBFz1edahBCSY8HzUTmippmlutsDuhFfvM1tsiw",
range: '獎品資料!B:D',
}).then(回應 => {
載入提示.style.display = 'flex';
獎品資料庫 = 回應.result.values;
獎品資料庫.shift(); //移除標題
// console.log(獎品資料);
const 獎品名稱 = 獎品資料庫.map(列 => 列[0]);
// console.log(獎品名稱);
// 將獎品名稱放入選單
$('#獎品選單').html('').append(
$('<option/>', {
class: "default text",
value: "",
text: "獎品選單"
})
).append(
獎品名稱.map(名稱 => {
return $('<option/>', {
id: 名稱,
value: 名稱,
text: 名稱
})
})
).change(ev => {
console.log(ev);
});
載入提示.style.display = 'none';
document.getElementById(`抽獎系統分頁`).firstElementChild.src = `draw.html`;
}, 回應 => 彈出錯誤訊息('Error: ' + 回應.result.error.message));
}
async function 登入() {
載入提示.style.display = 'flex';
載入按鈕.style.display = 'block';
登入按鈕.style.display = 'none';
if (gapi.auth2.getAuthInstance().isSignedIn.get())
gapi.auth2.getAuthInstance().signOut();
gapi.auth2.getAuthInstance().signIn().then(回應 => {
console.log(回應);
gapi.auth2.getAuthInstance().isSignedIn.listen(更新登入狀態)
} ,回應 => {
console.log(回應);
彈出錯誤訊息('Error: ' + 回應.error)
}
);
更新登入狀態();
}
function 圖片網址轉換(網址) { // ex: https://drive.google.com/open?id=1ED9oMT0c7wWQy8RAng8AA3hh1s9uo6Ya
let 圖片網址 = 'https://drive.google.com/uc?id='+new URLSearchParams(new URL(網址).search).get("id");
console.log(網址, new URLSearchParams(new URL(網址).search).get("id"));
// form: https://stackoverflow.com/questions/22607150/getting-the-url-parameters-inside-the-html-page
// form: https://stackoverflow.com/questions/39381563/get-file-content-of-google-docs-using-google-drive-api-v3
gapi.client.drive.files.get({
fileId: new URLSearchParams(new URL(網址).search).get("id"),
fields: 'webContentLink'
}).then(
success => {圖片網址 = success.result.webContentLink}, //the link is in the success.result object
fail => {
console.log(fail);
彈出錯誤訊息('Error: ' + fail.result.error.message);
}
)
console.log(圖片網址);
return 圖片網址;
};
// EventListener
登入按鈕.onclick = 錯誤訊息視窗登入按鈕.onclick = 登入;
登出按鈕.onclick = e => {
重設狀態欄('您已登出');
載入按鈕.style.display = 'block';
暫存同學資料庫 = 同學資料庫 = 已中獎暫存資料庫 = [];
gapi.auth2.getAuthInstance().signOut();
// From https://stackoverflow.com/questions/179355/clearing-all-cookies-with-javascript
for (const cookie of document.cookie.split(";")) { // Clearing all cookies
const eqPos = cookie.indexOf("=");
const name = eqPos > -1 ? cookie.substring(0, eqPos) : cookie;
document.cookie = name + "=;expires=Thu, 01 Jan 1970 00:00:00 GMT";
}
更新登入狀態(false);
};
載入按鈕.onclick = 載入提示.onclick = e => {
if (更新登入狀態()) 重載資料庫();
};
// When the user clicks on the button, scroll to the top of the document
至頂按鈕.onclick = e => {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
};
onfocus = e => 更新登入狀態(undefined, true);
onblur = e => {
登入按鈕.style.display = 登出按鈕.style.display = 'none';
載入按鈕.style.display = 'block';
}
// from https://www.w3schools.com/howto/howto_js_scroll_to_top.asp
// When the user scrolls down 20px from the top of the document, show the button
onscroll = e => {
if (document.body.scrollTop > innerHeight
|| document.documentElement.scrollTop > innerHeight) {
至頂按鈕.style.display = "block";
} else {
至頂按鈕.style.display = "none";
}
};
// Google API 登入驗證
// From https://developers.google.com/sheets/api/quickstart/js
// On load, called to load the auth2 library and API client library.
gapi.load('client:auth2', async () => {
// Initializes the API client library and sets up sign-in state listeners.
await gapi.client.init({
// Client ID and API key from the Developer Console
clientId: '289902636224-oro06s681gdgk1kqrv8o1oca2shocfr4.apps.googleusercontent.com',
apiKey: 'AIzaSyCRfe3-dnm9GGMH_PFm9m5WHBMb_8U9HXY',
/**Array of API discovery doc URLs for APIs used by the quickstart */
discoveryDocs: [
'https://sheets.googleapis.com/$discovery/rest?version=v4',
'https://www.googleapis.com/discovery/v1/apis/drive/v3/rest'
],
/**Authorization scopes required by the API; multiple scopes can be
* included, separated by spaces. */
scope: "https://www.googleapis.com/auth/spreadsheets.readonly https://www.googleapis.com/auth/drive.metadata.readonly"
}).then(e => {
// Listen for sign-in state changes.
gapi.auth2.getAuthInstance().isSignedIn.listen(更新登入狀態);
// Handle the initial sign-in state.
if (!更新登入狀態()) 登入();
}, 錯誤 => 彈出錯誤訊息(JSON.stringify(錯誤, null, 2)));
});
gapi.load('client', async () => {
// Loads the discovery doc to initialize the API after the API client is loaded.
await gapi.client.init({
// Set to API key from the Developer Console
apiKey: 'AIzaSyCRfe3-dnm9GGMH_PFm9m5WHBMb_8U9HXY',
// Discovery doc URL for APIs used by the quickstart
discoveryDocs: [
'https://sheets.googleapis.com/$discovery/rest?version=v4',
'https://www.googleapis.com/discovery/v1/apis/drive/v3/rest'
]
});
});
console.log(`api.js is loaded.`);
let tokenClient = google.accounts.oauth2.initTokenClient({
// Set to client ID from the Developer Console
client_id: '289902636224-oro06s681gdgk1kqrv8o1oca2shocfr4.apps.googleusercontent.com',
// Authorization scopes required by the API; multiple scopes can be included, separated by spaces.
scope: 'https://www.googleapis.com/auth/spreadsheets.readonly https://www.googleapis.com/auth/drive.metadata.readonly',
callback: async resp => {
if (resp.error !== undefined) {
console.log(resp);
throw resp;
}
await listMajors();// TO-DO
}
});
console.log(`Google Identity Services are loaded.`);
if(!navigator.onLine){
切換分頁('編輯資料');
彈出錯誤訊息('未連線,請上傳 csv 檔案', true);
}
</script>
</body>
</html>