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

From version Icon 94.1 Icon
edited by Super Admin
on 2026/03/20 17:50
Change comment: There is no comment for this version
To version Icon 95.1 Icon
edited by Super Admin
on 2026/03/20 18:03
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -608,15 +608,21 @@
608 608   #end
609 609  
610 610   ## --- 活動環境 ---
611 - #set($hasActivityEnv = ($activityPlace && $activityPlace != '') || ($activityRoomEquipment && $activityRoomEquipment != '') || ($activityRoomImage && $activityRoomImage != '') || ($ictUsage && !$ictUsage.isEmpty()))
611 + #set($hasActivityEnv = ($activityPlace && !$activityPlace.isEmpty()) || ($activityRoomEquipment && $activityRoomEquipment != '') || ($activityRoomImage && $activityRoomImage != '') || ($ictUsage && !$ictUsage.isEmpty()))
612 612   #if($hasActivityEnv)
613 613   <div class="seitokai-subsection">
614 614   <h3 class="seitokai-subsection-title"><svg class="ico" viewBox="0 0 24 24"><path d="M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg> 生徒会の活動環境</h3>
615 615   <div class="seitokai-subsection-content">
616 - #if($activityPlace && $activityPlace != '')
616 + #if($activityPlace && !$activityPlace.isEmpty())
617 617   <div class="info-row">
618 618   <span class="info-label">普段の活動場所</span>
619 - <span class="info-value"><span class="tag tag-primary tag-sm">$!escapetool.xml($activityPlace)</span></span>
619 + <span class="info-value">
620 + <div class="selection-display">
621 + #foreach($ap in $activityPlace)
622 + <span class="selection-item">$!escapetool.xml($ap.trim())</span>
623 + #end
624 + </div>
625 + </span>
620 620   </div>
621 621   #end
622 622   #if($activityRoomEquipment && $activityRoomEquipment != '')