emacs-survey/app/resources/surveys/views/thanks.jl.html

22 lines
586 B
HTML

<header>
<hgroup>
<h1>$(survey.name)</h1>
<h2>Survey Attempt
<code style="color:var(--primary)">$(uid)</code>
has been recorded
</h2>
</hgroup>
</header>
<main>
<h2 style="color: var(--primary)"><em>Thank you</em> for taking part in the survey!</h2>
<h5>We hope to see you next year 🙂</h5>
<p>You can view your results as
<% map(resultlinks) do (fmt, url) %>
<a href="$(url)">$(fmt)</a>
<% end |> l -> join(l, ", ", ", or ")%>
.</p>
<br />
<a href="/" role="button">Go Home</a>
</main>