-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrade-paper.php
More file actions
192 lines (191 loc) · 9.83 KB
/
Copy pathgrade-paper.php
File metadata and controls
192 lines (191 loc) · 9.83 KB
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
<?php
$dirPWroot = str_repeat("../", substr_count($_SERVER["PHP_SELF"], "/")-1);
$APP_RootDir = str_repeat("../", substr_count($_SERVER["PHP_SELF"], "/"));
require($dirPWroot."resource/hpe/init_ps.php");
$header_title = "ตรวจเล่มรายงาน";
$header_desc = "ขั้นที่ 1: ผ่าน/ไม่ผ่าน";
$home_menu = "is-pbl";
require_once($APP_RootDir."private/script/function/utility.php");
require_once($APP_RootDir."private/script/function/database.php");
$year = $_SESSION["stif"]["t_year"];
$getTimeout = $APP_DB[0] -> query("SELECT value FROM config_sep WHERE year=$year AND name='PBL-cs_G'");
$readTimeout = (!$getTimeout || !$getTimeout -> num_rows) ? "" : ($getTimeout -> fetch_array(MYSQLI_ASSOC))["value"];
if (strlen($readTimeout) == 19) $readTimeout = date2TH(substr($readTimeout, 0, 10))." เวลา ".str_replace(":", ".", substr($readTimeout, 11, 5))." น.";
$APP_DB[0] -> close();
?>
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php require($dirPWroot."resource/hpe/heading.php"); require($dirPWroot."resource/hpe/init_ss.php"); ?>
<style type="text/css">
main .proj-list {
display: flex; flex-direction: column; gap: 10px;
}
main td:nth-child(1) { font-family: "pixelmix", monospace; font-weight: 100; font-size: 0.8em; }
main td div.form {
min-width: max-content;
justify-content: space-between;
gap: 5px;
}
main td div.form .group {
width: 100%;
align-self: center;
gap: 5px;
}
main td div.form .group.right { justify-content: flex-end; gap: 0; }
main td div.form a[role=button] { min-width: fit-content; }
main td div.form select {
padding: 0.5px 7.5px;
width: fit-content; height: 30px;
font-size: 0.8em;
}
main td .form button.no-action {
opacity: 1 !important; filter: opacity(1) !important;
/* cursor: not-allowed; */
}
</style>
<script type="text/javascript">
$(document).ready(function() {
PBL.init();
})
const PBL = (function(d) {
const cv = {
API_URL: "/t/PBL/v2/api/",
controlField: "data-load-submission-time"
};
var sv = {
started: false,
dataLoading: []
};
var initialize = function() {
if (!sv.started) {
getList();
<?php if (strlen($readTimeout) && time() < strtotime($readTimeout)) { ?>
setTimeout(() => location.reload(), <?=strtotime($readTimeout) - time()?>*1e3);
<?php } ?>
sv.started = true;
}
},
getList = function() {
ajax(cv.API_URL+"evaluation", {type: "list", act: "paper-grade"}).then(function(dat) {
if (dat) {
var ctn = $("main div.container .proj-list");
Object.keys(dat).forEach(ec => {
ctn.append("<h3 class=\"center\">"+ec+"</h3>");
var table = '<div class="table wrap"><table><thead><tr><th>รหัสโครงงาน</th><th>ชื่อโครงงาน</th><th>ผลประเมิน</th></tr></thead><tbody>';
Object.keys(dat[ec]).sort().forEach(eg => {
table += '<tr data-head><th colspan="3">มัธยมศึกษาปีที่ '+eg+'</th></tr>';
dat[ec][eg].forEach(ep => {
table += '<tr><td class="center select-all">'+ep["code"]+'</td><td>'+ep["name"]+'</td><td><div class="form">';
if (!ep["sent"]) table += '<div class="center"><button class="red small no-action pill" disabled>ยังไม่ส่งไฟล์</button><div>';
else {
// table += '<div class="group spread"><a role="button" class="cyan small" href="/t/PBL/v2/preview?file=report-all&code='+ep["code"]+'" onClick="PBL.viewfile(\''+ep["code"]+'\', \''+ep["time"]+'\', event)" target="_blank" draggable="false"'+(ep["time"].length?' data-title="'+ep["time"]+'"':"")+'>เปิดไฟล์</a>';
table += '<div class="group spread"><a role="button" class="cyan small" href="/t/PBL/v2/preview?file=report-all&code='+ep["code"]+'" '+cv.controlField+'="'+ep["code"]+'" target="_blank" draggable="false">เปิดไฟล์</a>';
if (["1G", "2S", "3B", "4M"].includes(ep["rank"])) table += '<div class="center"><button class="blue small no-action pill" disabled>มีผลประเมินแล้ว</button></div>';
else table += `<div class="group right">
<select name="pr:${ep["code"]}">
<option value="null" ${ep["rank"] == null?"selected":""}'>รอประเมิน</option>
${ep["sent"] ? `<option value="0P" ${ep["rank"] == "0P"?"selected":""}>ผ่าน</option>` : ''}
<option value="5N" ${ep["rank"] == "5N"?"selected":""}>ไม่ผ่าน</option>
${ep["sent"] ? `<option value="6P" ${ep["rank"] == "6P"?"selected":""}>คัดลอก*</option>` : ''}
</select>
<button class="green small" onClick="PBL.saveGrade('${ep["code"]}', '${ep["rank"]}')" disabled>บันทึก</button>
</div>`;
table += '</div>';
} table += '</div></td></tr>';
});
}); ctn.append(table+'</tbody></table></div>');
ctn.find("a[role=button]["+cv.controlField+"]").on("mouseover touchstart", loadSubTime);
});
$("main .oform").toggle("blind");
$('main select[name^="pr:"]').on("change", function() {
var code = this.getAttribute("name").split(":")[1];
$('main button[onClick^="PBL.saveGrade(\''+code+'\'"]').removeAttr("disabled");
})
} $("main .loading").remove();
<?php if (strlen($readTimeout)) { ?>$("main .message.timeWarn").toggle("blind");<?php } ?>
});
},
loadSubTime = function(event) {
if (event.type == "click" && !event.ctrlKey && event.preventDefault) event.preventDefault();
var me = $(event.target).off("mouseover touchstart").addClass("disabled");
var code = me.attr(cv.controlField);
if (sv.dataLoading.includes(code)) return;
sv.dataLoading.push(code);
ajax(cv.API_URL+"submission", {type: "load", act: "subTime", param: code}).then(function(dat) {
me.removeClass("disabled");
if (dat) {
me.removeAttr(cv.controlField)
.attr("onClick", "PBL.viewfile('"+code+"', '"+dat.timestamp+"', event)")
.attr("data-title", dat.timestamp);
if (dat.isLate) me.toggleClass("cyan yellow");
} else setTimeout(function() {
me.on("mouseover touchstart", loadSubTime);
sv.dataLoading.splice(sv.dataLoading.indexOf(code), 1);
}, 750);
if (event.type == "click" && !event.ctrlKey) me.click();
});
},
openFile = function(code, time, e) {
if (ppa.ctrling()) return;
if (e.preventDefault) e.preventDefault();
app.ui.lightbox.open("mid", { title: "เล่มรายงานรหัสโครงงาน \""+code+"\""+(time.length ? " ("+time+")" : ""), allowclose: true,
html: '<iframe src="/t/PBL/v2/preview?file=report-all&code='+code+'" style="width:90vw;height:80vh;border:none">Loading...</iframe>'
});
},
record = function(code, data) {
var update = $('main select[name^="pr:'+code+'"]');
if (update.val() == data) {
app.ui.notify(1, [1, "Nothing's changed"]);
update.next().attr("disabled", "");
} else (async function() {
update.next().attr("disabled", "");
ajax(cv.API_URL+"submission", {type: "save", act: "rank", param: {code: code, rank: update.val()}}).then(function(dat) {
if (dat) {
update.next().attr("disabled", "")
.off("click").attr("onClick", `PBL.saveGrade('${code}', '${update.val()}')`);
app.ui.notify(1, [0, "บันทึกผลโครงงาน "+code+" สำเร็จ"]);
} else update.next().removeAttr("disabled");
});
}());
},
search = function() {
var query = $('main .oform input[name="find"]').val().trim();
w3.filterHTML("main .table tbody", "tr:not([data-head]", query);
};
return {
init: initialize,
viewfile: openFile,
saveGrade: record,
filterByText: search
};
}(document)); top.PBL = PBL;
</script>
<script type="text/javascript" src="https://cdn.TianTcl.net/static/script/lib/w3.min.js"></script>
</head>
<body>
<?php require($dirPWroot."resource/hpe/header.php"); ?>
<main shrink="<?php echo($_COOKIE['sui_open-nt'])??"false"; ?>">
<div class="container">
<h2><?=$header_title.$header_desc?></h2>
<center class="timeWarn message yellow" style="display: none;">หลังวันที่ <?php if (strlen($readTimeout)) echo $readTimeout; ?> เป็นต้นไป<br>ท่านอาจเห็นจำนวนโครงงานที่สามารถตรวจได้จำนวนลดลงหรือไม่เห็นโครงงานใดเลย</center>
<center class="message red" hidden>ขณะนี้หมดเวลาในการพิจารณาผ่าน/ไม่ผ่านโครงงานแล้ว</center>
<center class="message blue">ผลการประเมิน "คัดลอก" หมายถึง โครงงานเป็นโครงงานที่คัดลอกโครงงานอื่นทั้งภายในโรงเรียนหรือภายนอกมา หรือนำมางานเก่ามาส่ง</center>
<form class="form oform" onSubmit="return false;" style="display: none;">
<div class="group">
<span><i class="material-icons">search</i></span>
<input type="search" name="find" placeholder="Find..." onInput="PBL.filterByText()">
</div>
</form>
<div class="proj-list message-black"></div>
<div class="loading medium">
<img src="/resource/images/widget-load_spinner.gif" />
</div>
</div>
</main>
<?php require($dirPWroot."resource/hpe/material.php"); ?>
<footer>
<?php require($dirPWroot."resource/hpe/footer.php"); ?>
</footer>
</body>
</html>