Changes for page 学校ページ テンプレート
Last modified by Super Admin on 2026/04/05 18:59
From version
88.1
edited by Super Admin
on 2026/03/20 02:15
on 2026/03/20 02:15
Change comment:
There is no comment for this version
To version
87.1
edited by Super Admin
on 2026/03/20 02:07
on 2026/03/20 02:07
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -459,13 +459,8 @@ 459 459 <span class="info-label">作成過程の生徒関与</span> 460 460 <span class="info-value"> 461 461 <div class="selection-display"> 462 - #set($allBpOpts = ["各部・委員会等への予算希望額調査","予算額調整(折衝等)","生徒会予算案の作成","生徒総会での議決"]) 463 - #foreach($bpOpt in $allBpOpts) 464 - #if($budgetProcess.contains($bpOpt)) 465 - <span class="selection-item">$!escapetool.xml($bpOpt)</span> 466 - #else 467 - <span class="selection-item selection-item-off">$!escapetool.xml($bpOpt)</span> 468 - #end 462 + #foreach($bp in $budgetProcess) 463 + <span class="selection-item">$!escapetool.xml($bp.trim())</span> 469 469 #end 470 470 </div> 471 471 </span>