- Timestamp:
- 08/22/2026 08:24:13 AM (3 weeks ago)
- Branches:
- main
- Children:
- 8e1af9c
- Parents:
- b0ccd0d
- Location:
- src/views
- Files:
-
- 3 edited
-
pages/admin-playlists.ejs (modified) (3 diffs)
-
partials/playlist-editor.ejs (modified) (1 diff)
-
shell.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/admin-playlists.ejs
rb0ccd0d r25dd08f 42 42 var _aplPlaylist = t('apl.pill_playlist'); 43 43 var _aplAlbum = t('apl.pill_album'); 44 var _aplMixtape = t('apl.pill_mixtape'); 45 // Een soort met een eigen teken en een eigen woord. De ternair die hier 46 // stond kende er maar twee, en toonde een mixtape dus als album. 47 var _aplTeken = { album: 'šæ', playlist: 'š', mixtape: 'š¼' }; 48 var _aplWoord = { album: _aplAlbum, playlist: _aplPlaylist, mixtape: _aplMixtape }; 44 49 var _aplTrack = t('apl.track'); 45 50 var _aplTracks = t('apl.tracks'); … … 52 57 <li class="ax-track" data-id="<%= p.id %>"> 53 58 <div class="ax-track-cover" <%- p.cover ? `style="background-image:url('${p.cover}'); background-size:cover; background-position:center"` : '' %>> 54 <% if (!p.cover) { %><span><%= p.kind === 'playlist' ? 'š' : 'šæ'%></span><% } %>59 <% if (!p.cover) { %><span><%= _aplTeken[p.kind] || _aplTeken.album %></span><% } %> 55 60 </div> 56 61 … … 58 63 <div class="ax-track-title"> 59 64 <%= p.title %> 60 <span class="ax-pill"><%= p.kind === 'playlist' ? 'š ' + _aplPlaylist : 'šæ ' + _aplAlbum%></span>65 <span class="ax-pill"><%= (_aplTeken[p.kind] || _aplTeken.album) + ' ' + (_aplWoord[p.kind] || _aplAlbum) %></span> 61 66 </div> 62 67 <div class="ax-track-sub"> -
src/views/partials/playlist-editor.ejs
rb0ccd0d r25dd08f 297 297 <script type="application/json" data-playlist-editor-i18n><%- JSON.stringify({ 298 298 titel: t('ple.titel'), artiest: t('ple.artiest'), jaar: t('ple.jaar'), type: t('ple.type'), 299 k_album: t('ple.k_album'), k_playlist: t('ple.k_playlist'), 299 k_album: t('ple.k_album'), k_playlist: t('ple.k_playlist'), k_mixtape: t('ple.k_mixtape'), 300 300 uitgave: t('ple.uitgave'), mb_release: t('ple.mb_release'), 301 301 cover: t('ple.cover'), cover_kies: t('ple.cover_kies'), cover_url: t('ple.cover_url'), -
src/views/shell.ejs
rb0ccd0d r25dd08f 505 505 // EƩn nummer voor de hele map. Te vaak bumpen kost ƩƩn download; te weinig 506 506 // bumpen kost een bugfix die nooit aankomt. 507 var MOD_V = 49;507 var MOD_V = 50; 508 508 509 509 // name -> 1 (aan het laden) of de module-namespace (geladen). Een module
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)