- Timestamp:
- 06/27/2026 09:53:29 PM (2 months ago)
- Branches:
- main
- Children:
- 907a013
- Parents:
- abdcf33
- Location:
- src
- Files:
-
- 6 edited
-
assets/css/audio.css (modified) (1 diff)
-
assets/css/style.css (modified) (1 diff)
-
db/migrations/001-init.sql (modified) (1 diff)
-
views/partials/bottom-tab.ejs (modified) (1 diff)
-
views/partials/chrome.ejs (modified) (1 diff)
-
views/partials/topnav.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/assets/css/audio.css
rabdcf33 rd2b7247 1 /* PrutCMS v10— Audio CSS1 /* Klonkt — Audio CSS 2 2 Two pieces: 3 3 1. .post-audio-track — the play-button block inserted by [[track:id]] shortcode -
src/assets/css/style.css
rabdcf33 rd2b7247 54 54 } 55 55 56 /* PrutCMSpublieke stijl — editorial-ish, geen emoji-UI */56 /* Klonkt publieke stijl — editorial-ish, geen emoji-UI */ 57 57 58 58 :root { -
src/db/migrations/001-init.sql
rabdcf33 rd2b7247 1 -- PrutFolio v1— initial schema2 -- Forked from PrutCMS v9 (PHP, file-based)→ SQLite/Node3 -- Complete schema with v9 features (Prutter,Forum, Audio, Themes) + v10 CRDT1 -- Klonkt — initial schema 2 -- Forked from a v9 PHP, file-based CMS → SQLite/Node 3 -- Complete schema with the v9 features (Forum, Audio, Themes) + v10 CRDT 4 4 5 5 -- ==================== USERS ==================== -
src/views/partials/bottom-tab.ejs
rabdcf33 rd2b7247 4 4 // Tabs: 5 5 // logged-out: Home · Zoek · Inloggen (3 tabs) 6 // logged-in: Home · Zoek · [Plus] · [Prutter] ·Profiel6 // logged-in: Home · Zoek · [Plus] · Profiel 7 7 // The Plus tab is a FAB-style center action (accent bg, slightly raised). 8 8 // It only appears for users with create-post permission. 9 // Prutter only appears when the site has DMs enabled.10 9 11 10 const _siteUrlBase = (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : ''; -
src/views/partials/chrome.ejs
rabdcf33 rd2b7247 11 11 // 12 12 // _isAuth → focus-scherm (in/uitloggen): helemaal geen chrome. 13 // _headerless → hub-homepagina én de Prutter-chat: WÉL de mini topnav-balk,14 // GEEN profielkop (hub: hero = header ; chat: full-height view).13 // _headerless → hub-homepagina én full-height views: WÉL de mini topnav-balk, 14 // GEEN profielkop (hub: hero = header). 15 15 // anders → topnav + profielkop (+ view-switcher buiten admin). 16 16 var _isAdmin = typeof bodyClass === 'string' && bodyClass.indexOf('on-admin') >= 0; -
src/views/partials/topnav.ejs
rabdcf33 rd2b7247 9 9 // Desktop (≥768px): 10 10 // - Full v9 masthead: brand left, action row right 11 // (Archief / Search / Install / Theme / Prutter /User-menu).11 // (Archief / Search / Install / Theme / User-menu). 12 12 // - bottom-tab is hidden via CSS, so all nav must live here. 13 13
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)