Allqr downloadable txt

This commit is contained in:
MrFry 2020-03-07 14:19:03 +01:00
parent 81e524978c
commit 75ba9905b4
5 changed files with 7 additions and 30 deletions

View file

@ -78,7 +78,7 @@
<%=scount%> tárgy és <%=qcount%> kérdés
</h2>
</p>
<a href="<%=siteurl%>/allqr"> Letöltés </a>
<a href="<%=siteurl%>/allqr.txt"> Letöltés </a> (ctrl-s ha nem tölti le file-ba)
<button class="openall" onclick="openall()"> Összes kinyitása </button>
</center>

View file

@ -1,23 +0,0 @@
<html>
<body bgcolor="#212127">
<head>
<title>All questions</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.8" />
<style>
body {
font: normal 14px Verdana;
color: #999999;
}
</style>
</head>
<% for (var i = 0; i < d.length; i++) { %>
<%= d[i] %>
</br>
<% } %>
</body>
</html>