Last modified by Super Admin on 2026/04/05 18:59

From version Icon 33.1 Icon
edited by Super Admin
on 2026/03/10 13:51
Change comment: There is no comment for this version
To version Icon 34.1 Icon
edited by Super Admin
on 2026/03/10 14:35
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -19,6 +19,10 @@
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
22 22  #set($prefecture = $doc.getValue('prefecture'))
23 23  #set($city = $doc.getValue('city'))
24 24  #set($classCount = $doc.getValue('classCount'))