Changeset 74c2473 in Klonkt for src/views/pages/artists-directory.ejs
- Timestamp:
- 06/14/2026 06:48:50 PM (3 months ago)
- Branches:
- main
- Children:
- a1c8cb8
- Parents:
- ce8c8c2
- File:
-
- 1 edited
-
src/views/pages/artists-directory.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/artists-directory.ejs
rce8c8c2 r74c2473 27 27 28 28 <header class="adir-head container"> 29 <h1 class="adir-title"> Artiesten</h1>30 <p class="adir-sub"><%= total %> PrutFolio<%= total === 1 ? '' : "'s"%></p>29 <h1 class="adir-title">Leden</h1> 30 <p class="adir-sub"><%= total %> <%= total === 1 ? 'lid' : 'leden' %></p> 31 31 32 32 <form class="adir-search" method="get" action="/artiesten" role="search"> 33 33 <input type="search" name="q" value="<%= q %>" placeholder="Zoek op naam…" 34 autocomplete="off" aria-label="Zoek artiesten">34 autocomplete="off" aria-label="Zoek leden"> 35 35 <button type="submit" class="adir-search-btn" aria-label="Zoeken"> 36 36 <svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="7"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg> … … 43 43 <% if (!artists.length) { %> 44 44 <p class="adir-empty"> 45 <% if (q) { %>Geen artiesten gevonden voor "<strong><%= q %></strong>".<% } else { %>Nog geen artiesten.<% } %>45 <% if (q) { %>Geen leden gevonden voor "<strong><%= q %></strong>".<% } else { %>Nog geen leden.<% } %> 46 46 </p> 47 47 <% } else { %>
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)