Changes for page 学校ページ テンプレート
Last modified by Super Admin on 2026/04/05 18:59
From version
34.1
edited by Super Admin
on 2026/03/10 14:35
on 2026/03/10 14:35
Change comment:
There is no comment for this version
To version
33.1
edited by Super Admin
on 2026/03/10 13:51
on 2026/03/10 13:51
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -19,10 +19,6 @@ 19 19 ## --- 学校基本情報フィールド --- 20 20 #set($schoolCode = $doc.getValue('schoolCode')) 21 21 #set($schoolName = $doc.getValue('schoolName')) 22 -## ページタイトルを学校名に設定(デフォルトでは学校コードが表示されるため) 23 -#if($schoolName && $schoolName != '') 24 -$!doc.setTitle($schoolName) 25 -#end 26 26 #set($prefecture = $doc.getValue('prefecture')) 27 27 #set($city = $doc.getValue('city')) 28 28 #set($classCount = $doc.getValue('classCount'))