mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added subject and question count to questions page
This commit is contained in:
parent
5119280303
commit
cfe9706e31
2 changed files with 9 additions and 2 deletions
|
@ -59,6 +59,8 @@
|
|||
<center>
|
||||
<h2>
|
||||
Ennek az oldalnak a tartalma dinamikusan frissül minden beküldött kérdés után
|
||||
</br>
|
||||
<%=scount%> tárgy és <%=qcount%> kérdés
|
||||
</h2>
|
||||
</center>
|
||||
<% for (var i = 0; i < data.Subjects.length; i++) { %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue