Changes for page 学校ページ テンプレート
Last modified by Super Admin on 2026/04/05 18:59
From version
86.1
edited by Super Admin
on 2026/03/20 02:01
on 2026/03/20 02:01
Change comment:
There is no comment for this version
To 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
Summary
Details
- Page properties
-
- Content
-
... ... @@ -357,11 +357,7 @@ 357 357 #if($schoolDescription && $schoolDescription.trim() != '') 358 358 <div class="free-note" style="margin-top:var(--sp-4);">$!escapetool.xml($schoolDescription)</div> 359 359 #end 360 - #set($infoEditDate = $!doc.getValue('lastInfoEditedDate')) 361 - #set($infoEditBy = $!doc.getValue('lastInfoEditedBy')) 362 - #if($infoEditDate && $infoEditDate != '') 363 - <div class="info-last-updated"><svg class="ico" viewBox="0 0 24 24"><path d="M11 4H4a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-7"/><path d="M18.5 2.5a2.121 2.121 0 013 3L12 15l-4 1 1-4 9.5-9.5z"/></svg> 基本情報の最終更新: $!escapetool.xml($infoEditBy) — $!escapetool.xml($infoEditDate)</div> 364 - #end 360 + 365 365 </div> 366 366 367 367 ## --- ② 生徒会基本情報(折りたたみカード) --- ... ... @@ -599,6 +599,11 @@ 599 599 <tr><th>YouTube</th><td>#if($seitokaiYoutube && $seitokaiYoutube != '')<a href="$!escapetool.xml($seitokaiYoutube)" target="_blank" rel="noopener"><svg class="ico" viewBox="0 0 24 24"><polygon points="5 3 19 12 5 21 5 3"/></svg> YouTubeチャンネル</a>#else<span class="text-placeholder">未登録</span>#end</td></tr> 600 600 <tr><th>その他SNS</th><td>#if($seitokaiOtherSns && $seitokaiOtherSns != '')$!escapetool.xml($seitokaiOtherSns)#else<span class="text-placeholder">未登録</span>#end</td></tr> 601 601 </table> 598 + #set($infoEditDate = $!doc.getValue('lastInfoEditedDate')) 599 + #set($infoEditBy = $!doc.getValue('lastInfoEditedBy')) 600 + #if($infoEditDate && $infoEditDate != '') 601 + <div class="info-last-updated"><svg class="ico" viewBox="0 0 24 24"><path d="M11 4H4a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-7"/><path d="M18.5 2.5a2.121 2.121 0 013 3L12 15l-4 1 1-4 9.5-9.5z"/></svg> 基本情報の最終更新: $!escapetool.xml($infoEditBy) — $!escapetool.xml($infoEditDate)</div> 602 + #end 602 602 </div> 603 603 604 604 {{/html}}