mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Sleepy update
This commit is contained in:
parent
fde527aaeb
commit
8091c2d4e9
6 changed files with 72 additions and 27 deletions
|
@ -65,10 +65,13 @@
|
|||
</p>
|
||||
<a href="<%=siteurl%>/allqr"> Letöltés </a>
|
||||
</center>
|
||||
|
||||
<% include aludni.ejs %>
|
||||
|
||||
<% for (var i = 0; i < data.Subjects.length; i++) { %>
|
||||
<button class="collapsible">
|
||||
<h2>
|
||||
<table>
|
||||
<table id=<%=i%>>
|
||||
<td>
|
||||
<%=data.Subjects[i].Name %>
|
||||
</td>
|
||||
|
@ -105,6 +108,6 @@
|
|||
});
|
||||
}
|
||||
</script>
|
||||
<% include b.ejs %>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue