Changeset 74c2473 in Klonkt
- Timestamp:
- 06/14/2026 06:48:50 PM (3 months ago)
- Branches:
- main
- Children:
- a1c8cb8
- Parents:
- ce8c8c2
- Location:
- src
- Files:
-
- 3 edited
-
routes/artists.js (modified) (1 diff)
-
views/pages/artists-directory.ejs (modified) (2 diffs)
-
views/pages/hub-home.ejs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/artists.js
rce8c8c2 r74c2473 58 58 59 59 renderPage(req, res, 'pages/artists-directory', { 60 pageTitle: ' Artiesten',60 pageTitle: 'Leden', 61 61 bodyClass: 'on-hub', 62 62 q, -
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 { %> -
src/views/pages/hub-home.ejs
rce8c8c2 r74c2473 55 55 <section class="hub-sec"> 56 56 <h2 class="hub-sec-title"> 57 Artiesten57 Leden 58 58 <% if (_hasMore) { %><span class="hub-sec-count"><%= _total %></span><% } %> 59 59 </h2> … … 73 73 <% if (_hasMore) { %> 74 74 <div class="hub-more"> 75 <a class="hub-more-link" href="/artiesten">Alle <%= _total %> artiesten <span aria-hidden="true">→</span></a>75 <a class="hub-more-link" href="/artiesten">Alle <%= _total %> leden <span aria-hidden="true">→</span></a> 76 76 </div> 77 77 <% } %> … … 82 82 <% if (posts && posts.length) { %> 83 83 <section class="hub-sec"> 84 <h2 class="hub-sec-title">Laatste posts van users</h2>84 <h2 class="hub-sec-title">Laatste posts van onze leden.</h2> 85 85 <div class="hub-feed"> 86 86 <% posts.forEach(function(p){ %>
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)