Changes for page 生徒会Wiki

Last modified by Super Admin on 2026/04/01 16:27

From version Icon 15.1 Icon
edited by Super Admin
on 2026/03/06 22:14
Change comment: There is no comment for this version
To version Icon 25.1 Icon
edited by XWikiGuest
on 2026/03/09 11:57
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.superadmin
1 +XWiki.XWikiGuest
Content
... ... @@ -1,4 +1,6 @@
1 1  {{velocity}}
2 +## ユーザーごとに異なるコンテンツ(ゲストCTA等)があるためキャッシュ無効化
3 +#set($discard = $xcontext.put('rendering.cache.disabled', true))
2 2  ## メンテナンスバナー
3 3  {{include reference="SeitokaiCode.MaintenanceBannerInclude" /}}
4 4  
... ... @@ -9,6 +9,27 @@
9 9   <p>全国の学校の生徒会活動を共有するプラットフォーム</p>
10 10  </div>
11 11  
14 +#if($xcontext.user == "XWiki.XWikiGuest")
15 +<div class="home-guest-cta">
16 + <div class="home-guest-cta-inner">
17 + <div class="home-guest-cta-content">
18 + <h2 class="home-guest-cta-title">アカウントを作成して、全国の生徒会と情報を共有しましょう</h2>
19 + <p class="home-guest-cta-desc">ログインすると、自分の学校ページの作成・編集や活動報告の投稿ができるようになります。</p>
20 + </div>
21 + <div class="home-guest-cta-buttons">
22 + <a href="$xwiki.getURL('XWiki.XWikiLogin', 'login', 'loginLink=1')" class="btn-guest-register">
23 + <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>
24 + アカウントを作成
25 + </a>
26 + <a href="$xwiki.getURL('XWiki.XWikiLogin', 'login')" class="btn-guest-login">
27 + <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>
28 + ログイン
29 + </a>
30 + </div>
31 + </div>
32 +</div>
33 +#end
34 +
12 12  <div class="home-cards">
13 13   <a href="$xwiki.getURL('Schools.WebHome', 'view')" class="home-card">
14 14   <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>