Changes for page 生徒会Wiki
Last modified by Super Admin on 2026/04/01 16:27
From version
14.1
edited by Super Admin
on 2026/03/06 22:09
on 2026/03/06 22:09
Change comment:
There is no comment for this version
To version
11.1
edited by XWikiGuest
on 2026/03/06 17:47
on 2026/03/06 17:47
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. superadmin1 +XWiki.XWikiGuest - Content
-
... ... @@ -37,7 +37,7 @@ 37 37 #end 38 38 </div> 39 39 40 -<div style="margin-top:32px;">40 +<div class="home-recent-section"> 41 41 <h2 class="home-section-title">最近の更新</h2> 42 42 #set($recentDocs = $xwiki.searchDocuments("where (doc.fullName like 'Main.%' or doc.fullName like 'Schools.%') and doc.fullName not like '%.WebPreferences' order by doc.date desc", 10)) 43 43 #if($recentDocs.size() > 0) ... ... @@ -52,10 +52,10 @@ 52 52 #end 53 53 </ul> 54 54 #else 55 - <div style="text-align:center;padding:40px 20px;color:var(--text-light);">56 - <svg style="width:3em;height:3em;display:block;margin:0 auto 12px;opacity:0.4;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>55 + <div class="home-empty-state"> 56 + <svg class="home-empty-icon" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z"/><polyline points="14 2 14 8 20 8"/></svg> 57 57 <p>まだ更新はありません。</p> 58 - <p style="font-size:0.9em;">学校ページを作成して、活動を共有しましょう!</p>58 + <p class="home-empty-sub">学校ページを作成して、活動を共有しましょう!</p> 59 59 </div> 60 60 #end 61 61 </div>