delete
@ -11,7 +11,8 @@
|
||||
<img src="./calendar_date_day_thirty-two_32-512.webp" alt="" style="float: left; width: 32px; height: 32px; padding-top: 25px;">
|
||||
<table style="width: 100%;" id="maintable">
|
||||
</table>
|
||||
<p id="leaves">Kivett szabadságok összesen: 0 nap.</p>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
<p id="leaves">Kivett szabadságok összesen: 0 nap.</p>
|
||||
|
||||
</html>
|
@ -11,7 +11,7 @@ document.addEventListener("DOMContentLoaded", ()=>{
|
||||
}
|
||||
table.appendChild(row);
|
||||
var weekdaycounter = 1;
|
||||
for(var i = 1; i < 12; i++){
|
||||
for(var i = 1; i <= 12; i++){
|
||||
row = document.createElement("tr");
|
||||
var first = document.createElement("th");
|
||||
first.innerText = `${i}`;
|
||||
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
BIN
2021-22-05-28/Feladat/gknb_intm049.pdf
Normal file
Before Width: | Height: | Size: 193 KiB After Width: | Height: | Size: 193 KiB |
BIN
2021-22-06-11/Feladat/webf.pdf
Normal file
BIN
2023-24-01-05/Feladat/gknb_intm049_2023-24-1_02-knight.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
2023-24-01-05/Feladat/gknb_intm049_2023-24-1_02.odt
Normal file
BIN
2023-24-01-19/Feladat/gknb_intm049_2023-24-1_04.pdf
Normal file
BIN
2023-24-01-19/Feladat/gknb_intm049_2023-24-1_04.ttf
Normal file
Before Width: | Height: | Size: 9.0 MiB After Width: | Height: | Size: 9.0 MiB |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
BIN
Sources/draw.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
210
Sources/font.js
Normal file
@ -0,0 +1,210 @@
|
||||
let font = {
|
||||
m: [
|
||||
" _____ ",
|
||||
" / \\ ",
|
||||
" / \\ / \\ ",
|
||||
"/ Y \\",
|
||||
"\\____|__ /",
|
||||
" \\/ "
|
||||
],
|
||||
q: [
|
||||
"________ ",
|
||||
"\\_____ \\ ",
|
||||
" / / \\ \\ ",
|
||||
"/ \\_/. \\",
|
||||
"\\_____\\ \\_/",
|
||||
" \\__>"
|
||||
],
|
||||
w: [
|
||||
" __ __ ",
|
||||
"/ \\ / \\",
|
||||
"\\ \\/\\/ /",
|
||||
" \\ / ",
|
||||
" \\__/\\ / ",
|
||||
" \\/ "
|
||||
],
|
||||
e: [
|
||||
"___________",
|
||||
"\\_ _____/",
|
||||
" | __)_ ",
|
||||
" | \\",
|
||||
"/_______ /",
|
||||
" \\/ "
|
||||
],
|
||||
r: [
|
||||
"__________ ",
|
||||
"\\______ \\",
|
||||
" | _/",
|
||||
" | | \\",
|
||||
" |____|_ /",
|
||||
" \\/ "
|
||||
],
|
||||
t: [
|
||||
"___________",
|
||||
"\\__ ___/",
|
||||
" | | ",
|
||||
" | | ",
|
||||
" |____| ",
|
||||
" "
|
||||
],
|
||||
z: [
|
||||
"__________",
|
||||
"\\____ /",
|
||||
" / / ",
|
||||
" / /_ ",
|
||||
"/_______ \\",
|
||||
" \\/"
|
||||
],
|
||||
u: [
|
||||
" ____ ___ ",
|
||||
"| | \\",
|
||||
"| | /",
|
||||
"| | / ",
|
||||
"|______/ ",
|
||||
" "
|
||||
],
|
||||
i: [
|
||||
".___ ",
|
||||
"| |",
|
||||
"| |",
|
||||
"| |",
|
||||
"|___|",
|
||||
" "
|
||||
],
|
||||
o: [
|
||||
"________ ",
|
||||
"\\_____ \\ ",
|
||||
" / | \\ ",
|
||||
"/ | \\",
|
||||
"\\_______ /",
|
||||
" \\/ "
|
||||
],
|
||||
p: [
|
||||
"__________ ",
|
||||
"\\______ \\",
|
||||
" | ___/",
|
||||
" | | ",
|
||||
" |____| ",
|
||||
" "
|
||||
],
|
||||
a: [
|
||||
" _____ ",
|
||||
" / _ \\ ",
|
||||
" / /_\\ \\ ",
|
||||
"/ | \\",
|
||||
"\\____|__ /",
|
||||
" \\/ "
|
||||
],
|
||||
s: [
|
||||
" _________",
|
||||
" / _____/",
|
||||
" \\_____ \\ ",
|
||||
" / \\",
|
||||
"/_______ /",
|
||||
" \\/ "
|
||||
],
|
||||
d: [
|
||||
"________ ",
|
||||
"\\______ \\ ",
|
||||
" | | \\ ",
|
||||
" | ` \\",
|
||||
"/_______ /",
|
||||
" \\/ "
|
||||
],
|
||||
f: [
|
||||
"___________",
|
||||
"\\_ _____/",
|
||||
" | __) ",
|
||||
" | \\ ",
|
||||
" \\___ / ",
|
||||
" \\/ "
|
||||
],
|
||||
g: [
|
||||
" ________ ",
|
||||
" / _____/ ",
|
||||
"/ \\ ___ ",
|
||||
"\\ \\_\\ \\",
|
||||
" \\______ /",
|
||||
" \\/ "
|
||||
],
|
||||
h: [
|
||||
" ___ ___ ",
|
||||
" / | \\ ",
|
||||
"/ ~ \\",
|
||||
"\\ Y /",
|
||||
" \\___|_ / ",
|
||||
" \\/ "
|
||||
],
|
||||
j: [
|
||||
" ____.",
|
||||
" | |",
|
||||
" | |",
|
||||
"/\\__| |",
|
||||
"\\________|",
|
||||
" "
|
||||
],
|
||||
k: [
|
||||
" ____ __.",
|
||||
"| |/ _|",
|
||||
"| < ",
|
||||
"| | \\ ",
|
||||
"|____|__ \\",
|
||||
" \\/"
|
||||
],
|
||||
l: [
|
||||
".____ ",
|
||||
"| | ",
|
||||
"| | ",
|
||||
"| |___ ",
|
||||
"|_______ \\",
|
||||
" \\/"
|
||||
],
|
||||
y: [
|
||||
"_____.___.",
|
||||
"\\__ | |",
|
||||
" / | |",
|
||||
" \\____ |",
|
||||
" / ______|",
|
||||
" \\/ "
|
||||
],
|
||||
x: [
|
||||
"____ ___",
|
||||
"\\ \\/ /",
|
||||
" \\ / ",
|
||||
" / \\ ",
|
||||
"/___/\\ \\",
|
||||
" \\_/"
|
||||
],
|
||||
c: [
|
||||
"_________ ",
|
||||
"\\_ ___ \\ ",
|
||||
"/ \\ \\/ ",
|
||||
"\\ \\____",
|
||||
" \\______ /",
|
||||
" \\/ "
|
||||
],
|
||||
v: [
|
||||
"____ ____",
|
||||
"\\ \\ / /",
|
||||
" \\ Y / ",
|
||||
" \\ / ",
|
||||
" \\___/ ",
|
||||
" ",
|
||||
],
|
||||
b: [
|
||||
"__________ ",
|
||||
"\\______ \\",
|
||||
" | | _/",
|
||||
" | | \\",
|
||||
" |______ /",
|
||||
" \\/ "
|
||||
],
|
||||
n: [
|
||||
" _______ ",
|
||||
" \\ \\ ",
|
||||
" / | \\ ",
|
||||
"/ | \\",
|
||||
"\\____|__ /",
|
||||
" \\/ "
|
||||
]
|
||||
};
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
BIN
Sources/sze_logo.png
Normal file
After Width: | Height: | Size: 193 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |