Changes for page 学校ページ テンプレート
Last modified by Super Admin on 2026/04/05 18:59
From 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
To version
89.1
edited by Super Admin
on 2026/03/20 02:19
on 2026/03/20 02:19
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -459,8 +459,13 @@ 459 459 <span class="info-label">作成過程の生徒関与</span> 460 460 <span class="info-value"> 461 461 <div class="selection-display"> 462 - #foreach($bp in $budgetProcess) 463 - <span class="selection-item">$!escapetool.xml($bp.trim())</span> 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 464 464 #end 465 465 </div> 466 466 </span>