Changes for page 学校ページ テンプレート
Last modified by Super Admin on 2026/04/05 18:59
From version
97.1
edited by Super Admin
on 2026/03/20 18:10
on 2026/03/20 18:10
Change comment:
There is no comment for this version
To version
98.1
edited by Super Admin
on 2026/03/20 18:16
on 2026/03/20 18:16
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -68,6 +68,7 @@ 68 68 #set($activityPlace = $doc.getValue('activityPlace')) 69 69 #set($activityRoomEquipment = $doc.getValue('activityRoomEquipment')) 70 70 #set($activityRoomImage = $doc.getValue('activityRoomImage')) 71 +#set($ictTools = $doc.getValue('ictTools')) 71 71 #set($ictUsage = $doc.getValue('ictUsage')) 72 72 73 73 ## --- 生徒総会 --- ... ... @@ -640,7 +640,7 @@ 640 640 #end 641 641 642 642 ## --- 活動環境 --- 643 - #set($hasActivityEnv = ($activityPlace && !$activityPlace.isEmpty()) || ($activityRoomEquipment && $activityRoomEquipment != '') || ($activityRoomImage && $activityRoomImage != '') || ($ictUsage && !$ictUsage.isEmpty())) 644 + #set($hasActivityEnv = ($activityPlace && !$activityPlace.isEmpty()) || ($activityRoomEquipment && $activityRoomEquipment != '') || ($activityRoomImage && $activityRoomImage != '') || ($ictTools && !$ictTools.isEmpty()) || ($ictUsage && !$ictUsage.isEmpty())) 644 644 #if($hasActivityEnv) 645 645 #set($canViewAE = true) 646 646 #if($visibilityActivityEnv == 'school' && ($isGuest || (!$isViewerAdmin && !$isSchoolMember))) #set($canViewAE = false) ... ... @@ -674,6 +674,40 @@ 674 674 <span class="info-value"><div class="school-org-img-wrap"><img src="$doc.getAttachmentURL($activityRoomImage)" alt="活動場所の写真" class="org-chart-img" /></div></span> 675 675 </div> 676 676 #end 678 + #if($ictTools && !$ictTools.isEmpty()) 679 + <div class="info-row"> 680 + <span class="info-label">利用しているICTツール</span> 681 + <span class="info-value"> 682 + #set($ictCatDisplay = [ 683 + ["連絡ツール", ["メール","LINE","LINE WORKS","Discord","Slack","Microsoft Teams","Google Chat","InstagramのDM","XのDM","その他(連絡)"]], 684 + ["ドキュメント作成・共有", ["Googleドキュメント","Googleスプレッドシート","Googleスライド","Googleドライブ","Word","Excel","PowerPoint","OneDrive","SharePoint","Notion","Pages","Numbers","Keynote","Dropbox","Box","その他(ドキュメント)"]], 685 + ["タスク管理", ["Googleカレンダー","Google ToDoリスト","Trello","Asana","Excel等スプレッドシート","その他(タスク管理)"]], 686 + ["ビデオ会議ツール", ["Zoom","Google Meet","その他(ビデオ会議)"]], 687 + ["アンケート", ["Googleフォーム","Microsoft Forms","その他(アンケート)"]], 688 + ["デザイン・クリエイティブ", ["Canva","各種Adobe","CapCut","LumaFusion","AviUtl","ibisPaint","その他(デザイン)"]], 689 + ["その他", ["独自のWebシステム・自作アプリ"]] 690 + ]) 691 + #foreach($catD in $ictCatDisplay) 692 + #set($catHasItems = false) 693 + #foreach($t in $catD.get(1)) 694 + #if($ictTools.contains($t)) #set($catHasItems = true) #end 695 + #end 696 + #if($catHasItems) 697 + <div style="margin-bottom:6px"> 698 + <span style="font-size:0.8em;font-weight:600;color:var(--text-mid)">$catD.get(0):</span> 699 + <div class="selection-display" style="margin-top:2px"> 700 + #foreach($t in $catD.get(1)) 701 + #if($ictTools.contains($t)) 702 + <span class="selection-item">$!escapetool.xml($t)</span> 703 + #end 704 + #end 705 + </div> 706 + </div> 707 + #end 708 + #end 709 + </span> 710 + </div> 711 + #end 677 677 #if($ictUsage && !$ictUsage.isEmpty()) 678 678 <div class="info-row"> 679 679 <span class="info-label">ICT活用している場面</span>