Changes for page 学校ページ テンプレート
Last modified by Super Admin on 2026/04/05 18:59
Summary
Details
- Page properties
-
- Content
-
... ... @@ -291,7 +291,7 @@ 291 291 </div> 292 292 293 293 ## --- 生徒会情報アコーディオン --- 294 -<div class="school-section-divider">294 +<div style="margin:20px 0 16px;"> 295 295 <button class="shortcut-btn shortcut-btn-secondary" onclick="var sec=document.getElementById('seitokai-info-section');sec.classList.toggle('open');this.querySelector('.shortcut-arrow').textContent=sec.classList.contains('open')?'▲':'▼';"> 296 296 <svg class="ico ico-md" viewBox="0 0 24 24"><path d="M3 21h18"/><path d="M5 21V7l7-4 7 4v14"/><path d="M9 21v-4h6v4"/></svg> 297 297 生徒会情報を見る <span class="shortcut-arrow">▼</span> ... ... @@ -313,7 +313,7 @@ 313 313 <div class="school-section-card"> 314 314 <div class="card-inner"> 315 315 #if($orgChartImage && $orgChartImage != '') 316 - <div class="school-org-img-wrap"><img src="$doc.getAttachmentURL($orgChartImage)" alt="組織図" class="org-chart-img" /></div>316 + <div style="margin-bottom:12px;"><img src="$doc.getAttachmentURL($orgChartImage)" alt="組織図" class="org-chart-img" /></div> 317 317 #end 318 318 #if($orgChart && $orgChart != '')$!escapetool.xml($orgChart)#end 319 319 </div> ... ... @@ -454,7 +454,7 @@ 454 454 <div class="card-inner"> 455 455 <div class="info-row"> 456 456 <span class="info-label">見直しの有無(3年以内)</span> 457 - <span class="info-value"><span class="tag tag-primary t ag-sm">$!escapetool.xml($!ruleReviewStatus)</span></span>457 + <span class="info-value"><span class="tag tag-primary" style="font-size:0.9em;">$!escapetool.xml($!ruleReviewStatus)</span></span> 458 458 </div> 459 459 #if($ruleReviewContent && $ruleReviewContent != '') 460 460 <div class="info-row"> ... ... @@ -630,10 +630,10 @@ 630 630 <div class="activity-thread" data-fiscal-year="$!escapetool.xml($actFY)"> 631 631 <div class="activity-thread-header"> 632 632 <div class="activity-thread-title"> 633 - <h3 #if($actFeatured == '1')class="featured-title"#end>$!escapetool.xml($!actTitle) #if($actFeatured == '1')<svg class="ico ico-fixed-14" viewBox="0 0 24 24" fill="currentColor" stroke="none" class="ico-star-offset"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>#end</h3>633 + <h3 #if($actFeatured == '1')class="featured-title"#end>$!escapetool.xml($!actTitle) #if($actFeatured == '1')<svg class="ico ico-fixed-14" viewBox="0 0 24 24" fill="currentColor" stroke="none" style="vertical-align:-1px;margin-left:4px;"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>#end</h3> 634 634 <span class="activity-meta">$!escapetool.xml($!actCommittee) | $!escapetool.xml($!actPeriod) #if($actFY != 'unknown')| $!escapetool.xml($actFY)年度#end</span> 635 635 </div> 636 - <div class="thread-meta-row">636 + <div style="display:flex;align-items:center;gap:8px;"> 637 637 <span class="thread-post-count">${threadPosts.size()}件の投稿</span> 638 638 #if($viewerAccountType == 'admin' || $viewerAccountType == 'verified' || $viewerAccountType == 'referred') 639 639 #if($actFeatured == '1') ... ... @@ -695,7 +695,7 @@ 695 695 #end 696 696 #if(!$canViewPost) 697 697 <div class="thread-post visibility-restricted-post"> 698 - <div class="visibility-restricted-notice"><svg class="ico" viewBox="0 0 24 24"><rect x="3" y="11" width="18" height="11" rx="2"/><path d="M7 11V7a5 5 0 0110 0v4"/></svg> この投稿は #if($postVis == 'members')登録ユーザー#else校内メンバー#end のみ閲覧可能です</div> 698 + <div class="visibility-restricted-notice" style="margin:8px 0;"><svg class="ico" viewBox="0 0 24 24"><rect x="3" y="11" width="18" height="11" rx="2"/><path d="M7 11V7a5 5 0 0110 0v4"/></svg> この投稿は #if($postVis == 'members')登録ユーザー#else校内メンバー#end のみ閲覧可能です</div> 699 699 </div> 700 700 #else 701 701 ## 投稿者のアカウント種別に基づいたCSSクラス ... ... @@ -905,7 +905,7 @@ 905 905 906 906 ## --- 年度アーカイブ セクション --- 907 907 {{html clean="false"}} 908 -<div class="school-section-card s chool-archive-card">908 +<div class="school-section-card" style="margin-top:24px;"> 909 909 <h2 class="archive-section-title"> 910 910 <svg class="ico ico-md" viewBox="0 0 24 24"><path d="M19 21H5a2 2 0 01-2-2V5a2 2 0 012-2h11l5 5v11a2 2 0 01-2 2z"/><polyline points="17 21 17 13 7 13 7 21"/><polyline points="7 3 7 8 15 8"/></svg> 911 911 年度アーカイブ ... ... @@ -923,7 +923,7 @@ 923 923 #set($archivePages = $archiveQuery.execute()) 924 924 925 925 #if($archivePages && $archivePages.size() > 0) 926 - <div class="archive-card-field-lg">926 + <div style="margin-bottom:12px;"> 927 927 <div class="archive-list-label">過去の年度アーカイブ</div> 928 928 <div class="archive-list"> 929 929 #foreach($archPage in $archivePages)