Changes for page 学校一覧

Last modified by Super Admin on 2026/03/23 10:15

From version Icon 5.1 Icon
edited by Super Admin
on 2026/03/06 15:39
Change comment: There is no comment for this version
To version 1.1 Icon
edited by Super Admin
on 2026/03/05 22:05
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -17,8 +17,9 @@
17 17  #end
18 18  #set($results = $query.execute())
19 19  
20 += <svg class="ico" style="width:1.1em;height:1.1em;vertical-align:-0.15em;" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 20h20"/><path d="M5 20V10l7-5 7 5v10"/><path d="M9 20v-5h6v5"/></svg> 登録されている学校 =
21 +
20 20  {{html clean="false"}}
21 -<h1 class="home-section-title" style="font-size:1.4em;margin-bottom:20px;">登録されている学校</h1>
22 22  <div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:10px;">
23 23   <div style="font-size:0.9em;color:#64748b;">
24 24   $results.size() 校が登録されています
... ... @@ -76,7 +76,7 @@
76 76   #if($sortParam == 'pref' && $sPref != $currentPref)
77 77   #set($currentPref = $sPref)
78 78   <div style="grid-column:1/-1;margin-top:12px;padding:8px 0;border-bottom:2px solid #e2e8f0;">
79 - <span style="font-size:1.05em;font-weight:700;color:#1e293b;display:inline-flex;align-items:center;gap:4px;"><svg style="width:16px;height:16px;" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg> $!escapetool.xml($currentPref)</span>
80 + <span style="font-size:1.05em;font-weight:700;color:#1e293b;display:inline-flex;align-items:center;gap:4px;"><svg style="width:16px;height:16px;" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg> $escapetool.xml($currentPref)</span>
80 80   </div>
81 81   #end
82 82  
... ... @@ -85,18 +85,18 @@
85 85   onmouseout="this.style.boxShadow='';this.style.transform=''">
86 86   <div style="padding:16px 20px;">
87 87   <div style="display:flex;align-items:center;gap:8px;margin-bottom:4px;flex-wrap:wrap;">
88 - <div style="font-weight:700;font-size:0.95em;color:#1e293b;">$!escapetool.xml($sName)</div>
89 + <div style="font-weight:700;font-size:0.95em;color:#1e293b;">$escapetool.xml($sName)</div>
89 89   #if($sEst)
90 90   <span style="font-size:0.72em;padding:2px 8px;border-radius:4px;font-weight:600;
91 91   #if($sEst == '公立')background:#dbeafe;color:#1d4ed8;
92 92   #elseif($sEst == '私立')background:#fce7f3;color:#be185d;
93 - #else background:#f3e8ff;color:#7c3aed;#end">$!escapetool.xml($sEst)</span>
94 + #else background:#f3e8ff;color:#7c3aed;#end">$escapetool.xml($sEst)</span>
94 94   #end
95 95   </div>
96 96   <div style="font-size:0.82em;color:#94a3b8;margin-bottom:8px;">
97 - $!escapetool.xml($sPref) $!escapetool.xml($sCity)
98 - #if($sCoed) ・ $!escapetool.xml($sCoed)#end
99 - #if($sSystem) ・ $!escapetool.xml($sSystem)#end
98 + $escapetool.xml($sPref) $escapetool.xml($sCity)
99 + #if($sCoed) ・ $escapetool.xml($sCoed)#end
100 + #if($sSystem) ・ $escapetool.xml($sSystem)#end
100 100   </div>
101 101   ## 特色ある活動バッジ
102 102   #if($featuredCount > 0)