This commit is contained in:
2024-11-28 12:15:13 +01:00
parent fc299bd4a3
commit 192c6d4a63
27 changed files with 213 additions and 2 deletions

View File

@ -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>

View File

@ -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}`;

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 193 KiB

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 9.0 MiB

After

Width:  |  Height:  |  Size: 9.0 MiB

View File

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 91 KiB

View File

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

BIN
Sources/draw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

210
Sources/font.js Normal file
View 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: [
" _______ ",
" \\ \\ ",
" / | \\ ",
"/ | \\",
"\\____|__ /",
" \\/ "
]
};

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

BIN
Sources/sze_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

BIN
Sources/zilap.ttf Normal file

Binary file not shown.