Last modified by Super Admin on 2026/04/05 18:59

From version Icon 87.1 Icon
edited by Super Admin
on 2026/03/20 02:07
Change comment: There is no comment for this version
To version Icon 88.1 Icon
edited by Super Admin
on 2026/03/20 02:15
Change comment: There is no comment for this version

Summary

Details

Icon 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>