Changes for page 学校ページ テンプレート
Last modified by Super Admin on 2026/04/05 18:59
From version
81.1
edited by Super Admin
on 2026/03/19 22:11
on 2026/03/19 22:11
Change comment:
There is no comment for this version
To version
83.1
edited by Super Admin
on 2026/03/19 23:49
on 2026/03/19 23:49
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -35,6 +35,7 @@ 35 35 #set($schoolSystem = $doc.getValue('schoolSystem')) 36 36 #set($website = $doc.getValue('website')) 37 37 #set($schoolPhoto = $doc.getValue('schoolPhoto')) 38 +#set($schoolDescription = $doc.getValue('schoolDescription')) 38 38 39 39 ## --- 生徒会組織 --- 40 40 #set($orgChart = $doc.getValue('orgChart')) ... ... @@ -353,6 +353,9 @@ 353 353 </div> 354 354 #end 355 355 </div> 357 + #if($schoolDescription && $schoolDescription.trim() != '') 358 + <div class="free-note" style="margin-top:var(--sp-4);">$!escapetool.xml($schoolDescription)</div> 359 + #end 356 356 #set($infoEditDate = $!doc.getValue('lastInfoEditedDate')) 357 357 #set($infoEditBy = $!doc.getValue('lastInfoEditedBy')) 358 358 #if($infoEditDate && $infoEditDate != '') ... ... @@ -379,7 +379,7 @@ 379 379 #if($orgChartImage && $orgChartImage != '') 380 380 <div class="school-org-img-wrap"><img src="$doc.getAttachmentURL($orgChartImage)" alt="組織図" class="org-chart-img" /></div> 381 381 #end 382 - #if($orgChart && $orgChart != '')$!escapetool.xml($orgChart)#end 386 + #if($orgChart && $orgChart != '')<div class="free-note">$!escapetool.xml($orgChart)</div>#end 383 383 </div> 384 384 </div> 385 385 #else