Changes for page 生徒会Wiki
Last modified by Super Admin on 2026/04/01 16:27
From version
16.1
edited by Super Admin
on 2026/03/06 22:49
on 2026/03/06 22:49
Change comment:
There is no comment for this version
To version
9.1
edited by Super Admin
on 2026/03/06 16:06
on 2026/03/06 16:06
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -9,27 +9,6 @@ 9 9 <p>全国の学校の生徒会活動を共有するプラットフォーム</p> 10 10 </div> 11 11 12 -#if($xcontext.user == "XWiki.XWikiGuest") 13 -<div class="home-guest-cta"> 14 - <div class="home-guest-cta-inner"> 15 - <div class="home-guest-cta-content"> 16 - <h2 class="home-guest-cta-title">アカウントを作成して、全国の生徒会と情報を共有しましょう</h2> 17 - <p class="home-guest-cta-desc">ログインすると、自分の学校ページの作成・編集や活動報告の投稿ができるようになります。</p> 18 - </div> 19 - <div class="home-guest-cta-buttons"> 20 - <a href="$xwiki.getURL('XWiki.XWikiLogin', 'login', 'loginLink=1')" class="btn-guest-register"> 21 - <svg class="login-icon" viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2"/><circle cx="8.5" cy="7" r="4"/><line x1="20" y1="11" x2="20" y2="17"/><line x1="17" y1="14" x2="23" y2="14"/></svg> 22 - アカウントを作成 23 - </a> 24 - <a href="$xwiki.getURL('XWiki.XWikiLogin', 'login')" class="btn-guest-login"> 25 - <svg class="login-icon" viewBox="0 0 24 24"><path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"/><circle cx="12" cy="7" r="4"/></svg> 26 - ログイン 27 - </a> 28 - </div> 29 - </div> 30 -</div> 31 -#end 32 - 33 33 <div class="home-cards"> 34 34 <a href="$xwiki.getURL('Schools.WebHome', 'view')" class="home-card"> 35 35 <div class="home-card-icon"><svg class="ico" viewBox="0 0 24 24"><path d="M4 19.5A2.5 2.5 0 016.5 17H20"/><path d="M6.5 2H20v20H6.5A2.5 2.5 0 014 19.5v-15A2.5 2.5 0 016.5 2z"/></svg></div> ... ... @@ -58,7 +58,7 @@ 58 58 #end 59 59 </div> 60 60 61 -<div class="home-recent-section">40 +<div style="margin-top:32px;"> 62 62 <h2 class="home-section-title">最近の更新</h2> 63 63 #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)) 64 64 #if($recentDocs.size() > 0) ... ... @@ -73,10 +73,10 @@ 73 73 #end 74 74 </ul> 75 75 #else 76 - <div class="home-empty-state">77 - <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>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> 78 78 <p>まだ更新はありません。</p> 79 - <p class="home-empty-sub">学校ページを作成して、活動を共有しましょう!</p>58 + <p style="font-size:0.9em;">学校ページを作成して、活動を共有しましょう!</p> 80 80 </div> 81 81 #end 82 82 </div>