Changeset 03fa548 in Klonkt for src/views/partials/footer.ejs
- Timestamp:
- 06/20/2026 01:39:41 PM (3 months ago)
- Branches:
- main
- Children:
- 91c0a39
- Parents:
- d0f4c10
- File:
-
- 1 edited
-
src/views/partials/footer.ejs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/footer.ejs
rd0f4c10 r03fa548 2 2 <% if (typeof footerNewsletter !== 'undefined' && footerNewsletter && (typeof premiumUnlocked === 'undefined' || premiumUnlocked) && typeof site !== 'undefined' && site) { %> 3 3 <div class="container footer-nl"> 4 <span class="footer-nl-label">📬 Blijf op de hoogte</span>4 <span class="footer-nl-label">📬 <%= t('footer.subscribe_cta') %></span> 5 5 <form method="post" action="<%= (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : '' %>/nieuwsbrief" class="footer-nl-form"> 6 <input type="email" name="email" required placeholder=" jouw@email.nl" autocomplete="email" aria-label="E-mailadres">7 <button type="submit"> Inschrijven</button>6 <input type="email" name="email" required placeholder="<%= t('common.email_placeholder') %>" autocomplete="email" aria-label="E-mailadres"> 7 <button type="submit"><%= t('footer.subscribe') %></button> 8 8 </form> 9 9 </div> … … 17 17 <button type="button" class="install-app-btn install-app-btn--footer" data-pcms-install-app> 18 18 <svg viewBox="0 0 24 24" width="16" height="16" aria-hidden="true"><path d="M5 20h14v-2H5v2zm7-18L5.33 9h3.84v6h5.66V9h3.84L12 2z" fill="currentColor"/></svg> 19 <span> Installeer app</span>19 <span><%= t('footer.install') %></span> 20 20 </button> 21 21 <div class="footer-meta"> 22 <% if (typeof langs !== 'undefined' && langs && langs.length > 1) { %> 23 <select class="footer-lang" aria-label="<%= t('nav.language') %>" 24 onchange="location.href='/lang/'+this.value+'?r='+encodeURIComponent(location.pathname+location.search)"> 25 <% langs.forEach(function(l){ %><option value="<%= l.code %>"<%= l.active ? ' selected' : '' %>><%= l.name %></option><% }); %> 26 </select> 27 <% } %> 22 28 <a class="footer-version" href="<%= (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : '' %>/changelog" title="Bekijk wat er per release veranderd is">Klonkt Beta<%= (typeof appVersion !== 'undefined' && appVersion) ? ' v' + appVersion : '' %></a> 23 29 <%# Mobile-only theme toggle. On desktop the topnav has its own toggle … … 101 107 display: inline-flex; align-items: center; gap: 0.75rem; 102 108 } 109 .footer-lang { 110 background: transparent; color: var(--ink); opacity: 1; 111 border: 1px solid var(--rule); border-radius: 999px; 112 padding: 0.3rem 0.5rem; font-size: 0.78rem; cursor: pointer; 113 font-family: inherit; 114 } 115 .footer-lang:hover { border-color: var(--accent); } 103 116 .footer-version { color: inherit; text-decoration: none; } 104 117 .footer-version:hover { color: var(--accent); text-decoration: underline; }
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)