Changes for page 学校ページ テンプレート
Last modified by Super Admin on 2026/04/05 18:59
From version
85.1
edited by Super Admin
on 2026/03/20 01:46
on 2026/03/20 01:46
Change comment:
There is no comment for this version
To version
86.1
edited by Super Admin
on 2026/03/20 02:01
on 2026/03/20 02:01
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -396,12 +396,10 @@ 396 396 <div class="seitokai-subsection"> 397 397 <h3 class="seitokai-subsection-title"><svg class="ico" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/></svg> 日常の活動</h3> 398 398 <div class="seitokai-subsection-content"> 399 - <p class="activity-hint">活動時間 の多い順に上位3つ</p>399 + <p class="activity-hint">活動時間が多い3つ</p> 400 400 <div class="tag-container"> 401 - #set($daIdx = 1) 402 402 #foreach($da in $dailyActivities) 403 - <span class="tag tag-accent">${daIdx}. $!escapetool.xml($da.trim())</span> 404 - #set($daIdx = $daIdx + 1) 402 + <span class="tag tag-accent">$!escapetool.xml($da.trim())</span> 405 405 #end 406 406 </div> 407 407 #if($dailyActivitiesNote && $dailyActivitiesNote.trim() != '')