This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathannouncement.html
605 lines (538 loc) · 22.3 KB
/
announcement.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
<!doctype html>
<html lang="zh-CN">
<head>
<link rel="shortcut icon" href="favicon.ico">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="告示牌 - LYKNS">
<title>告示牌 - LYKNS</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
<style>
.text {
display: inline-block;
position: relative;
font-size: 40px;
height: 60px;
line-height: 60px;
color: #0078d4;
}
.text::after {
content: '';
position: absolute;
right: -10px;
top: 5px;
height: 50px;
width: 3px;
background-color: #fff;
animation: san 0.5s steps(1) infinite;
}
@keyframes san {
0%,
100% {
background-color: #0078d4;
}
50% {
background-color: transparent;
}
}
a {
text-decoration: none
}
a:hover {
text-decoration: none
}
body {
background-image: url(https://aadcdn.msauth.net/shared/1.0/content/images/backgrounds/2_bc3d32a696895f78c19df6c717586a5d.svg);
background-repeat: no-repeat;
background-attachment: fixed;
}
.loader-wrapper {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background-color: rgb(0, 99, 177);
z-index: 99;
}
.loader html,
body,
div {
margin: 0;
padding: 0;
}
html,
body {
width: 100%;
height: 100%;
}
.loading {
width: 100%;
height: 100%;
position: relative;
}
.loading i {
margin: auto;
position: absolute;
top: calc(50% - 40px);
left: calc(50% - 40px);
width: 80px;
height: 80px;
display: block;
}
.loading p {
margin: auto;
position: absolute;
top: calc(50% + 70px);
left: calc(50% - 47px);
display: block;
}
.loading span {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
}
.loading span:after {
content: "";
display: block;
position: absolute;
left: 0px;
top: 0px;
width: 10px;
height: 10px;
background: var(--main, rgb(255, 255, 255));
border-radius: 50%;
}
.loading span:nth-child(1) {
animation: i1 5.5s 0.2s infinite;
}
.loading span:nth-child(2) {
animation: i2 5.5s 0.4s infinite;
}
.loading span:nth-child(3) {
animation: i3 5.5s 0.6s infinite;
}
.loading span:nth-child(4) {
animation: i4 5.5s 0.8s infinite;
}
.loading span:nth-child(5) {
animation: i5 5.5s 1s infinite;
}
.loading span:nth-child(6) {
animation: i6 5.5s 1.2s infinite;
}
@keyframes i1 {
0% {
opacity: 1;
transform: rotate(190deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(920deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(930deg);
}
}
@keyframes i2 {
0% {
opacity: 1;
transform: rotate(180deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(910deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(920deg);
}
}
@keyframes i3 {
0% {
opacity: 1;
transform: rotate(170deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(900deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(910deg);
}
}
@keyframes i4 {
0% {
opacity: 1;
transform: rotate(160deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(890deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(900deg);
}
}
@keyframes i5 {
0% {
opacity: 1;
transform: rotate(150deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(880deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(880deg);
}
}
@keyframes i6 {
0% {
opacity: 1;
transform: rotate(140deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(870deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(880deg);
}
}
</style>
<script>
document.onreadystatechange = completeLoading;
function completeLoading() {
if (document.readyState == "complete") {
if ( /*@cc_on!@*/ false || (!!window.MSInputMethodContext && !!document.documentMode)) {
window.location.href = "https://support.microsoft.com/zh-cn/topic/%E6%AD%A4%E7%BD%91%E7%AB%99%E5%9C%A8-microsoft-edge-%E4%B8%AD%E6%9B%B4%E5%A5%BD%E5%9C%B0%E5%B7%A5%E4%BD%9C-160fa918-d581-4932-9e4e-1075c4713595?ui=zh-cn&rs=zh-cn&ad=cn";
}
else {
setTimeout("document.getElementById('123456').remove()", 0)
}
}
}
</script>
</head>
<body>
<div class="loader-wrapper" id="123456">
<div class="loading">
<noscript>
<div class="alert alert-danger">
<strong>错误!</strong> 您没有启用或您的浏览器不支持 JavaScript,LYKNS可能不能正常运行。请开启 JavaScript 或换用支持 JavaScript
的浏览器以继续。
</div>
</noscript>
<i> <span></span> <span></span> <span></span> <span></span> <span></span>
<span></span> </i>
<p class="text-white text-center" style="font-size:25px">请稍候...</p>
</div>
</div>
<header>
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
<div class="container">
<a class="navbar-brand text-primary" herf="https://eow.lykns.tk/"><img
src="/p/logo.webp" /></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse d-sm-inline-flex justify-content-between">
<ul class="navbar-nav flex-grow-1">
<li class="nav-item">
<a class="nav-link text-dark" href="https://www.lykns.tk/">返回主站</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="https://eow.lykns.tk/">LYKNS外部主页</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-primary" data-bs-toggle="dropdown">服务</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://eow.lykns.tk/Services/CBLFSD">文件存储档案服务器</a>
</li>
<li><a class="dropdown-item" href="https://eow.lykns.tk/20220214">研学文献</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-primary" data-bs-toggle="dropdown">数据库</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://eow.lykns.tk/Database/CBLD">日志数据库</a></li>
<li><a class="dropdown-item" href="https://eow.lykns.tk/Database/CBCD">成绩数据库</a></li>
<li><a class="dropdown-item" href="https://eow.lykns.tk/Database/CBRPFD">关系人档案数据库</a>
</li>
<li><a class="dropdown-item" href="https://eow.lykns.tk/Database/LYKFD">财政数据库</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="https://eow.lykns.tk/Privacy">隐私政策</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="https://eow.lykns.tk/connect">联系与关于</a>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link text-dark" href="https://captbenjaminlee.sharepoint.com/">☢</a>
</li>
</ul>
<partial name="_LoginPartial" />
</div>
</div>
</nav>
</header>
<div class="container">
<main role="main" class="pb-3">
<noscript>
<div class="alert alert-danger">
<strong>错误!</strong> 您没有启用或您的浏览器不支持 JavaScript,LYKNS可能不能正常运行。请开启 JavaScript 或换用支持 JavaScript 的浏览器以继续。
</div>
</noscript>
<h1 class="text-primary">告示牌</h1>
<div id="accordion">
<div class="card">
<div class="card-header bg-info text-white">
<a class="btn" data-bs-toggle="collapse" href="#collapseOne">
公告
</a>
</div>
<div id="collapseOne" class="collapse show" data-bs-parent="#accordion">
<div class="card-body">
<div class="card bg-primary text-white">
<div class="card-body">
<h4 class="card-title">关于 LYKNS 搜索停用的公告</h4>
<p onselectstart="return false;" class="card-text">
受使用率和谷歌限制条件的影响,LYKNS 搜索已于星历2211.3起永久禁用</p>
</div>
</div>
</div>
<div class="card-body">
<div class="card bg-primary text-white">
<div class="card-body">
<h4 class="card-title">电子毕业纪念册</h4>
<p onselectstart="return false;" class="card-text">
请原2018级初三七班的老师和同学们及时保存电子毕业纪念册材料,避免过期!</p>
<button type="button" class="btn btn-info" data-bs-toggle="modal"
data-bs-target="#myModal">前往下载</button>
<!-- 模态框 -->
<div class="modal fade text-black" id="myModal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<!-- 模态框头部 -->
<div class="modal-header">
<h4 class="modal-title">下载“电子毕业纪念册”</h4>
<button type="button" class="btn-close"
data-bs-dismiss="modal"></button>
</div>
<!-- 模态框内容 -->
<div class="modal-body">
<h5 class="modal-title">下载该内容需要进行验证</h5>
<div class="input-group">
<div class="input-group">
<span class="input-group-addon">验证问题</span>
<input type="text" class="form-control"
placeholder="初三时,我们的班主任叫什么?" id="input">
<span class="input-group-btn">
<button class="btn btn-outline-primary" type="button"
onclick="btn()">验证下载</button>
</span>
<script>
var x = document.getElementById("input");
function btn() {
if (x.value == "王香玉") {
window.location.href = 'http://eow.lykns.tk/电子毕业纪念册.zip';
}
else {
alert("答案错误。")
}
}
</script>
</div>
</div><!-- /input-group -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header bg-warning text-white">
<a class="collapsed btn" data-bs-toggle="collapse" href="#collapseTwo">
声明
</a>
</div>
<div id="collapseTwo" class="collapse" data-bs-parent="#accordion">
<div class="card-body">
<div class="card bg-primary text-white">
<div class="card-body">
<h4 class="card-title">LYK 网络系统隐私声明</h4>
<p class="card-text"></p>
<a href="https://eow.lykns.tk/Privacy" class="btn btn-warning">查看详情</a>
</div>
</div>
</div>
</div>
</div>
</div><!-- InstanceEndEditable -->
</main>
</div>
<footer class="border-top footer text-muted">
<div class="container">
© 2018-2023 - LYKNS - <a href="https://status.lykns.tk">状态监测 </a>- <a
href="https://eow.lykns.tk/cc"><img
src="https://img.shields.io/badge/Creative_Commons-4.0%20%E5%9B%BD%E9%99%85%20%E8%AE%B8%E5%8F%AF%E5%8D%8F%E8%AE%AE-EF9421?style=flat-square&logo=creativecommons"></a>-
<a href="https://eow.lykns.tk/more.html">更多页面与过期页面</a>
<br>
<span>推荐使用 <a href="https://www.microsoft.com/zh-cn/edge" target="_blank">新版 Microsoft Edge 浏览器</a>
访问本站</span>
</div>
</footer>
</body>
<!-- InstanceEnd -->
</html>