mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Moved views around a bit
This commit is contained in:
parent
da9c73b5cc
commit
0b5141e7d7
14 changed files with 12 additions and 12 deletions
35
views/qa.ejs
35
views/qa.ejs
|
@ -1,35 +0,0 @@
|
|||
<center><h2> Q & A: </h3></center>
|
||||
<% for (var i = 0; i < qa.length; i++) { %>
|
||||
<hr>
|
||||
<table style="width:100%">
|
||||
<td style="vertical-align:middle;text-align:center;width:5%">
|
||||
<h2 >
|
||||
<%= i %>
|
||||
</h2>
|
||||
</td>
|
||||
|
||||
<td >
|
||||
|
||||
<b>
|
||||
<%= qa[i].q %>
|
||||
</b>
|
||||
|
||||
<p/>
|
||||
<% if (qa[i].a) { %>
|
||||
<% for (var j = 0; j < qa[i].a.length; j++) { %>
|
||||
|
||||
<% if (j != 0) { %>
|
||||
<p/>
|
||||
<% } %>
|
||||
|
||||
<%= qa[i].a[j] %>
|
||||
|
||||
<% } %>
|
||||
|
||||
<% } else { %>
|
||||
<i> Válasz folyamatban... </i>
|
||||
<% } %>
|
||||
</td>
|
||||
</table>
|
||||
|
||||
<% } %>
|
Loading…
Add table
Add a link
Reference in a new issue