Changeset 5410d4d in Klonkt for src/views/partials
- Timestamp:
- 06/24/2026 06:05:39 PM (3 months ago)
- Branches:
- main
- Children:
- 7008b28
- Parents:
- e6272d1
- Location:
- src/views/partials
- Files:
-
- 2 edited
-
profile-sheet.ejs (modified) (1 diff)
-
topnav.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/profile-sheet.ejs
re6272d1 r5410d4d 60 60 <svg class="psi-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M18 8a6 6 0 0 0-12 0c0 7-3 9-3 9h18s-3-2-3-9"/><path d="M13.73 21a2 2 0 0 1-3.46 0"/></svg> 61 61 <span class="psi-label"><%= t('nav.notifications') %><% if (typeof notifUnread !== 'undefined' && notifUnread > 0) { %> (<%= notifUnread %>)<% } %></span> 62 <svg class="psi-chev" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg>63 </a>64 </li>65 <li role="none">66 <a href="/favorieten" class="profile-sheet-item" role="menuitem" data-close-sheet67 hx-get="/favorieten?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"68 hx-push-url="/favorieten" hx-indicator="#pcms-loading">69 <svg class="psi-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/></svg>70 <span class="psi-label">Favorieten</span>71 62 <svg class="psi-chev" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg> 72 63 </a> -
src/views/partials/topnav.ejs
re6272d1 r5410d4d 137 137 <svg class="udi-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg> 138 138 <span><%= t('nav.account') %></span> 139 </a>140 <a href="/favorieten" role="menuitem" class="udi"141 hx-get="/favorieten?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"142 hx-push-url="/favorieten" hx-indicator="#pcms-loading">143 <svg class="udi-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/></svg>144 <span><%= t('nav.favorites') %></span>145 139 </a> 146 140 <% if (typeof canSeeBeheer !== 'undefined' && canSeeBeheer) { %>
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)