Changeset f1c50f9 in Klonkt for src/views/pages
- Timestamp:
- 07/25/2026 10:37:37 AM (7 weeks ago)
- Branches:
- main
- Children:
- 97bacf2
- Parents:
- 787e0d9
- Location:
- src/views/pages
- Files:
-
- 1 deleted
- 1 edited
-
guardian.ejs (modified) (1 diff)
-
guardian2.ejs (deleted)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/guardian.ejs
r787e0d9 rf1c50f9 26 26 <span class="g-me" title="<%= t('guardian.acting_as') %>">@<%= state.site %></span> 27 27 <% } %> 28 </header> 28 <form method="post" action="/guardian/invite" style="display:inline"> 29 <button class="quiet small" type="submit">Invite a guardian</button> 30 </form> 31 </header> 29 32 30 33 <main> 34 <!-- 0. Wards' corner: meelezen met je wards (read-only). --> 35 <section id="feed-section" hidden> 36 <div class="g-sec-head"><h2><%= t('guardian.feed_title') %></h2></div> 37 <p class="g-sec-sub"><%= t('guardian.feed_sub') %></p> 38 <div id="feed-list" class="g-list"></div> 39 </section> 40 41 <!-- 0b. Follow-verzoeken op je wards (FEP-633c §5.3). --> 42 <section id="follow-section" hidden> 43 <div class="g-sec-head"><h2><%= t('guardian.follow_title') %></h2></div> 44 <p class="g-sec-sub"><%= t('guardian.follow_sub') %></p> 45 <div id="follow-list" class="g-list"></div> 46 </section> 47 31 48 <!-- 1. Berichtencentrum: hulpverzoeken. Dat is waar dit voor bestaat. --> 32 49 <section id="help-section">
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)