Changeset 03fa548 in Klonkt for src/views/partials/view-switcher.ejs
- Timestamp:
- 06/20/2026 01:39:41 PM (3 months ago)
- Branches:
- main
- Children:
- 91c0a39
- Parents:
- d0f4c10
- File:
-
- 1 edited
-
src/views/partials/view-switcher.ejs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/view-switcher.ejs
rd0f4c10 r03fa548 19 19 <a class="vs-agenda<%= _onShows ? ' is-active' : '' %>" href="<%= _sbA %>/shows" aria-label="Agenda — evenementen"> 20 20 <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="3" y="4" width="18" height="18" rx="2"/><line x1="16" y1="2" x2="16" y2="6"/><line x1="8" y1="2" x2="8" y2="6"/><line x1="3" y1="10" x2="21" y2="10"/></svg> 21 <span> Agenda</span>21 <span><%= t('switch.agenda') %></span> 22 22 </a> 23 23 </div> … … 29 29 <div class="feed-scope" role="tablist" aria-label="Solo of cirkel"> 30 30 <a class="feed-scope-btn<%= (!_neutral && !_onCirkel) ? ' is-active' : '' %>" href="<%= _sb %>/" 31 role="tab" aria-selected="<%= (!_neutral && !_onCirkel) ? 'true' : 'false' %>"> Solo</a>31 role="tab" aria-selected="<%= (!_neutral && !_onCirkel) ? 'true' : 'false' %>"><%= t('switch.solo') %></a> 32 32 <a class="feed-scope-btn<%= (!_neutral && _onCirkel) ? ' is-active' : '' %>" href="<%= _sb %>/cirkel" 33 role="tab" aria-selected="<%= (!_neutral && _onCirkel) ? 'true' : 'false' %>"> Cirkel</a>33 role="tab" aria-selected="<%= (!_neutral && _onCirkel) ? 'true' : 'false' %>"><%= t('switch.circle') %></a> 34 34 </div> 35 35 <% } %> … … 38 38 aria-selected="<%= (!_neutral && !(typeof site !== 'undefined' && site && site.feed_view_default === 'grid')) ? 'true' : 'false' %>"> 39 39 <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="8" y1="6" x2="21" y2="6"/><line x1="8" y1="12" x2="21" y2="12"/><line x1="8" y1="18" x2="21" y2="18"/><line x1="3" y1="6" x2="3.01" y2="6"/><line x1="3" y1="12" x2="3.01" y2="12"/><line x1="3" y1="18" x2="3.01" y2="18"/></svg> 40 <span> Tijdlijn</span>40 <span><%= t('switch.timeline') %></span> 41 41 </button> 42 42 <button type="button" class="view-switch-btn" data-view="grid" role="tab" 43 43 aria-selected="<%= (!_neutral && (typeof site !== 'undefined' && site && site.feed_view_default === 'grid')) ? 'true' : 'false' %>"> 44 44 <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="3" y="3" width="7" height="7"/><rect x="14" y="3" width="7" height="7"/><rect x="14" y="14" width="7" height="7"/><rect x="3" y="14" width="7" height="7"/></svg> 45 <span> Grid</span>45 <span><%= t('switch.grid') %></span> 46 46 </button> 47 47 </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)