Changeset 91c0a39 in Klonkt for src/views/pages/shows.ejs
- Timestamp:
- 06/20/2026 01:50:48 PM (3 months ago)
- Branches:
- main
- Children:
- 66cfbaa
- Parents:
- 03fa548
- File:
-
- 1 edited
-
src/views/pages/shows.ejs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/shows.ejs
r03fa548 r91c0a39 4 4 %> 5 5 <section class="sh"> 6 <h1 class="sh-h1"> Agenda</h1>6 <h1 class="sh-h1"><%= t('agenda.title') %></h1> 7 7 8 <% if (st === 'done') { %><div class="sh-msg"> ✓ Je staat op de lijst — je hoort het zodra er een evenement wordt aangekondigd.</div>9 <% } else if (st === 'check') { %><div class="sh-msg"> ✉ Check je mail om je aanmelding te bevestigen.</div>8 <% if (st === 'done') { %><div class="sh-msg"><%= t('agenda.msg_done') %></div> 9 <% } else if (st === 'check') { %><div class="sh-msg"><%= t('agenda.msg_check') %></div> 10 10 <% } else if (st === 'error') { %><div class="sh-msg sh-bad"><%= (typeof notifyMsg!=='undefined')?notifyMsg:'Er ging iets mis.' %></div><% } %> 11 11 12 12 <% if (!ss.length) { %> 13 <p class="sh-empty"> Geen aangekondigde evenementen op dit moment.</p>13 <p class="sh-empty"><%= t('agenda.empty') %></p> 14 14 <% } else { %> 15 15 <ul class="sh-list"> … … 25 25 <% if (s.notes) { %><span class="sh-notes"><%= s.notes %></span><% } %> 26 26 </span> 27 <% if (s.ticket_url) { %><a class="sh-tix" href="<%= s.ticket_url %>" target="_blank" rel="noopener"> Tickets</a><% } %>27 <% if (s.ticket_url) { %><a class="sh-tix" href="<%= s.ticket_url %>" target="_blank" rel="noopener"><%= t('agenda.tickets') %></a><% } %> 28 28 </li> 29 29 <% }); %> … … 33 33 <% if (!(typeof footerNewsletter !== 'undefined' && footerNewsletter)) { %> 34 34 <div class="sh-notify"> 35 <h2 class="sh-h2"> Mis geen evenement</h2>36 <p class="sh-sub"> Laat je e-mail achter en je krijgt een seintje bij een nieuw evenement. Uitschrijven kan altijd.</p>35 <h2 class="sh-h2"><%= t('agenda.notify_h') %></h2> 36 <p class="sh-sub"><%= t('agenda.notify_sub') %></p> 37 37 <form method="POST" action="<%= siteUrlBase %>/shows/notify" class="sh-form"> 38 <input type="email" name="email" required placeholder=" jouw@email.nl" autocomplete="email">39 <button type="submit" class="sh-btn"> Houd me op de hoogte</button>38 <input type="email" name="email" required placeholder="<%= t('common.email_placeholder') %>" autocomplete="email"> 39 <button type="submit" class="sh-btn"><%= t('agenda.notify_btn') %></button> 40 40 </form> 41 41 </div>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)