Changes for page 学校ページ テンプレート
Last modified by Super Admin on 2026/04/05 18:59
From 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
To 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
Summary
Details
- Page properties
-
- Content
-
... ... @@ -68,7 +68,6 @@ 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')) 72 72 #set($ictUsage = $doc.getValue('ictUsage')) 73 73 74 74 ## --- 生徒総会 --- ... ... @@ -641,7 +641,7 @@ 641 641 #end 642 642 643 643 ## --- 活動環境 --- 644 - #set($hasActivityEnv = ($activityPlace && !$activityPlace.isEmpty()) || ($activityRoomEquipment && $activityRoomEquipment != '') || ($activityRoomImage && $activityRoomImage != '') || ($ict Tools && !$ictTools.isEmpty()) || ($ictUsage && !$ictUsage.isEmpty()))643 + #set($hasActivityEnv = ($activityPlace && !$activityPlace.isEmpty()) || ($activityRoomEquipment && $activityRoomEquipment != '') || ($activityRoomImage && $activityRoomImage != '') || ($ictUsage && !$ictUsage.isEmpty())) 645 645 #if($hasActivityEnv) 646 646 #set($canViewAE = true) 647 647 #if($visibilityActivityEnv == 'school' && ($isGuest || (!$isViewerAdmin && !$isSchoolMember))) #set($canViewAE = false) ... ... @@ -675,40 +675,6 @@ 675 675 <span class="info-value"><div class="school-org-img-wrap"><img src="$doc.getAttachmentURL($activityRoomImage)" alt="活動場所の写真" class="org-chart-img" /></div></span> 676 676 </div> 677 677 #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 712 712 #if($ictUsage && !$ictUsage.isEmpty()) 713 713 <div class="info-row"> 714 714 <span class="info-label">ICT活用している場面</span>