-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlecture.html
285 lines (272 loc) · 20.5 KB
/
lecture.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NeoLearn</title>
<link rel="icon" href="images/greenBack.png" type="image/png" alt="NeoLearn">
<link rel="stylesheet" href="lectureStyle.css">
<link rel="stylesheet" href="calendarL.css">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<body>
<div class="sidebar">
<img src="images/NL-white.png" class="logo" alt="NeoLearn">
<hr class="new1">
<a class="active" href="#home" id="options">Βασικές επιλογές</a>
<a href="lessonDescription.html" title="description"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-plus-circle-fill" viewBox="0 0 16 16">
<path
d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3z" />
</svg> Περιγραφή</a>
<a href="documents.html" title="documents">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-file-earmark-text-fill" viewBox="0 0 16 16">
<path
d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M4.5 9a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zM4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1z" />
</svg> Έγγραφα</a>
<a href="quiz.html" title="quiz"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-book-fill" viewBox="0 0 16 16">
<path
d="M8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783" />
</svg> Quiz αυτό-αξιολόγησης</a>
</div>
<div class="container">
<!-- <img src="images/NL-white.png" class="logo"> -->
<div class=".container text-black">
<div class="row">
<div class="container-fluid" id="header-container">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="navbar-brand" href="#">
<div class="profile-container">
<div class="col" id="home-questionmark">
<!--<img src="images/NL-home.png" alt="home" width="50" height="50"
class="d-inline-block align-text-top">-->
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35"
fill="currentColor" class="bi bi-houses d-inline-block align-text-top"
viewBox="0 0 16 16" style="color: #263238;" onclick="homeBtn()">
<path
d="M5.793 1a1 1 0 0 1 1.414 0l.647.646a.5.5 0 1 1-.708.708L6.5 1.707 2 6.207V12.5a.5.5 0 0 0 .5.5.5.5 0 0 1 0 1A1.5 1.5 0 0 1 1 12.5V7.207l-.146.147a.5.5 0 0 1-.708-.708zm3 1a1 1 0 0 1 1.414 0L12 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l1.854 1.853a.5.5 0 0 1-.708.708L15 8.207V13.5a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 4 13.5V8.207l-.146.147a.5.5 0 1 1-.708-.708zm.707.707L5 7.207V13.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V7.207z" />
</svg>
<!--<img src="images/NL-questionmark.png" alt="questionmark" width="50" height="50"
class="d-inline-block align-text-top">-->
<div id="popoverContainer" style="display: inline-block;">
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35"
fill="currentColor"
class="bi bi-question-diamond d-inline-block align-text-top"
viewBox="0 0 16 16" style="color: #263238;">
<path
d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z" />
<path
d="M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94" />
</svg>
</div>
</div>
<div class="col" id="profile-col">
<!--<img src="images/NL-profile.png" alt="profile" width="50" height="50"
class="d-inline-block align-text-top">-->
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40"
fill="currentColor"
class="bi bi-person-circle d-inline-block align-text-top"
viewBox="0 0 16 16" style="color: #263238;">
<path d="M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0" />
<path fill-rule="evenodd"
d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1" />
</svg>
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
ics21100
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="student.html" title="courses">Τα μαθήματα μου</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="calendar.html" title="calendar">Το ημερολόγιο μου</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" onclick="logOutBtn()" id="click">Έξοδος</a>
</li>
</ul>
</div>
</div>
</a>
</li>
</ul>
</div>
</div>
<hr class="new2">
<div class="row">
<div class="col">
<div class="container-fluid" id="title-container">
<div class=".container-md" id="title">
<figure>
<blockquote class="blockquote">
<!-- <p id="lesson-name"></p> -->
<p id="lessonTextElement"></p>
</blockquote>
<figcaption class="blockquote-footer">
<!-- <cite title="Source Title">Υποχρεωτικό Μάθημα Κατεύθυνσης</cite> -->
<p id="sourceTitleElement"></p>
</figcaption>
</figure>
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col">
<div class="container-fluid" id="middle-container">
<table class="table table-success table-striped table-bordered border-primary table-hover"
style="width:100%" id="lecturesTable">
<thead>
<tr>
<th class="custom-header" style="width:5%">Τύπος</th>
<th class="custom-header" style="width:70%">Αρχείο</th>
<th class="custom-header" style="width:10%">Ημερομηνία</th>
</tr>
</thead>
<tbody>
<tr>
<td><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"
fill="currentColor" class="bi bi-folder2-open" viewBox="0 0 16 16">
<path
d="M1 3.5A1.5 1.5 0 0 1 2.5 2h2.764c.958 0 1.76.56 2.311 1.184C7.985 3.648 8.48 4 9 4h4.5A1.5 1.5 0 0 1 15 5.5v.64c.57.265.94.876.856 1.546l-.64 5.124A2.5 2.5 0 0 1 12.733 15H3.266a2.5 2.5 0 0 1-2.481-2.19l-.64-5.124A1.5 1.5 0 0 1 1 6.14zM2 6h12v-.5a.5.5 0 0 0-.5-.5H9c-.964 0-1.71-.629-2.174-1.154C6.374 3.334 5.82 3 5.264 3H2.5a.5.5 0 0 0-.5.5zm-.367 1a.5.5 0 0 0-.496.562l.64 5.124A1.5 1.5 0 0 0 3.266 14h9.468a1.5 1.5 0 0 0 1.489-1.314l.64-5.124A.5.5 0 0 0 14.367 7H1.633z" />
</svg></td>
<td>
<div class="lesson-link" onclick="lecture('lecture6')">lect-01</div>
</td>
<td>05/12/23</td>
</tr>
<tr>
<td><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"
fill="currentColor" class="bi bi-filetype-pdf" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.6 11.85H0v3.999h.791v-1.342h.803c.287 0 .531-.057.732-.173.203-.117.358-.275.463-.474a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38.574.574 0 0 1-.238.241.794.794 0 0 1-.375.082H.788V12.48h.66c.218 0 .389.06.512.181.123.122.185.296.185.522Zm1.217-1.333v3.999h1.46c.401 0 .734-.08.998-.237a1.45 1.45 0 0 0 .595-.689c.13-.3.196-.662.196-1.084 0-.42-.065-.778-.196-1.075a1.426 1.426 0 0 0-.589-.68c-.264-.156-.599-.234-1.005-.234H3.362Zm.791.645h.563c.248 0 .45.05.609.152a.89.89 0 0 1 .354.454c.079.201.118.452.118.753a2.3 2.3 0 0 1-.068.592 1.14 1.14 0 0 1-.196.422.8.8 0 0 1-.334.252 1.298 1.298 0 0 1-.483.082h-.563v-2.707Zm3.743 1.763v1.591h-.79V11.85h2.548v.653H7.896v1.117h1.606v.638H7.896Z" />
</svg></td>
<td>
<div class="lesson-link" onclick="lecture('lecture6')">solved-problem.pdf</div>
</td>
<td>05/12/23</td>
</tr>
<tr>
<td><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"
fill="currentColor" class="bi bi-film" viewBox="0 0 16 16">
<path
d="M0 1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm4 0v6h8V1zm8 8H4v6h8zM1 1v2h2V1zm2 3H1v2h2zM1 7v2h2V7zm2 3H1v2h2zm-2 3v2h2v-2zM15 1h-2v2h2zm-2 3v2h2V4zm2 3h-2v2h2zm-2 3v2h2v-2zm2 3h-2v2h2z" />
</svg></td>
<td>
<div class="lesson-link" onclick="lecture('lecture6')">video-01.mp4</div>
</td>
<td>05/12/23</td>
</tr>
<tr>
<td><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"
fill="currentColor" class="bi bi-image" viewBox="0 0 16 16">
<path d="M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" />
<path
d="M2.002 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-12zm12 1a1 1 0 0 1 1 1v6.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12V3a1 1 0 0 1 1-1h12" />
</svg></td>
<td>
<div class="lesson-link" onclick="lecture('lecture6')">image_01.jpg</div>
</td>
<td>23/12/23</td>
</tr>
<tr>
<td><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"
fill="currentColor" class="bi bi-file-code" viewBox="0 0 16 16">
<path
d="M6.646 5.646a.5.5 0 1 1 .708.708L5.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0a.5.5 0 1 0-.708.708L10.293 8 8.646 9.646a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2z" />
<path
d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1" />
</svg></td>
<td>
<div class="lesson-link" onclick="lecture('lecture6')">javascript.js</div>
</td>
<td>23/12/23</td>
</tr>
<tr>
<td><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"
fill="currentColor" class="bi bi-file-zip" viewBox="0 0 16 16">
<path
d="M6.5 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.109 0l-.93-.62a1 1 0 0 1-.415-1.074l.4-1.599V7.5zm2 0h-1v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.93-.62-.4-1.598a1 1 0 0 1-.03-.243z" />
<path
d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm5.5-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9v1H8v1h1v1H8v1h1v1H7.5V5h-1V4h1V3h-1V2h1z" />
</svg></td>
<td>
<div class="lesson-link" onclick="lecture('lecture6')">exercises.zip</div>
</td>
<td>23/12/23</td>
</tr>
</tbody>
</table>
<br>
</div>
</div>
</div>
</div>
<div class="row">
<div class="sum-profile">
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="80" fill="currentColor"
class="bi bi-person-circle d-inline-block align-text-top" viewBox="0 0 16 16"
style="color: rgb(0, 96, 100) ;">
<path d="M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0" />
<path fill-rule="evenodd"
d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1" />
</svg>
<div class="container-md">
<div class="profile-details">
<p>ΜΑΡΙΟΣ ΠΑΠΑΔΟΠΟΥΛΟΣ
Κατηγορία: ΠΡΟΠΤΥΧΙΑΚΟΣ ΦΟΙΤΗΤΗΣ
Τμήμα Εφαρμοσμένης Πληροφορικής (Department of Applied Informatics)
ΠΑΝΕΠΙΣΤΗΜΙΟ ΜΑΚΕΔΟΝΙΑΣ (UNIVERSITY OF MACEDONIA)</p>
</div>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="container-fluid" id="footer-container">
<div class="footer">
2023 NeoLearn All Rights Reserved.<br>
<a href="">Terms of UsePrivacy Policy2G Fair Use Policy</a>
</div>
</div>
</div>
</div>
</div>
<script src="document.js"></script>
<script src="calendarL.js"></script>
<script>
// Use unique identifiers for each link
var keyPrefix = 'lessonDescription_'; // Unique prefix
var lessonText = localStorage.getItem(keyPrefix + 'lessonText');
var sourceTitle = localStorage.getItem(keyPrefix + 'sourceTitle');
// Display the values in the desired elements on the new page
var lessonTextElement = document.getElementById('lessonTextElement');
var sourceTitleElement = document.getElementById('sourceTitleElement');
if (lessonTextElement) {
lessonTextElement.textContent = lessonText;
}
if (sourceTitleElement) {
sourceTitleElement.textContent = sourceTitle;
}
</script>
<script>
// Enable Bootstrap popover
$(document).ready(function () {
$('#popoverContainer').popover({
content: 'H NeoLearn είναι μια διαδικτυακή εκπαιδευτική πλατφόρμα, η οποία παρέχει καινοτόμες μεθόδους μάθησης και αξιολόγησης των εκπαιδευομένων. Η πλατφόρμα προσφέρει εκπαιδευτικό υλικό και δραστηριότητες εκμάθησης γλωσσών διαδικτυακού προγραμματισμού όπως JavaScript, Java, PHP, κλπ.',
placement: 'bottom',
trigger: 'click', // You can change this to 'hover' if you want the popover to appear on hover
});
});
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous">
</script>
</body>